Ivan Savenko 0dfa781655 Add mutex as a quick fix for concurrent access to text handler by client 1 рік тому
..
battle ac4204f660 Fixed calculation of retaliation damage 1 рік тому
bonuses 914cea5877 Tweaks 1 рік тому
campaign 1a6aae9363 Fix crash on selecting scenario with "start with strongest hero from 1 рік тому
constants 8b861fc58f Do not check for guards when teleporting using means other than DD 1 рік тому
events 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers 1 рік тому
filesystem 3acc1f1845 Improve performance of parsing of map headers for map list 1 рік тому
gameState f963b827e9 Add more descriptive error messages 1 рік тому
json 147db10a28 Avoid crash if configs file is missing, e.g. broken version of mod 1 рік тому
logging b236384356 NKAI: graph add battle layer 1 рік тому
mapObjectConstructors 5454d01316 Provide more information in thrown exceptions for unfixed crashes 1 рік тому
mapObjects f20ef4f1b3 Fix hero order for giving bonuses in town to match H3. 1 рік тому
mapping 0ce78cae06 Merge pull request #3926 from IvanSavenko/optimize_map_list_load 1 рік тому
minizip 148cfc6cbc Merge pull request #3674 from 678098/patch-2 1 рік тому
modding 151075f088 Fix save compatibility with 1.4 that was broken by artifact costumes 1 рік тому
network 35954dc41b Simple workaround to fix vcmiserver shutdown procedure 1 рік тому
networkPacks c92a5bbbab Attempt to track crashes with unclear cause 1 рік тому
pathfinder 157443c1df #3876 - allow to embark after battle for AI pathfinder 1 рік тому
registerTypes 812e96ebb1 Guest can also use & renaming 1 рік тому
rewardable 1dc962804e Fixed possible crash on having selectable reward with no visual image 1 рік тому
rmg da9d82b697 Merge pull request #3973 from vcmi/master 1 рік тому
serializer 1bc7c29111 Add workaround for visiting Altar of Sacrifice on 1.4 saves 1 рік тому
spells 8b861fc58f Do not check for guards when teleporting using means other than DD 1 рік тому
vstd 25125f96da Fix: licenses, pragma guards, StdInc 1 рік тому
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
ArtifactUtils.cpp ce9d2d8ab8 Switching costume 1 рік тому
ArtifactUtils.h ce9d2d8ab8 Switching costume 1 рік тому
BasicTypes.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 рік тому
BattleFieldHandler.cpp 3740f8b02f Moved bonus parsing to a new file 1 рік тому
BattleFieldHandler.h 678cacbd25 Remove more redundant `virtual` specifiers 1 рік тому
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 роки тому
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 роки тому
CArtHandler.cpp 95d761bbb8 Handle corrupted H3 data - show message box instead of silent crash 1 рік тому
CArtHandler.h ce68b3f45d class CArtifactsOfHeroMain : public CKeyShortcut 1 рік тому
CArtifactInstance.cpp 6e629a6a5f split getBonusLocalFirst into two distinct method: 1 рік тому
CArtifactInstance.h 0c07384293 Refactoring of serialization versioning handling 1 рік тому
CBonusTypeHandler.cpp 050157db9d Register vcmi-only strings as part of 'vcmi' mod instead of 'core' 1 рік тому
CBonusTypeHandler.h 0c07384293 Refactoring of serialization versioning handling 1 рік тому
CBuildingHandler.cpp 8d5fa41a19 Minor fixes 2 роки тому
CBuildingHandler.h 8d5fa41a19 Minor fixes 2 роки тому
CConfigHandler.cpp 54796c7c56 Rename toJson to toString/toCompactString for consistency 1 рік тому
CConfigHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 рік тому
CConsoleHandler.cpp 81e44711a2 Remove no longer needed workaround 1 рік тому
CConsoleHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CCreatureHandler.cpp ab50bf9198 biography to description 1 рік тому
CCreatureHandler.h ab50bf9198 biography to description 1 рік тому
CCreatureSet.cpp 6b760089a4 Merge pull request #3473 from IvanSavenko/const_lib 1 рік тому
CCreatureSet.h 678cacbd25 Remove more redundant `virtual` specifiers 1 рік тому
CGameInfoCallback.cpp 8353bca34f Small refactoring of adventure map spell casting: 1 рік тому
CGameInfoCallback.h 8353bca34f Small refactoring of adventure map spell casting: 1 рік тому
CGameInterface.cpp 0c07384293 Refactoring of serialization versioning handling 1 рік тому
CGameInterface.h 19453aab41 Add handling for yes/no dialogs that can be safely skipped by player 1 рік тому
CGeneralTextHandler.cpp 0dfa781655 Add mutex as a quick fix for concurrent access to text handler by client 1 рік тому
CGeneralTextHandler.h 0dfa781655 Add mutex as a quick fix for concurrent access to text handler by client 1 рік тому
CHeroHandler.cpp 922966dcf8 Renamed JsonNode::meta to more logical modScope. Member is now private 1 рік тому
CHeroHandler.h 87059be67b Added range checks to values read from h3m. 1 рік тому
CMakeLists.txt 95d761bbb8 Handle corrupted H3 data - show message box instead of silent crash 1 рік тому
CPlayerState.cpp 2c4cad7d9c Slight simplification of bonus system node class 1 рік тому
CPlayerState.h 151075f088 Fix save compatibility with 1.4 that was broken by artifact costumes 1 рік тому
CRandomGenerator.cpp 10b35ceecb Replaced assertions with exceptions for invalid input in RNG 1 рік тому
CRandomGenerator.h 0c07384293 Refactoring of serialization versioning handling 1 рік тому
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 роки тому
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CSkillHandler.cpp 7a42e21e4d Fix formatting of luck/morale bonuses 1 рік тому
CSkillHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 рік тому
CSoundBase.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CStack.cpp c37ce05d06 Attempt to make constant bonus system nodes (CCreature / CArtifact) 1 рік тому
CStack.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 рік тому
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 1 рік тому
CThreadHelper.cpp 62c2be160a Added changing thread name for FreeBSD 1 рік тому
CThreadHelper.h cded8b1999 Show human-readable thread name in log 1 рік тому
CTownHandler.cpp e4b60baa3b creature/town biography/description 1 рік тому
CTownHandler.h e4b60baa3b creature/town biography/description 1 рік тому
Color.h 0c07384293 Refactoring of serialization versioning handling 1 рік тому
CondSh.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
ConstTransitivePtr.h 0c07384293 Refactoring of serialization versioning handling 1 рік тому
ExceptionsCommon.h 95d761bbb8 Handle corrupted H3 data - show message box instead of silent crash 1 рік тому
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option 1 рік тому
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling 1 рік тому
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 роки тому
GameCallbackHolder.h ea1f05d15a Stabilization 1 рік тому
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
GameSettings.cpp 8353bca34f Small refactoring of adventure map spell casting: 1 рік тому
GameSettings.h 8353bca34f Small refactoring of adventure map spell casting: 1 рік тому
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
IGameCallback.cpp 80fc2bb695 Merge remote-tracking branch 'vcmi/develop' into lobby 1 рік тому
IGameCallback.h 8b861fc58f Do not check for guards when teleporting using means other than DD 1 рік тому
IGameEventsReceiver.h b88a8da4e8 Split off some netpack structures into separate files 2 роки тому
IHandlerBase.cpp 7e27ac7073 IdentifierStorage is now separate handler in VLC 2 роки тому
IHandlerBase.h e67e4430ba Removed most of non-const static fields in lib. Reduced header includes. 1 рік тому
Languages.h 671b61c64e Implement various todo's and review suggestions 1 рік тому
LoadProgress.cpp 7732f39556 Fix potential uninitialized access - setupSteps depends on not yet 1 рік тому
LoadProgress.h f3277b7953 Define each identifier in a dedicated statement 1 рік тому
LogicalExpression.cpp 4c4498b22a vcmi: modernize rest of lib 2 роки тому
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 рік тому
MetaString.cpp c92a5bbbab Attempt to track crashes with unclear cause 1 рік тому
MetaString.h b25d4d76a7 Fix Grail digging success message 1 рік тому
ObstacleHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 рік тому
ObstacleHandler.h f3277b7953 Define each identifier in a dedicated statement 1 рік тому
Point.h 0c07384293 Refactoring of serialization versioning handling 1 рік тому
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
Rect.h 0c07384293 Refactoring of serialization versioning handling 1 рік тому
ResourceSet.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 рік тому
ResourceSet.h 0c07384293 Refactoring of serialization versioning handling 1 рік тому
RiverHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 рік тому
RiverHandler.h 678cacbd25 Remove more redundant `virtual` specifiers 1 рік тому
RoadHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 рік тому
RoadHandler.h 678cacbd25 Remove more redundant `virtual` specifiers 1 рік тому
ScopeGuard.h b796ed8626 Fix undefined behavior 1 рік тому
ScriptHandler.cpp 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers 1 рік тому
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 рік тому
StartInfo.cpp 1840666327 Implemented join room dialog 1 рік тому
StartInfo.h 438ec08d72 AI will only ignore garrisons in 'Steadwick Fall' mission (H3 logic) 1 рік тому
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc 1 рік тому
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc 1 рік тому
TerrainHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 рік тому
TerrainHandler.h 678cacbd25 Remove more redundant `virtual` specifiers 1 рік тому
TextOperations.cpp 671b61c64e Implement various todo's and review suggestions 1 рік тому
TextOperations.h 671b61c64e Implement various todo's and review suggestions 1 рік тому
TurnTimerInfo.cpp da9c0feebc Reworked timer widget to show timers for all players 1 рік тому
TurnTimerInfo.h 0c07384293 Refactoring of serialization versioning handling 1 рік тому
UnlockGuard.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
VCMIDirs.cpp 64ff0e0486 Fix handling of 'developmentMode' for lobby-only builds 1 рік тому
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 роки тому
VCMI_Lib.cpp b1a5693612 Proof of concept with OH3 obstacles 1 рік тому
VCMI_Lib.h b1a5693612 Proof of concept with OH3 obstacles 1 рік тому
VCMI_lib.cbp 1c68937d95 new approach 2 роки тому
VCMI_lib.vcxproj 1c68937d95 new approach 2 роки тому
VCMI_lib.vcxproj.filters 1c68937d95 new approach 2 роки тому
int3.h ea48257100 Fix SonarCloud issues 1 рік тому
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому