Go to file
Martin Gerhardy 5ed2f7a3cb FRONTEND: added PlayerAction class to trigger the tool 2020-02-17 09:18:10 +01:00
.github/workflows CI: gtk3 is no longer needed 2020-02-10 15:34:37 +01:00
cmake SHADERTOOL: generate header files with contants to speed up compilation 2020-02-11 20:48:37 +01:00
contrib CMAKE: use cmake 3.16 precompiled headers feature to speed up googletest compilation 2020-02-10 15:34:37 +01:00
data FRONTEND: added PlayerAction class to trigger the tool 2020-02-17 09:18:10 +01:00
docs DOCS: updated gd 2020-02-16 18:06:10 +01:00
src FRONTEND: added PlayerAction class to trigger the tool 2020-02-17 09:18:10 +01:00
tools ALL: removed assimp and voxelizer 2019-11-01 20:14:32 +01:00
.dockerignore DOCKER: ignore the git directory 2018-11-20 20:22:01 +01:00
.gitignore IDE: removed .cproject - but kept .project 2019-12-18 11:13:27 +01:00
.gitlab-ci.yml CI: cache build dir and split between unity/non-unity 2019-08-08 12:21:57 +02:00
.project IDE: add eclipse project files 2019-12-13 10:49:21 +01:00
CMakeLists.txt CMAKE: also enable static runtime linking for CXX flags 2020-02-10 17:29:57 +01:00
Doxyfile.in DOCS: updated Doxygen config file 2019-05-27 13:22:22 +02:00
LICENSE LICENSE: added license notes 2018-10-27 17:48:09 +02:00
Makefile ALL: removed libcurl dependency 2020-02-05 18:24:34 +01:00
README.md DOCS: setup on fresh install ubuntu, some missing dependencies 2020-02-16 18:05:58 +01:00
TODO.md TODO: updated todo list 2020-01-25 11:52:41 +01:00

README.md

Actions Status License: MIT

About

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.

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

You can find some old and most likely outdated videos in my youtube channel.

Join our discord Server and help developing the game.

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.