Go to file
Martin Gerhardy 155db88ba3 VIDEO: revert parts of flextgl changes
broke osx and windows builds
2020-05-23 20:14:18 +02:00
.github/workflows GITHUB: unique installation prefix 2020-05-17 20:11:23 +02:00
cmake CMAKE: disable cxx warnings for cxx, not for c 2020-05-16 22:17:29 +02:00
contrib VOXCONVERT: new commandline tool to convert between supported volume formats 2020-05-17 18:02:28 +02:00
data VOXEDIT: make scale command available via ui 2020-05-21 20:28:44 +02:00
debian DEBIAN: fixed control file issues 2020-05-18 00:24:47 +02:00
docs DOXYGEN: updated doxygen to use mcss and fixed markdown linting 2020-05-14 23:44:17 +02:00
src VIDEO: revert parts of flextgl changes 2020-05-23 20:14:18 +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
.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
.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 VOXEDIT: Scale console command 2020-05-21 19:33:02 +02:00
CMakeLists.txt ALL: bump version to 0.0.4.0 2020-05-17 20:37:00 +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 MAKE: added update target for flextgl 2020-05-21 21:45:51 +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

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