SegsEngine icon indicating copy to clipboard operation
SegsEngine copied to clipboard

The engine that will become the basis for client/editor/server components.

Results 25 SegsEngine issues
Sort by recently updated
recently updated
newest added

The current procedure of enabling c# is a bit cumbersome: - Enable mono module, but keep MONO_GLUE_ENABLED define as disabled - build editor - run editor with `--generate-mono-glue PATH_TO_GLUE_DIRECTORY` -...

C#

Right now CoH texture importer lacks a few things: * Metadata is not correctly set. * Some of the original information is discarded ( flags/alpha marker/etc. ) It shouldn't be...

enhancement

The functionality should be similar to Linux's `ln -s` API should allow `mounting` an existing path to a shorter, more meaningful path, as well as support mounting archives as directories...

proposal

What would be great, is having editor/core support for 'mounting' archives as virtual directories. So that we can have pigg filesystem plugin that will allow loading the internal files without...

proposal

Right now all global targets rebuild the whole codebase with only third-party libraries being re-used. This will require separating `#ifdef` code bits into different files that will be made into...