1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00
vcmi/lib
2024-10-30 16:48:19 +00:00
..
battle Replaced public artType member of ArtifactInstance with getter 2024-10-30 16:47:01 +00:00
bonuses Removed remaining cases of serialization of VLC entities 2024-10-30 16:48:18 +00:00
campaign Reduce usage of pointers to VLC entities 2024-10-10 12:28:08 +00:00
constants Split CHeroHandler.cpp/.h into 1 file per class 2024-10-13 14:01:09 +00:00
entities Split CHeroHandler.cpp/.h into 1 file per class 2024-10-13 14:01:09 +00:00
events
filesystem Fix crash on exporting maps for translation 2024-10-25 21:41:24 +00:00
gameState Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
json Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
logging
mapObjectConstructors Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
mapObjects Removed remaining cases of serialization of VLC entities 2024-10-30 16:48:18 +00:00
mapping Removed remaining cases of serialization of VLC entities 2024-10-30 16:48:18 +00:00
minizip
modding Merge pull request #4820 from kdmcser/softDenpendency 2024-10-30 13:31:46 +02:00
network
networkPacks Removed remaining cases of serialization of VLC entities 2024-10-30 16:48:18 +00:00
pathfinder TerrainTile now uses identifiers instead of pointers to VLC 2024-10-30 16:22:11 +00:00
rewardable Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
rmg TerrainTile now uses identifiers instead of pointers to VLC 2024-10-30 16:22:11 +00:00
serializer Remove logic for serialization of VLC entities 2024-10-30 16:48:19 +00:00
spells TerrainTile now uses identifiers instead of pointers to VLC 2024-10-30 16:22:11 +00:00
texts Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
vstd
AI_Base.h
ArtifactUtils.cpp Fused identical artifacts 2024-10-15 16:51:29 +03:00
ArtifactUtils.h ArtifactUtils::createArtifact ArtifactUtils::createNewArtifactInstance unified 2024-09-04 21:25:55 +03:00
BasicTypes.cpp Reduce usage of pointers to VLC entities 2024-10-10 12:28:08 +00:00
BattleFieldHandler.cpp
BattleFieldHandler.h
CAndroidVMHelper.cpp
CAndroidVMHelper.h
CArtHandler.cpp Replaced public artType member of ArtifactInstance with getter 2024-10-30 16:47:01 +00:00
CArtHandler.h Fused identical artifacts 2024-10-15 16:51:29 +03:00
CArtifactInstance.cpp Replaced public artType member of ArtifactInstance with getter 2024-10-30 16:47:01 +00:00
CArtifactInstance.h Replaced public artType member of ArtifactInstance with getter 2024-10-30 16:47:01 +00:00
CBonusTypeHandler.cpp Add simple support for translation of strings that were changed by 2024-10-06 19:42:15 +00:00
CBonusTypeHandler.h
CConfigHandler.cpp
CConfigHandler.h
CConsoleHandler.cpp
CConsoleHandler.h
CCreatureHandler.cpp Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
CCreatureHandler.h Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
CCreatureSet.cpp Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
CCreatureSet.h Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
CGameInfoCallback.cpp Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
CGameInfoCallback.h code review 2024-10-12 23:01:14 +02:00
CGameInterface.cpp Extracted handling of type ID's from serializer into a separate class 2024-08-26 19:48:46 +00:00
CGameInterface.h Extracted handling of type ID's from serializer into a separate class 2024-08-26 19:48:46 +00:00
CMakeLists.txt Basic support for configurable flaggable objects 2024-10-25 16:48:10 +00:00
Color.h
ConstTransitivePtr.h
CPlayerState.cpp Fix some of the new warnings from sonarcloud 2024-10-11 10:45:29 +00:00
CPlayerState.h Implemented serialization of local player state in json form 2024-10-08 20:04:32 +00:00
CRandomGenerator.cpp
CRandomGenerator.h
CScriptingModule.cpp
CScriptingModule.h
CSkillHandler.cpp Merge pull request #4812 from SoundSSGood/secSkillPlace 2024-10-30 13:33:39 +02:00
CSkillHandler.h suggested changes 2024-10-28 21:58:35 +02:00
CSoundBase.h
CStack.cpp Remove CStack::type pointer to VLC entity 2024-10-30 16:47:02 +00:00
CStack.h Remove CStack::type pointer to VLC entity 2024-10-30 16:47:02 +00:00
CStopWatch.h
CThreadHelper.cpp
CThreadHelper.h
ExceptionsCommon.h
ExtraOptionsInfo.cpp
ExtraOptionsInfo.h
FunctionList.h
GameCallbackHolder.h
GameConstants.h
GameSettings.cpp Merge branch 'develop' into spell 2024-10-07 12:55:23 +02:00
GameSettings.h It is now possible to define game settings in rmg template 2024-09-05 15:16:28 +00:00
IBonusTypeHandler.h
IGameCallback.cpp Removed remaining cases of serialization of VLC entities 2024-10-30 16:48:18 +00:00
IGameCallback.h Removed remaining cases of serialization of VLC entities 2024-10-30 16:48:18 +00:00
IGameEventsReceiver.h
IGameSettings.h Merge branch 'develop' into spell 2024-10-07 12:55:23 +02:00
IHandlerBase.cpp
IHandlerBase.h
int3.h
LoadProgress.cpp
LoadProgress.h
LogicalExpression.cpp
LogicalExpression.h
ObstacleHandler.cpp
ObstacleHandler.h
Point.h
Rect.cpp
Rect.h
ResourceSet.cpp Unified income handling, added IOwnableObject interface 2024-08-28 12:40:44 +00:00
ResourceSet.h Unified income handling, added IOwnableObject interface 2024-08-28 12:40:44 +00:00
RiverHandler.cpp Minor refactoring of translations: 2024-10-06 19:42:15 +00:00
RiverHandler.h
RoadHandler.cpp Minor refactoring of translations: 2024-10-06 19:42:15 +00:00
RoadHandler.h
ScopeGuard.h
ScriptHandler.cpp
ScriptHandler.h
StartInfo.cpp Split CHeroHandler.cpp/.h into 1 file per class 2024-10-13 14:01:09 +00:00
StartInfo.h Removed save compatibility with 1.4 2024-08-29 18:51:53 +00:00
StdInc.cpp
StdInc.h
TerrainHandler.cpp Minor refactoring of translations: 2024-10-06 19:42:15 +00:00
TerrainHandler.h
TurnTimerInfo.cpp
TurnTimerInfo.h
UnlockGuard.h
vcmi_endian.h
VCMI_Lib.cpp Split CHeroHandler.cpp/.h into 1 file per class 2024-10-13 14:01:09 +00:00
VCMI_Lib.h Added GameSettings to gamestate, potentially allowing to define game 2024-09-05 15:16:27 +00:00
VCMIDirs.cpp
VCMIDirs.h