aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2019-09-07Added physics system that updates entity positions and veocity in its own threadAndy Belle-Isle
2019-09-07Added new physics component that allows entities to fallAndy Belle-Isle
2019-09-04Fixed boolean saving in lua table savingAndy Belle-Isle
2019-09-04Values in entity table are now saved in the save fileAndy Belle-Isle
2019-09-03lua handling movement events? ideaClyne Sullivan
2019-09-03added load messageClyne Sullivan
2019-09-03json save and load, made GameState classClyne Sullivan
2019-09-03save json to fileClyne Sullivan
2019-09-03Start working on Lua function serializationAndy Belle-Isle
2019-09-02made json names readableClyne Sullivan
2019-09-02json entity saving: coutClyne Sullivan
2019-09-02Removed frequent Lua updatesAndy Belle-Isle
2019-09-02Fixed flipped texture normals being displayed properly in shadersAndy Belle-Isle
2019-09-02Changed Lua Idle function namesAndy Belle-Isle
2019-09-02Added Lua update function that allows certain entities to update every loopAndy Belle-Isle
2019-09-02Made lighting a bit softerAndy Belle-Isle
2019-09-02Added LIGHTINGAndy Belle-Isle
2019-09-01Scaled up entities and stopped player from flashingAndy Belle-Isle
2019-09-01Merge branch 'master' of https://github.com/tcsullivan/gamedev2Andy Belle-Isle
2019-09-01THE CAT IS BACKAndy Belle-Isle
2019-09-01fix player keys...Clyne Sullivan
2019-09-01made all formatting matchClyne Sullivan
2019-09-01added player system; player moves left and righttcsullivan
2019-09-01All 3 entities now play with idle functions and rendering a bit SUPER BETAAndy Belle-Isle
2019-09-01Game loop now updates position every tick, and added circular movement to dogAndy Belle-Isle
2019-08-31Modified WindowSystem into full render systemAndy Belle-Isle
This is does because EntityX doesn't guarantee system initialization order
2019-08-31Merge branch 'master' of https://github.com/tcsullivan/gamedev2Andy Belle-Isle
2019-08-31Forgot to add Velocity component binding to Lua, addedAndy Belle-Isle
2019-08-31cleaned Makefile outputClyne Sullivan
2019-08-31Upon spawning, automatically call Entity Init function if it existsAndy Belle-Isle
2019-08-31Added velocity component, and force add component dependencies when they ↵Andy Belle-Isle
don't exist
2019-08-31Lua spawned entities have "Idle" functionAndy Belle-Isle
Every entity spawned from Lua is given the "Scripted" component, this component holds onto the Entities master table and it's idle function
2019-08-30Added IdleFunc components to entities, this will be assigned to all entities ↵Andy
no matter what, even if the idle func is empty
2019-08-30Added Name and Render components to LuaAndy Belle-Isle
2019-08-30Created very basic render componentAndy Belle-Isle
2019-08-30Created name componentAndy Belle-Isle
2019-08-29Fixed header in makefileAndy Belle-Isle
2019-08-29Refactored script system code and added license headersAndy Belle-Isle
2019-08-29Replaced LuaBridge with sol2 and completely encapsulated scripting within ↵Andy Belle-Isle
script system
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
Created type converter to-and-from Lua and C
2019-08-25added entityxtcsullivan