1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/server
Michał W. Urbańczyk f30ee8ff04 * fixed possible corruption of pack sent by server when player request is rejected
* BattleAI will restore callback to its previous state, fixes freeze after battle #1104
* BattleAI won't lose turn when unable to correctly evaluate a spell
* VCAI will correctly recognize hero standing on town entrance
* War machines of defender will have correctly set side
* Faction 9 as neutral causes crashes, changing to -1 as used elsewhere in the code
2012-09-29 14:44:06 +00:00
..
CGameHandler.cpp Fixed #1092. 2012-09-28 11:43:19 +00:00
CGameHandler.h * fixed 1085 2012-09-25 14:40:39 +00:00
CMakeLists.txt - moved ParseBonus to JsonNode.cpp (linkage errors) 2012-07-19 18:52:44 +00:00
CVCMIServer.cpp Crashes on starting next campaign mission should be fixed. 2012-09-25 18:00:55 +00:00
CVCMIServer.h Major refactoring. First part: BattleInterface 2011-12-13 21:23:17 +00:00
Makefile.am Added test for librt, since linux needs it and OSX doesn't have it. 2012-02-13 02:15:05 +00:00
Makefile.in - moved ColorPutter's to separate SDL_Pixels.h file 2012-05-17 10:44:48 +00:00
NetPacksServer.cpp * fixed possible corruption of pack sent by server when player request is rejected 2012-09-29 14:44:06 +00:00
StdInc.cpp * Final commit 2011-12-13 21:35:28 +00:00
StdInc.h * simple mechanism for detecting desync after init 2012-03-27 20:08:54 +00:00
VCMI_server.vcxproj Partial fix for #961. 2012-05-18 22:47:54 +00:00