Commit History

Автор SHA1 Съобщение Дата
  Lasse Öörni 4f5e060a6a Fixed possible subsystem deinitialization order error. преди 12 години
  Lasse Öörni c0dbf7f545 Generalized the factory category for all objects. преди 12 години
  Wei Tjong Yao 344aa8a8b8 Added nullcheck. преди 12 години
  Lasse Öörni 2afdf2675a Fixed Windows build. преди 12 години
  Wei Tjong Yao 8d1c28bc3e Group components into categories. In the Editor app, dynamically create the menu structure based on the component categories. Added new GetCategory() method in Component class and exposed it to script. Reviewed and fixed as necessary the default attributes registration of Component's descendant classes. Removed 'Attenuation' and 'Panning' attributes from SoundSource3D as they are updated constantly in this class. Enhanced Context class to 'register' component category during the component factory registration. преди 12 години
  Wei Tjong Yao 9bfb0019e3 Added logic to filter UI-style and implicit attributes from UI serialization result. Added logic to let Attribute Inspector to recognize derived values from UI-style file (so, only user modified and programmatically modified attributes are displayed using 'modified color'). Enhanced UI style file processing to support derived 'style' (see how 'ListView' style is derived from 'ScrollView' style and 'CloseButton' derived from 'Button' in file 'DefaultStyle.xml' as examples). Enhanced Serializable class to support instance-level default values (used in XML serialization filtering and also in Editor app). Enhanced Context class to support update of class-level default values during object registration in UIElement's descendant classes. Verified and fixed the attribute default values in RegisterObject() method for all UIElement's descendant classes. Added new method in XMLElement to remove attribute. Exposed new methods to Script API accordingly. преди 12 години
  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. преди 12 години
  Lasse Öörni ebcc766ac0 Minor code cleanup. Added GetAttribute() to Context, which returns a named attribute. преди 12 години
  Lasse Öörni a40fead7dc Updated license for the new year. преди 13 години
  Lasse Öörni 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. преди 13 години
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. преди 13 години
  Lasse Öörni e8ac213610 Use String::EMPTY for empty object typename. преди 13 години
  Lasse Öörni 51c4336f2f Moved HashMap & Vector allocations to .cpp files so that they can be more easily tracked. преди 13 години
  Lasse Öörni 4d317ebdef Fixed missing input events on Android. преди 13 години
  Lasse Öörni d3e302f197 Added possibility to remove subsystems in explicit order. преди 13 години
  Lasse Öörni 8cdc6f69d2 Properly clean up event handlers referring to a deleted object. преди 13 години
  Lasse Öörni 9baf3bad64 Fixed crash in FileWatcher on exit when FileSystem had already been destroyed. преди 13 години
  Lasse Öörni c48f640a18 Changed several structures to HashMap / HashSet for better performance. преди 13 години
  Lasse Öörni 58d7858839 Optimized storage of specific event senders. преди 13 години
  Lasse Öörni 97142c1db1 Eliminated n^2 algorithms from event subscribing and octree updates. преди 13 години
  Lasse Öörni cc3ee34f58 Increased occlusion buffer depth bias. преди 14 години
  Lasse Öörni 7a45a5b33a Made internal event handling functions private in Object & Context. преди 14 години
  Lasse Öörni 3576a81993 Initial node/component attribute editing. преди 14 години
  Lasse Öörni 5b44c38d32 Code cleanup. Actually use the added Contains() & Find() functions. преди 14 години
  Lasse Öörni 4a5dd11742 Fixed undefined behaviour related to the objects' networked attributes -optimization. преди 14 години
  Lasse Öörni ca31354fb5 Added client's score/hiscore update to multiplayer NinjaSnowWar. преди 14 години
  Lasse Öörni 0421200d2b Fixed missing base class network replication attributes. преди 14 години
  Lasse Öörni 50682de1c6 Store network replication attributes separately to optimize sending and receiving updates. преди 14 години
  Lasse Öörni b90c1386be Removed unnecessary parentheses. преди 14 години
  Lasse Öörni f60321b20f Use PODVector more extensively. преди 14 години