2019-02-15 12:41:44 +03:00
|
|
|
|
|
|
|
# Changelog
|
|
|
|
|
2019-07-23 08:15:43 +03:00
|
|
|
## Next
|
|
|
|
|
|
|
|
* Train overlay decluttering
|
2019-08-05 16:55:07 +03:00
|
|
|
* Updated builtin colors
|
|
|
|
* Hide travelnets and missions by pattern "(P)"
|
|
|
|
* Added benchmark
|
|
|
|
* Minor speed improvements
|
2019-07-23 08:15:43 +03:00
|
|
|
|
2019-06-20 08:20:32 +03: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 10:03:31 +03:00
|
|
|
## 2.2.0
|
|
|
|
|
|
|
|
* Added ATM overlay
|
2019-05-14 10:12:06 +03:00
|
|
|
* Added locator overlay
|
2019-05-14 10:03:31 +03:00
|
|
|
* Add ability for bone-owner search
|
|
|
|
* Separate mapserver_mod into own repository
|
|
|
|
|
2019-05-06 20:33:28 +03:00
|
|
|
## 2.1.1
|
|
|
|
|
2019-05-14 10:03:31 +03:00
|
|
|
* force tcp v4 for listener
|
2019-05-06 20:33:28 +03:00
|
|
|
|
2019-05-04 22:13:19 +03: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 18:55:43 +03:00
|
|
|
## 2.0.1
|
2019-04-04 14:04:42 +03:00
|
|
|
* Added *configversion* to `mapserver.json`
|
|
|
|
* Added *defaultoverlays* to `mapserver.json`
|
2019-04-04 12:24:16 +03:00
|
|
|
* Added trainline overlay
|
|
|
|
* Added border overlay
|
2019-04-04 14:04:42 +03:00
|
|
|
* Added simple js/css bundler (concat)
|
2019-04-04 12:24:16 +03:00
|
|
|
* Fix mismatching timestamp issues
|
|
|
|
|
2019-03-29 23:02:01 +03:00
|
|
|
## 2.0.0
|
2019-03-29 22:01:44 +03:00
|
|
|
* Fixed websocket connect issue (origin check)
|
|
|
|
* Fixed multiple layer issue
|
2019-04-02 17:31:35 +03:00
|
|
|
* Fixed mapblock version support issue
|
2019-03-29 23:02:01 +03:00
|
|
|
* *Breaking change:* Reworked `mapserver.json` layer config (now mapblock range, not blocks)
|
|
|
|
* Reworked build pipeline
|
2019-04-02 17:31:35 +03:00
|
|
|
* Optional crafting recipes for mapobjects
|
2019-03-01 16:14:59 +03:00
|
|
|
|
|
|
|
## 1.0.0
|
2019-02-15 12:41:44 +03:00
|
|
|
* Extended [configuration](config.md)
|
|
|
|
* [Monitoring](prometheus.md)
|
|
|
|
* [Mod](mod.md)-bridge
|
2019-02-22 17:17:19 +03:00
|
|
|
* Player and game-stats display (player-count, lag)
|
2019-02-15 12:41:44 +03:00
|
|
|
* More [mapobjects](mapobjects.md)
|
2019-02-22 17:17:19 +03:00
|
|
|
* Fixed tile generation glitch
|
|
|
|
* Tile-backend is now file-based (needs a complete re-rendering)
|
|
|
|
* Postgres map backend
|
2019-02-15 12:41:44 +03:00
|
|
|
|
|
|
|
## 0.1.0 (2019-02-08)
|
|
|
|
* Realtime tiles
|
|
|
|
* Mapobjects
|
|
|
|
* Sqlite backend
|
|
|
|
|
|
|
|
## 0.0.1 - 0.0.3
|
|
|
|
* Alpha releases
|