1
0
forked from MTSR/mapserver
Minetest realtime mapserver, written in go
Go to file
2023-04-10 18:19:51 +02:00
.github/workflows Update goreleaser/goreleaser-action action to v4 2023-04-10 12:16:02 +02:00
app os.ReadFile 2023-01-20 18:04:27 +01:00
areasparser os.ReadFile 2023-01-20 18:04:27 +01:00
blockaccessor blockaccessor.GetBlock(x,y,z) and simple test 2019-07-31 11:36:30 +02:00
coords add new mapblock+pos type / refactor listeners 2022-01-30 13:29:47 +01:00
db fix wal issue 2022-12-16 08:30:21 +01:00
dev update mapserver_mod / config file 2022-12-16 08:25:45 +01:00
doc remove unused colors 2023-01-20 18:02:37 +01: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 Merge branch 'master' into mapparser-lib 2022-01-30 13:31:26 +01:00
mapblockrenderer remove unused colors 2023-01-20 18:02:37 +01:00
mapobject add fancy_travelnet:fancy_travelnet 2022-02-09 11:24:10 +01:00
mapobjectdb switch to cgo-less sqlite driver 2022-02-01 14:35:32 +01: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 Update postgres Docker tag to v15 2023-01-21 12:43:34 +01:00
public Update dependency vue-router to v3.6.5 2023-04-10 12:17:53 +02:00
settings move src files to root dir 2019-06-13 08:04:32 +02:00
testutils switch to cgo-less sqlite driver 2022-02-01 14:35:32 +01:00
tiledb os.ReadFile 2023-01-20 18:04:27 +01:00
tilerenderer remove unused colors 2023-01-20 18:02:37 +01:00
tilerendererjob Merge branch 'master' into mapparser-lib 2022-01-30 13:31:26 +01:00
travelnetparser os.ReadFile 2023-01-20 18:04:27 +01:00
types add new mapblock+pos type / refactor listeners 2022-01-30 13:29:47 +01:00
web Add support for player skins via SkinsDB (#284) 2022-12-16 08:07:47 +01:00
worldconfig move src files to root dir 2019-06-13 08:04:32 +02:00
.all-contributorsrc regen 2022-02-03 21:14:22 +01:00
.dockerignore ignore fixes / quiet tests 2022-02-01 15:47:34 +01:00
.gitignore update go.mod / gitignore 2022-02-01 11:47:55 +01:00
.gitmodules integrated development environment 2020-07-23 20:17:22 +02:00
.goreleaser.yaml docker images 2022-02-01 15:09:10 +01:00
colors.txt move src files to root dir 2019-06-13 08:04:32 +02:00
docker-compose.yml Update golang Docker tag to v1.20.3 2023-04-10 12:17:44 +02:00
Dockerfile dev/cross cleanup 2022-02-01 14:22:48 +01:00
go.mod Update module github.com/minetest-go/colormapping to v1.0.2 2023-04-10 18:19:51 +02:00
go.sum Update module github.com/minetest-go/colormapping to v1.0.2 2023-04-10 18:19:51 +02:00
license.txt license stuff / mod / quarry overlay 2019-02-08 13:35:56 +01:00
main.go switch to embed.FS 2021-04-12 13:03:10 +02:00
readme.md Add support for player skins via SkinsDB (#284) 2022-12-16 08:07:47 +01:00
renovate.json Add renovate.json 2021-09-01 19:45:20 +02:00

Minetest mapserver

All Contributors

=======

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 Coverage Status

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, with SkinsDB support
  • 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
  • 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.

Contributors

Thanks goes to these wonderful people (emoji key):


Buckaroo Banzai

💻

Pierre-Yves Rollo

💻

Peter Nerlich

💻

StephaneG

💻

Ward Vandewege

💻

Benjamin Marwell

📖

Kenneth Watson

💻

3C

💻

This project follows the all-contributors specification. Contributions of any kind welcome!