1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-04 00:15:53 +02:00
vcmi/lib
2024-05-30 19:13:21 +03:00
..
battle Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
bonuses Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
campaign Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
constants Fixed some newly reported issues from SonarCloud 2024-05-10 13:40:24 +00:00
events
filesystem Improve performance of parsing of map headers for map list 2024-05-10 14:30:39 +00:00
gameState Merge pull request #3997 from IvanSavenko/serialization_refactor 2024-05-30 19:13:21 +03:00
json Avoid crash if configs file is missing, e.g. broken version of mod 2024-05-11 13:19:07 +00:00
logging NKAI: graph add battle layer 2024-03-02 15:54:05 +02:00
mapObjectConstructors Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
mapObjects Merge pull request #3997 from IvanSavenko/serialization_refactor 2024-05-30 19:13:21 +03:00
mapping Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
minizip Remove old and unmaintained codeblocks project 2024-05-17 10:44:57 +00:00
modding Fix some 'new' issues reported by Sonar Cloud 2024-05-06 15:33:30 +00:00
network Simple workaround to fix vcmiserver shutdown procedure 2024-05-14 19:40:20 +00:00
networkPacks Merge pull request #3997 from IvanSavenko/serialization_refactor 2024-05-30 19:13:21 +03:00
pathfinder Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
registerTypes Guest can also use & renaming 2024-05-01 15:58:22 +02:00
rewardable Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
rmg Merge pull request #3997 from IvanSavenko/serialization_refactor 2024-05-30 19:13:21 +03:00
serializer Code formatting and cleanup 2024-05-17 17:10:29 +00:00
spells Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
vstd Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
AI_Base.h
ArtifactUtils.cpp ArtifactPosition::TRANSITION_POS now is simple ArtSlotInfo 2024-05-17 14:59:51 +03:00
ArtifactUtils.h ArtifactPosition::TRANSITION_POS now is simple ArtSlotInfo 2024-05-17 14:59:51 +03:00
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 ArtifactPosition::TRANSITION_POS now is simple ArtSlotInfo 2024-05-17 14:59:51 +03:00
CArtHandler.h Merge pull request #3997 from IvanSavenko/serialization_refactor 2024-05-30 19:13:21 +03:00
CArtifactInstance.cpp
CArtifactInstance.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
CBonusTypeHandler.cpp Register vcmi-only strings as part of 'vcmi' mod instead of 'core' 2024-04-08 13:16:54 +03:00
CBonusTypeHandler.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
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 biography to description 2024-04-27 18:41:21 +02:00
CCreatureHandler.h biography to description 2024-04-27 18:41:21 +02:00
CCreatureSet.cpp
CCreatureSet.h Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
CGameInfoCallback.cpp Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
CGameInfoCallback.h Small refactoring of adventure map spell casting: 2024-04-10 20:04:08 +03:00
CGameInterface.cpp Removed broken & unused serialization of player interface and AI 2024-05-17 16:35:53 +00:00
CGameInterface.h Removed broken & unused serialization of player interface and AI 2024-05-17 16:35:53 +00:00
CGeneralTextHandler.cpp Fixed loading of text strings for hota quests 2024-04-22 13:49:17 +03:00
CGeneralTextHandler.h Added proper serialization for unordered_map 2024-05-16 19:03:04 +00: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 Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
Color.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
CondSh.h
ConstTransitivePtr.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
CPlayerState.cpp
CPlayerState.h Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
CRandomGenerator.cpp Replaced assertions with exceptions for invalid input in RNG 2024-02-19 00:35:21 +02:00
CRandomGenerator.h Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
CScriptingModule.cpp
CScriptingModule.h
CSkillHandler.cpp Fix formatting of luck/morale bonuses 2024-04-09 16:13:30 +03: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 Added changing thread name for FreeBSD 2024-05-12 15:10:29 +00:00
CThreadHelper.h Show human-readable thread name in log 2024-02-11 17:55:02 +02:00
CTownHandler.cpp creature/town biography/description 2024-04-12 23:35:39 +02:00
CTownHandler.h creature/town biography/description 2024-04-12 23:35:39 +02:00
ExceptionsCommon.h Handle corrupted H3 data - show message box instead of silent crash 2024-05-13 15:41:47 +00:00
ExtraOptionsInfo.cpp
ExtraOptionsInfo.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
FunctionList.h
GameCallbackHolder.h
GameConstants.h
GameSettings.cpp Small refactoring of adventure map spell casting: 2024-04-10 20:04:08 +03:00
GameSettings.h Small refactoring of adventure map spell casting: 2024-04-10 20:04:08 +03:00
IBonusTypeHandler.h
IGameCallback.cpp Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
IGameCallback.h Do not check for guards when teleporting using means other than DD 2024-05-07 20:05:23 +00:00
IGameEventsReceiver.h
IHandlerBase.cpp
IHandlerBase.h
int3.h Fix SonarCloud issues 2024-03-02 14:08:03 +01:00
Languages.h Implement various todo's and review suggestions 2024-03-27 13:10:55 +02:00
LoadProgress.cpp
LoadProgress.h Fixes 2024-03-29 12:28:14 +02:00
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 Attempt to track crashes with unclear cause 2024-05-14 09:44:40 +00: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 Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
Rect.cpp
Rect.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
ResourceSet.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
ResourceSet.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
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 Implemented join room dialog 2024-04-23 17:15:59 +03:00
StartInfo.h Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
StdInc.cpp Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
StdInc.h Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
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 Implement various todo's and review suggestions 2024-03-27 13:10:55 +02:00
TextOperations.h Implement various todo's and review suggestions 2024-03-27 13:10:55 +02:00
TurnTimerInfo.cpp
TurnTimerInfo.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
UnlockGuard.h
vcmi_endian.h
VCMI_Lib.cpp Proof of concept with OH3 obstacles 2024-04-04 21:39:01 +02:00
VCMI_Lib.h Proof of concept with OH3 obstacles 2024-04-04 21:39:01 +02:00
VCMIDirs.cpp Fix handling of 'developmentMode' for lobby-only builds 2024-03-30 10:24:54 +02:00
VCMIDirs.h