1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib
2023-10-27 14:35:03 +00:00
..
battle Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
bonuses Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
campaign Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
constants Fix crash on accessing "any" spellschool via bonus system 2023-10-23 22:28:36 +03:00
events Fix turn ending 2023-08-24 23:34:33 +03:00
filesystem Merge branch 'vcmi/master' into 'vcmi/develop' 2023-09-15 13:59:02 +03:00
gameState Fixes for map editor 2023-10-24 23:58:26 +02:00
logging Use API identical to std classes where possible 2023-08-23 16:32:29 +03:00
mapObjectConstructors Split OBJECT bonus source into OBJECT_TYPE and OBJECT_INSTANCE 2023-10-22 16:55:19 +03:00
mapObjects Fixes for map editor 2023-10-24 23:58:26 +02:00
mapping Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
minizip remove copy-pasted functions from ioapi.c 2023-02-24 13:42:26 +03:00
modding Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
pathfinder Renamed new types for consistency with code style 2023-10-22 16:55:19 +03:00
registerTypes Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
rewardable (lib) Bonus subtype is now stored as metaidentifier that can store any 2023-10-22 16:54:43 +03:00
rmg lib/rmg/RoadPlacer.cpp: Remove "e" from this "throw" statement to rethrow the original exception. 2023-10-27 14:35:03 +00:00
serializer Fix game loading 2023-10-22 17:04:14 +03:00
spells Renamed new types for consistency with code style 2023-10-22 16:55:19 +03:00
vstd Revert "another approach" 2023-09-24 15:02:59 +02:00
AI_Base.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
ArtifactUtils.cpp Renamed new types for consistency with code style 2023-10-22 16:55:19 +03:00
ArtifactUtils.h Artifact assembling changes 2023-09-12 19:17:35 +03:00
BasicTypes.cpp Renamed new types for consistency with code style 2023-10-22 16:55:19 +03:00
BattleFieldHandler.cpp Renamed new types for consistency with code style 2023-10-22 16:55:19 +03:00
BattleFieldHandler.h Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
CAndroidVMHelper.cpp fix using JNI from server in single process build 2023-03-02 12:09:48 +03:00
CAndroidVMHelper.h fix using JNI from server in single process build 2023-03-02 12:09:48 +03:00
CArtHandler.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CArtHandler.h Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CArtifactInstance.cpp (lib) Bonus subtype is now stored as metaidentifier that can store any 2023-10-22 16:54:43 +03:00
CArtifactInstance.h refactoring 2023-09-19 13:31:57 +03:00
CBonusTypeHandler.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CBonusTypeHandler.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CBuildingHandler.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CBuildingHandler.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CConfigHandler.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CConfigHandler.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CConsoleHandler.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CConsoleHandler.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CCreatureHandler.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CCreatureHandler.h Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CCreatureSet.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CCreatureSet.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CGameInfoCallback.cpp Renamed new types for consistency with code style 2023-10-22 16:55:19 +03:00
CGameInfoCallback.h Client-side support for multiple battles 2023-09-06 16:03:47 +03:00
CGameInterface.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CGameInterface.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CGeneralTextHandler.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CGeneralTextHandler.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CHeroHandler.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CHeroHandler.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CMakeLists.txt enable StupidAI and EmptyAI for static AI 2023-03-02 12:09:49 +03:00
Color.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CondSh.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
ConstTransitivePtr.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CPlayerState.cpp Merge branch 'develop' into highscore_menu 2023-09-23 21:38:17 +02:00
CPlayerState.h Merge branch 'develop' into highscore_menu 2023-09-23 21:38:17 +02:00
CRandomGenerator.cpp Use API identical to std classes where possible 2023-08-23 16:32:29 +03:00
CRandomGenerator.h Use API identical to std classes where possible 2023-08-23 16:32:29 +03:00
CScriptingModule.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CScriptingModule.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CSkillHandler.cpp Renamed new types for consistency with code style 2023-10-22 16:55:19 +03:00
CSkillHandler.h Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CSoundBase.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CStack.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CStack.h Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CStopWatch.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CThreadHelper.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CThreadHelper.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
CTownHandler.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
CTownHandler.h Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
FunctionList.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
GameConstants.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
GameSettings.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
GameSettings.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
IBonusTypeHandler.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
IGameCallback.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
IGameCallback.h Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
IGameEventsReceiver.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
IHandlerBase.cpp IdentifierStorage is now separate handler in VLC 2023-09-04 18:56:16 +03:00
IHandlerBase.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
int3.h Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
JsonDetail.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
JsonDetail.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
JsonNode.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
JsonNode.h Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
JsonRandom.cpp Fixed Scholar handling 2023-10-18 17:14:22 +03:00
JsonRandom.h Fix build 2023-10-16 00:12:39 +03:00
Languages.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
LoadProgress.cpp Redesign loading solution 2023-08-22 20:10:20 +04:00
LoadProgress.h Redesign loading solution 2023-08-22 20:10:20 +04:00
LogicalExpression.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
LogicalExpression.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00
MetaString.cpp Use meta string for messages 2023-09-27 23:11:11 +02:00
MetaString.h Seerhut works as rewardable object 2023-09-15 10:06:06 +02:00
NetPacks.h Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
NetPacksBase.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
NetPacksLib.cpp Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
NetPacksLobby.h possibility to change name 2023-10-13 23:04:35 +02:00
NetPackVisitor.h possibility to change name 2023-10-13 23:04:35 +02:00
ObstacleHandler.cpp Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
ObstacleHandler.h Use ResourcePath for audio files 2023-09-04 18:22:34 +03:00
Point.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
Rect.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
Rect.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
ResourceSet.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
ResourceSet.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
RiverHandler.cpp Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
RiverHandler.h Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
RoadHandler.cpp Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
RoadHandler.h Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
ScopeGuard.h Fix ScopeGuard move behavior 2023-04-02 15:46:56 +04:00
ScriptHandler.cpp Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
ScriptHandler.h Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
StartInfo.cpp Improvements to type safety of Identifier class 2023-10-04 18:05:23 +03:00
StartInfo.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
StdInc.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
StdInc.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
TerrainHandler.cpp Cartographer/Observatory is now configurable object 2023-10-16 00:12:38 +03:00
TerrainHandler.h Cartographer/Observatory is now configurable object 2023-10-16 00:12:38 +03:00
TextOperations.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
TextOperations.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
TurnTimerInfo.cpp Make possible to play with different timers independently 2023-08-28 19:45:15 +04:00
TurnTimerInfo.h Timers fixes 2023-08-30 03:33:59 +04:00
UnlockGuard.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
vcmi_endian.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
VCMI_lib.cbp new approach 2023-09-15 15:26:14 +02:00
VCMI_Lib.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
VCMI_Lib.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
VCMI_lib.vcxproj new approach 2023-09-15 15:26:14 +02:00
VCMI_lib.vcxproj.filters new approach 2023-09-15 15:26:14 +02:00
VCMIDirs.cpp fix "development mode" condition when building in single process mode 2023-04-05 20:22:29 +03:00
VCMIDirs.h editorPath -> mapEditorPath 2022-12-28 17:59:16 +02:00