1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-26 08:41:13 +02:00
vcmi/server
DjWarmonger 9518474ec7 First attempt to replace rule-of-a-thumb behavior with actual reasoning
- GATHER_ARMY goal replaces wander function
- Heroes will remember their own goals until they are fulfilled
- Goal search handles mutual dependency
- AI will recruit multiple heroes for exploration
- Lots of tweaks
2012-03-13 12:47:47 +00:00
..
CGameHandler.cpp First attempt to replace rule-of-a-thumb behavior with actual reasoning 2012-03-13 12:47:47 +00:00
CGameHandler.h Fixed Thieves Guild window showing for all players. 2012-03-07 14:05:54 +00:00
CVCMIServer.cpp * new file lib/UnlockGuard.h — unlock_guard is for unlocking a mutex for the scope time (RAII) 2012-02-19 21:03:43 +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 Added test for librt, since linux needs it and OSX doesn't have it. 2012-02-13 02:15:05 +00:00
NetPacksServer.cpp Stack artifacts part 2, not working yet. 2012-02-04 16:34:29 +00:00
StdInc.cpp * Final commit 2011-12-13 21:35:28 +00:00
StdInc.h * CHexField renamed to CBattleHex 2011-12-17 18:59:59 +00:00
VCMI_server.vcxproj * fixed project files for RD configuration 2012-01-03 01:55:26 +00:00