LM-Engine icon indicating copy to clipboard operation
LM-Engine copied to clipboard

"The Vim of game engines"

Results 22 LM-Engine issues
Sort by recently updated
recently updated
newest added

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.

bug

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...

bug

If no project dir set on command line, show all projects created through editor and the sample project.

enhancement

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.

enhancement

Given I'm adding a new entity I want to see "Light" as an option So I can add a light to the map.

enhancement