aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
AgeCommit message (Collapse)Author
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-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-28Added LuaBridge supportAndy Belle-Isle
2019-08-27Created basic init scriptAndy Belle-Isle