19 Commits (06adc221109074d7035324b7a6db9b2147d60175)

Author SHA1 Message Date
Shariq Shah b62aa3f78f Added wrappers around malloc, calloc, realloc and free to track allocation/deallocation 5 years ago
Shariq Shah 2adcef4a1f Reworked how scene cleanup/init functions are stored and loaded, added functionality in editor to specify next scene, init and cleanup func names 5 years ago
Shariq Shah e62bf12bc5 Added per-scene init and cleanup functions 6 years ago
Shariq Shah 33e07e5a52 Fixed a bug in how textures are displayed by nuklear and implemented saving transform informations for all entities, archetypes or not 6 years ago
Shariq Shah 7150aff216 Replaced bools in entity with flags 6 years ago
Shariq Shah 651cbf1883 Implemented command to save scene to file 6 years ago
Shariq Shah 66b72cca73 Implemented showing selected entity in editor with a specific colour 7 years ago
Shariq Shah ccb52b9cf8 Update to recent changes on linux 7 years ago
Shariq Shah e47b494d80 Fixed a bug with rendering and added rpath in linux build 7 years ago
Shariq Shah c651847d43 Removed several warnings 7 years ago
Shariq Shah 5a60c94c76 Implemented Reading/Writing keybindings using new parser object 8 years ago
Shariq Shah 4c5bb465b1 Changed Config to read/write using new Parser and Parser_Objects 8 years ago
Shariq Shah 3354df46bb Implemented writing to files through the new Parser and Parser_Object intrerface 8 years ago
Shariq Shah 1a61236082 Completed loading and saving entities using the new Parser and Parser_Objects 8 years ago
Shariq Shah 114d44371e Each file now has a separate Parser allocated for it which holds all the 8 years ago
Shariq Shah 83255ae281 Implemented better handling of finding opening and closing braces in new parser 8 years ago
shariq c3b5e0b68e Initial work on unified textual resource parsing 8 years ago
shariq ce88b828d7 Made minor changes to parser code to make it a bit simpler 8 years ago
shariq e5f5a9399d Removed duplicate parsing logic by extracting code into reusable parser 8 years ago