Commit historia

Upphovsman SHA1 Meddelande Datum
  Aster Jian caf6f1b35a Move wrap mode out of AttributeAnimation. 11 år sedan
  Aster Jian 448874b245 Add animation speed parameter. 11 år sedan
  Aster Jian ded9dd547b Add Angelscript API. 11 år sedan
  aster2013 5fd7363201 Add Animatable class. 11 år sedan
  Lasse Öörni 67d603d8e5 Node transform space refactoring. Translate(), Rotate() and LookAt() functions take a transform space (local, parent or world). Translate() has a behavior change: default space is local, as that is most often used in eg. camera movement, and is consistent with the default for rotations (the earlier fixedAxis = false was same as local space). The redundant TranslateRelative() function is removed. Add RotateAround() function, which allows rotating around a pivot in either local, parent or world space. Closes #295. 11 år sedan
  Lasse Öörni cf4c43d344 Added Serializer / Deserializer functions for reading & writing matrices. Added bool success parameter to Quaternion::FromLookRotation() and Node::LookAt(), as it can potentially give a NaN result (in which case the original rotation is kept). Optimized reading of math objects in Deserializer to avoid default construction. 11 år sedan
  Lasse Öörni f6c96c2f9f Simplify defining Vector2,3,4::ZERO. Consistency for the up direction parameter name in Node::LookAt() & Quaternion::FromLookRotation(). 11 år sedan
  Lasse Öörni 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. 11 år sedan
  Lasse Öörni 327c117af1 Fix Urho2D physics classes AngelScript bindings. 11 år sedan
  Yao Wei Tjong 姚伟忠 f48ef6f5bd Minor bug fix, refactoring and reformatting. 11 år sedan
  Alex Parlett 7aa0d8acc9 Separated the Spline Mathematical aspect from the Component into a new Spline class under Math. No angelscript or lua bindings as of yet as I'm unsure how to go about adding the templated class in a suitable manner. 11 år sedan
  Lasse Öörni 4bd2eb0356 Refactoring of Drawable::IsInView() functions and drawable view tracking. 11 år sedan
  Yao Wei Tjong 姚伟忠 2fb1dc2edc Mark the deprecated AS API bindings in the documentation. 12 år sedan
  Lasse Öörni 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. 12 år sedan
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. 12 år sedan
  Nick Royer 432b9d3645 Added scripting APIs for the previous convenience functions 12 år sedan
  Yao Wei Tjong 姚伟忠 92cb20e9f5 Enhance Editor to warn user actions that can potentially lose data. 12 år sedan
  Yao Wei Tjong 姚伟忠 c776573796 Add new MessageBox class for showing short messages in a modal window. 12 år sedan
  Lasse Öörni b957f60143 Added ApplyMaterialList() function to StaticModel so that the feature can be used outside the editor as well. Refactored editor to use that function instead of its own implementation. 12 år sedan
  Lasse Öörni 36eb726d36 Add the concept of base class type to Object to simplify determining if a ScriptInstance's handle variable is a Node, Component or Resource. Serialize script's resource handles as ResourceRef attributes and allow editing them. 12 år sedan
  Lasse Öörni 39c8295eb3 Added editable flag to UI elements. When disabled, will not edit the value (eg. LineEdit text) through user input. Fixes #4. 12 år sedan
  Lasse Öörni 216ec576f3 Removed VectorToArray optimization which caused debug mode crash. 12 år sedan
  Lasse Öörni 6350f246e6 Register HttpRequest to script. 12 år sedan
  Lasse Öörni caf0994b8f Optimize vector/quaternion Normalize() to a no-op if already at unit length. Changed return value to void. 12 år sedan
  Lasse Öörni 3b32acf27f Added possibility to clear scene of only replicated or local content. Do not clear local content from a client scene when joining a server. This makes the startup of the SceneReplication sample faster, as the static scene is not replicated. 12 år sedan
  Lasse Öörni 9ff0247c68 Applied material editor preview patch from primitivewaste, which also adds View3D UI element class. 12 år sedan
  Lasse Öörni 42093ea88c Allow programmatic control of the mip reduction settings of Texture. 12 år sedan
  Lasse Öörni 26a9bc763e Added Temporary flag to Serializable, which means it will not be saved if enabled. Currently the sub-nodes created by Terrain are marked temporary. 12 år sedan
  Wei Tjong Yao 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. 12 år sedan