Minetest realtime mapserver, written in go
Go to file
2019-11-26 11:30:34 +01:00
app ensure that colors from custom.txt are overloading previous definitions 2019-08-19 07:50:47 +02: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 blockaccessor.GetBlock(x,y,z) and simple test 2019-07-31 11:36:30 +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 12:41:09 +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 move src files to root dir 2019-06-13 08:04:32 +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 jshint 2019-11-26 11:28:23 +01:00
testutils go fmt 2019-07-31 13:32:31 +02:00
tiledb move src files to root dir 2019-06-13 08:04:32 +02:00
tilerenderer Removed level 0 tiles caching that prevented incremental updates 2019-10-03 12:38:49 +02:00
tilerendererjob Removed unused return values 2019-09-25 10:22:02 +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 BlockAccessor -> MapBlockAccessor 2019-07-31 13:41:35 +02: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
.drone.yml ci cleanup 2019-10-16 07:22:14 +02:00
.gitignore move src files to root dir 2019-06-13 08:04:32 +02:00
.travis.yml jshint in travis 2019-11-26 11:30:34 +01:00
colors.txt move src files to root dir 2019-06-13 08:04:32 +02:00
Dockerfile move src files to root dir 2019-06-13 08:04:32 +02:00
go.mod go mod 2019-11-25 21:34:48 +01:00
go.sum Bump github.com/mattn/go-sqlite3 from 1.12.0 to 1.13.0 2019-11-19 06:23:45 +00:00
license.txt license stuff / mod / quarry overlay 2019-02-08 13:35:56 +01:00
main.go move src files to root dir 2019-06-13 08:04:32 +02:00
Makefile jshint 2019-11-26 11:28:23 +01:00
readme.md roadmap 2019-09-18 08:24:16 +02:00

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.