| 84 | |
| 85 | === [https://7dtd.illy.bz/browser/binary-improvements?rev=250 rev. 250] (5_7_9) (2015-08-12) === |
| 86 | |
| 87 | * WebMap mod updated to v9: |
| 88 | * Web page: |
| 89 | * Added Log view |
| 90 | * Added quality information to player inventory dialog |
| 91 | * Fixed player marker popup closing itself on data updates (hacky, clean solution requires Leaflet 1 which is still beta) |
| 92 | * Further refactorings |
| 93 | * Code: |
| 94 | * Added API ''getlog'': Get a list of server log lines |
| 95 | * Added API ''getwebuiupdates'': Get information about what has been updated (currently only used for showing number of new log entries) |
| 96 | * Changed API ''getplayerinventory'': Minor changes in format (same for bag/belt and equipment), added quality and qualitycolor information |
| 97 | * Commands updated to v5: |
| 98 | * Changed ''give'': Added a second variant which allows to specify item quality |
| 99 | * Changed ''showinventory'': Also output equipment and item qualities and parts |
| 100 | * Changed ''teleportplayer'': Added a third variant which allows to teleport relatively to the current player position (e.g. just go 10m below the current position by ''tp 0 -10 0'') |
| 101 | * CommonFunc updated to v7: |
| 102 | * Log item quality and parts |