Ivan Savenko b6c22b2053 Fix typo 1 yıl önce
..
battle 3836f132d3 Fix alternative actions to support more than 2 actions + simplify logic 1 yıl önce
bonuses a19b3b61ad Fixed missing addInfo when owner updater is used 1 yıl önce
campaign 1a6aae9363 Fix crash on selecting scenario with "start with strongest hero from 1 yıl önce
constants 9c1ce214fc thievesGuild support 1 yıl önce
events 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers 1 yıl önce
filesystem 5bc103f50e Show message to player instead of crashing silently on extraction error 1 yıl önce
gameState 30569a112c Fix crash on attempt to transfer component of a combined artifact 1 yıl önce
json 235fa871dd Better validation of bonus json 1 yıl önce
logging b0ff97675e Remove mutex from access to constant value 1 yıl önce
mapObjectConstructors ddfc212a03 fix CGObjectInstance `subTypeName` to include mod id 1 yıl önce
mapObjects b6c22b2053 Fix typo 1 yıl önce
mapping d7a4ea9f32 Draw random artifact as an atomic operation 1 yıl önce
minizip 148cfc6cbc Merge pull request #3674 from 678098/patch-2 1 yıl önce
modding 4e9feca8d4 Validate mod.json as json5 instead of strict json since Android launcher 1 yıl önce
network 6f6555d19c Downgrade fatal exception to disconnection message 1 yıl önce
networkPacks c64e7ee14c Fix possible crash on Faerie Dragon killing themselves with Frost Ring 1 yıl önce
pathfinder 1468abb8a0 Remove excessive copies of large objects 1 yıl önce
registerTypes 812e96ebb1 Guest can also use & renaming 1 yıl önce
rewardable 22870c4764 Fix potential crash on right-clicking object that gives secondary skills 1 yıl önce
rmg 5b99974d31 Route roads even further away from zone boundary 1 yıl önce
serializer e5dba942ac Clear buffer (if any). Avoids false-positives with memcheck if buffer 1 yıl önce
spells 8b861fc58f Do not check for guards when teleporting using means other than DD 1 yıl önce
vstd 25125f96da Fix: licenses, pragma guards, StdInc 1 yıl önce
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 yıl önce
ArtifactUtils.cpp ce9d2d8ab8 Switching costume 1 yıl önce
ArtifactUtils.h ce9d2d8ab8 Switching costume 1 yıl önce
BasicTypes.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 yıl önce
BattleFieldHandler.cpp 3740f8b02f Moved bonus parsing to a new file 1 yıl önce
BattleFieldHandler.h 678cacbd25 Remove more redundant `virtual` specifiers 1 yıl önce
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 yıl önce
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 yıl önce
CArtHandler.cpp 95d761bbb8 Handle corrupted H3 data - show message box instead of silent crash 1 yıl önce
CArtHandler.h ce68b3f45d class CArtifactsOfHeroMain : public CKeyShortcut 1 yıl önce
CArtifactInstance.cpp 6e629a6a5f split getBonusLocalFirst into two distinct method: 1 yıl önce
CArtifactInstance.h 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
CBonusTypeHandler.cpp 050157db9d Register vcmi-only strings as part of 'vcmi' mod instead of 'core' 1 yıl önce
CBonusTypeHandler.h 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
CBuildingHandler.cpp 8d5fa41a19 Minor fixes 2 yıl önce
CBuildingHandler.h 8d5fa41a19 Minor fixes 2 yıl önce
CConfigHandler.cpp 54796c7c56 Rename toJson to toString/toCompactString for consistency 1 yıl önce
CConfigHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 yıl önce
CConsoleHandler.cpp 79d568b17b Try to handle uncaught c++ exception on Windows and create crashdump 1 yıl önce
CConsoleHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 yıl önce
CCreatureHandler.cpp 22e58387f9 Also check for json when checking for battle animation existance 1 yıl önce
CCreatureHandler.h f309a4eb82 Exclude some AB creatures from randomization picks 1 yıl önce
CCreatureSet.cpp 6b760089a4 Merge pull request #3473 from IvanSavenko/const_lib 1 yıl önce
CCreatureSet.h 678cacbd25 Remove more redundant `virtual` specifiers 1 yıl önce
CGameInfoCallback.cpp 9c1ce214fc thievesGuild support 1 yıl önce
CGameInfoCallback.h 8353bca34f Small refactoring of adventure map spell casting: 1 yıl önce
CGameInterface.cpp 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
CGameInterface.h 19453aab41 Add handling for yes/no dialogs that can be safely skipped by player 1 yıl önce
CGeneralTextHandler.cpp 0dfa781655 Add mutex as a quick fix for concurrent access to text handler by client 1 yıl önce
CGeneralTextHandler.h 45bb6ada3d Add compatibility for 64-bit 1.5.1 vs any 1.5.2 MP game 1 yıl önce
CHeroHandler.cpp b638b0b679 Fixed possible crash if hero class has no valid commander ID 1 yıl önce
CHeroHandler.h b638b0b679 Fixed possible crash if hero class has no valid commander ID 1 yıl önce
CMakeLists.txt 9bfe000724 Added semi-workaround method for network thread shutdown: 1 yıl önce
CPlayerState.cpp 2c4cad7d9c Slight simplification of bonus system node class 1 yıl önce
CPlayerState.h 151075f088 Fix save compatibility with 1.4 that was broken by artifact costumes 1 yıl önce
CRandomGenerator.cpp 10b35ceecb Replaced assertions with exceptions for invalid input in RNG 1 yıl önce
CRandomGenerator.h 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 yıl önce
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 yıl önce
CSkillHandler.cpp 7a42e21e4d Fix formatting of luck/morale bonuses 1 yıl önce
CSkillHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 2 yıl önce
CSoundBase.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 yıl önce
CStack.cpp c37ce05d06 Attempt to make constant bonus system nodes (CCreature / CArtifact) 1 yıl önce
CStack.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 yıl önce
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 1 yıl önce
CThreadHelper.cpp 62c2be160a Added changing thread name for FreeBSD 1 yıl önce
CThreadHelper.h cded8b1999 Show human-readable thread name in log 1 yıl önce
CTownHandler.cpp e4b60baa3b creature/town biography/description 1 yıl önce
CTownHandler.h e4b60baa3b creature/town biography/description 1 yıl önce
Color.h 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
ConstTransitivePtr.h 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of 1 yıl önce
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option 1 yıl önce
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 yıl önce
GameCallbackHolder.h ea1f05d15a Stabilization 1 yıl önce
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 yıl önce
GameSettings.cpp 8353bca34f Small refactoring of adventure map spell casting: 1 yıl önce
GameSettings.h 8353bca34f Small refactoring of adventure map spell casting: 1 yıl önce
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 yıl önce
IGameCallback.cpp 76bb32536f Correctly iterate over allowed spells set (was vector originally) 1 yıl önce
IGameCallback.h 8b861fc58f Do not check for guards when teleporting using means other than DD 1 yıl önce
IGameEventsReceiver.h b88a8da4e8 Split off some netpack structures into separate files 2 yıl önce
IHandlerBase.cpp 7e27ac7073 IdentifierStorage is now separate handler in VLC 2 yıl önce
IHandlerBase.h e67e4430ba Removed most of non-const static fields in lib. Reduced header includes. 1 yıl önce
Languages.h 9de6023224 Removed no longer needed pseudo-languages 1 yıl önce
LoadProgress.cpp 7732f39556 Fix potential uninitialized access - setupSteps depends on not yet 1 yıl önce
LoadProgress.h f3277b7953 Define each identifier in a dedicated statement 1 yıl önce
LogicalExpression.cpp 4c4498b22a vcmi: modernize rest of lib 2 yıl önce
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 yıl önce
MetaString.cpp 07239dcfb5 artifact parts calc 1 yıl önce
MetaString.h 07239dcfb5 artifact parts calc 1 yıl önce
ObstacleHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 yıl önce
ObstacleHandler.h f3277b7953 Define each identifier in a dedicated statement 1 yıl önce
Point.h 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 yıl önce
Rect.h 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
ResourceSet.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 yıl önce
ResourceSet.h 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
RiverHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 yıl önce
RiverHandler.h 678cacbd25 Remove more redundant `virtual` specifiers 1 yıl önce
RoadHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 yıl önce
RoadHandler.h 678cacbd25 Remove more redundant `virtual` specifiers 1 yıl önce
ScopeGuard.h b796ed8626 Fix undefined behavior 1 yıl önce
ScriptHandler.cpp 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers 1 yıl önce
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 yıl önce
StartInfo.cpp 1840666327 Implemented join room dialog 1 yıl önce
StartInfo.h 215b279ea8 Contact between allies will no longer break simturns 1 yıl önce
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc 1 yıl önce
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc 1 yıl önce
TerrainHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 yıl önce
TerrainHandler.h 678cacbd25 Remove more redundant `virtual` specifiers 1 yıl önce
TextOperations.cpp 671b61c64e Implement various todo's and review suggestions 1 yıl önce
TextOperations.h 671b61c64e Implement various todo's and review suggestions 1 yıl önce
TurnTimerInfo.cpp da9c0feebc Reworked timer widget to show timers for all players 1 yıl önce
TurnTimerInfo.h 0c07384293 Refactoring of serialization versioning handling 1 yıl önce
UnlockGuard.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 yıl önce
VCMIDirs.cpp 64ff0e0486 Fix handling of 'developmentMode' for lobby-only builds 1 yıl önce
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 yıl önce
VCMI_Lib.cpp b1a5693612 Proof of concept with OH3 obstacles 1 yıl önce
VCMI_Lib.h b1a5693612 Proof of concept with OH3 obstacles 1 yıl önce
VCMI_lib.cbp 1c68937d95 new approach 2 yıl önce
VCMI_lib.vcxproj 1c68937d95 new approach 2 yıl önce
VCMI_lib.vcxproj.filters 1c68937d95 new approach 2 yıl önce
int3.h ea48257100 Fix SonarCloud issues 1 yıl önce
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 yıl önce