LM-Engine
LM-Engine copied to clipboard
"The Vim of game engines"
There appears to still be a save_map_msg in the flow graph and upon deleting the registry therein, one of the pools throws an access violation while being deleted.
Fixes #51
If an exception is thrown in the run function, the promise the calling thread waits on will never be fulfilled. Add unit tests that a function that throws will not...
If no project dir set on command line, show all projects created through editor and the sample project.
Should come from a template that adds boilerplate code. Projects go to a subdirectory of main engine project "projects", each project is added to the main cmake project.
Given I'm adding a new entity I want to see "Light" as an option So I can add a light to the map.