aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-11-19lua: ui object, queued dialoguiClyne Sullivan
2022-11-17ui-coord mouse interacts with world-coord entityClyne Sullivan
2022-11-16input bindings; mouse clear dialog boxClyne Sullivan
2022-11-16text clears with dialog boxClyne Sullivan
2022-11-15text on top of dialog boxClyne Sullivan
2022-11-15allow lua to create dialog boxClyne Sullivan
2022-11-15fix merge of lib-cleanupClyne Sullivan
2022-11-15merge branch lib-cleanup into uiClyne Sullivan
2022-08-20transparency with font on ui boxClyne Sullivan
2022-08-20fix entityx build dirClyne Sullivan
2022-08-20fix serialization supportClyne Sullivan
2022-08-20submodule LuaJIT; build libs through MakefileClyne Sullivan
2022-08-19add entityx config.hClyne Sullivan
2022-08-19add cereal and entityx submodules; fix compile errorsClyne Sullivan
2022-08-19try removing entityx again...Clyne Sullivan
2022-08-19remove cereal, remove entityx for fixClyne Sullivan
2022-08-19add sol2 submodule; remove entityx to add submoduleClyne Sullivan
2022-08-19remove sol2 (will re-add as submodule)Clyne Sullivan
2022-07-09mouse events; wip ui dialog boxClyne Sullivan
2020-05-09Merge audio; handle mouse eventsClyne Sullivan
2020-05-09Merge branch 'audio'Clyne Sullivan
2020-05-09Added npcClyne Sullivan
2020-04-24Merge branch 'master' of https://github.com/tcsullivan/gamedev2 into audioClyne Sullivan
2019-10-09Moved camera position updating to the beginning of the render loop to fix stu...Andy Belle-Isle
2019-10-09Started more advanced collision detetctionAndy Belle-Isle
2019-10-08Using polymorphism for world layer storage now, and added demo backdropsAndy Belle-Isle
2019-10-07Added ability to change rendering offsets and sizesAndy Belle-Isle
2019-10-07Added script conversion code, can now convert table to vec2, vec3 and vec4Andy Belle-Isle
2019-10-07Added image based hitbox detectionAndy Belle-Isle
2019-10-06Started working on reading collision maps for worldsAndy Belle-Isle
2019-10-06World is now saved as image files instead of generationsAndy Belle-Isle
2019-10-03fixes; font mem leak fixClyne Sullivan
2019-10-03controlled sound fadingClyne Sullivan
2019-10-03positional audio workingClyne Sullivan
2019-10-02beautiful ball bounce soundClyne Sullivan
2019-10-01sound on jumpClyne Sullivan
2019-10-01Merge branch 'master' of https://github.com/tcsullivan/gamedev2 into audioClyne Sullivan
2019-10-01Audio component loading, getting ready to playClyne Sullivan
2019-10-01cleaned up lua function bindingsClyne Sullivan
2019-10-01Started texture based world definitionsAndy Belle-Isle
2019-09-30created Audio componentClyne Sullivan
2019-09-30created base audiosystemClyne Sullivan
2019-09-30added alut to MakefileClyne Sullivan
2019-09-26fixed todos.sh messing with lua commentsv0.2-alphaClyne Sullivan
2019-09-26remove lua puts callClyne Sullivan
2019-09-26begin config usage; text positioningClyne Sullivan
2019-09-26made Config static; added fps measure/textClyne Sullivan
2019-09-25created config classClyne Sullivan
2019-09-25Merge pull request #2 from tcsullivan/font-supportclyne
2019-09-25Changed up time-step to see if it fixes desktop stuttering movement issuesAndy Belle-Isle