Commit History

Autor SHA1 Mensaxe Data
  Lasse Öörni 606d374936 Added GetWorldBoundingBox() to CollisionShape. %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni 56a7f36a0c Store the indices of a physics convex hull in preparation to using it for navigation data. %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni d35f3b5035 Removed duplicate error message from ScriptCompiler when script compilation fails. %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni e037de8c74 Added Enable/Disable flag for RigidBody. %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni 5a6ff56b1e Added Enable flag to CollisionShape & Constraint (RigidBody still missing.) %!s(int64=12) %!d(string=hai) anos
  Wei Tjong Yao cddaa40080 Fixed ScriptInstance.cpp to compile under GCC and LLVM. Better Eclipse build environment setup. General code cleanup. During Editor startup, resets scene when loading requested scene from file specified by the parameter fails. %!s(int64=12) %!d(string=hai) anos
  Lasse Öörni 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 9964055dda Applied physics patch from Magic.Lixin. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 3dc3c836a6 Applied patch from weitjong, which improves OSX/iOS build, and removes dead code. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni aa1c2b8605 Added warning for creating any of the physics components into the root scene node, as that is unsupported and may not eg. reload properly. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 9d82a32c9e Added constraint & collision shape type "none" as default value to avoid unnecessary creation of shapes on scene load, before proper attribute values are deserialized. Do not create shape/constraint in OnNodeSet(), as the type is always "none" at that time. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 7d8558a51f Applied massive patch from weitjong. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni aa237fd45a Added threaded update check to Zone & CollisionShape, as they do potentially non-threadsafe operations during OnMarkedDirty(). %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni ee9809fade Added warning message when triangle mesh or convex hull generation fails due to missing CPU-side (shadowed) geometry data. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 170ee77019 To avoid confusion when to use what, and as the performance is usually better, use only HashMap & HashSet instead of Map & Set. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 42b9cbc158 Cleaned up terrain code. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 248fc3c1b6 Terrain attributes. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni c846879028 Added terrain collision. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 296e36a75b Calculate tangents for decals. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 51c4336f2f Moved HashMap & Vector allocations to .cpp files so that they can be more easily tracked. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni c554abccb8 Fixed crash related to incorrect constraint reference tracking. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 3203ee410f Take node scale into account when offsetting the constraint. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 9123d1c3d3 Eliminated unnecessary recreation/readdition of physics components when attributes change. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni ef421ef32d Initial Bullet constraint implementation. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 5640824c9a Fixed Camera not properly notified of node transform changes. %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 91f6f87472 Explicitly mark changed nodes to avoid going through the whole scene in PrepareNetworkUpdate(). %!s(int64=13) %!d(string=hai) anos
  Lasse Öörni 1a9dced05b Updated to AngelScript 2.23.1 WIP. %!s(int64=13) %!d(string=hai) anos