Historie revizí

Autor SHA1 Zpráva Datum
  Wei Tjong Yao 06f3580948 Enhanced the Attribute Inspector to show the 'Is Enabled' check box on the node/component 'title bar' instead of in the attribute list; and small refactoring to reduce the number of parameters being passed in a number of functions. Refactored to modify AttributeInfo's name to become a String. Exposed 'internal' property of UIElement to Script API. Enhanced Text class so that it renders the selected text being hovered by mouse a little differently than those without. před 12 roky
  Lasse Öörni ebcc766ac0 Minor code cleanup. Added GetAttribute() to Context, which returns a named attribute. před 13 roky
  Lasse Öörni a40fead7dc Updated license for the new year. před 13 roky
  Lasse Öörni 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. před 13 roky
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. před 13 roky
  Lasse Öörni e8ac213610 Use String::EMPTY for empty object typename. před 13 roky
  Lasse Öörni 51c4336f2f Moved HashMap & Vector allocations to .cpp files so that they can be more easily tracked. před 13 roky
  Lasse Öörni 4d317ebdef Fixed missing input events on Android. před 13 roky
  Lasse Öörni d3e302f197 Added possibility to remove subsystems in explicit order. před 13 roky
  Lasse Öörni 8cdc6f69d2 Properly clean up event handlers referring to a deleted object. před 13 roky
  Lasse Öörni 9baf3bad64 Fixed crash in FileWatcher on exit when FileSystem had already been destroyed. před 13 roky
  Lasse Öörni c48f640a18 Changed several structures to HashMap / HashSet for better performance. před 13 roky
  Lasse Öörni 58d7858839 Optimized storage of specific event senders. před 13 roky
  Lasse Öörni 97142c1db1 Eliminated n^2 algorithms from event subscribing and octree updates. před 13 roky
  Lasse Öörni cc3ee34f58 Increased occlusion buffer depth bias. před 14 roky
  Lasse Öörni 7a45a5b33a Made internal event handling functions private in Object & Context. před 14 roky
  Lasse Öörni 3576a81993 Initial node/component attribute editing. před 14 roky
  Lasse Öörni 5b44c38d32 Code cleanup. Actually use the added Contains() & Find() functions. před 14 roky
  Lasse Öörni 4a5dd11742 Fixed undefined behaviour related to the objects' networked attributes -optimization. před 14 roky
  Lasse Öörni ca31354fb5 Added client's score/hiscore update to multiplayer NinjaSnowWar. před 14 roky
  Lasse Öörni 0421200d2b Fixed missing base class network replication attributes. před 14 roky
  Lasse Öörni 50682de1c6 Store network replication attributes separately to optimize sending and receiving updates. před 14 roky
  Lasse Öörni b90c1386be Removed unnecessary parentheses. před 14 roky
  Lasse Öörni f60321b20f Use PODVector more extensively. před 14 roky
  Lasse Öörni f3859c1ed7 Added documentation about containers. před 14 roky
  Lasse Öörni d69efd65f0 Container library fixes. před 14 roky
  Lasse Öörni 565de1ad02 Moved some of StringUtils functions to the String class. před 14 roky
  Lasse Öörni 9dd15c95e2 DynamicCast to UIElement when creating layouts, because the returned object could theoretically be a Component or Resource as well. před 14 roky
  Lasse Öörni 9a5cbb6016 More documentation. před 14 roky
  Lasse Öörni b64d298336 Added template Variant::Get() functions. před 14 roky