BearishSun
|
6c825a8337
Ability to set scene object mobility, ensuring static and immovable objects can be better optimized
|
8 лет назад |
BearishSun
|
d8e62567db
Native components can now be in paused or stopped state, in an attempt to unify native/managed component logic
|
8 лет назад |
BearishSun
|
53ffc80827
Refactor/Cleanup: Scene manager and renderer are no longer split across two libraries, for no real reason. Moved everything related to them to Core layer.
|
8 лет назад |
BearishSun
|
3eecbecfa0
Refactoring C# components so they're just wrappers for C++ ones, to avoid duplicate code
|
8 лет назад |
BearishSun
|
aa226e61ce
Massive namespace rename BansheeEngine -> bs
|
9 лет назад |
BearishSun
|
90a42af3f4
Fixing a crash due to SceneObject restore operation (objects were instantiated before their IDs were restored)
|
9 лет назад |
BearishSun
|
6a0c7b1cf2
Fixing a prefab bug where managed components of child objects weren't being initialized
|
9 лет назад |
BearishSun
|
a29d10f79d
Instantiate scene objects/components after prefab diff only after game object handles are resolved to avoid issue of broken handles
|
9 лет назад |
BearishSun
|
10e057da7b
Prefab fixes:
|
9 лет назад |
BearishSun
|
4cdfc44554
Modified game object deserialization code in order to fix an access violation that was happening with game object's RTTI fields were being accessed without actual serialization/deserialization
|
9 лет назад |
BearishSun
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
BearishSun
|
3b2a4ab050
More work on manuals and documentation
|
9 лет назад |
BearishSun
|
fe2e34ed16
More work on improving documentation for doxygen generation
|
9 лет назад |
BearishSun
|
0a448db0af
More work on improving documentation for Doxygen generation.
|
9 лет назад |
BearishSun
|
f9dbcd6b8b
Fixed an issue where collider sometimes wasn't attached to a rigidbody if they were both initialized on the same frame
|
9 лет назад |
BearishSun
|
b4dfcb8780
More work on improving documentation for Doxygen generation
|
9 лет назад |
BearishSun
|
a993962372
More work on improving documentation for doxygen generation
|
9 лет назад |
BearishSun
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |