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.
|
před 12 roky |
Lasse Öörni
|
606d374936
Added GetWorldBoundingBox() to CollisionShape.
|
před 12 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
|
8c581bf8bb
Cleaned up Doxygen comments.
|
před 13 roky |
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.
|
před 13 roky |
Lasse Öörni
|
42b9cbc158
Cleaned up terrain code.
|
před 13 roky |
Lasse Öörni
|
a4c1924e04
Vertex & index buffer refactoring to unify feature set between graphics APIs, cleanup code, and prepare for Android OpenGL context loss handling.
|
před 13 roky |
Lasse Öörni
|
da921892b2
Rearranged Octant variables for more optimal access.
|
před 13 roky |
Lasse Öörni
|
c48f640a18
Changed several structures to HashMap / HashSet for better performance.
|
před 13 roky |
Lasse Öörni
|
cc3ee34f58
Increased occlusion buffer depth bias.
|
před 14 roky |
Lasse Öörni
|
7f7e8b970d
Added subgeometry centers to the model format for proper sorting of transparent geometries.
|
před 14 roky |
Lasse Öörni
|
ce5a45d10f
Fixed cloned geometries (for morphing) missing raw data.
|
před 14 roky |
Lasse Öörni
|
90596a064a
Use a memory pool in OGLGraphics for discard lock buffers.
|
před 14 roky |
Lasse Öörni
|
700520f320
Further comments and code cleanup.
|
před 14 roky |
Lasse Öörni
|
de67af8825
CoreData / Data reorganization.
|
před 14 roky |
Lasse Öörni
|
b694ad047e
Refactored interest management into the NetworkPriority component.
|
před 14 roky |
Lasse Öörni
|
07fda9f32e
Preparation to using kNet: renamed SharedPtr.h to Ptr.h to avoid conflicts.
|
před 14 roky |
Lasse Öörni
|
9335edc5ed
Removed the need to lock vertex data in read-only mode for CPU-side processing.
|
před 14 roky |
Lasse Öörni
|
76144c8c4b
Fixed plural in array variable names.
|
před 14 roky |
Lasse Öörni
|
f60321b20f
Use PODVector more extensively.
|
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
|
7c45da5588
Import new code.
|
před 14 roky |