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:
DecodeReport
Used to decode crash *.rpt filesDepend
Used to build a list of dependency files based on a list of root filesEcc
The Entity Class Compiler, a custom build tool used to compile *.es filesEngine
Serious Engine 1.10Shaders
Compiled shaderslibogg
,libvorbis
Third 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
libogg
andlibvorbis
) by Xiph.Org Foundation