Changes between Version 123 and Version 124 of Server fixes


Ignore:
Timestamp:
20.06.2016 00:14:18 (8 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Server fixes

    v123 v124  
    8686
    8787Versions in brackets are: ''CommandExtensions''_''CommonFunc''_''WebAndMapRendering''_''CoppisAdditions''
     88
     89=== [https://7dtd.illy.bz/browser/binary-improvements?rev=283 rev. 283 (8_12_15_2) (2016-06-19) ===
     90
     91* CommonFunc updated to v12:
     92  * Minor internal updates
     93* CoppisAdditions updated to v2:
     94  * Fixed ''givexp''
     95  * Added ''ss'' as an intermediate workaround for the non-functional ''spawnscouts'' command from the game until A15 is released
     96  * Fixed spelling: ''to'''o'''glechatcommandhide'' to ''to'''g'''glechatcommandhide''
     97* WebMap updated to v15:
     98  * Code:
     99    * Added API ''executeconsolecommand'': Executes a console command and returns result. Uses the same permission checks as would apply to any ingame user
     100    * Added API ''getallowedcommands'': Retrieves a list of all console commands that can be executed with the current user permissions
     101    * Added API ''getplayerlist'': Retrieves a list of all players, optionally filtered and sorted, with definable results per page and page number. Will be extended upon in the future.
     102    * Added API ''getserverinfo'': Retrieve the server information as reported to the master server list
     103    * Made APIs ''getstats'' and ''getwebuiupdates'' usable by anyone by default unless explicitly set to a stricter permission
     104  * Web page:
     105    * Added first draft of player list tab
    88106
    89107=== [https://7dtd.illy.bz/browser/binary-improvements?rev=277 rev. 277] (8_11_14_1) (2016-05-19) ===