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
0346f81234d26c2e4358471c843b0e4d4d362b58
axyz
/
src
/
Engine
T
History
Jace
0346f81234
Renderer resizing updated to send EResolutionChanged when the resolution is updated so cameras can update their aspect ratio and have a correct FOV. Renderer::SetResolution actually changes the resolution now too.
2016-03-10 13:09:34 +01:00
..
Collision
Only do physics and collision calculations on the clients side, and only for their own entity.
2016-03-03 11:39:00 +01:00
Core
Fixed Transform::AbsolutePosition to take scale into account properly maybe?
2016-03-09 22:04:13 +01:00
Editor
Merge branch 'master' of github.com:teamfisk/TacticalZ
2016-03-09 23:07:44 +01:00
GUI
Merge remote-tracking branch 'origin/master' into Menu
2016-03-09 11:49:42 +01:00
Input
fixup! fixup! Disabled InputCommand processing while you fiddle with editor UI elements
2016-03-07 19:59:57 +01:00
Network
Loads the correct menu
2016-03-09 17:49:04 +01:00
Rendering
Renderer resizing updated to send EResolutionChanged when the resolution is updated so cameras can update their aspect ratio and have a correct FOV. Renderer::SetResolution actually changes the resolution now too.
2016-03-10 13:09:34 +01:00
Sound
When using a PlaySoundOnEntity Event, you no longer have to provide the child of an entity as parameter.
2016-02-10 11:15:49 +01:00
CMakeLists.txt
Added static class PerformanceTimer. Changed CMakeLists for engine to include boost timer. Added F2,F3 functions in editor. Added some timing, more to be added
2016-02-16 16:57:46 +01:00