1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib
2023-04-08 12:28:53 +03:00
..
battle vcmi: add getTrigger method to obstacles 2023-03-31 01:01:26 +03:00
events vcmi: modernize lib/events 2023-03-06 20:24:38 +03:00
filesystem Partially implemented Setup Window 2023-03-14 16:02:16 +02:00
logging vcmi: modernize lib/logging 2023-03-06 20:13:25 +03:00
mapObjects Merge beta into develop 2023-04-04 16:06:20 +03:00
mapping Merge beta into develop 2023-04-04 16:06:20 +03:00
minizip remove copy-pasted functions from ioapi.c 2023-02-24 13:42:26 +03:00
registerTypes client is able to erase artifact 2023-04-08 00:41:55 +03:00
rmg Manually adjust the position of town - noticeable on S maps. 2023-04-01 17:07:43 +02:00
serializer Merge beta into develop 2023-04-04 16:06:20 +03:00
spells Fix debug build 2023-04-03 15:15:51 +03:00
vstd vstd: pass separators and input by reference 2023-02-05 18:07:56 +03:00
AI_Base.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
BattleFieldHandler.cpp Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
BattleFieldHandler.h Integrated defaultMods into mod system 2023-03-16 17:55:09 +02: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 Backpack limit part5. End of battle. Other stuff 2023-03-21 12:14:33 +02:00
CArtHandler.h Backpack limit part5. End of battle. Other stuff 2023-03-21 12:14:33 +02:00
CBonusTypeHandler.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CBonusTypeHandler.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CBuildingHandler.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CBuildingHandler.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CConfigHandler.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CConfigHandler.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CConsoleHandler.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CConsoleHandler.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CCreatureHandler.cpp Merge beta into develop 2023-04-04 16:06:20 +03:00
CCreatureHandler.h Merge pull request #1700 from rilian-la-te/resource-array 2023-04-02 20:12:45 +03:00
CCreatureSet.cpp Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
CCreatureSet.h Fix uninitialized variable 2023-04-01 23:59:31 +03:00
CGameInfoCallback.cpp Renamed & reorganized all game mechanics settings names 2023-03-16 18:11:35 +02:00
CGameInfoCallback.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CGameInterface.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CGameInterface.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CGameState.cpp Merge beta into develop 2023-04-04 16:06:20 +03:00
CGameState.h Backpack limit part2 (Pick up, Dig up, Object rewards) 2023-03-21 12:14:33 +02:00
CGameStateFwd.h Fix regression - uninitialized pointer 2023-03-16 19:25:26 +02:00
CGeneralTextHandler.cpp Disabled check for unused lines in translations due to false positives 2023-04-03 01:12:48 +03:00
CGeneralTextHandler.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CHeroHandler.cpp Refactoring of hero specialty loading code: 2023-03-28 17:09:54 +03:00
CHeroHandler.h Refactoring of hero specialty loading code: 2023-03-28 17:09:54 +03:00
CMakeLists.txt enable StupidAI and EmptyAI for static AI 2023-03-02 12:09:49 +03:00
CModHandler.cpp VCMI will now correctly resolve identifiers in unexpected form 2023-04-03 15:14:34 +03:00
CModHandler.h VCMI will now correctly resolve identifiers in unexpected form 2023-04-03 15:14:34 +03:00
Color.h vcmi/client: make ColorRGBA constexpr 2023-02-12 19:11:24 +03:00
CondSh.h Introduced animation phases for beter ordering of visuals in battles 2022-12-13 21:31:49 +02:00
ConstTransitivePtr.h vcmi: make ConstTransitivePtr always init self. 2023-02-12 17:59:06 +03:00
CPathfinder.cpp compute movement cost using PathNodeInfo layer info when possible 2023-03-20 11:35:20 +03:00
CPathfinder.h compute movement cost using PathNodeInfo layer info when possible 2023-03-20 11:35:20 +03:00
CPlayerState.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CPlayerState.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CRandomGenerator.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CRandomGenerator.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CScriptingModule.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CScriptingModule.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CSkillHandler.cpp Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
CSkillHandler.h Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
CSoundBase.h Fix for missing Death Blow sound 2022-12-25 20:11:22 +02:00
CStack.cpp CStack: make unicorns ability multiplicative 2023-03-20 23:29:33 +03:00
CStack.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
CStopWatch.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CThreadHelper.cpp Haiku patch 2023-03-27 10:10:09 +02:00
CThreadHelper.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CTownHandler.cpp Added fallback for 1.2 compatibility 2023-04-03 16:26:43 +03:00
CTownHandler.h vcmi: setup moats using MoatAbility 2023-03-31 01:01:25 +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.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
GameConstants.h Merge beta into develop 2023-04-04 16:06:20 +03:00
GameSettings.cpp vcmi: add a last hex setting 2023-03-31 01:01:25 +03:00
GameSettings.h vcmi: add a last hex setting 2023-03-31 01:01:25 +03:00
HeroBonus.cpp vcmi: add UnitOnHex limiter 2023-03-30 12:51:59 +03:00
HeroBonus.h Merge pull request #1706 from rilian-la-te/moats-landmines 2023-04-02 20:12:33 +03:00
IBonusTypeHandler.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
IGameCallback.cpp Renamed & reorganized all game mechanics settings names 2023-03-16 18:11:35 +02:00
IGameCallback.h Backpack limit part4 (Using cheats, buying) 2023-03-21 12:14:33 +02:00
IGameEventsReceiver.h vcmi: allow showing more than one components in infobar 2023-03-11 21:41:57 +03:00
IHandlerBase.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
IHandlerBase.h Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
int3.h vcmi: make int3 as constexpr class 2023-02-12 19:00:43 +03:00
Interprocess.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
JsonDetail.cpp Removed old code - VCMI now supports json-based animations everywhere 2023-03-30 19:59:19 +03:00
JsonDetail.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
JsonNode.cpp vcmi: add UnitOnHex limiter 2023-03-30 12:51:59 +03:00
JsonNode.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
Languages.h Do not show languages without translations in UI 2023-03-14 16:02:16 +02:00
LoadProgress.cpp Fix divide by zero crash 2023-04-02 15:28:41 +04:00
LoadProgress.h Editor prerequisites [part 2] (#889) 2022-09-17 14:04:01 +03:00
LogicalExpression.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
LogicalExpression.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
NetPacks.h vcmiartifacts fixed 2023-04-08 12:28:53 +03:00
NetPacksBase.h NetPacksLib: remove obstacle ACTIVATE* actions 2023-03-26 22:59:34 +03:00
NetPacksLib.cpp client is able to erase artifact 2023-04-08 00:41:55 +03:00
NetPacksLobby.h rework netpacks to avoid double typeinfo 2023-02-13 20:26:39 +02:00
NetPackVisitor.h client is able to erase artifact 2023-04-08 00:41:55 +03:00
ObstacleHandler.cpp Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
ObstacleHandler.h obstacle: remove trigger animation and sound 2023-03-31 01:01:25 +03:00
PathfinderUtil.h Renamed Terrain.h/cpp -> TerrainHandler.h/cpp 2023-01-10 00:01:35 +02:00
Point.h vcmi:towns now can choose if moat render is needed 2023-03-31 01:01:25 +03:00
Rect.cpp Refactoring of MapView 2023-03-05 17:48:02 +02:00
Rect.h Completely removed old TerrainRect class 2023-03-05 17:57:36 +02:00
ResourceSet.cpp vcmi: fix stack smash 2023-04-02 23:27:15 +03:00
ResourceSet.h vcmi: fix stack smash 2023-04-02 23:27:15 +03:00
RiverHandler.cpp Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
RiverHandler.h Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
RoadHandler.cpp Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
RoadHandler.h Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
ScopeGuard.h Fix ScopeGuard move behavior 2023-04-02 15:46:56 +04:00
ScriptHandler.cpp Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
ScriptHandler.h Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
StartInfo.cpp vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
StartInfo.h vcmi: modernize rest of lib 2023-03-16 17:55:20 +03:00
StdInc.cpp Rename radious -> radius 2016-01-31 18:01:58 +03:00
StdInc.h Moved boost:format log proxy to CLoggerBase 2016-08-13 16:57:18 +03:00
StringConstants.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
TerrainHandler.cpp Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
TerrainHandler.h Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
TextOperations.cpp Fonts will now correctly detect encoding of fonts from mods 2023-03-05 17:39:27 +02:00
TextOperations.h Fonts will now correctly detect encoding of fonts from mods 2023-03-05 17:39:27 +02:00
UnlockGuard.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
vcmi_endian.h lib: replace SDL usage to Boost one 2023-02-02 23:58:22 +03:00
VCMI_lib.cbp lib: remove unused header 2023-02-02 23:50:50 +03:00
VCMI_Lib.cpp Integrated defaultMods into mod system 2023-03-16 17:55:09 +02:00
VCMI_Lib.h Renamed & reorganized all game mechanics settings names 2023-03-16 18:11:35 +02:00
VCMI_lib.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
VCMI_lib.vcxproj.filters Update visual studio project files 2018-08-22 17:31:48 +03:00
VCMIDirs.cpp Fixed editor shortcut on Windows 2023-03-25 11:40:44 +01:00
VCMIDirs.h editorPath -> mapEditorPath 2022-12-28 17:59:16 +02:00