aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
AgeCommit message (Expand)Author
2019-09-26begin config usage; text positioningClyne Sullivan
2019-09-25created config classClyne Sullivan
2019-09-10Started world systemAndy Belle-Isle
2019-09-04Values in entity table are now saved in the save fileAndy Belle-Isle
2019-09-01made all formatting matchClyne Sullivan
2019-08-29Fixed header in makefileAndy Belle-Isle
2019-08-29Replaced LuaBridge with sol2 and completely encapsulated scripting within scr...Andy Belle-Isle
2019-08-29Started creating scripting library/namespace and added sol2 for interfacingAndy
2019-08-29Created (very messy) script systemAndy Belle-Isle
2019-08-28Can now create entities using Lua scriptingAndy Belle-Isle
2019-08-28transition to game enginetcsullivan
2019-08-28Added LuaBridge supportAndy Belle-Isle
2019-08-27Created basic init scriptAndy Belle-Isle
2019-08-26Fixed Makefile to be fully recursiveAndy Belle-Isle
2019-08-26created a window classtcsullivan
2019-08-26Made lua binding c++17 compatibleAndy
2019-08-26Started lua->entityx bindingAndy
2019-08-25added entityxtcsullivan
2019-08-25added SDL key eventstcsullivan
2019-08-25added logic and render loopstcsullivan
2019-08-25missing error return; added documentationtcsullivan
2019-08-25created a windowtcsullivan
2019-08-25SDL_Init and SDL_Quittcsullivan
2019-08-25added main.cpptcsullivan