krs 27c488e62f Small changes after review. 2 years ago
..
battle 27c488e62f Small changes after review. 2 years ago
bonuses e60a4318c3 vcmi: a bunch of forward definitions 2 years ago
events 042885c0b8 vcmi: modernize lib/events 2 years ago
filesystem 9eac3eaafa Merged "music" resource type into "sound", enables ogg's use as sounds 2 years ago
logging ea3bdda047 vcmi: reduce boost a little bit 2 years ago
mapObjectConstructors 1fb2b60999 Remove no longer relevant check 2 years ago
mapObjects ce3e150d59 Minor formatting 2 years ago
mapping c4772ae59d Load new hota quests as empty quests, to avoid unexpected behavior 2 years ago
minizip 85d1909ac5 remove copy-pasted functions from ioapi.c 2 years ago
pathfinder ebc7a82c2e Converted pathfinder enum's to enum class 2 years ago
registerTypes 6f743916db Moved CGCreature to a new file 2 years ago
rewardable 56d69e790b Renamed MetaString methods to more logical names 2 years ago
rmg 6f743916db Moved CGCreature to a new file 2 years ago
serializer acac42291e Remove excessive CMap.h includes 2 years ago
spells d8879f1e53 NewObject pack now receives visitable position instead of h3m position 2 years ago
vstd cb3723b54c vstd: pass separators and input by reference 2 years ago
AI_Base.h f1e5797834 Code style: move or add licensing information on top of every file 8 years ago
ArtifactUtils.cpp 1e9eea30e1 Merge remote-tracking branch 'soundsgood/CArtHandler-rework' into develop 2 years ago
ArtifactUtils.h 1175990724 fixup 2 years ago
BasicTypes.cpp e60a4318c3 vcmi: a bunch of forward definitions 2 years ago
BattleFieldHandler.cpp e60a4318c3 vcmi: a bunch of forward definitions 2 years ago
BattleFieldHandler.h a6de9097be vcmi: rename HeroBonus.h to Bonus.h 2 years ago
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 years ago
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 years ago
CArtHandler.cpp f86133705e Fix loading of allowed artifacts from hota h3m 2 years ago
CArtHandler.h f6c2d5cba7 hotfix 2 years ago
CBonusTypeHandler.cpp 05eccbc2bb vcmi: split bonus to enumerator and HeroBonus.h 2 years ago
CBonusTypeHandler.h 05eccbc2bb vcmi: split bonus to enumerator and HeroBonus.h 2 years ago
CBuildingHandler.cpp 4c4498b22a vcmi: modernize rest of lib 2 years ago
CBuildingHandler.h 4c4498b22a vcmi: modernize rest of lib 2 years ago
CConfigHandler.cpp a015bf6507 Initial part of dynamically-sized adventure map: 2 years ago
CConfigHandler.h a015bf6507 Initial part of dynamically-sized adventure map: 2 years ago
CConsoleHandler.cpp ea3bdda047 vcmi: reduce boost a little bit 2 years ago
CConsoleHandler.h ea3bdda047 vcmi: reduce boost a little bit 2 years ago
CCreatureHandler.cpp 8dde8018d0 Implemented support for fixed monster def's from hota 2 years ago
CCreatureHandler.h 8dde8018d0 Implemented support for fixed monster def's from hota 2 years ago
CCreatureSet.cpp 1366825f08 final fixup 2 years ago
CCreatureSet.h 1366825f08 final fixup 2 years ago
CGameInfoCallback.cpp d6a357fd17 Split some map object files into smaller files. Reduced includes usage. 2 years ago
CGameInfoCallback.h 7db67a3101 int3 now has proper hasher function 2 years ago
CGameInterface.cpp b472c89276 vcmi: make some CStack properties private 2 years ago
CGameInterface.h d6a357fd17 Split some map object files into smaller files. Reduced includes usage. 2 years ago
CGameState.cpp 69dc95c3c8 Merge pull request #2235 from IvanSavenko/hota_h3m_support 2 years ago
CGameState.h 69dc95c3c8 Merge pull request #2235 from IvanSavenko/hota_h3m_support 2 years ago
CGameStateFwd.h d51fe62804 Win/loss condition texts use MetaString 2 years ago
CGeneralTextHandler.cpp 6683c866ee Disabled check for unused lines in translations due to false positives 2 years ago
CGeneralTextHandler.h 4c4498b22a vcmi: modernize rest of lib 2 years ago
CHeroHandler.cpp d6a357fd17 Split some map object files into smaller files. Reduced includes usage. 2 years ago
CHeroHandler.h c216292f1e CHeroHandler: remove confusing map 2 years ago
CMakeLists.txt 0294a8b063 enable StupidAI and EmptyAI for static AI 2 years ago
CModHandler.cpp d6a357fd17 Split some map object files into smaller files. Reduced includes usage. 2 years ago
CModHandler.h 62595cb039 Split massive CMap.h a bit 2 years ago
CModVersion.cpp 62595cb039 Split massive CMap.h a bit 2 years ago
CModVersion.h 62595cb039 Split massive CMap.h a bit 2 years ago
CPlayerState.cpp 11b237a23c vcmi: massive refactoring v1 2 years ago
CPlayerState.h a6de9097be vcmi: rename HeroBonus.h to Bonus.h 2 years ago
CRandomGenerator.cpp 4c4498b22a vcmi: modernize rest of lib 2 years ago
CRandomGenerator.h 86f5d6de69 vcmi: modernize headers 2 years ago
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 years ago
CScriptingModule.h 4c4498b22a vcmi: modernize rest of lib 2 years ago
CSkillHandler.cpp 05eccbc2bb vcmi: split bonus to enumerator and HeroBonus.h 2 years ago
CSkillHandler.h a6de9097be vcmi: rename HeroBonus.h to Bonus.h 2 years ago
CSoundBase.h 7e3cd7db51 Fix for missing Death Blow sound 2 years ago
CStack.cpp 05eccbc2bb vcmi: split bonus to enumerator and HeroBonus.h 2 years ago
CStack.h a6de9097be vcmi: rename HeroBonus.h to Bonus.h 2 years ago
CStopWatch.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 years ago
CThreadHelper.cpp 518f8d69e5 Haiku patch 2 years ago
CThreadHelper.h 86f5d6de69 vcmi: modernize headers 2 years ago
CTownHandler.cpp 3913b8e98c Heroes placed on water in map will be automatically given boat 2 years ago
CTownHandler.h 3913b8e98c Heroes placed on water in map will be automatically given boat 2 years ago
Color.h 3cf303f1c7 vcmi/client: make ColorRGBA constexpr 2 years ago
CondSh.h 0020d76d1d Introduced animation phases for beter ordering of visuals in battles 2 years ago
ConstTransitivePtr.h b30d23d278 vcmi: make ConstTransitivePtr always init self. 2 years ago
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 years ago
GameConstants.cpp d6a357fd17 Split some map object files into smaller files. Reduced includes usage. 2 years ago
GameConstants.h 756dd398c2 Added constant for BATTLE_SHOOTING_RANGE_DISTANCE 2 years ago
GameSettings.cpp daaaf84392 Icon index for map format is now defined in config 2 years ago
GameSettings.h daaaf84392 Icon index for map format is now defined in config 2 years ago
IBonusTypeHandler.h 4c4498b22a vcmi: modernize rest of lib 2 years ago
IGameCallback.cpp fc190b14bb Spell shrines can now be configured in json 2 years ago
IGameCallback.h 6a08a96d0c Added createObject call as wrapper around NewObject netpack 2 years ago
IGameEventsReceiver.h 2636a0dcc3 Moved MetaString to a new file 2 years ago
IHandlerBase.cpp 4c4498b22a vcmi: modernize rest of lib 2 years ago
IHandlerBase.h 86f5d6de69 vcmi: modernize headers 2 years ago
Interprocess.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 years ago
JsonDetail.cpp 9eac3eaafa Merged "music" resource type into "sound", enables ogg's use as sounds 2 years ago
JsonDetail.h 86f5d6de69 vcmi: modernize headers 2 years ago
JsonNode.cpp 8f602b2ef6 Allow defining default values of settings per platform 2 years ago
JsonNode.h 86f5d6de69 vcmi: modernize headers 2 years ago
JsonRandom.cpp fc190b14bb Spell shrines can now be configured in json 2 years ago
JsonRandom.h 1b4d117790 deeper decoupling 2 years ago
Languages.h 66df19352f Do not show languages without translations in UI 2 years ago
LoadProgress.cpp d63e32841d Fix divide by zero crash 2 years ago
LoadProgress.h e4ac0d4370 Editor prerequisites [part 2] (#889) 3 years ago
LogicalExpression.cpp 4c4498b22a vcmi: modernize rest of lib 2 years ago
LogicalExpression.h 86f5d6de69 vcmi: modernize headers 2 years ago
MetaString.cpp 3913b8e98c Heroes placed on water in map will be automatically given boat 2 years ago
MetaString.h 9b5e81929f Fix build 2 years ago
NetPackVisitor.h ea7dd14d8b client is able to erase artifact 2 years ago
NetPacks.h 44261ecc21 Fix boat positioning 2 years ago
NetPacksBase.h 2636a0dcc3 Moved MetaString to a new file 2 years ago
NetPacksLib.cpp 44261ecc21 Fix boat positioning 2 years ago
NetPacksLobby.h 9f55666931 rework netpacks to avoid double typeinfo 2 years ago
ObstacleHandler.cpp 428fb832c6 Implemented foreground/background obstacles: 2 years ago
ObstacleHandler.h 428fb832c6 Implemented foreground/background obstacles: 2 years ago
Point.h 238a02eb5e It is now possible to cancel attack-via-swiping by moving finger away 2 years ago
Rect.cpp beb7ce5beb Refactoring of MapView 2 years ago
Rect.h 45e2875342 Completely removed old TerrainRect class 2 years ago
ResourceSet.cpp d6a357fd17 Split some map object files into smaller files. Reduced includes usage. 2 years ago
ResourceSet.h 86f5d6de69 vcmi: modernize headers 2 years ago
RiverHandler.cpp 383387ef29 Integrated defaultMods into mod system 2 years ago
RiverHandler.h 383387ef29 Integrated defaultMods into mod system 2 years ago
RoadHandler.cpp 383387ef29 Integrated defaultMods into mod system 2 years ago
RoadHandler.h 383387ef29 Integrated defaultMods into mod system 2 years ago
ScopeGuard.h 91ef7cbb4f Fix ScopeGuard move behavior 2 years ago
ScriptHandler.cpp 383387ef29 Integrated defaultMods into mod system 2 years ago
ScriptHandler.h 383387ef29 Integrated defaultMods into mod system 2 years ago
StartInfo.cpp acac42291e Remove excessive CMap.h includes 2 years ago
StartInfo.h 86f5d6de69 vcmi: modernize headers 2 years ago
StdInc.cpp 3926920103 Rename radious -> radius 9 years ago
StdInc.h 74a82c4c9d Moved boost:format log proxy to CLoggerBase 9 years ago
StringConstants.h ffd7144df8 Implemented identifiers mapping for town buildings 2 years ago
TerrainHandler.cpp 383387ef29 Integrated defaultMods into mod system 2 years ago
TerrainHandler.h 487f441f47 Implemented boat selection for town shipyards 2 years ago
TextOperations.cpp 9b428e8231 Fonts will now correctly detect encoding of fonts from mods 2 years ago
TextOperations.h 9b428e8231 Fonts will now correctly detect encoding of fonts from mods 2 years ago
UnlockGuard.h 86f5d6de69 vcmi: modernize headers 2 years ago
VCMIDirs.cpp 1da06e04cc fix "development mode" condition when building in single process mode 2 years ago
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 years ago
VCMI_Lib.cpp d6a357fd17 Split some map object files into smaller files. Reduced includes usage. 2 years ago
VCMI_Lib.h a0e9e01b48 Renamed & reorganized all game mechanics settings names 2 years ago
VCMI_lib.cbp a6de9097be vcmi: rename HeroBonus.h to Bonus.h 2 years ago
VCMI_lib.vcxproj a6de9097be vcmi: rename HeroBonus.h to Bonus.h 2 years ago
VCMI_lib.vcxproj.filters a6de9097be vcmi: rename HeroBonus.h to Bonus.h 2 years ago
int3.h 20de44d4a5 Reodered methods in file to group similar code 2 years ago
vcmi_endian.h 86f5d6de69 vcmi: modernize headers 2 years ago