1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

REMOVED FILES: CPatgFinder.h/cpp

Updated project files for MSVC and automake (I hope I didn't break it)
* Refactored pathfinding and integrated into CGameState. 
* Fixed issues with wrong calculating movement cost at server side
* Hero infowindow won't be redrawed each time experience changes
* Removed memory leaks with CPaths-s
* Support for Sign objects
* Bumped savegame formt version to ensure old not compatible saves won't be readed
* Spellscrolls will disappear on visit (won't be treated as spellbooks anymore)
This commit is contained in:
Michał W. Urbańczyk
2009-03-19 14:17:19 +00:00
parent a0057c5014
commit 516b1e2b00
22 changed files with 299 additions and 344 deletions

View File

@@ -1,4 +1,4 @@
0.7 -> 0.71 (as for r754)
0.7 -> 0.71 (as for r765)
GENERAL:
* fixed scrolling behind window problem (now it's possible to scroll with CTRL + arrows)
* morale/luck system and corresponding sec. skills supported
@@ -25,6 +25,7 @@ ADVENTURE INTERFACE:
* new movement cost calculation algorithm
* fixed sight radious calculation
* it's possible to stop hero movement
* faster minimap refreshing
BATTLES:
* partial support for battle obstacles
@@ -37,6 +38,7 @@ BATTLES:
* blue glowing border around hovered creature
* made animation on battlefield more smooth
* standing stacks have more static animation
* probably fixed problem with displaying corpses on battlefield
* fixes for two-hex creatures actions
* fixed hero casting spell animation
* corrected stack death animation
@@ -62,6 +64,7 @@ TOWN INTERFACE:
* fixed crash occuring when clicking on hero portrait in Tavern Window, minor improvements for Tavern Window
* proper updating resdatabar after building structure in town or buying creatures (non 800x600 res)
* fixed blinking resdatabar in town screen when buying (800x600)
* fixed horde buildings displaying in town hall
PREGAME:
@@ -86,6 +89,9 @@ New objects supported:
* Temple
* Watering Hole
* Fountain of Youth
* support for Redwood Observatory
* support for Shrine of Magic Incantation / Gesture / Thought
* support for Sign / Ocean Bottle
AI PLAYER:
Minor improvements and fixes.