more docs
This commit is contained in:
parent
7c0cabe5f9
commit
7a65be2c57
16
doc/changelog.md
Normal file
16
doc/changelog.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 0.2.0 (NEXT)
|
||||||
|
* Extended [configuration](config.md)
|
||||||
|
* [Monitoring](prometheus.md)
|
||||||
|
* [Mod](mod.md)-bridge
|
||||||
|
* More [mapobjects](mapobjects.md)
|
||||||
|
|
||||||
|
## 0.1.0 (2019-02-08)
|
||||||
|
* Realtime tiles
|
||||||
|
* Mapobjects
|
||||||
|
* Sqlite backend
|
||||||
|
|
||||||
|
## 0.0.1 - 0.0.3
|
||||||
|
* Alpha releases
|
31
doc/mapobjects.md
Normal file
31
doc/mapobjects.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
# Supported map objects (markers)
|
||||||
|
|
||||||
|
## Player bones
|
||||||
|
<img src="./pics/bones.png">
|
||||||
|
|
||||||
|
## Digiterms
|
||||||
|
See: https://github.com/Pyrollo/digiterms
|
||||||
|
|
||||||
|
<img src="./pics/digiterms.png">
|
||||||
|
|
||||||
|
## Digilines
|
||||||
|
See: https://github.com/minetest-mods/digilines
|
||||||
|
|
||||||
|
<img src="./pics/lcd_display.png">
|
||||||
|
|
||||||
|
## POI
|
||||||
|
|
||||||
|
<img src="./pics/poi.png">
|
||||||
|
|
||||||
|
## Protector
|
||||||
|
|
||||||
|
<img src="./pics/protectors.png">
|
||||||
|
|
||||||
|
## Travelnet
|
||||||
|
See: https://github.com/Sokomine/travelnet
|
||||||
|
|
||||||
|
<img src="./pics/travelnet.png">
|
||||||
|
|
||||||
|
## More
|
||||||
|
And various more, see: [setup.go](../server/mapobject/setup.go)
|
@ -12,6 +12,7 @@ Realtime mapserver for [Minetest](https://minetest.net)
|
|||||||
* [Contribution](doc/contrib.md)
|
* [Contribution](doc/contrib.md)
|
||||||
* [Development](doc/dev.md)
|
* [Development](doc/dev.md)
|
||||||
* [License](doc/license.md)
|
* [License](doc/license.md)
|
||||||
|
* [Changelog](doc/changelog.md)
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
@ -45,6 +46,7 @@ Realtime mapserver for [Minetest](https://minetest.net)
|
|||||||
|
|
||||||
## Map objects (as markers)
|
## Map objects (as markers)
|
||||||
Enable/Disable those in the [Configuration](doc/config.md)
|
Enable/Disable those in the [Configuration](doc/config.md)
|
||||||
|
See: [mapobjects](doc/mapobjects.md)
|
||||||
|
|
||||||
<img src="./pics/bones.png">
|
<img src="./pics/bones.png">
|
||||||
<img src="./pics/digiterms.png">
|
<img src="./pics/digiterms.png">
|
||||||
|
Loading…
Reference in New Issue
Block a user