Commit History

作者 SHA1 備註 提交日期
  primitivewaste d5c9a1eea2 Update PrepassHDR renderpath, rename prealpha pass to postopaque and add refract pass. 12 年之前
  aster2013 073854bfb3 Update Audio Lua API. 12 年之前
  aster2013 a6517562de Merge branch 'master' of https://github.com/urho3d/Urho3D 12 年之前
  aster2013 c8fbcf1551 Refactor push PODVector<UserType> functions. 12 年之前
  urho3d-travis-ci 80b5b7f52b Travis CI: API documentation update at 2014-01-27 14:24:36 UTC. 12 年之前
  aster2013 38c8f19fb4 Convert all Vector<T> and PODVector<T> to Lua table. 12 年之前
  Lasse Öörni 2019ff7125 Fix fog calculation in water shader. 12 年之前
  urho3d-travis-ci d2f98dddcc Travis CI: API documentation update at 2014-01-27 06:40:45 UTC. 12 年之前
  primitivewaste d4fb9a9450 Add Zone height fog support, HeightFog shader option and techniques. 12 年之前
  Yao Wei Tjong 姚伟忠 5a162b8551 Another attempt to fix configuration for multiple Urho3D libs found. 12 年之前
  Lasse Öörni c0d1c19e25 Reworked Octree::Raycast() threading criteria once more: thread if will use 2 or more raycast work items. 12 年之前
  Lasse Öörni c162f2ebf6 Fix escalating UI element priority due to tooltip / popup forcing themselves to max. priority. Closes #154. 12 年之前
  Lasse Öörni df941851d9 Slight reorganization to the Touch utility code to not depend on a Character node. Added missing DebugNew.h include to new classes. 12 年之前
  Lasse Öörni 07baf69fa9 Added shadow effect to the editor HUD texts. 12 年之前
  Lasse Öörni 76292ef63e Centralize allocation of event data variant maps to Context to avoid constant dynamic memory allocation. 12 年之前
  urho3d-travis-ci e2aa098a6b Travis CI: API documentation update at 2014-01-26 14:45:26 UTC. 12 年之前
  Lasse Öörni 9df9941de0 Added Lua bindings for querying drawables from Octree via a bounding shape, similar to AngelScript. Change Octree & PhysicsWorld raycast/query Lua bindings so that a PODVector object with the results is returned, instead of the user having to provide one. 12 年之前
  Lasse Öörni 25a887cfe4 Fix crash in 15_Navigation.lua when adding and removing objects without having a path defined yet. Cleanup Navigation sample code. 12 年之前
  urho3d-travis-ci 188aa59e35 Travis CI: API documentation update at 2014-01-26 12:40:59 UTC. 12 年之前
  Lasse Öörni 936f19d2a2 Added external projects/links documentation page. 12 年之前
  Lasse Öörni 691408dddf Removed unnecessary include. 12 年之前
  Lasse Öörni 257c256d9d In XML mode, allow editing of UnknownComponent attributes as strings. This is as far editing them can go without adding extra data to the whole XML serialization. Closes #149. 12 年之前
  Lasse Öörni 276571f7f0 Fixed mismatching scene savefile names in Lua examples. 12 年之前
  Lasse Öörni 989aae2e31 Added a warning when an UnknownComponent is created. 12 年之前
  Lasse Öörni 4f64f21915 Increased the threshold for justifying a threaded Octree raycast. Exposed PhysicsWorld::Raycast() to Lua. 12 年之前
  Yao Wei Tjong 姚伟忠 fdae68639c Setup to link against matching Urho3D library version. Fixes #152. 12 年之前
  Lasse Öörni 6b38a1cff7 Bruteforce a nonsense component name from hash if necessary so that XML and binary save of an UnknownComponent are compatible. 12 年之前
  Lasse Öörni dd075db33b Added UnknownComponent mechanism for dealing with unregistered components in scene load/save. For now attributes are not editable. Related to issue #149. 12 年之前
  Chris Friesen a574f99760 Editor: presidence screwing up grid showing up 12 年之前
  Lasse Öörni d2a7173e5f Reset UI cursor shape during BeginFrame event, which allows custom logic to set it per frame. Apply OS cursor shape only once during UI rendering to avoid flicker (and potential loss of performance) 12 年之前