2019-02-15 10:41:44 +01:00
|
|
|
|
|
|
|
# Changelog
|
|
|
|
|
2019-07-23 07:15:43 +02:00
|
|
|
## Next
|
|
|
|
|
|
|
|
* Train overlay decluttering
|
2019-08-05 15:55:07 +02:00
|
|
|
* Updated builtin colors
|
|
|
|
* Hide travelnets and missions by pattern "(P)"
|
|
|
|
* Added benchmark
|
|
|
|
* Minor speed improvements
|
2019-07-23 07:15:43 +02:00
|
|
|
|
2019-06-20 07:20:32 +02:00
|
|
|
## 3.0.0
|
|
|
|
|
|
|
|
* Javascript ES6 frontend
|
|
|
|
* Param2 coloring
|
|
|
|
* More player infos (RTT)
|
|
|
|
* Search ability for LCD displays
|
|
|
|
* City border support
|
|
|
|
* Label support (street, city names, regions)
|
|
|
|
* Various bugfixes
|
|
|
|
|
2019-05-14 09:03:31 +02:00
|
|
|
## 2.2.0
|
|
|
|
|
|
|
|
* Added ATM overlay
|
2019-05-14 09:12:06 +02:00
|
|
|
* Added locator overlay
|
2019-05-14 09:03:31 +02:00
|
|
|
* Add ability for bone-owner search
|
|
|
|
* Separate mapserver_mod into own repository
|
|
|
|
|
2019-05-06 19:33:28 +02:00
|
|
|
## 2.1.1
|
|
|
|
|
2019-05-14 09:03:31 +02:00
|
|
|
* force tcp v4 for listener
|
2019-05-06 19:33:28 +02:00
|
|
|
|
2019-05-04 21:13:19 +02:00
|
|
|
## 2.1.0
|
|
|
|
|
|
|
|
* Added search bar
|
|
|
|
* Shop info with stock
|
|
|
|
* Colored POI's
|
|
|
|
* Icons for POI's
|
|
|
|
* Exported mapserver mod to own repository: https://github.com/thomasrudin/mapserver_mod
|
|
|
|
|
2019-04-04 17:55:43 +02:00
|
|
|
## 2.0.1
|
2019-04-04 13:04:42 +02:00
|
|
|
* Added *configversion* to `mapserver.json`
|
|
|
|
* Added *defaultoverlays* to `mapserver.json`
|
2019-04-04 11:24:16 +02:00
|
|
|
* Added trainline overlay
|
|
|
|
* Added border overlay
|
2019-04-04 13:04:42 +02:00
|
|
|
* Added simple js/css bundler (concat)
|
2019-04-04 11:24:16 +02:00
|
|
|
* Fix mismatching timestamp issues
|
|
|
|
|
2019-03-29 21:02:01 +01:00
|
|
|
## 2.0.0
|
2019-03-29 20:01:44 +01:00
|
|
|
* Fixed websocket connect issue (origin check)
|
|
|
|
* Fixed multiple layer issue
|
2019-04-02 16:31:35 +02:00
|
|
|
* Fixed mapblock version support issue
|
2019-03-29 21:02:01 +01:00
|
|
|
* *Breaking change:* Reworked `mapserver.json` layer config (now mapblock range, not blocks)
|
|
|
|
* Reworked build pipeline
|
2019-04-02 16:31:35 +02:00
|
|
|
* Optional crafting recipes for mapobjects
|
2019-03-01 14:14:59 +01:00
|
|
|
|
|
|
|
## 1.0.0
|
2019-02-15 10:41:44 +01:00
|
|
|
* Extended [configuration](config.md)
|
|
|
|
* [Monitoring](prometheus.md)
|
|
|
|
* [Mod](mod.md)-bridge
|
2019-02-22 15:17:19 +01:00
|
|
|
* Player and game-stats display (player-count, lag)
|
2019-02-15 10:41:44 +01:00
|
|
|
* More [mapobjects](mapobjects.md)
|
2019-02-22 15:17:19 +01:00
|
|
|
* Fixed tile generation glitch
|
|
|
|
* Tile-backend is now file-based (needs a complete re-rendering)
|
|
|
|
* Postgres map backend
|
2019-02-15 10:41:44 +01:00
|
|
|
|
|
|
|
## 0.1.0 (2019-02-08)
|
|
|
|
* Realtime tiles
|
|
|
|
* Mapobjects
|
|
|
|
* Sqlite backend
|
|
|
|
|
|
|
|
## 0.0.1 - 0.0.3
|
|
|
|
* Alpha releases
|