aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-13freetype win32Clyne Sullivan
2015-09-13freetype includesClyne Sullivan
2015-09-13fontsClyne Sullivan
2015-09-130.2?Clyne Sullivan
2015-09-13added text using freetype2Clyne Sullivan
2015-09-13fixed jumpingClyne Sullivan
2015-09-13colorsClyne Sullivan
2015-09-13Add Entity.htm to keep track of Entity ID'sdrumsetmonkey
2015-09-12stuffClyne Sullivan
2015-09-12improved non-jitterinessClyne Sullivan
2015-09-12commentsClyne Sullivan
2015-09-12fixed layer jumpClyne Sullivan
2015-09-12yayClyne Sullivan
2015-09-12Updated village spawning with fixes to other thingsAndy Belle-Isle
2015-09-12jumpClyne Sullivan
2015-09-12ortho stuffClyne Sullivan
2015-09-12mmClyne Sullivan
2015-09-12uhClyne Sullivan
2015-09-12entity-world bindingClyne Sullivan
2015-09-12Real layered worlds n stuffClyne Sullivan
2015-09-12fexidClyne Sullivan
2015-09-12Merge branch 'master' of https://github.com/tcsullivan/gamedevClyne Sullivan
2015-09-12worldClyne Sullivan
2015-09-12Fixed movement and did a SUPER BETA version of NPC'sAndy Belle-Isle
As much as I didn't want to, I had to get rid of SDL_AddTimer. Since it runs in a separate thread and does calculations at the same time as the main thread, a bunch of the data was getting messed up during the loop, so it was just easiest to remove it. (Just refresh the world a lot to see a village house spawn)
2015-09-11improved layersClyne Sullivan
2015-09-11basic layered worlds :)Clyne Sullivan
2015-09-11fixed main.cppClyne Sullivan
2015-09-11good mergeClyne Sullivan
2015-09-10world savingClyne Sullivan
2015-09-10more betterClyne Sullivan
2015-09-10improved world travelingClyne Sullivan
2015-09-10more fixes :)Clyne Sullivan
2015-09-10fixedClyne Sullivan
2015-09-10added linked worldsClyne Sullivan
2015-09-10Merge remote-tracking branch 'origin/master'Andy Belle-Isle
d Conflicts: include/World.h include/common.h include/entities.h src/UIClass.cpp src/World.cpp src/entities.cpp src/main.cpp
2015-09-10StuffAndy Belle-Isle
2015-09-10aAndy Belle-Isle
2015-09-10added entitiesClyne Sullivan
2015-09-10yeahClyne Sullivan
2015-09-09world genClyne Sullivan
2015-09-09Merge branch 'master' of https://github.com/tcsullivan/gamedevClyne Sullivan
2015-09-09World stuffClyne Sullivan
2015-09-09Fixed makefile for windowsdrumsetmonkey
Just made my life easy by making sure it compiles everything in the src/ directory.
2015-09-09mhmClyne Sullivan
2015-09-08Added DLL's for SDL_Image aswell as the libraries...Andy Belle-Isle
2015-09-08Init'd SDL_imageClyne Sullivan
2015-09-08SDL_imageClyne Sullivan
2015-09-08Re-Documented the render loopAndy Belle-Isle
2015-09-08exit on errorClyne Sullivan
2015-09-08betterClyne Sullivan