浏览代码

Changelog and authors for 1.1 (#1184)

* Changelog and authors for 1.1

* Apply suggestions from code review

Co-authored-by: Andrey Filipenkov <[email protected]>

* Update ChangeLog

Co-authored-by: Ivan Savenko <[email protected]>

* Update ChangeLog

Co-authored-by: Ivan Savenko <[email protected]>

* Apply suggestions from code review

Co-authored-by: Ivan Savenko <[email protected]>

Co-authored-by: Andrey Filipenkov <[email protected]>
Co-authored-by: Ivan Savenko <[email protected]>
Nordsoft91 2 年之前
父节点
当前提交
3cd8da6a8b
共有 2 个文件被更改,包括 71 次插入23 次删除
  1. 1 1
      AUTHORS
  2. 70 22
      ChangeLog

+ 1 - 1
AUTHORS

@@ -80,7 +80,7 @@ Dmitry Orlov, <[email protected]>
    * special buildings support in fan towns, new features and bug fixes
    * special buildings support in fan towns, new features and bug fixes
 
 
 Andrey Cherkas aka nordsoft, <[email protected]>
 Andrey Cherkas aka nordsoft, <[email protected]>
-   * new terrain support, random map generator features and various bug fixes
+   * new terrain support, rmg features, map editor, multiplayer improvements, bug fixes
 
 
 Andrey Filipenkov aka kambala-decapitator, <[email protected]>
 Andrey Filipenkov aka kambala-decapitator, <[email protected]>
    * iOS support, macOS improvements, various bug fixes
    * iOS support, macOS improvements, various bug fixes

+ 70 - 22
ChangeLog

@@ -1,21 +1,69 @@
-1.0.0 -> 1.1.0
-
-GENERAL:
-* Mods and their versions and serialized into save files. Game checks mod compatibility before loading
-* Logs are stored in system default logs directory
-* LUA/ERM libs are not compiled by default
-* FFMpeg dependency is optional now
-
-MODS:
-* Supported rewardable objects customization
-* Battleground obstacles are extendable now with VLC mechanism
-* Introduced "compatibility" section into mods settings
-
-LAUNCHER:
-* Fixed problem with duplicated mods in the list
-* Launcher shows compatible mods only
-* Uninstall button was moved to the left of layout
-
+1.0.0 -> 1.1.0
+
+GENERAL:
+* iOS is supported
+* Mods and their versions and serialized into save files. Game checks mod compatibility before loading
+* Logs are stored in system default logs directory
+* LUA/ERM libs are not compiled by default
+* FFMpeg dependency is optional now
+* Conan package manager is supported for MacOS and iOS
+
+MULTIPLAYER:
+* Map is passed over network, so different platforms are compatible with each other
+* Server self-killing is more robust
+* Unlock in-game console while opponent's turn
+* Host can control game session by using console commands
+* Control over player is transferred to AI if client escaped the game
+* Reconnection mode for crashed client processes
+* Playing online is available using proxy server
+
+ADVENTURE MAP:
+* Fix for digging while opponent's turn
+* Supported right click for quick recruit window
+* Fixed problem with quests are requiring identical artefacts
+* Bulk move and swap artifacts
+* Pause & resume for towns and terrains music themes
+* Feature to assemble/disassemble artefacts in backpack
+* Clickable status bar to send messages
+* Heroes no longer have chance to receive forbidden skill on leveling up
+* Fixed visibility of newly recruited heroes near town 
+* Fixed missing artifact slot in Artifact Merchant window
+
+BATTLES:
+* Fix healing/regeneration behaviour and effect
+* Fix crashes related to auto battle
+* Implemented ray projectiles for shooters
+* Introduced default tower shooter icons
+* Towers destroyed during battle will no longer be listed as casualties
+
+AI:
+* BattleAI: Target prioritizing is now based on damage difference instead of health difference
+* Nullkiller AI can retreat and surrender
+* Nullkiller AI doesn't visit allied dwellings anymore
+* Fixed a few freezes in Nullkiller AI
+
+RANDOM MAP GENERATOR:
+* Speedup generation of random maps
+* Necromancy cannot be learned in Witch Hut on random maps
+
+MODS:
+* Supported rewardable objects customization
+* Battleground obstacles are extendable now with VLC mechanism
+* Introduced "compatibility" section into mods settings
+* Fixed bonus system for custom advmap spells
+* Supported customisable town entrance placement
+* Fixed validation of mods with new adventure map objects
+
+LAUNCHER:
+* Fixed problem with duplicated mods in the list
+* Launcher shows compatible mods only
+* Uninstall button was moved to the left of layout
+* Unsupported resolutions are not shown
+* Lobby for online gameplay is implemented
+
+MAP EDITOR:
+* Basic version of Qt-based map editor
+
 0.99 -> 1.0.0
 0.99 -> 1.0.0
 
 
 GENERAL:
 GENERAL:
@@ -98,10 +146,10 @@ BATTLES:
 
 
 ADVENTURE MAP:
 ADVENTURE MAP:
 * Added buttons and keyboard shortcuts to quickly exchange army and artifacts between heroes
 * Added buttons and keyboard shortcuts to quickly exchange army and artifacts between heroes
-* Fix: Captured town should not be duplicated on the UI
-
-LAUNCHER:
-* Implemented notifications about updates
+* Fix: Captured town should not be duplicated on the UI
+
+LAUNCHER:
+* Implemented notifications about updates
 * Supported redirection links for downloading mods
 * Supported redirection links for downloading mods
 
 
 0.98 -> 0.99
 0.98 -> 0.99