Go to file
Martin Gerhardy 49aaf1d2bc DOCS: moved voxconvert docs into docs/ folder 2020-06-29 20:45:03 +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 MIMETYPE: added magic bytes for vxm 2020-06-29 19:48:16 +02:00
data Revert "NOISETOOL: converted to imgui" 2020-06-28 21:33:55 +02:00
debian VOXELFORMAT: started to add vxl write support 2020-06-14 22:55:02 +02:00
docs DOCS: moved voxconvert docs into docs/ folder 2020-06-29 20:45:03 +02:00
src DOCS: moved voxconvert docs into docs/ folder 2020-06-29 20:45:03 +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 Revert "VSCODE: settings" 2020-06-28 21:33:59 +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 THUMBNAILER: fixed missing pending mesh parts 2020-06-28 20:11:22 +02:00
CMakeLists.txt VOXEDIT: restructured source layout 2020-06-24 16:56:08 +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 Revert "VSCODE: settings" 2020-06-28 21:33:59 +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
mkdocs.yml DOCS: moved voxconvert docs into docs/ folder 2020-06-29 20:45:03 +02: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