aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
AgeCommit message (Expand)Author
2019-09-13Lua can now register materials for worlds during world registrationAndy Belle-Isle
2019-09-12Ability to pass world data into LuaAndy Belle-Isle
2019-09-11Merge branch 'master' of github.com:tcsullivan/gamedev2Andy Belle-Isle
2019-09-11Made world generation a bit nicerAndy Belle-Isle
2019-09-10Started world systemAndy Belle-Isle
2019-09-07Started extremely basic world generationAndy Belle-Isle
2019-09-07Player init script can now allow the player to jumpAndy Belle-Isle
2019-09-04Fixed boolean saving in lua table savingAndy Belle-Isle
2019-09-03Script now flips player when they go leftAndy Belle-Isle
2019-09-03lua handling movement events? ideaClyne Sullivan
2019-09-03Start working on Lua function serializationAndy 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-01Added player and rabbit texturesAndy Belle-Isle
2019-09-01THE CAT IS BACKAndy Belle-Isle
2019-09-01added player system; player moves left and righttcsullivan
2019-09-01Spread out the entities a bit on the test triangle screenAndy Belle-Isle
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-31Upon spawning, automatically call Entity Init function if it existsAndy Belle-Isle
2019-08-31Added velocity component, and force add component dependencies when they don'...Andy Belle-Isle
2019-08-31Lua spawned entities have "Idle" functionAndy Belle-Isle
2019-08-30Added IdleFunc components to entities, this will be assigned to all entities ...Andy
2019-08-30Added Name and Render components to LuaAndy 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-28Added LuaBridge supportAndy Belle-Isle
2019-08-27Created basic init scriptAndy Belle-Isle