Dengine/src
Doyle Thai eb1962e05e IMGUI use data from Gamestate, fix pointInRect bug
Wrong if logic causing point-in-rect to be valid if only x or y is
valid, where correct logic is both x and y need to be within the rect.
2016-08-04 21:17:16 +10:00
..
include/Dengine IMGUI use data from Gamestate, fix pointInRect bug 2016-08-04 21:17:16 +10:00
AssetManager.c Add entity attack audio cue 2016-07-28 22:17:32 +10:00
Audio.c Add one-shot audio playback (i.e. buffer all data) 2016-08-04 00:32:13 +10:00
build.bat Add openal-soft dependency, update opengl macro 2016-07-24 22:19:25 +10:00
Common.c Mobs battle with hero, engine architect. changes 2016-07-19 21:19:26 +10:00
Debug.c IMGUI use data from Gamestate, fix pointInRect bug 2016-08-04 21:17:16 +10:00
dengine.c IMGUI use data from Gamestate, fix pointInRect bug 2016-08-04 21:17:16 +10:00
Entity.c Create event queue and start sorting entity list 2016-08-03 23:20:03 +10:00
Platform.c Merge the game to dengine, reduce header coupling 2016-07-28 15:19:23 +10:00
Renderer.c Add mouse tracking, add null-texture gen function 2016-08-04 18:46:46 +10:00
Shader.c Create empty texture idea, change function scopes 2016-07-16 17:15:03 +10:00
static_check.bat Add utility scripts for finding todos and statics 2016-07-20 17:15:31 +10:00
Texture.c Add openal-soft dependency, update opengl macro 2016-07-24 22:19:25 +10:00
todo_check.bat Add utility scripts for finding todos and statics 2016-07-20 17:15:31 +10:00
WorldTraveller.c IMGUI use data from Gamestate, fix pointInRect bug 2016-08-04 21:17:16 +10:00