Go to file
Martin Gerhardy d2cb768bc4 SERVER: updated k8s manifests 2020-03-08 11:08:53 +01:00
.github/workflows CI: don't install old glm headers for linux builds 2020-03-06 20:13:05 +01:00
cmake CMAKE: let the shader target depent on the includes shader files, too 2020-03-02 19:22:11 +01:00
contrib LIBS: updated googletest 2020-02-22 13:12:50 +01:00
data BACKEND: integrated the lua ai registry 2020-03-10 06:44:30 +01:00
docs DOCS: updated gd 2020-02-16 18:06:10 +01:00
src SERVER: updated k8s manifests 2020-03-08 11:08:53 +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
CHANGELOG.md CHANGELOG: updated changelog 2020-03-10 07:50:41 +01:00
CMakeLists.txt SERVER: updated k8s manifests 2020-03-08 11:08:53 +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 README: link the ai readme 2020-03-10 07:39:45 +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.

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.

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.