Go to file
Pierre-Yves Rollo 9d256446ec Show layer selector only if more that one layer 2019-11-25 10:16:22 +01:00
app Better world and config path management 2019-11-18 10:53:29 +01:00
areasparser move src files to root dir 2019-06-13 08:04:32 +02:00
blockaccessor blockaccessor.GetBlock(x,y,z) and simple test 2019-07-31 11:36:30 +02:00
colormapping fix broken unit test due to color file move 2019-07-31 11:47:19 +02:00
coords Revert zoom inversion 2019-10-07 10:20:03 +02:00
db move src files to root dir 2019-06-13 08:04:32 +02:00
doc recommended specs 2019-09-18 08:03:25 +02:00
docker_builder rollup in the relase build 2019-09-19 11:51:55 +02:00
eventbus move src files to root dir 2019-06-13 08:04:32 +02:00
layer move src files to root dir 2019-06-13 08:04:32 +02:00
luaparser move src files to root dir 2019-06-13 08:04:32 +02:00
mapblockaccessor move src files to root dir 2019-06-13 08:04:32 +02:00
mapblockparser param2 fullpalette support 2019-06-19 21:12:04 +02:00
mapblockrenderer Fixed border glitch and weird transparency 2019-10-07 11:46:17 +02:00
mapobject revert depositor mess 2019-08-05 16:44:05 +02:00
mapobjectdb /api/media/{filename} endpoint 2019-06-14 11:21:07 +02:00
media Merge branch 'master' into es6-modules 2019-06-17 07:12:40 +02:00
params Added world and config cli options 2019-10-03 10:31:23 +02:00
pics recommended specs 2019-09-18 08:03:25 +02:00
postgres_test move src files to root dir 2019-06-13 08:04:32 +02:00
settings move src files to root dir 2019-06-13 08:04:32 +02:00
static Show layer selector only if more that one layer 2019-11-25 10:16:22 +01:00
testutils go fmt 2019-07-31 13:32:31 +02:00
tiledb Revert zoom inversion 2019-10-07 10:20:03 +02:00
tilerenderer Revert zoom inversion 2019-10-07 10:20:03 +02:00
tilerendererjob Revert zoom inversion 2019-10-07 10:20:03 +02:00
travelnetparser move src files to root dir 2019-06-13 08:04:32 +02:00
vfs move src files to root dir 2019-06-13 08:04:32 +02:00
web Better world and config path management 2019-11-18 10:53:29 +01:00
worldconfig move src files to root dir 2019-06-13 08:04:32 +02:00
.dockerignore move src files to root dir 2019-06-13 08:04:32 +02:00
.gitignore Added mapserver.exe to .gitignore 2019-11-18 10:16:46 +01:00
.travis.yml travis test 2019-08-26 08:53:33 +02:00
Dockerfile move src files to root dir 2019-06-13 08:04:32 +02:00
Makefile rollup in the relase build 2019-09-19 11:51:55 +02:00
colors.txt move src files to root dir 2019-06-13 08:04:32 +02:00
go.mod go version 2019-09-19 08:04:10 +02:00
go.sum Bump github.com/stretchr/testify from 1.2.2 to 1.4.0 2019-09-01 10:11:12 +00:00
license.txt
main.go Better world and config path management 2019-11-18 10:53:29 +01:00
readme.md roadmap 2019-09-18 08:24:16 +02:00

readme.md

Minetest mapserver

Build Status GitHub repo size GitHub closed issues

Realtime mapserver for Minetest

Demo: Pandorabox Server map

Documentation

How it works

See: Incremental rendering

Compatibility

  • Minetest 0.4.15 - 0.4.17.1
  • Minetest 5.0

Features

Current features

  • Click-and-run installation
  • Initial and incremental map rendering
  • Param2 coloring
  • Realtime rendering and map-updating
  • Realtime player and world stats
  • Search bar
  • Configurable layers (default: "Base" from y -16 to 160)
  • POI markers / mod integration
  • Protector display
  • LCD Displays as markers
  • Monitoring with Prometheus

Planned Features

  • Isometric view
  • Skin support
  • Route planning (via travelnets / trains)

Supported map-databases

The connection is auto-detected from your world.mt:

  • Sqlite3
  • PostgreSql

Screenshots

Web interface

Terminal

Map objects (as markers)

Enable/Disable those in the Configuration See: mapobjects

Bugs

There will be bugs, please file them in the issues page.