DjWarmonger 05311dd30c - Fixed and simplified Teleport casting 13 years ago
..
AI_Base.h cce814c41b * Final commit 14 years ago
BattleAction.cpp 156aa6e4d9 * Updated class - file - handling 14 years ago
BattleAction.h 156aa6e4d9 * Updated class - file - handling 14 years ago
BattleHex.cpp a9af0da0ab Rewritten handling mouse movement over hex and l-clicking hex into one procedure. That way the tooltip and cursor are always accurate, because they're set by the same routing that selects action. Having that logic duplicated in two methods was unmaintainable. [though the new one is still monstrous...] By the way fixed numerous issues, including: 13 years ago
BattleHex.h a9af0da0ab Rewritten handling mouse movement over hex and l-clicking hex into one procedure. That way the tooltip and cursor are always accurate, because they're set by the same routing that selects action. Having that logic duplicated in two methods was unmaintainable. [though the new one is still monstrous...] By the way fixed numerous issues, including: 13 years ago
BattleState.cpp b874295b3a Really fixed #918. 13 years ago
BattleState.h b874295b3a Really fixed #918. 13 years ago
CArtHandler.cpp 05311dd30c - Fixed and simplified Teleport casting 13 years ago
CArtHandler.h 05311dd30c - Fixed and simplified Teleport casting 13 years ago
CBuildingHandler.cpp 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CBuildingHandler.h 0c3e88226f - (linux) replaced Genius with VCAI 13 years ago
CCampaignHandler.cpp dbc603b7d7 - fixed crash on opening spellbook during enemy turn 14 years ago
CCampaignHandler.h dbc603b7d7 - fixed crash on opening spellbook during enemy turn 14 years ago
CConsoleHandler.cpp cce814c41b * Final commit 14 years ago
CConsoleHandler.h cce814c41b * Final commit 14 years ago
CCreatureHandler.cpp d0e259864e * Replaced boost::shared_ptr with std::shared_ptr. 13 years ago
CCreatureHandler.h 038d105bcc - first sketch of Commanders 13 years ago
CCreatureSet.cpp f720038ca5 - Battle interface fixes. It's possible to move stacks & attack 13 years ago
CCreatureSet.h 722ec55384 Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes. 13 years ago
CDefObjInfoHandler.cpp 5afa5cfb54 * fixed #863 — all members of team will receive notification about FoW change 13 years ago
CDefObjInfoHandler.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CFileUtility.cpp 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CFileUtility.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CGameInterface.cpp f2f39f1497 - makefiles for fuzzylite (#911) 13 years ago
CGameInterface.h e18419f5d2 * adventure map GUI should be properly blocked during AI turn 13 years ago
CGameState.cpp 722ec55384 Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes. 13 years ago
CGameState.h 722ec55384 Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes. 13 years ago
CGeneralTextHandler.cpp 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CGeneralTextHandler.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CHeroHandler.cpp 08417cd42a - fixed battle obstacles positioning (#769) 13 years ago
CHeroHandler.h 156aa6e4d9 * Updated class - file - handling 14 years ago
CLodHandler.cpp e4dc00abac * new file lib/UnlockGuard.h — unlock_guard is for unlocking a mutex for the scope time (RAII) 13 years ago
CLodHandler.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CLogger.cpp cce814c41b * Final commit 14 years ago
CLogger.h cce814c41b * Final commit 14 years ago
CMapInfo.cpp 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CMapInfo.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CObjectHandler.cpp 722ec55384 Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes. 13 years ago
CObjectHandler.h 722ec55384 Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes. 13 years ago
CObstacleInstance.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CScriptingModule.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CSpellHandler.cpp a9af0da0ab Rewritten handling mouse movement over hex and l-clicking hex into one procedure. That way the tooltip and cursor are always accurate, because they're set by the same routing that selects action. Having that logic duplicated in two methods was unmaintainable. [though the new one is still monstrous...] By the way fixed numerous issues, including: 13 years ago
CSpellHandler.h a9af0da0ab Rewritten handling mouse movement over hex and l-clicking hex into one procedure. That way the tooltip and cursor are always accurate, because they're set by the same routing that selects action. Having that logic duplicated in two methods was unmaintainable. [though the new one is still monstrous...] By the way fixed numerous issues, including: 13 years ago
CStopWatch.h 2f5d6f2684 * CHexField renamed to CBattleHex 14 years ago
CThreadHelper.cpp e4dc00abac * new file lib/UnlockGuard.h — unlock_guard is for unlocking a mutex for the scope time (RAII) 13 years ago
CThreadHelper.h cce814c41b * Final commit 14 years ago
CTownHandler.cpp f2f39f1497 - makefiles for fuzzylite (#911) 13 years ago
CTownHandler.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
CondSh.h e4dc00abac * new file lib/UnlockGuard.h — unlock_guard is for unlocking a mutex for the scope time (RAII) 13 years ago
Connection.cpp cd4c93318d #928 and #931 should be fixed. 13 years ago
Connection.h 66f5b5e2d7 - gcc compile fixes 13 years ago
ConstTransitivePtr.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
GameConstants.h f720038ca5 - Battle interface fixes. It's possible to move stacks & attack 13 years ago
HeroBonus.cpp 038d105bcc - first sketch of Commanders 13 years ago
HeroBonus.h 722ec55384 Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes. 13 years ago
IGameCallback.cpp b5526f0f54 Fixed #925. 13 years ago
IGameCallback.h b5526f0f54 Fixed #925. 13 years ago
IGameEventsReceiver.h 7317e803db Locking pim mutex in client pack handling method, instead of dozens playerint call-ins. GUI won't try updating in between gamestate change and call-ins about it. Should fix #912. 13 years ago
Interprocess.h 1415f8dbf5 - fix for boost 1.49 13 years ago
JsonNode.cpp 86e7d96b39 - setting system: replaced settings.txt + sysopt.bin with json-based system (defaultSetting.json + settings.json) 14 years ago
JsonNode.h ba646b1d41 Compile fix for #847 14 years ago
Makefile.am 156aa6e4d9 * Updated class - file - handling 14 years ago
Makefile.in 91c0ce33f4 - re-generated build system 14 years ago
NetPacks.h 66f5b5e2d7 - gcc compile fixes 13 years ago
NetPacksLib.cpp f720038ca5 - Battle interface fixes. It's possible to move stacks & attack 13 years ago
RegisterTypes.h 722ec55384 Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes. 13 years ago
ResourceSet.cpp 1cbd7e94e4 - Extended cap or removed sign for some values that may potentially overflow 14 years ago
ResourceSet.h 386ac80cf9 Fixed #855 & 861. Unsigned values were bad idea to prevent overflow. 13 years ago
StartInfo.h 722ec55384 Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes. 13 years ago
StdInc.cpp cce814c41b * Final commit 14 years ago
StdInc.h 2f5d6f2684 * CHexField renamed to CBattleHex 14 years ago
UnlockGuard.h f426a48d09 - fixes for gcc-4.7 13 years ago
VCMIDirs.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago
VCMI_Lib.cpp 3bf76cb719 Fixed #216 and #907. 13 years ago
VCMI_Lib.h 3bf76cb719 Fixed #216 and #907. 13 years ago
VCMI_lib.vcxproj 5afa5cfb54 * fixed #863 — all members of team will receive notification about FoW change 13 years ago
int3.h cce814c41b * Final commit 14 years ago
map.cpp 046e54563c * fixed project files for RD configuration 14 years ago
map.h c5007f8bef Fixed #891. 13 years ago
vcmi_endian.h 7f04ed990b Major refactoring. First part: BattleInterface 14 years ago