You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Optional interest management system implemented into server->client scene updates. Configurable from the command line or with the interest management settings dialog. Contributed by Kari Vatjus-Anttila.
5
+
- Update to Bullet 2.8.1 and physics rolling friction support for EC_RigidBody. Contributed by Peter C.
6
+
- Update to Qt 4.8.4 on Windows.
7
+
- Update to OpenSSL 0.9.8x on Windows. Contributed by Peter C.
8
+
- Official support for compiling on Visual Studio 2010 and cleanup of the Windows dependencies build script.
9
+
- Support for compiling without Boost (TUNDRA_NO_BOOST CMake define). Cleanup of Tundra codebase of Boost-specific constructs.
10
+
- Per-rigidbody gravity enable/disable.
11
+
- Wire protocol resiliency for adding component attributes to the end of a component's attribute list while maintaining future version compatibility.
12
+
Unfortunately Tundra 2.4.x can not retroactively support this and is incompatible eg. with the EC_RigidBody component.
13
+
- For consistency, signal individual component removals also when an entity is being removed from the scene. This may simplify eg. script code checking for removal of specific components.
14
+
- Added a Javascript Tundra1 -> Tundra2 scene orientation converter.
15
+
- Several bugfixes and convenience improvements in the API.
/** Called when the given entity is deleted from the scene. In that case, remove the Entity immediately from our tracking data structure (and signal listeners). */
0 commit comments