1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-04 00:15:53 +02:00
vcmi/lib
2022-12-30 15:26:27 +01:00
..
abilities
battle Merge remote-tracking branch 'vcmi/develop' into warnings_fix 2022-12-23 14:40:45 +02:00
events vstd::unique -> std::unique 2022-12-07 23:36:20 +02:00
filesystem merge beta branch into develop 2022-12-29 22:08:53 +02:00
logging vstd::unique -> std::unique 2022-12-07 23:36:20 +02:00
mapObjects Change cartographer tile reveal logic to match H3 2022-12-30 15:09:09 +01:00
mapping Merge pull request #1221 from IvanSavenko/warnings_fix 2022-12-29 21:51:55 +02:00
minizip Fixed some of the warnings detected by CI run 2022-12-08 23:20:42 +02:00
registerTypes callback functions and cleaning up unused code 2022-11-06 23:41:29 +02:00
rmg Merge pull request #1221 from IvanSavenko/warnings_fix 2022-12-29 21:51:55 +02:00
serializer merge beta branch into develop 2022-12-29 22:08:53 +02:00
spells Merge remote-tracking branch 'vcmi/develop' into warnings_fix 2022-12-23 14:40:45 +02:00
vstd
AI_Base.h
BattleFieldHandler.cpp
BattleFieldHandler.h
CAndroidVMHelper.cpp
CAndroidVMHelper.h
CArtHandler.cpp Fix incorrect assertions 2022-12-18 14:33:59 +02:00
CArtHandler.h suggested changes 2022-11-30 18:28:33 +02:00
CBonusTypeHandler.cpp Code refactor following C++ standard and condition fixes 2022-11-15 03:20:55 +03:00
CBonusTypeHandler.h
CBuildingHandler.cpp
CBuildingHandler.h
CConfigHandler.cpp
CConfigHandler.h
CConsoleHandler.cpp Fix Windows single-app build 2022-12-06 01:53:19 +02:00
CConsoleHandler.h
CCreatureHandler.cpp Merge remote-tracking branch 'vcmi/develop' into warnings_fix 2022-12-23 14:40:45 +02:00
CCreatureHandler.h Remove unused include 2022-11-16 12:16:23 +02:00
CCreatureSet.cpp Merge remote-tracking branch 'vcmi/develop' into warnings_fix 2022-12-23 14:40:45 +02:00
CCreatureSet.h
CGameInfoCallback.cpp Fix regression from warnings_fix branch 2022-12-30 00:23:34 +02:00
CGameInfoCallback.h Renamed getUpgradeInfo -> fillUpgradeInfo 2022-12-25 14:03:43 +02:00
CGameInterface.cpp Enabled & fixed -Woverloaded-virtual warning from gcc/cland 2022-12-07 21:50:45 +02:00
CGameInterface.h Enabled & fixed -Woverloaded-virtual warning from gcc/cland 2022-12-07 21:50:45 +02:00
CGameState.cpp Renamed getUpgradeInfo -> fillUpgradeInfo 2022-12-25 14:03:43 +02:00
CGameState.h Renamed getUpgradeInfo -> fillUpgradeInfo 2022-12-25 14:03:43 +02:00
CGameStateFwd.h
CGeneralTextHandler.cpp
CGeneralTextHandler.h Remove T prefix from new typedefs 2022-09-29 11:44:46 +02:00
CHeroHandler.cpp Added common method to get names of hardcoded mod scopes 2022-12-07 15:18:19 +02:00
CHeroHandler.h Remove T prefix from new typedefs 2022-09-29 11:44:46 +02:00
CMakeLists.txt Renamed for consistency BUILD_SINGLE_APP -> ENABLE_SINGLE_APP_BUILD 2022-12-06 00:00:56 +02:00
CModHandler.cpp Merge remote-tracking branch 'vcmi/develop' into warnings_fix 2022-12-23 14:40:45 +02:00
CModHandler.h Merge 1.1 release into develop 2022-12-23 14:17:18 +02:00
CondSh.h
ConstTransitivePtr.h
CPathfinder.cpp Merge remote-tracking branch 'vcmi/develop' into warnings_fix 2022-12-23 14:40:45 +02:00
CPathfinder.h CGHeroInstance::convertPosition is no longer static method 2022-12-07 22:34:08 +02:00
CPlayerState.cpp
CPlayerState.h
CRandomGenerator.cpp
CRandomGenerator.h
CScriptingModule.cpp
CScriptingModule.h
CSkillHandler.cpp Fixed several more cases of incorrect scope for identifiers resolving 2022-12-21 23:02:19 +04:00
CSkillHandler.h
CSoundBase.h
CStack.cpp Renamed UNUSED -> MAYBE_UNUSED macro to match c++17 attribute name 2022-12-07 18:06:47 +02:00
CStack.h Remove T prefix from new typedefs 2022-09-29 11:44:46 +02:00
CStopWatch.h
CThreadHelper.cpp
CThreadHelper.h
CTownHandler.cpp Added common method to get names of hardcoded mod scopes 2022-12-07 15:18:19 +02:00
CTownHandler.h Added possibility to define per-town tower icon for battle queue in siege 2022-11-29 14:47:51 +02:00
FunctionList.h
GameConstants.cpp Fixed several scenarios with incorrect scope for requesting identifiers 2022-12-21 23:02:19 +04:00
GameConstants.h suggested changes 2022-11-30 18:28:33 +02:00
HeroBonus.cpp Remove deprecated usage of sprintf 2022-12-25 14:04:12 +02:00
HeroBonus.h Fix crash with objects belonging players without state 2022-11-06 03:26:13 +04:00
IBonusTypeHandler.h
IGameCallback.cpp Remove no longer needed code 2022-12-30 15:26:27 +01:00
IGameCallback.h Change cartographer tile reveal logic to match H3 2022-12-30 15:09:09 +01:00
IGameEventsReceiver.h regression fixed. Artifact assemble dialog shows multiple times. 2022-11-07 00:36:13 +02:00
IHandlerBase.cpp Added common method to get names of hardcoded mod scopes 2022-12-07 15:18:19 +02:00
IHandlerBase.h Added common method to get names of hardcoded mod scopes 2022-12-07 15:18:19 +02:00
int3.h Revert uninteded change 2022-12-26 14:48:13 +02:00
Interprocess.h
JsonDetail.cpp Added common method to get names of hardcoded mod scopes 2022-12-07 15:18:19 +02:00
JsonDetail.h
JsonNode.cpp Fixed all non-silenced gcc/clang warnings 2022-12-07 18:05:47 +02:00
JsonNode.h Fixed meta field handling in JsonUtils::inherit function, removed 2022-11-30 17:38:53 +02:00
LoadProgress.cpp
LoadProgress.h
LogicalExpression.cpp
LogicalExpression.h
NetPacks.h Apply suggested changes next part 2022-11-10 21:02:06 +02:00
NetPacksBase.h
NetPacksLib.cpp Merge remote-tracking branch 'vcmi/develop' into warnings_fix 2022-12-23 14:40:45 +02:00
NetPacksLobby.h Freeze current state 2022-10-03 20:47:00 +04:00
ObstacleHandler.cpp #1071 - In latest night builds there are problems with schema obstacle.json and file obstacles.json 2022-11-04 00:06:15 +02:00
ObstacleHandler.h Remove T prefix from new typedefs 2022-09-29 11:44:46 +02:00
PathfinderUtil.h
ResourceSet.cpp
ResourceSet.h
ScopeGuard.h
ScriptHandler.cpp Added common method to get names of hardcoded mod scopes 2022-12-07 15:18:19 +02:00
ScriptHandler.h
StartInfo.cpp
StartInfo.h
StdInc.cpp
StdInc.h
StringConstants.h
Terrain.cpp Change cartographer tile reveal logic to match H3 2022-12-30 15:09:09 +01:00
Terrain.h Change cartographer tile reveal logic to match H3 2022-12-30 15:09:09 +01:00
UnlockGuard.h
vcmi_endian.h
VCMI_lib.cbp
VCMI_Lib.cpp Resource extractor "enablers" are now command line options 2022-11-27 19:35:10 +02:00
VCMI_Lib.h Resource extractor "enablers" are now command line options 2022-11-27 19:35:10 +02:00
VCMI_lib.vcxproj
VCMI_lib.vcxproj.filters
VCMIDirs.cpp Revert VCMIDirs to fix the build 2022-12-21 23:08:53 +04:00
VCMIDirs.h IVCMIDirs::userExtractedPath() created 2022-11-27 19:35:11 +02:00