Go to file
Martin Gerhardy 7752d138d6 EDITORCONFIG: moved editorconfig to project root and provide the root flag 2020-06-24 16:52:20 +02:00
.github/workflows CI: added eventmgr tests 2020-06-10 20:19:19 +02:00
cmake CMAKE: removed a lot of extra handling for cross-compilation 2020-06-17 20:27:51 +02:00
contrib ALL: fixed mingw issues 2020-06-17 19:17:48 +02:00
data TESTS: added rgb test volumes 2020-06-14 23:48:55 +02:00
debian VOXELFORMAT: started to add vxl write support 2020-06-14 22:55:02 +02:00
docs DOXYGEN: updated doxygen to use mcss and fixed markdown linting 2020-05-14 23:44:17 +02:00
src EDITORCONFIG: moved editorconfig to project root and provide the root flag 2020-06-24 16:52:20 +02:00
tools VIDEO: revert parts of flextgl changes 2020-05-23 20:14:18 +02:00
.dockerignore DOCKER: ignore the git directory 2018-11-20 20:22:01 +01:00
.editorconfig EDITORCONFIG: moved editorconfig to project root and provide the root flag 2020-06-24 16:52:20 +02:00
.gitignore GIT: updated gitignore 2020-06-20 08:51:01 +02:00
.gitlab-ci.yml CI: cache build dir and split between unity/non-unity 2019-08-08 12:21:57 +02:00
.gitmodules CORE: added tracy support 2020-04-20 14:28:05 +02:00
.project IDE: add eclipse project files 2019-12-13 10:49:21 +01:00
CHANGELOG.md VOXELFORMAT: started to add vxl write support 2020-06-14 22:55:02 +02:00
CMakeLists.txt VERSION: bump version to 0.0.5.0 2020-06-07 10:55:13 +02:00
Doxyfile-mcss.in DOXYGEN: updated doxygen to use mcss and fixed markdown linting 2020-05-14 23:44:17 +02:00
Doxyfile.in DOXYGEN: updated doxygen to use mcss and fixed markdown linting 2020-05-14 23:44:17 +02:00
LICENSE LICENSE: added license notes 2018-10-27 17:48:09 +02:00
Makefile MAKE: allow for better cross compilation support via dockcross 2020-06-17 18:21:10 +02:00
README.md VOXCONVERT: new commandline tool to convert between supported volume formats 2020-05-17 18:02:28 +02:00
TODO.md TODO: updated todo list 2020-01-25 11:52:41 +01:00

README.md

About

Actions Status License: MIT

Voxel engine for mmorpg game and tools.

Includes behaviour tree based ai, a remote ai debugger, a voxel editor and a lot more.

The scripting is lua based.

The database system that is used is PostgreSQL.

There is still a lot of stuff missing where we could need your help.

Join our discord Server and help developing the game.

You can find some old and most likely outdated videos in my youtube channel or the media channel of the discord server.

Download latest windows binaries at github action artifacts.

Tools

General

Running the tests

The tests need a postgres database named enginetest and a user named engine with the password.... engine (you can modify them via cvars). If no OpenGL or OpenCL context is available, the related tests are skipped. You can use the docker-compose files to set up your environment.

Profiling

In order to compile with profiling support. You should clone with submodules. This will also get the tracy code.

Images

image

image