summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-04-03Remove "high FPS mode", it won't reach 500 FPS on my computer anyGravatar chirs241097@gmail.com
more. Replace it with Vsync mode. Add float HGE::Timer_GetFPSf(). The return value will be updated every 1000ms.
2014-03-21Experimental support for cross compiling with mingw-w64.Gravatar chirs241097@gmail.com
Fix blinking HangUpText. Exit 1 if not terminated correctly.
2014-03-17Partly revert r50, removing HGE::Gfx_SetTDRotate and fixing ↵Gravatar chirs241097@gmail.com
HGE::Gfx_SetTransform. 3D Rotate is blinking and not really working. However another method HGE::Gfx_SetTransform3D is planned. Switching between orthographic and perspective is also required.
2014-03-15Extend hge with a 3D Rotation method, it's not tested yet.Gravatar chirs241097@gmail.com
Fix probable compile errors due to includes.
2014-01-12(no commit message)Gravatar chirs241097@gmail.com