Commit Verlauf

Autor SHA1 Nachricht Datum
  Lasse Öörni ad7b7451b4 As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process. vor 12 Jahren
  Lasse Öörni 5be5222cb8 Added ParticleEmitter attributes. vor 12 Jahren
  Lasse Öörni 98986d77dc Fixed resource pick fileselector becoming unavailable if a resource pick was cancelled. vor 12 Jahren
  Lasse Öörni 5e5d98581c Concatenate world rotation separately to fix GetWorldRotation() returning erroneous values when parent node has nonuniform scale. vor 12 Jahren
  Lasse Öörni e039330e62 Changed DecalSet to use raw binary buffer serialization for the decal data for more size-optimal and faster load/save. vor 12 Jahren
  Lasse Öörni c0dbf7f545 Generalized the factory category for all objects. vor 12 Jahren
  Lasse Öörni 2afdf2675a Fixed Windows build. vor 12 Jahren
  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. vor 12 Jahren
  Wei Tjong Yao 184360dc82 Added new feature in the Editor's edit menu to reset-to-default selected serializable objects (nodes, components, UI-elements) to their default values with undo/redo support. Added new method ResetToDefault() in Serializable class and exposed it to Script. Fixed the constness in Serializable class and all the recently added filtering methods in UIElement descandant classes. Exposed AM_NODEID and AM_COMPONENTID to Script. Added new Keys() method in HashMap class. Fixed SetModel() method in StaticModel and AnimatedModel to accept null model pointer in order to make reset-to-default to work. vor 12 Jahren
  Lasse Öörni 3dac8c7a59 Added setInstanceDefault parameter also to binary serialization. vor 12 Jahren
  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. vor 12 Jahren
  Lasse Öörni 3f3d63280c Fixed infinite raycast returning results that were not hit by the ray. vor 12 Jahren
  Lasse Öörni 085d26aa98 Fixed animation not updating if AnimatedModel was invisible while an animation played to the end. vor 12 Jahren
  Wei Tjong Yao 712de11c99 Debug draw UI-elements in Editor. vor 12 Jahren
  Lasse Öörni 34df8b5e82 Fixed headless mode. vor 12 Jahren
  Lasse Öörni 895f909297 Include cleanup. vor 12 Jahren
  Lasse Öörni d35f3b5035 Removed duplicate error message from ScriptCompiler when script compilation fails. vor 12 Jahren
  Lasse Öörni af8825047a Started work on node/component enable & disable. vor 12 Jahren
  Lasse Öörni da243eb31b Applied UI & editor related patch from weitjong. vor 13 Jahren
  Lasse Öörni a40fead7dc Updated license for the new year. vor 13 Jahren
  Lasse Öörni 7d8558a51f Applied massive patch from weitjong. vor 13 Jahren
  Lasse Öörni aeb5d9d281 Updated to AngelScript 2.25.0. vor 13 Jahren
  Lasse Öörni 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. vor 13 Jahren
  Lasse Öörni fa4e6ea827 To be consistent, removed the dependency of animation and terrain LOD from viewport pixel size, as the actual size of screen pixels can not be known. Now the LOD only depends on distance and scale. vor 13 Jahren
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. vor 13 Jahren
  Lasse Öörni eb3af6e90f Animation state editing. Note: is a breaking change to AnimatedModel serialization, due to the extra variable needed! vor 13 Jahren
  Lasse Öörni 363e9139de Added possibility to read animation state start bone as String for handcrafted XML files. vor 13 Jahren
  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. vor 13 Jahren
  Lasse Öörni 248fc3c1b6 Terrain attributes. vor 13 Jahren
  Lasse Öörni ab89278a5c Create AnimatedModel morph vertex buffers on demand (when first non-zero morph weight set.) vor 13 Jahren