This website requires JavaScript.
Explore
Help
Sign In
BTH
/
axyz
Watch
1
Star
0
Fork
0
You've already forked axyz
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
bd6adcc15773b4ce9d6144954379a45a5563ecb0
axyz
/
src
/
Engine
/
Core
T
History
Jace
bd6adcc157
Added SetParent to World
2015-12-16 12:05:37 +01:00
..
Util
Engine puzzle completed
2015-11-30 17:02:24 +01:00
ComponentPool.cpp
Fixed bug in ComponentPool::Delete. Wasn't taking EntityID into account when freeing memory.
2015-12-14 13:57:53 +01:00
ConfigFile.cpp
Fixed bug in config file overriding. Previously it was silently overwriting the whole default config and relied on hardcoded values for defaults.
2015-12-12 13:42:33 +01:00
EntityXMLFile.cpp
Fixed component type resolution order to prioritize custom types before native ones, since namespace information doesn't exist at that stage.
2015-12-14 16:12:20 +01:00
EventBroker.cpp
Engine puzzle completed
2015-11-30 17:02:24 +01:00
InputManager.cpp
Added MouseScroll event to input manager
2015-12-14 13:57:49 +01:00
ResourceManager.cpp
Made resource loading fail gracefully when a resource can't be loaded. Resources should now throw exceptions in their constuctor if the resource can't be loaded. This will result in ResourceManager::Load returning null.
2015-12-14 13:57:53 +01:00
World.cpp
Added SetParent to World
2015-12-16 12:05:37 +01:00