Go to file
Martin Gerhardy 9d88352a34 HTTP: started a new http client and server module 2020-01-21 11:28:11 +01:00
.github/workflows CI: disable traze test on windows 2019-12-11 06:28:04 +01:00
cmake PHYSIC: removed module - still unused and not finished nor needed atm 2020-01-03 00:33:28 +01:00
contrib OSX: opt in for dark mode on 10.14 if build with older sdk 2020-01-10 08:47:29 +01:00
data DATA: updated and added flowers 2020-01-09 18:48:25 +01:00
docs DOCS: fixed db name 2020-01-12 10:49:30 +01:00
src HTTP: started a new http client and server module 2020-01-21 11:28:11 +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 UI: removed nuklear ui 2019-12-19 07:28:13 +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 MAKE: shortcut for release builds 2020-01-18 12:57:36 +01:00
README.md DOCS: added configuration documentation 2019-12-12 23:31:33 +01:00
TODO.md ALL: removed assimp and voxelizer 2019-11-01 20:14:32 +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 engine 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.