Minetest realtime mapserver, written in go
Go to file
dependabot-preview[bot] 781d655d1e Bump golang from 1.14.5-alpine to 1.14.6-alpine
Bumps golang from 1.14.5-alpine to 1.14.6-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-21 19:41:28 +02:00
.github/workflows add integration test with sqlite db 2020-04-14 14:06:41 +02:00
app config types cleanup 2020-04-30 11:25:13 +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 Merge branch 'master' into threejs-wip 2019-08-05 15:52:29 +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 update docs and include frontend building 2020-05-29 07:03:46 +02:00
docker_builder remove luacheck stuff 2019-11-28 13:00:31 +01:00
eventbus move src files to root dir 2019-06-13 08:04:32 +02:00
integration-test-world add integration test with sqlite db 2020-04-14 14:06:41 +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 trace log private inventory 2020-03-13 18:23:35 +01:00
mapblockrenderer Fixed border glitch and weird transparency 2019-10-07 12:41:09 +02:00
mapobject check bones owner's fields 2020-04-13 20:07:56 +02:00
mapobjectdb add more tests 2020-06-23 07:45:37 +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 [ImgBot] Optimize images 2020-01-30 08:55:32 +00: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 add max bounds for map 2020-06-18 12:40:29 +02:00
testutils go fmt 2019-07-31 13:32:31 +02:00
tiledb remove mutex on tiledb 2019-12-24 23:35:48 +01:00
tilerenderer Removed level 0 tiles caching that prevented incremental updates 2019-10-03 12:38:49 +02:00
tilerendererjob add incremental rendering pause config 2020-04-14 13:43:07 +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 provide fallback polling if websocket connection could not be established 2020-03-23 15:07:11 +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 ignore files 2020-06-12 15:15:19 +02:00
colors.txt move src files to root dir 2019-06-13 08:04:32 +02:00
create_map.sh ignore files 2020-06-12 15:15:19 +02:00
Dockerfile Bump golang from 1.14.5-alpine to 1.14.6-alpine 2020-07-21 19:41:28 +02:00
go.mod Bump github.com/lib/pq from 1.7.0 to 1.7.1 2020-07-21 06:19:29 +00:00
go.sum Bump github.com/lib/pq from 1.7.0 to 1.7.1 2020-07-21 06:19:29 +00:00
integration-test.sh add integration test with sqlite db 2020-04-14 14:06:41 +02: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 alpine build step 2019-11-28 19:46:11 +01:00
readme.md add integration test with sqlite db 2020-04-14 14:06:41 +02:00

Minetest mapserver

GitHub release (latest SemVer) GitHub repo size GitHub closed issues GitHub issues

GitHub All Releases Docker Pulls

GitHub go.mod Go version Go Report Card

Discord

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.