2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  Lasse Öörni 7d8558a51f Applied massive patch from weitjong. 13 жил өмнө
  Lasse Öörni 7c61b098bf Fixed forward lit spotlight shadows on OpenGL. 13 жил өмнө
  Lasse Öörni 14b78585fc Added CustomGeometry component, which is similar to OGRE ManualObject. 13 жил өмнө
  Lasse Öörni dde21f587e Added WeakHandle to script, which is a WeakPtr<Object>. 13 жил өмнө
  Lasse Öörni 7d930b62f8 Added missing specular mapped material techniques. 13 жил өмнө
  Lasse Öörni f4f538fcd0 Additions to documentation. 13 жил өмнө
  Lasse Öörni fbef191c6b Removed the NewCollision parameter of collision events. Instead separate CollisionStart & CollisionEnd events are sent when a collision begins or ends. 13 жил өмнө
  Lasse Öörni 88896fe805 Added GetCollidingBodies() function to RigidBody which returns collisions from last physics step. 13 жил өмнө
  Lasse Öörni f8aa92cbcd Improved skeletal animation documentation. 13 жил өмнө
  Lasse Öörni c7fe3c37bd Added sound listener component whose position is automatically taken into account by Audio subsystem. 13 жил өмнө
  Lasse Öörni bfb76725b6 Additions to documentation. 13 жил өмнө
  Lasse Öörni bb2b57552e Added note of texture format "downconversion" on OpenGL ES. 13 жил өмнө
  Lasse Öörni 0cd53cdee3 Added 16 & 32-bit texture formats. 13 жил өмнө
  Lasse Öörni fa69f2e174 Fixed texture unit enumeration and the environment texture sampler. Removed references to the nonexistent detail texture sampler in the documentation. 13 жил өмнө
  Lasse Öörni 9401ad8063 Removed UI serialization hacks related to the Menu & DropDownList popup element. To avoid layout problems, now it is never added as a child temporarily. 13 жил өмнө
  Lasse Öörni 4cef5395f5 Completed the UI element refactoring. Removed hardcoded SetStyle() functions which would read UI element attributes from XML. 13 жил өмнө
  Lasse Öörni 26fa24ed01 Re-added support for varying shadow intensity on OpenGL ES, as the calculation is not very complex. 13 жил өмнө
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. 13 жил өмнө
  Lasse Öörni c64dfb114e Added back polygon fill mode. 13 жил өмнө
  Lasse Öörni 312ddc0242 Added repeat flag to delayed method calls. 13 жил өмнө
  Lasse Öörni ea2f6e967a Added DelayedStart() script object method to work around missing child scene nodes during Start(). 13 жил өмнө
  Lasse Öörni 3d4eb6bdc8 Event refactoring. Removed the concept of targeted events and a Node forwarding a targeted event to all components, which was used only for physics node collision events. Now the node will instead send the collision event, and it can be explicitly subscribed to. 13 жил өмнө
  Lasse Öörni 3b67320a49 Added animation trigger event system. 13 жил өмнө
  Lasse Öörni e7935ffaf6 Documented the new attribute flags. 13 жил өмнө
  Lasse Öörni 9557eb64b4 Added note about moving triangle mesh collision shapes. 13 жил өмнө
  Lasse Öörni 481fbfa220 Added visible OS mouse cursor mode. When used with an external window, this is the only supported mode, as SDL does not control the cursor visibility of an external window. 13 жил өмнө
  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. 13 жил өмнө
  Lasse Öörni 073347c950 AABB-test physics geometry before adding it to the debug renderer. 13 жил өмнө
  Lasse Öörni 478a5af9d1 Allow defining depth bias for materials. 13 жил өмнө
  Lasse Öörni 42b9cbc158 Cleaned up terrain code. 13 жил өмнө