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
c1b9404e524138c47edf83b2965221b44642bc66
axyz
/
src
/
Engine
/
Core
T
History
Jace
c1b9404e52
Created a FileDropped event for when a file is dropped onto the client by the OS
2015-12-17 15:30:43 +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
Working rotations and translations relative to global and local space for children
2015-12-16 17:20:56 +01:00
EventBroker.cpp
Engine puzzle completed
2015-11-30 17:02:24 +01:00
InputManager.cpp
Created a FileDropped event for when a file is dropped onto the client by the OS
2015-12-17 15:30:43 +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