This is the source code for Serious Engine v.1.10, including the following projects:
DedicatedServerEccThe Entity Class Compiler, a custom build tool used to compile *.es filesEngineSerious Engine 1.10EngineGUICommon GUI things for game toolsEntitiesMPAll the entity logicGameGUIMPCommon GUI things for game toolsGameMPAll the game logicModelerSerious ModelerRConUsed to connect to servers using an admin passwordSeriousSamThe main game executableSeriousSkaStudioSerious Ska StudioWorldEditorSerious EditorDecodeReportUsed to decode crash *.rpt filesDependUsed to build a list of dependency files based on a list of root filesLWSkaExporterExporter for use in LightWaveMakeFONTUsed for generating *.fnt filesTexConvUsed for converting *.tex files to *.tga imagesShadersCompiled shadersGameAgentThe serverlist masterserver written in Pythonlibogg,libvorbisThird party libraries used for playing OGG-encoded ingame music (see http://www.vorbis.com/ for more information)
- Download and Install Visual Studio 2015 Community Edition.
- Open the solution in the Sources folder, select Release x64 or Release Win32 and compile it.
- Serious Engine is licensed under the GNU GPL v2 (see LICENSE file).
- amp11lib is licensed under the GNU GPL v2 (see amp11lib/COPYING file).
- zlib (located in
Sources/Engine/zlib) by Jean-loup Gailly and Mark Adler - LightWave SDK (located in
Sources/LWSkaExporter/SDK) by NewTek Inc. - libogg/libvorbis (located in
Sources/liboggandSources/libvorbis) by Xiph.Org Foundation