Go to file
Martin Gerhardy 7c0f70f987 DOCS: updated Doxygen config file 2019-05-27 13:22:22 +02:00
cmake CMAKE: cleanup 2019-04-29 18:30:43 +02:00
contrib LIBS: updated sdl2 2019-05-13 16:43:42 +02:00
data DATA: renamed to md 2019-05-17 18:10:52 +02:00
docs AI: missing docu images 2019-05-27 13:22:22 +02:00
src CORE: added missing test file 2019-05-27 13:22:22 +02:00
tools TOOLS: added iqm exporter 2018-11-30 07:38:16 +01:00
.dockerignore DOCKER: ignore the git directory 2018-11-20 20:22:01 +01:00
.gitignore CMAKE: support for local cmake settings 2018-10-22 17:37:37 +02:00
.gitlab-ci.yml CI: collect gtest results 2018-10-27 11:17:35 +02:00
.travis.yml TRAVIS: xcode verbose build 2019-03-18 20:27:36 +01:00
CMakeLists.txt DOCS: updated doxygen template and markdown 2019-05-26 19:55:46 +02: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: support building via ninja 2019-04-07 12:28:27 +02:00
README.md README: modified readme 2019-03-09 09:58:15 +01:00
TODO.md VOXEDIT: introduced command support into the ui 2019-03-11 19:06:30 +01:00
appveyor.yml APPVEYOR: install curl via vcpkg 2019-04-17 11:57:21 +02:00

README.md

Build status Build Status

About

Voxel engine and tools.

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.

More information

For more information, please check out the wiki or the doxygen documentation.