Jump to content

[Stable Build] 2.3.120-122


Zach

Recommended Posts

  • Developer

Yea it's better.

 

 

Edit:

.120-.121:

Apparently that's not good enough for a release thread, so I'll include some info:

EntityAPI.closest uses real distance instead of pythagorean. Real distance cannot be calculated if an object is not reachable. If you need to restore original behavior, use closest(false, ...)

Mouse event changes to be more accurate.

Couple internal changes, including some to reduce CPU usage.

 

.122:

Reverses the EntityAPI.closest() changes. Now closest(...) has the same behavior as closest(false, ...)

  • Like 16
Link to comment
  On 10/9/2015 at 6:24 PM, Zach said:

Call closest(false, ...)

Edit:

For anyone else that's wondering, closest(false, ...) is the original behavior for closest(...). In this update, closest(...) was changed to closest(true, ...).

So using real distance, does noot include can reach method? I don't get it. Edited by Joseph
Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...