Commit History

Author SHA1 Message Date
  Lasse Öörni 895f909297 Include cleanup. 12 years ago
  Lasse Öörni 3cbf2cd402 Detach AnimationController & ParticleEmitter from the scene post-update when disabled. 12 years ago
  Lasse Öörni 5830f0e5d1 Convention change: prefer Enabled instead of Active where possible. 12 years ago
  Lasse Öörni af8825047a Started work on node/component enable & disable. 12 years ago
  Lasse Öörni da243eb31b Applied UI & editor related patch from weitjong. 13 years ago
  Lasse Öörni ed272d2aa7 Fixed sphere particle emitter always having zero radius. 13 years ago
  Lasse Öörni a40fead7dc Updated license for the new year. 13 years ago
  Lasse Öörni 7d8558a51f Applied massive patch from weitjong. 13 years ago
  Lasse Öörni 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. 13 years ago
  Lasse Öörni 7813601540 Added scene timescale attribute. 13 years ago
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. 13 years ago
  Lasse Öörni 7a06dc73e5 Avoid Component::GetWorldTransform() and related functions where possible to avoid extra indirection and function call. 13 years ago
  Lasse Öörni 5640824c9a Fixed Camera not properly notified of node transform changes. 13 years ago
  Lasse Öörni 91f6f87472 Explicitly mark changed nodes to avoid going through the whole scene in PrepareNetworkUpdate(). 13 years ago
  Lasse Öörni 1a9dced05b Updated to AngelScript 2.23.1 WIP. 13 years ago
  Lasse Öörni cc3ee34f58 Increased occlusion buffer depth bias. 14 years ago
  Lasse Öörni 510c606b3d Removed the redundant GetString() functions from XMLElement. 14 years ago
  Lasse Öörni 95a8c8bfa7 Added overloads to Variant & XMLElement that take char pointers. 14 years ago
  Lasse Öörni 6845f056a5 Refactored NinjaSnowWar example to load the scene and objects from files instead of creating them programmatically. 14 years ago
  Lasse Öörni 97f1fbd7e1 Added relative scale flag to ParticleEmitter XML description file format. 14 years ago
  Lasse Öörni e47d9ab6e7 More attribute fixes. 14 years ago
  Lasse Öörni 75beda5f3a Removed the "unculled drawable" mechanism. Instead added occludee-flag to Drawable. 14 years ago
  Lasse Öörni 9ce5d0b836 Added initial PostProcess class. Not yet used and does not render anything yet. 14 years ago
  Lasse Öörni c8089b1687 Initial work queue & multithreading support. 14 years ago
  Lasse Öörni 9d077e78a8 Code cleanup. 14 years ago
  Lasse Öörni cea5282fd4 Fixed draw distance attribute not working correctly. 14 years ago
  Lasse Öörni 10ad7a3dd2 Added phantom attribute to CollisionShape. Phantom shapes create collision events, but do not generate contact joints to the physics simulation. 14 years ago
  Lasse Öörni 215fb04f72 Converted VAR_BUFFER file serialization attributes to VAR_VARIANTVECTOR to make them more readable and/or editable. 14 years ago
  Lasse Öörni cc2a487361 Further optimization of the parent node network replication attribute. 14 years ago
  Lasse Öörni 7b15b34c83 Removed most OnGetAttribute() / OnSetAttribute() functions in favor of accessor attributes. 14 years ago