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.
|
12 lat temu |
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.
|
12 lat temu |
Lasse Öörni
|
a40fead7dc
Updated license for the new year.
|
13 lat temu |
Lasse Öörni
|
88aaa46465
Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding.
|
13 lat temu |
Lasse Öörni
|
f0b6d55b28
Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries.
|
13 lat temu |
Lasse Öörni
|
cc3ee34f58
Increased occlusion buffer depth bias.
|
14 lat temu |
Lasse Öörni
|
cee327dfb2
Fixed GCC build.
|
14 lat temu |
Lasse Öörni
|
99f9d6c18a
Fixed suboptimal performance of file checksum calculation.
|
14 lat temu |
Lasse Öörni
|
92d2894866
Fixed not assigning the filename & checksum after XML scene load.
|
14 lat temu |
Lasse Öörni
|
5c27c0f69f
Changed to use pugixml instead of TinyXML.
|
14 lat temu |
Lasse Öörni
|
90596a064a
Use a memory pool in OGLGraphics for discard lock buffers.
|
14 lat temu |
Lasse Öörni
|
7eed016fd8
Added more assertions.
|
14 lat temu |
Lasse Öörni
|
71603ae52e
Initial kNet-based networking implementation.
|
14 lat temu |
Lasse Öörni
|
07fda9f32e
Preparation to using kNet: renamed SharedPtr.h to Ptr.h to avoid conflicts.
|
14 lat temu |
Lasse Öörni
|
af2b4311dc
Function name unification and cleanup. ChildElement -> Child. RootElement -> Root. ScriptedChildren -> ChildrenWithScript.
|
14 lat temu |
Lasse Öörni
|
aa2491a7ac
Moved SharedPtr & SharedArrayPtr to the Container library.
|
14 lat temu |
Lasse Öörni
|
b90c1386be
Removed unnecessary parentheses.
|
14 lat temu |
Lasse Öörni
|
f3859c1ed7
Added documentation about containers.
|
14 lat temu |
Lasse Öörni
|
565de1ad02
Moved some of StringUtils functions to the String class.
|
14 lat temu |
Lasse Öörni
|
7c45da5588
Import new code.
|
14 lat temu |
Lasse Öörni
|
a48885a729
Make way for import of new code.
|
14 lat temu |
Lasse Öörni
|
916b30bcb3
Removed exception throwing from XMLElement code.
|
15 lat temu |
Lasse Öörni
|
6c1227c4f8
Implemented save for Material.
|
15 lat temu |
Lasse Öörni
|
902dfd4a13
Re-commit for the new year. Let's aim for less wiki update spam this time!
|
15 lat temu |