This is a part of the customly refactored fork of Croteam's Serious Engine v1.10 source code.
The main game shell and other engine modules can be found at https://github.com/DreamyCecil/SE1-GameShell
Includes the following projects:
DecodeReportUsed to decode crash *.rpt filesDependUsed to build a list of dependency files based on a list of root filesEccThe Entity Class Compiler, a custom build tool used to compile *.es filesEngineSerious Engine 1.10ShadersCompiled shaderslibogg,libvorbisThird party libraries used for playing OGG-encoded ingame music (see http://www.vorbis.com/ for more information)
Serious Engine is licensed under the GNU GPL v2 (see LICENSE file).
Some of the code included with the engine sources is not licensed under the GNU GPL v2:
- zlib (located in
Engine/zlib) by Jean-loup Gailly and Mark Adler - libogg/libvorbis (located in
liboggandlibvorbis) by Xiph.Org Foundation