1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib
2024-02-26 12:55:49 +02:00
..
battle Make some non-const static variables const or constexpr 2024-02-12 13:22:54 +02:00
bonuses Renamed JsonNode::meta to more logical modScope. Member is now private 2024-02-26 12:55:49 +02:00
campaign Reworked JsonNode constructors to more logical form 2024-02-26 12:55:49 +02:00
constants Random town names are now guaranteed to be unique on the map 2024-02-19 00:36:08 +02:00
events
filesystem Reworked JsonNode constructors to more logical form 2024-02-26 12:55:49 +02:00
gameState Fix code style & formatting 2024-02-19 15:59:55 +02:00
json Ignore BOM at the start of json file 2024-02-26 12:55:49 +02:00
logging Show human-readable thread name in log 2024-02-11 17:55:02 +02:00
mapObjectConstructors Renamed JsonNode::meta to more logical modScope. Member is now private 2024-02-26 12:55:49 +02:00
mapObjects Cleanup 2024-02-26 12:55:49 +02:00
mapping Renamed JsonNode::meta to more logical modScope. Member is now private 2024-02-26 12:55:49 +02:00
minizip
modding Cleanup 2024-02-26 12:55:49 +02:00
network Fix possible thread race on sending packet from two threads 2024-02-25 20:05:28 +02:00
networkPacks Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
pathfinder Fix float comparisons 2024-02-14 23:30:29 +01:00
registerTypes Workaround for broken save compatibility 2024-02-05 18:46:48 +02:00
rewardable Renamed JsonNode::meta to more logical modScope. Member is now private 2024-02-26 12:55:49 +02:00
rmg Replace throws() with nothrow 2024-02-14 12:07:07 +02:00
serializer Replaced vector of strings with simple bool for flag 2024-02-26 12:55:49 +02:00
spells Implemented 'strict' json support 2024-02-26 12:55:49 +02:00
vstd
AI_Base.h
ArtifactUtils.cpp arts altar - arts holder 2024-01-27 15:28:21 +02:00
ArtifactUtils.h
BasicTypes.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
BattleFieldHandler.cpp Moved bonus parsing to a new file 2024-02-14 15:48:06 +02:00
BattleFieldHandler.h Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
CAndroidVMHelper.cpp
CAndroidVMHelper.h
CArtHandler.cpp Cleanup 2024-02-26 12:55:49 +02:00
CArtHandler.h Remove redundant virtual specifiers 2024-02-10 20:46:13 +01:00
CArtifactInstance.cpp
CArtifactInstance.h
CBonusTypeHandler.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
CBonusTypeHandler.h
CBuildingHandler.cpp
CBuildingHandler.h
CConfigHandler.cpp Rename toJson to toString/toCompactString for consistency 2024-02-26 12:55:49 +02:00
CConfigHandler.h Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
CConsoleHandler.cpp Remove no longer needed workaround 2024-02-19 13:45:50 +02:00
CConsoleHandler.h
CCreatureHandler.cpp Renamed JsonNode::meta to more logical modScope. Member is now private 2024-02-26 12:55:49 +02:00
CCreatureHandler.h Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
CCreatureSet.cpp
CCreatureSet.h Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
CGameInfoCallback.cpp Merge pull request #3574 from SoundSSGood/altar-fixes 2024-02-01 22:27:41 +02:00
CGameInfoCallback.h Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
CGameInterface.cpp
CGameInterface.h Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
CGeneralTextHandler.cpp Make some non-const static variables const or constexpr 2024-02-12 13:22:54 +02:00
CGeneralTextHandler.h Added text container with map translations to campaign state 2024-01-31 20:01:24 +02:00
CHeroHandler.cpp Renamed JsonNode::meta to more logical modScope. Member is now private 2024-02-26 12:55:49 +02:00
CHeroHandler.h Added range checks to values read from h3m. 2024-02-05 21:27:55 +02:00
CMakeLists.txt Implemented 'strict' json support 2024-02-26 12:55:49 +02:00
Color.h
CondSh.h
ConstTransitivePtr.h
CPlayerState.cpp
CPlayerState.h Implemented tracking of objects destroyed by players 2024-01-31 01:37:33 +02:00
CRandomGenerator.cpp Replaced assertions with exceptions for invalid input in RNG 2024-02-19 00:35:21 +02:00
CRandomGenerator.h
CScriptingModule.cpp
CScriptingModule.h
CSkillHandler.cpp Reworked JsonNode constructors to more logical form 2024-02-26 12:55:49 +02:00
CSkillHandler.h
CSoundBase.h
CStack.cpp
CStack.h Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
CStopWatch.h
CThreadHelper.cpp Fix build 2024-02-11 19:54:30 +02:00
CThreadHelper.h Show human-readable thread name in log 2024-02-11 17:55:02 +02:00
CTownHandler.cpp Renamed JsonNode::meta to more logical modScope. Member is now private 2024-02-26 12:55:49 +02:00
CTownHandler.h Random town names are now guaranteed to be unique on the map 2024-02-19 00:36:08 +02:00
ExtraOptionsInfo.cpp
ExtraOptionsInfo.h
FunctionList.h
GameCallbackHolder.h
GameConstants.h
GameSettings.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
GameSettings.h Working SoD version of fly 2024-02-07 19:27:02 +01:00
IBonusTypeHandler.h
IGameCallback.cpp Merge remote-tracking branch 'vcmi/develop' into lobby 2024-02-03 21:11:34 +02:00
IGameCallback.h Merge pull request #3574 from SoundSSGood/altar-fixes 2024-02-01 22:27:41 +02:00
IGameEventsReceiver.h
IHandlerBase.cpp
IHandlerBase.h
int3.h Fix "identical expressions on both sides of comparison" 2024-02-12 12:32:35 +02:00
Languages.h
LoadProgress.cpp
LoadProgress.h
LogicalExpression.cpp
LogicalExpression.h Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
MetaString.cpp Fix Grail digging success message 2024-02-01 18:22:11 +02:00
MetaString.h Fix Grail digging success message 2024-02-01 18:22:11 +02:00
ObstacleHandler.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
ObstacleHandler.h
Point.h
Rect.cpp
Rect.h
ResourceSet.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
ResourceSet.h
RiverHandler.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
RiverHandler.h Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
RoadHandler.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
RoadHandler.h Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
ScopeGuard.h Fix undefined behavior 2024-02-12 12:33:09 +02:00
ScriptHandler.cpp
ScriptHandler.h Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
StartInfo.cpp Added list of active accounts and rooms to UI. Added room creation logic 2024-01-26 16:32:36 +02:00
StartInfo.h Merge remote-tracking branch 'vcmi/develop' into lobby 2024-01-26 16:52:23 +02:00
StdInc.cpp
StdInc.h
TerrainHandler.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
TerrainHandler.h Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
TextOperations.cpp
TextOperations.h
TurnTimerInfo.cpp
TurnTimerInfo.h
UnlockGuard.h
vcmi_endian.h
VCMI_lib.cbp
VCMI_Lib.cpp
VCMI_Lib.h
VCMI_lib.vcxproj
VCMI_lib.vcxproj.filters
VCMIDirs.cpp Implemented option to run server as a thread with shared VLC 2024-02-11 17:55:02 +02:00
VCMIDirs.h