aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-08-20transparency with font on ui boxClyne Sullivan
2022-07-09mouse events; wip ui dialog boxClyne 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-01cleaned up lua function bindingsClyne Sullivan
2019-10-01Started texture based world definitionsAndy Belle-Isle
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
2019-09-24Increased texture size for world, made world a little more detailed, and adde...Andy Belle-Isle
2019-09-23Fixed text renderingAndy Belle-Isle
2019-09-18Added UI rendering support to render loop, although fonts don't render yetAndy Belle-Isle
2019-09-18Started adding UI rendering to render loopAndy Belle-Isle
2019-09-18adjust for world changesClyne Sullivan
2019-09-18Added basic UI shadersAndy Belle-Isle
2019-09-17World can now draw properly, and camera follows playerAndy Belle-Isle
2019-09-17text rendering in-place; but something's missingClyne Sullivan
2019-09-17made VBO rendering accessibleClyne Sullivan
2019-09-17update with master; using VBOs for fontsClyne Sullivan
2019-09-16Render system is now decoupled from the world systemAndy Belle-Isle
2019-09-16success with font loadingClyne Sullivan
2019-09-15Added event subsection of codeAndy Belle-Isle
2019-09-14Fixed todo script to search all development files including Lua, and GLSL scr...Andy Belle-Isle
2019-09-14World can now drawAndy Belle-Isle
2019-09-14Updated world texture loading in LuaAndy Belle-Isle
2019-09-14Textures can now load from lua tables as well as stringsAndy Belle-Isle
2019-09-14Added basic world assetsAndy Belle-Isle
2019-09-14World can now generate its own meshAndy Belle-Isle
2019-09-14Added texture size and offset dataAndy Belle-Isle
2019-09-14Lua can now modify world size and world dataAndy Belle-Isle
2019-09-13Added SOIL and cereal to libraries list in READMEAndy Belle-Isle
2019-09-13Readded todo script from gamedev1 that can be used to find all TODOs placed i...Andy Belle-Isle
2019-09-13Lua can now register materials for worlds during world registrationAndy Belle-Isle
2019-09-13Added texture caching to the texture loading processAndy Belle-Isle
2019-09-12Ability to pass world data into LuaAndy Belle-Isle
2019-09-12add font name to Text componentClyne Sullivan
2019-09-12switch to pairsClyne Sullivan
2019-09-11added font loading code, untestedClyne Sullivan
2019-09-11World system now has a pointer to the current world, and worlds created in Lu...Andy Belle-Isle