Ivan Savenko 66e2e13ba1 Add few more safety checks to network connection logic hace 1 año
..
battle c2d76ab95d accept log text suggestion hace 1 año
bonuses 914cea5877 Tweaks hace 1 año
campaign 1a6aae9363 Fix crash on selecting scenario with "start with strongest hero from hace 1 año
constants 20471c9c2f virtual CWindowObject hace 1 año
events 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers hace 1 año
filesystem 08a27663f9 Reworked JsonNode constructors to more logical form hace 1 año
gameState 8efceb110b #3691 - boat attached to hero should not block tiles on its own hace 1 año
json b351946afd Add some utility bonuses for player resources boosting hace 1 año
logging b236384356 NKAI: graph add battle layer hace 1 año
mapObjectConstructors 5454d01316 Provide more information in thrown exceptions for unfixed crashes hace 1 año
mapObjects 47c3e6f4b6 Simplified code hace 1 año
mapping 6ba6e0d55b Moved serialization of ModCompatibilityInfo from MapFormat hace 1 año
minizip 148cfc6cbc Merge pull request #3674 from 678098/patch-2 hace 1 año
modding 151075f088 Fix save compatibility with 1.4 that was broken by artifact costumes hace 1 año
network 66e2e13ba1 Add few more safety checks to network connection logic hace 1 año
networkPacks 66e2e13ba1 Add few more safety checks to network connection logic hace 1 año
pathfinder 157443c1df #3876 - allow to embark after battle for AI pathfinder hace 1 año
registerTypes 812e96ebb1 Guest can also use & renaming hace 1 año
rewardable 1dc962804e Fixed possible crash on having selectable reward with no visual image hace 1 año
rmg 20176521eb Actually revert this change, it's not better. hace 1 año
serializer 151075f088 Fix save compatibility with 1.4 that was broken by artifact costumes hace 1 año
spells d70914a147 Fixes regression - blocked TP when casting spell on land hace 1 año
vstd 25125f96da Fix: licenses, pragma guards, StdInc hace 1 año
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
ArtifactUtils.cpp ce9d2d8ab8 Switching costume hace 1 año
ArtifactUtils.h ce9d2d8ab8 Switching costume hace 1 año
BasicTypes.cpp c3957c2c2a Moved json files to new directory, split on per-class basis hace 1 año
BattleFieldHandler.cpp 3740f8b02f Moved bonus parsing to a new file hace 1 año
BattleFieldHandler.h 678cacbd25 Remove more redundant `virtual` specifiers hace 1 año
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build hace 2 años
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build hace 2 años
CArtHandler.cpp ce9d2d8ab8 Switching costume hace 1 año
CArtHandler.h ce68b3f45d class CArtifactsOfHeroMain : public CKeyShortcut hace 1 año
CArtifactInstance.cpp 6e629a6a5f split getBonusLocalFirst into two distinct method: hace 1 año
CArtifactInstance.h 0c07384293 Refactoring of serialization versioning handling hace 1 año
CBonusTypeHandler.cpp 050157db9d Register vcmi-only strings as part of 'vcmi' mod instead of 'core' hace 1 año
CBonusTypeHandler.h 0c07384293 Refactoring of serialization versioning handling hace 1 año
CBuildingHandler.cpp 8d5fa41a19 Minor fixes hace 2 años
CBuildingHandler.h 8d5fa41a19 Minor fixes hace 2 años
CConfigHandler.cpp 54796c7c56 Rename toJson to toString/toCompactString for consistency hace 1 año
CConfigHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis hace 1 año
CConsoleHandler.cpp 81e44711a2 Remove no longer needed workaround hace 1 año
CConsoleHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
CCreatureHandler.cpp ab50bf9198 biography to description hace 1 año
CCreatureHandler.h ab50bf9198 biography to description hace 1 año
CCreatureSet.cpp 6b760089a4 Merge pull request #3473 from IvanSavenko/const_lib hace 1 año
CCreatureSet.h 678cacbd25 Remove more redundant `virtual` specifiers hace 1 año
CGameInfoCallback.cpp 8353bca34f Small refactoring of adventure map spell casting: hace 1 año
CGameInfoCallback.h 8353bca34f Small refactoring of adventure map spell casting: hace 1 año
CGameInterface.cpp 0c07384293 Refactoring of serialization versioning handling hace 1 año
CGameInterface.h 19453aab41 Add handling for yes/no dialogs that can be safely skipped by player hace 1 año
CGeneralTextHandler.cpp a6dead7725 Fixed loading of text strings for hota quests hace 1 año
CGeneralTextHandler.h 8582bd7d66 Replaced 'convert txt' command with more convenient 'translate' and hace 1 año
CHeroHandler.cpp 922966dcf8 Renamed JsonNode::meta to more logical modScope. Member is now private hace 1 año
CHeroHandler.h 87059be67b Added range checks to values read from h3m. hace 1 año
CMakeLists.txt 6ba6e0d55b Moved serialization of ModCompatibilityInfo from MapFormat hace 1 año
CPlayerState.cpp 2c4cad7d9c Slight simplification of bonus system node class hace 1 año
CPlayerState.h 151075f088 Fix save compatibility with 1.4 that was broken by artifact costumes hace 1 año
CRandomGenerator.cpp 10b35ceecb Replaced assertions with exceptions for invalid input in RNG hace 1 año
CRandomGenerator.h 0c07384293 Refactoring of serialization versioning handling hace 1 año
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib hace 2 años
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
CSkillHandler.cpp 7a42e21e4d Fix formatting of luck/morale bonuses hace 1 año
CSkillHandler.h 0842f5afee Removed remaining usages of std::vector<bool> hace 1 año
CSoundBase.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
CStack.cpp c37ce05d06 Attempt to make constant bonus system nodes (CCreature / CArtifact) hace 1 año
CStack.h c3957c2c2a Moved json files to new directory, split on per-class basis hace 1 año
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement hace 1 año
CThreadHelper.cpp 19ccef7131 Fix build hace 1 año
CThreadHelper.h cded8b1999 Show human-readable thread name in log hace 1 año
CTownHandler.cpp e4b60baa3b creature/town biography/description hace 1 año
CTownHandler.h e4b60baa3b creature/town biography/description hace 1 año
Color.h 0c07384293 Refactoring of serialization versioning handling hace 1 año
CondSh.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
ConstTransitivePtr.h 0c07384293 Refactoring of serialization versioning handling hace 1 año
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option hace 1 año
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling hace 1 año
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined hace 3 años
GameCallbackHolder.h ea1f05d15a Stabilization hace 1 año
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
GameSettings.cpp 8353bca34f Small refactoring of adventure map spell casting: hace 1 año
GameSettings.h 8353bca34f Small refactoring of adventure map spell casting: hace 1 año
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
IGameCallback.cpp 80fc2bb695 Merge remote-tracking branch 'vcmi/develop' into lobby hace 1 año
IGameCallback.h 18ece6dcf6 Remove some usages of server-side translations hace 1 año
IGameEventsReceiver.h b88a8da4e8 Split off some netpack structures into separate files hace 2 años
IHandlerBase.cpp 7e27ac7073 IdentifierStorage is now separate handler in VLC hace 2 años
IHandlerBase.h e67e4430ba Removed most of non-const static fields in lib. Reduced header includes. hace 1 año
Languages.h 671b61c64e Implement various todo's and review suggestions hace 1 año
LoadProgress.cpp 7732f39556 Fix potential uninitialized access - setupSteps depends on not yet hace 1 año
LoadProgress.h f3277b7953 Define each identifier in a dedicated statement hace 1 año
LogicalExpression.cpp 4c4498b22a vcmi: modernize rest of lib hace 2 años
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis hace 1 año
MetaString.cpp 8aaa9e63dd Fix build hace 1 año
MetaString.h b25d4d76a7 Fix Grail digging success message hace 1 año
ObstacleHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis hace 1 año
ObstacleHandler.h f3277b7953 Define each identifier in a dedicated statement hace 1 año
Point.h 0c07384293 Refactoring of serialization versioning handling hace 1 año
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
Rect.h 0c07384293 Refactoring of serialization versioning handling hace 1 año
ResourceSet.cpp c3957c2c2a Moved json files to new directory, split on per-class basis hace 1 año
ResourceSet.h 0c07384293 Refactoring of serialization versioning handling hace 1 año
RiverHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis hace 1 año
RiverHandler.h 678cacbd25 Remove more redundant `virtual` specifiers hace 1 año
RoadHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis hace 1 año
RoadHandler.h 678cacbd25 Remove more redundant `virtual` specifiers hace 1 año
ScopeGuard.h b796ed8626 Fix undefined behavior hace 1 año
ScriptHandler.cpp 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers hace 1 año
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis hace 1 año
StartInfo.cpp 1840666327 Implemented join room dialog hace 1 año
StartInfo.h 438ec08d72 AI will only ignore garrisons in 'Steadwick Fall' mission (H3 logic) hace 1 año
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc hace 1 año
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc hace 1 año
TerrainHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis hace 1 año
TerrainHandler.h 678cacbd25 Remove more redundant `virtual` specifiers hace 1 año
TextOperations.cpp 671b61c64e Implement various todo's and review suggestions hace 1 año
TextOperations.h 671b61c64e Implement various todo's and review suggestions hace 1 año
TurnTimerInfo.cpp da9c0feebc Reworked timer widget to show timers for all players hace 1 año
TurnTimerInfo.h 0c07384293 Refactoring of serialization versioning handling hace 1 año
UnlockGuard.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
VCMIDirs.cpp 64ff0e0486 Fix handling of 'developmentMode' for lobby-only builds hace 1 año
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath hace 2 años
VCMI_Lib.cpp b1a5693612 Proof of concept with OH3 obstacles hace 1 año
VCMI_Lib.h b1a5693612 Proof of concept with OH3 obstacles hace 1 año
VCMI_lib.cbp 1c68937d95 new approach hace 2 años
VCMI_lib.vcxproj 1c68937d95 new approach hace 2 años
VCMI_lib.vcxproj.filters 1c68937d95 new approach hace 2 años
int3.h ea48257100 Fix SonarCloud issues hace 1 año
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años