Go to file
Martin Gerhardy 478cabae1a CMAKE: apply checks on own sources only
moved into src/ dir to skip the validation of contrib/libs (external deps)
2020-03-07 15:39:09 +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 TESTCORE: fixed duplicated install target for keybindings.cfg 2020-03-01 21:47:34 +01:00
docs DOCS: updated gd 2020-02-16 18:06:10 +01:00
src CMAKE: apply checks on own sources only 2020-03-07 15:39:09 +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 DOCS: added changelog 2020-02-17 23:37:56 +01:00
CMakeLists.txt CMAKE: apply checks on own sources only 2020-03-07 15:39:09 +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.