Lasse Öörni
|
80656971de
Removed SpinLock class.
|
14 年之前 |
Lasse Öörni
|
c8089b1687
Initial work queue & multithreading support.
|
14 年之前 |
Lasse Öörni
|
b6e09d2655
Renamed FinishUpdate() to ApplyAttributes() to be more descriptive, and to not confuse with frame updates.
|
14 年之前 |
Lasse Öörni
|
3f7fffbf49
Some renames. CollisionGroup -> CollisionLayer, Scene::GetNodeByID() -> GetNode(), Ray::Distance() -> HitDistance().
|
14 年之前 |
Lasse Öörni
|
de67af8825
CoreData / Data reorganization.
|
14 年之前 |
Lasse Öörni
|
b694ad047e
Refactored interest management into the NetworkPriority component.
|
14 年之前 |
Lasse Öörni
|
f70cc35815
Added package file download support to the network protocol.
|
14 年之前 |
Lasse Öörni
|
07281ba969
Documentation update.
|
14 年之前 |
Lasse Öörni
|
40d04b377b
Added Compare function to String, which is optionally case-insensitive.
|
14 年之前 |
Lasse Öörni
|
fbf5bd4076
Added log prints for loading & saving the scene.
|
14 年之前 |
Lasse Öörni
|
ffad4ba005
Fixed UI related crashes in headless mode.
|
14 年之前 |
Lasse Öörni
|
7b15b34c83
Removed most OnGetAttribute() / OnSetAttribute() functions in favor of accessor attributes.
|
14 年之前 |
Lasse Öörni
|
4c3dd57980
Added more networking functionality, including remote events and client's controls update.
|
14 年之前 |
Lasse Öörni
|
d69efd65f0
Container library fixes.
|
14 年之前 |
Lasse Öörni
|
565de1ad02
Moved some of StringUtils functions to the String class.
|
14 年之前 |
Lasse Öörni
|
343e9052b3
Fixed search/replaced function & variable names.
|
14 年之前 |
Lasse Öörni
|
e2a3f60c16
Create bone scene nodes as local.
|
14 年之前 |
Lasse Öörni
|
6531fa08d5
Moved Controls to Network library.
|
14 年之前 |
Lasse Öörni
|
a67db4ba05
Async scene loading support.
|
14 年之前 |
Lasse Öörni
|
62c9aa3d9c
Added local node & component ID's in preparation to networking.
|
14 年之前 |
Lasse Öörni
|
74993d525e
Added ID code to binary scenes.
|
14 年之前 |
Lasse Öörni
|
7c45da5588
Import new code.
|
14 年之前 |
Lasse Öörni
|
a48885a729
Make way for import of new code.
|
14 年之前 |
Lasse Öörni
|
803953f41c
Added choose resource path & reload resources functionality to editor.
|
14 年之前 |
Lasse Öörni
|
c2e9d8abf7
Added getResolutions() to Renderer, and exposed it and getMultiSampleLevels() to script.
|
15 年之前 |
Lasse Öörni
|
97370cc707
Added getComponentTypes() function to component factories & Scene.
|
15 年之前 |
Lasse Öörni
|
20b23ced83
Engine & script API improvements.
|
15 年之前 |
Lasse Öörni
|
c3acff9a2d
Added entity group flags for group-based scene queries.
|
15 年之前 |
Lasse Öörni
|
9e2da6555f
Removed delay functionality from events. To work properly, it would need serialization when the scene is saved/loaded, but events may contain non-serializable data (pointers.) This is to be replaced with another, more manageable system.
|
15 年之前 |
Lasse Öörni
|
21152191ac
Added Engine::setDefaultScene(). The default scene will always be accessible as the "scene" global property.
|
15 年之前 |