Tomasz Zieliński 7e07ed65c8 - Check road connection for Shipyards 2 years ago
..
battle 85262cf4f5 Moved CGameState files into a separate directory 2 years ago
bonuses e60a4318c3 vcmi: a bunch of forward definitions 2 years ago
campaign cdc27d1fcf Play correct music file in campaign menu 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
gameState 8efa7911b7 Implemented "Allied Adventure Map AI" option 2 years ago
logging ea3bdda047 vcmi: reduce boost a little bit 2 years ago
mapObjectConstructors f7b27da00e Implemented support for "coast visitable" objects: 2 years ago
mapObjects cc91be3518 Added workaround for loading spellbook existance status 2 years ago
mapping 4a5c1556a1 Always use std::vector<uint8_t> to store binary map 2 years ago
minizip 85d1909ac5 remove copy-pasted functions from ioapi.c 2 years ago
pathfinder 85262cf4f5 Moved CGameState files into a separate directory 2 years ago
registerTypes 8420a90aa4 Reorganization of campaigns code 2 years ago
rewardable 85262cf4f5 Moved CGameState files into a separate directory 2 years ago
rmg 7e07ed65c8 - Check road connection for Shipyards 2 years ago
serializer 06449ce7b0 Another compile fix 2 years ago
spells 08cfbe79cf Added encapsulation for movement points access 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 b135045dcd cosmetic fixes 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 b135045dcd cosmetic fixes 2 years ago
CArtHandler.h 8751d9ab8b CArtifactInstance::putAt, CArtifactInstance::removeFrom, CArtifactInstance::move interface unified. Small optimization. 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 85262cf4f5 Moved CGameState files into a separate directory 2 years ago
CCreatureHandler.h 8dde8018d0 Implemented support for fixed monster def's from hota 2 years ago
CCreatureSet.cpp 9cd246ab8b Merge pull request #2259 from IvanSavenko/campaign_refactoring 2 years ago
CCreatureSet.h 1366825f08 final fixup 2 years ago
CGameInfoCallback.cpp 3d66455cd1 Fix build 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 85262cf4f5 Moved CGameState files into a separate directory 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 3d66455cd1 Fix build 2 years ago
CPlayerState.h 3d66455cd1 Fix build 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 506a0cdda0 - Better name as suggested in PR 2 years ago
GameConstants.h 506a0cdda0 - Better name as suggested in PR 2 years ago
GameSettings.cpp c77d353086 Fix build 2 years ago
GameSettings.h c77d353086 Fix build 2 years ago
IBonusTypeHandler.h 4c4498b22a vcmi: modernize rest of lib 2 years ago
IGameCallback.cpp 8420a90aa4 Reorganization of campaigns code 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 fa3568dca1 Small fix in characters encodings in Languages.h 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 9cd246ab8b Merge pull request #2259 from IvanSavenko/campaign_refactoring 2 years ago
NetPacksBase.h 8751d9ab8b CArtifactInstance::putAt, CArtifactInstance::removeFrom, CArtifactInstance::move interface unified. Small optimization. 2 years ago
NetPacksLib.cpp 9cd246ab8b Merge pull request #2259 from IvanSavenko/campaign_refactoring 2 years ago
NetPacksLobby.h d1e5a347ff Refactoring of campaign handler: rename types and use strong typing 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 a505cc464e Fixed slider's behavior, especially for mobile systems 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 8efa7911b7 Implemented "Allied Adventure Map AI" option 2 years ago
StartInfo.h 8efa7911b7 Implemented "Allied Adventure Map AI" option 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