Nordsoft91 c45ab07d0b Merge pull request #2698 from Nordsoft91/turn-timer 2 éve
..
battle 695a51d8c8 Merge remote-tracking branch 'vcmi/beta' into develop 2 éve
bonuses e54287ea5d Converted remaining identifier to new system 2 éve
campaign e54287ea5d Converted remaining identifier to new system 2 éve
constants 3962b71262 Remove unused variable 2 éve
events d83aa828f6 Fix turn ending 2 éve
filesystem 4a6deedd5e Merge pull request #2530 from Nordsoft91/tutorial 2 éve
gameState 1586c6c6a0 Merge pull request #2668 from IvanSavenko/remove_current_player 2 éve
logging 44d16b32fe Use API identical to std classes where possible 2 éve
mapObjectConstructors e54287ea5d Converted remaining identifier to new system 2 éve
mapObjects 3e169ef2f5 Fix visiting of markets 2 éve
mapping ce20d913e0 Fix checking PlayerColor's for validness 2 éve
minizip 85d1909ac5 remove copy-pasted functions from ioapi.c 2 éve
modding 93f14c984d Fix compatibility check with patch version 2 éve
pathfinder e54287ea5d Converted remaining identifier to new system 2 éve
registerTypes f9410145d6 Fix handling of "7 days without town" loss condition 2 éve
rewardable 62cd8b12d4 Converted several namespace enums to enum class 2 éve
rmg e54287ea5d Converted remaining identifier to new system 2 éve
serializer e54287ea5d Converted remaining identifier to new system 2 éve
spells e54287ea5d Converted remaining identifier to new system 2 éve
vstd 979cf129bc Merge pull request #2637 from Laserlicht/autosave 2 éve
AI_Base.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
ArtifactUtils.cpp e54287ea5d Converted remaining identifier to new system 2 éve
ArtifactUtils.h e54287ea5d Converted remaining identifier to new system 2 éve
BasicTypes.cpp 62cd8b12d4 Converted several namespace enums to enum class 2 éve
BattleFieldHandler.cpp e60a4318c3 vcmi: a bunch of forward definitions 2 éve
BattleFieldHandler.h a6de9097be vcmi: rename HeroBonus.h to Bonus.h 2 éve
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 éve
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 éve
CArtHandler.cpp e54287ea5d Converted remaining identifier to new system 2 éve
CArtHandler.h 025b0814c8 + Handled banning spells and artifacts 2 éve
CArtifactInstance.cpp 37f3560b9c Fix build in debug mode 2 éve
CArtifactInstance.h e54287ea5d Converted remaining identifier to new system 2 éve
CBonusTypeHandler.cpp b61c9a9e35 Fix build 2 éve
CBonusTypeHandler.h 05eccbc2bb vcmi: split bonus to enumerator and HeroBonus.h 2 éve
CBuildingHandler.cpp e54287ea5d Converted remaining identifier to new system 2 éve
CBuildingHandler.h 4c4498b22a vcmi: modernize rest of lib 2 éve
CConfigHandler.cpp 4d08a131d3 Reorganization of boost filesystem usage 2 éve
CConfigHandler.h a015bf6507 Initial part of dynamically-sized adventure map: 2 éve
CConsoleHandler.cpp a44c08a847 Slightly better thread names 2 éve
CConsoleHandler.h ea3bdda047 vcmi: reduce boost a little bit 2 éve
CCreatureHandler.cpp e54287ea5d Converted remaining identifier to new system 2 éve
CCreatureHandler.h 8dde8018d0 Implemented support for fixed monster def's from hota 2 éve
CCreatureSet.cpp 17d3d663ee Converted creature ID and spell ID to new form 2 éve
CCreatureSet.h e2718db791 Converted several enumerations into constants 2 éve
CGameInfoCallback.cpp edd029c79c Replace "currentPlayer" from gamestate with "activePlayers" 2 éve
CGameInfoCallback.h edd029c79c Replace "currentPlayer" from gamestate with "activePlayers" 2 éve
CGameInterface.cpp aed8c411fc Minor rework & cleanup of combat replays 2 éve
CGameInterface.h 695a51d8c8 Merge remote-tracking branch 'vcmi/beta' into develop 2 éve
CGeneralTextHandler.cpp f13a53c1d9 Merge remote-tracking branch 'vcmi/beta' into develop 2 éve
CGeneralTextHandler.h 95dd4b3ffb Fix incorrect warnings about missing translations 2 éve
CHeroHandler.cpp e54287ea5d Converted remaining identifier to new system 2 éve
CHeroHandler.h 62cd8b12d4 Converted several namespace enums to enum class 2 éve
CMakeLists.txt 0294a8b063 enable StupidAI and EmptyAI for static AI 2 éve
CPlayerState.cpp 19ace6a849 Moved hero pool logic to the separate files 2 éve
CPlayerState.h e54287ea5d Converted remaining identifier to new system 2 éve
CRandomGenerator.cpp 44d16b32fe Use API identical to std classes where possible 2 éve
CRandomGenerator.h 44d16b32fe Use API identical to std classes where possible 2 éve
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 éve
CScriptingModule.h 4c4498b22a vcmi: modernize rest of lib 2 éve
CSkillHandler.cpp e54287ea5d Converted remaining identifier to new system 2 éve
CSkillHandler.h 03b3771f19 Ban Navigation on maps without water 2 éve
CSoundBase.h 7e3cd7db51 Fix for missing Death Blow sound 2 éve
CStack.cpp 05eccbc2bb vcmi: split bonus to enumerator and HeroBonus.h 2 éve
CStack.h a6de9097be vcmi: rename HeroBonus.h to Bonus.h 2 éve
CStopWatch.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 éve
CThreadHelper.cpp 44d16b32fe Use API identical to std classes where possible 2 éve
CThreadHelper.h 44d16b32fe Use API identical to std classes where possible 2 éve
CTownHandler.cpp e2718db791 Converted several enumerations into constants 2 éve
CTownHandler.h e54287ea5d Converted remaining identifier to new system 2 éve
Color.h 3cf303f1c7 vcmi/client: make ColorRGBA constexpr 2 éve
CondSh.h 0020d76d1d Introduced animation phases for beter ordering of visuals in battles 2 éve
ConstTransitivePtr.h b30d23d278 vcmi: make ConstTransitivePtr always init self. 2 éve
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 éve
GameConstants.h e54287ea5d Converted remaining identifier to new system 2 éve
GameSettings.cpp 7f1b982264 Implemented support for showing amount of guards in banks 2 éve
GameSettings.h 7f1b982264 Implemented support for showing amount of guards in banks 2 éve
IBonusTypeHandler.h 4c4498b22a vcmi: modernize rest of lib 2 éve
IGameCallback.cpp ce20d913e0 Fix checking PlayerColor's for validness 2 éve
IGameCallback.h 62cd8b12d4 Converted several namespace enums to enum class 2 éve
IGameEventsReceiver.h 62cd8b12d4 Converted several namespace enums to enum class 2 éve
IHandlerBase.cpp 62fddca21e Split massive CModHandler class/file into multiple parts: 2 éve
IHandlerBase.h 86f5d6de69 vcmi: modernize headers 2 éve
JsonDetail.cpp 62fddca21e Split massive CModHandler class/file into multiple parts: 2 éve
JsonDetail.h 86f5d6de69 vcmi: modernize headers 2 éve
JsonNode.cpp e54287ea5d Converted remaining identifier to new system 2 éve
JsonNode.h 3a348abf4f Text of configurable/rewardable objects now uses translator 2 éve
JsonRandom.cpp e54287ea5d Converted remaining identifier to new system 2 éve
JsonRandom.h 1b4d117790 deeper decoupling 2 éve
Languages.h bee59b3c1c Update Languages.h 2 éve
LoadProgress.cpp dfaf778d16 Redesign loading solution 2 éve
LoadProgress.h dfaf778d16 Redesign loading solution 2 éve
LogicalExpression.cpp 4c4498b22a vcmi: modernize rest of lib 2 éve
LogicalExpression.h 86f5d6de69 vcmi: modernize headers 2 éve
MetaString.cpp 3913b8e98c Heroes placed on water in map will be automatically given boat 2 éve
MetaString.h 9b5e81929f Fix build 2 éve
NetPackVisitor.h 940bdcee3e Fixes according to review 2 éve
NetPacks.h 98f7ed9dfd Implement player start turn query 2 éve
NetPacksBase.h 8751d9ab8b CArtifactInstance::putAt, CArtifactInstance::removeFrom, CArtifactInstance::move interface unified. Small optimization. 2 éve
NetPacksLib.cpp 1586c6c6a0 Merge pull request #2668 from IvanSavenko/remove_current_player 2 éve
NetPacksLobby.h 1bad0e96ef Merge pull request #2635 from Nordsoft91/loading-bar 2 éve
ObstacleHandler.cpp 62fddca21e Split massive CModHandler class/file into multiple parts: 2 éve
ObstacleHandler.h 428fb832c6 Implemented foreground/background obstacles: 2 éve
Point.h 2286e0c7b1 implement speed and move 2 éve
Rect.cpp beb7ce5beb Refactoring of MapView 2 éve
Rect.h 6988b288ba Rect: fix serialization 2 éve
ResourceSet.cpp e54287ea5d Converted remaining identifier to new system 2 éve
ResourceSet.h ec8d31bbfc First step at unifying game identifiers code 2 éve
RiverHandler.cpp 62fddca21e Split massive CModHandler class/file into multiple parts: 2 éve
RiverHandler.h 3bce245780 Moved hardcoded terrain palette-cycling animations to config 2 éve
RoadHandler.cpp 62fddca21e Split massive CModHandler class/file into multiple parts: 2 éve
RoadHandler.h 383387ef29 Integrated defaultMods into mod system 2 éve
ScopeGuard.h 91ef7cbb4f Fix ScopeGuard move behavior 2 éve
ScriptHandler.cpp 62fddca21e Split massive CModHandler class/file into multiple parts: 2 éve
ScriptHandler.h 383387ef29 Integrated defaultMods into mod system 2 éve
StartInfo.cpp ce20d913e0 Fix checking PlayerColor's for validness 2 éve
StartInfo.h 4784ae94b5 revert uuid 2 éve
StdInc.cpp 3926920103 Rename radious -> radius 9 éve
StdInc.h 74a82c4c9d Moved boost:format log proxy to CLoggerBase 9 éve
TerrainHandler.cpp 62fddca21e Split massive CModHandler class/file into multiple parts: 2 éve
TerrainHandler.h 3bce245780 Moved hardcoded terrain palette-cycling animations to config 2 éve
TextOperations.cpp e317c23a59 fix 2 éve
TextOperations.h 37e2292720 count unicode chars to extra function 2 éve
TurnTimerInfo.cpp 4ee47b01ae Make possible to play with different timers independently 2 éve
TurnTimerInfo.h cc3ca9a41e Timers fixes 2 éve
UnlockGuard.h 86f5d6de69 vcmi: modernize headers 2 éve
VCMIDirs.cpp 1da06e04cc fix "development mode" condition when building in single process mode 2 éve
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 éve
VCMI_Lib.cpp 62fddca21e Split massive CModHandler class/file into multiple parts: 2 éve
VCMI_Lib.h 62fddca21e Split massive CModHandler class/file into multiple parts: 2 éve
VCMI_lib.cbp a6de9097be vcmi: rename HeroBonus.h to Bonus.h 2 éve
VCMI_lib.vcxproj 52f00ec308 extra function: getFormattedDateTime 2 éve
VCMI_lib.vcxproj.filters 52f00ec308 extra function: getFormattedDateTime 2 éve
int3.h 20de44d4a5 Reodered methods in file to group similar code 2 éve
vcmi_endian.h 86f5d6de69 vcmi: modernize headers 2 éve