Jump to content

Leadwerks News

  • entries
    190
  • comments
    1,264
  • views
    769,692

Contributors to this blog

Leadwerks Game Engine 4.6 Beta Available


A new build is available on the beta branch. This changes the model picking system to use a different raycasting implementation under-the-hood. Sphere picking (using a radius) will also now correctly return the first hit triangle. You will also notice much faster loading times when you load up a detailed model in the editor!

Additional parameters have been added to the Joint::SetSpring command:

void Joint::SetSpring(const float spring, const float relaxation = 1.0f, const float damper = 0.1f)

The classes for P2P networking, lobbies, and voice communication have been added but are not yet documented and may still change.

  • Like 3
  • Sad 1
  • Upvote 1

9 Comments


Recommended Comments

Josh

Posted

Incidentally, the extra spring parameters were the only thing that were missing to build your own vehicles. I will be implementing this with the standard Leadwerks API.

  • Like 1
Monkey Frog Studio

Posted

What about the issue with going full-screen on some setups? Has this been looked at or fixed yet?

Josh

Posted

7 hours ago, Monkey Frog Studio said:

What about the issue with going full-screen on some setups? Has this been looked at or fixed yet?

Not yet, I plan to include it though.

  • Sad 1
Monkey Frog Studio

Posted

Sigh. I've stopped all development using Leadwerks (had stopped it some time back) because this one particular issue is a show stopper as far as I am concerned. 

Josh

Posted

Why? It's going to be fixed soon. I think I have it worked out now.

SpiderPig

Posted

Wow! Loading models in debug mode is fast now! :D

gamecreator

Posted

3 hours ago, Josh said:

Incidentally, the extra spring parameters were the only thing that were missing to build your own vehicles. I will be implementing this with the standard Leadwerks API.

Love it.  I hope there will be a clear example somewhere of how to set it up and what to adjust for certain effects (less or more bounce, tighter or looser steering, etc.).

  • Upvote 1
Josh

Posted

I patched the Windows build to handle the fullscreen problem, should work now.

  • Like 2
Josh

Posted

You can also filter out specific users in order to have team-only conversations. By default your own ID is filtered out from receiving voice messages that you send, but you can enable it for testing like this:

Voice::SetFilter(Steamworks::GetUserID(), true);

Then you will hear your own voice coming back to you as you speak,

  • Like 2
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...