Tomasz Zieliński 0b8dc02d2b Clean up duplicated code пре 1 година
..
battle 6e399eb21a Make some non-const static variables const or constexpr пре 1 година
bonuses 922966dcf8 Renamed JsonNode::meta to more logical modScope. Member is now private пре 1 година
campaign 08a27663f9 Reworked JsonNode constructors to more logical form пре 1 година
constants fc252bb9eb Random town names are now guaranteed to be unique on the map пре 1 година
events 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers пре 1 година
filesystem 08a27663f9 Reworked JsonNode constructors to more logical form пре 1 година
gameState c513dc1bc7 Fix code style & formatting пре 1 година
json c21e5bb0fb Always validate messages in debug mode. Fixes for schemas пре 1 година
logging b236384356 NKAI: graph add battle layer пре 1 година
mapObjectConstructors 922966dcf8 Renamed JsonNode::meta to more logical modScope. Member is now private пре 1 година
mapObjects a93dd25867 Update docs to be in line with existing code. пре 1 година
mapping 263d439605 Fix uninitialized variable пре 1 година
minizip 85d1909ac5 remove copy-pasted functions from ioapi.c пре 2 година
modding 29860848a5 Cleanup пре 1 година
network 6901945b6e Fix possible thread race on sending packet from two threads пре 1 година
networkPacks 0946f5e690 Fix file name in header пре 1 година
pathfinder 2ea78a5883 Fix float comparisons пре 1 година
registerTypes b3c5882e11 Workaround for broken save compatibility пре 1 година
rewardable 8ef7daf45a Missing change пре 1 година
rmg 0b8dc02d2b Clean up duplicated code пре 1 година
serializer ea48257100 Fix SonarCloud issues пре 1 година
spells 41493d6f67 Implemented 'strict' json support пре 1 година
vstd 9299eaed36 code review пре 1 година
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) пре 2 година
ArtifactUtils.cpp 652f009181 arts altar - arts holder пре 1 година
ArtifactUtils.h d5c4478816 Remove most of non-const access to VLC entities пре 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 29860848a5 Cleanup пре 1 година
CArtHandler.h 522cb571b3 Remove redundant `virtual` specifiers пре 1 година
CArtifactInstance.cpp 6e629a6a5f split getBonusLocalFirst into two distinct method: пре 1 година
CArtifactInstance.h 0c07384293 Refactoring of serialization versioning handling пре 1 година
CBonusTypeHandler.cpp c3957c2c2a Moved json files to new directory, split on per-class basis пре 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 922966dcf8 Renamed JsonNode::meta to more logical modScope. Member is now private пре 1 година
CCreatureHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis пре 1 година
CCreatureSet.cpp 6b760089a4 Merge pull request #3473 from IvanSavenko/const_lib пре 1 година
CCreatureSet.h 678cacbd25 Remove more redundant `virtual` specifiers пре 1 година
CGameInfoCallback.cpp 7247038458 Merge pull request #3574 from SoundSSGood/altar-fixes пре 1 година
CGameInfoCallback.h 678cacbd25 Remove more redundant `virtual` specifiers пре 1 година
CGameInterface.cpp 0c07384293 Refactoring of serialization versioning handling пре 1 година
CGameInterface.h 678cacbd25 Remove more redundant `virtual` specifiers пре 1 година
CGeneralTextHandler.cpp 6e399eb21a Make some non-const static variables const or constexpr пре 1 година
CGeneralTextHandler.h 290cc1510b Added text container with map translations to campaign state пре 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 047e076d05 NKAI: visual logger пре 1 година
CPlayerState.cpp 2c4cad7d9c Slight simplification of bonus system node class пре 1 година
CPlayerState.h 2e4895766a Implemented tracking of objects destroyed by players пре 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 08a27663f9 Reworked JsonNode constructors to more logical form пре 1 година
CSkillHandler.h 0842f5afee Removed remaining usages of std::vector<bool> пре 2 година
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 19ccef7131 Fix build пре 1 година
CThreadHelper.h cded8b1999 Show human-readable thread name in log пре 1 година
CTownHandler.cpp 922966dcf8 Renamed JsonNode::meta to more logical modScope. Member is now private пре 1 година
CTownHandler.h fc252bb9eb Random town names are now guaranteed to be unique on the map пре 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 година
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 c3957c2c2a Moved json files to new directory, split on per-class basis пре 1 година
GameSettings.h fd9810adf4 Working SoD version of fly пре 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 7247038458 Merge pull request #3574 from SoundSSGood/altar-fixes пре 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 d91aa8baca fix russia пре 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 b25d4d76a7 Fix Grail digging success message пре 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 388ca6e776 Added list of active accounts and rooms to UI. Added room creation logic пре 1 година
StartInfo.h 322c5faf63 Merge remote-tracking branch 'vcmi/develop' into lobby пре 1 година
StdInc.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) пре 2 година
StdInc.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) пре 2 година
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 47f72af556 Client-side update, adapted and fixed login and chat пре 1 година
TextOperations.h 47f72af556 Client-side update, adapted and fixed login and chat пре 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 0d263c5571 Implemented option to run server as a thread with shared VLC пре 1 година
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath пре 2 година
VCMI_Lib.cpp 9af7c63a26 Fix build пре 1 година
VCMI_Lib.h 9af7c63a26 Fix build пре 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 година