Ivan Savenko 10e50548e7 Converted Component class to use VariantIdentifier instead of int 2 роки тому
..
battle b88a8da4e8 Split off some netpack structures into separate files 2 роки тому
bonuses 1459006916 Added separate bonus for native terrain check 2 роки тому
campaign 03e1169781 Reduced number of accesses to CGObjectInstance::subID 2 роки тому
constants 10e50548e7 Converted Component class to use VariantIdentifier instead of int 2 роки тому
events b88a8da4e8 Split off some netpack structures into separate files 2 роки тому
filesystem f8541d0ae4 Merge branch 'vcmi/master' into 'vcmi/develop' 2 роки тому
gameState b42f073f0c Stabilization 2 роки тому
logging 44d16b32fe Use API identical to std classes where possible 2 роки тому
mapObjectConstructors be5505690d Apply suggestions from code review 2 роки тому
mapObjects 10e50548e7 Converted Component class to use VariantIdentifier instead of int 2 роки тому
mapping b42f073f0c Stabilization 2 роки тому
minizip 85d1909ac5 remove copy-pasted functions from ioapi.c 2 роки тому
modding 3016014543 Merge pull request #3110 from IvanSavenko/mod_compat_fix 2 роки тому
networkPacks 10e50548e7 Converted Component class to use VariantIdentifier instead of int 2 роки тому
pathfinder 8346d71c98 Remove more subID access 2 роки тому
registerTypes 5cbf5031ea move SetStackEffect to a separate file 2 роки тому
rewardable 10e50548e7 Converted Component class to use VariantIdentifier instead of int 2 роки тому
rmg 8346d71c98 Remove more subID access 2 роки тому
serializer f01ec55d21 Use the "nullptr" literal. 2 роки тому
spells 10e50548e7 Converted Component class to use VariantIdentifier instead of int 2 роки тому
vstd e93a04409e Revert "another approach" 2 роки тому
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
ArtifactUtils.cpp 61fc236d79 ArtifactLocation now use ID for artHolder identification part1 2 роки тому
ArtifactUtils.h 61fc236d79 ArtifactLocation now use ID for artHolder identification part1 2 роки тому
BasicTypes.cpp 29a78c14a2 Merge pull request #3113 from Alexander-Wilms/develop 2 роки тому
BattleFieldHandler.cpp ac925bb786 Renamed new types for consistency with code style 2 роки тому
BattleFieldHandler.h 823ffa7a07 Always use ResourcePath for referencing images and animations 2 роки тому
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 роки тому
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 роки тому
CArtHandler.cpp 7e6ab5e87b fix test & fix build & suggested changes 2 роки тому
CArtHandler.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
CArtifactInstance.cpp ab2f6abb87 ArtifactLocation now use ID for artHolder identification part2 2 роки тому
CArtifactInstance.h ab2f6abb87 ArtifactLocation now use ID for artHolder identification part2 2 роки тому
CBonusTypeHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
CBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CBuildingHandler.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CBuildingHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CConfigHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
CConfigHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CConsoleHandler.cpp f01ec55d21 Use the "nullptr" literal. 2 роки тому
CConsoleHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CCreatureHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
CCreatureHandler.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
CCreatureSet.cpp 10e50548e7 Converted Component class to use VariantIdentifier instead of int 2 роки тому
CCreatureSet.h 10e50548e7 Converted Component class to use VariantIdentifier instead of int 2 роки тому
CGameInfoCallback.cpp 7e6ab5e87b fix test & fix build & suggested changes 2 роки тому
CGameInfoCallback.h 3c5527a222 ArtifactLocation now use ID for artHolder identification part3 2 роки тому
CGameInterface.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CGameInterface.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CGeneralTextHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
CGeneralTextHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CHeroHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
CHeroHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CMakeLists.txt 0294a8b063 enable StupidAI and EmptyAI for static AI 2 роки тому
CPlayerState.cpp f3e1943aaf Merge branch 'develop' into highscore_menu 2 роки тому
CPlayerState.h f3e1943aaf Merge branch 'develop' into highscore_menu 2 роки тому
CRandomGenerator.cpp 44d16b32fe Use API identical to std classes where possible 2 роки тому
CRandomGenerator.h 44d16b32fe Use API identical to std classes where possible 2 роки тому
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 роки тому
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CSkillHandler.cpp ac925bb786 Renamed new types for consistency with code style 2 роки тому
CSkillHandler.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
CSoundBase.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CStack.cpp b88a8da4e8 Split off some netpack structures into separate files 2 роки тому
CStack.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
CStopWatch.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CThreadHelper.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CThreadHelper.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CTownHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
CTownHandler.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
Color.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
CondSh.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
ConstTransitivePtr.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 роки тому
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
GameSettings.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
GameSettings.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
IGameCallback.cpp b88a8da4e8 Split off some netpack structures into separate files 2 роки тому
IGameCallback.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
IGameEventsReceiver.h b88a8da4e8 Split off some netpack structures into separate files 2 роки тому
IHandlerBase.cpp 7e27ac7073 IdentifierStorage is now separate handler in VLC 2 роки тому
IHandlerBase.h 86f5d6de69 vcmi: modernize headers 2 роки тому
JsonDetail.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
JsonDetail.h 86f5d6de69 vcmi: modernize headers 2 роки тому
JsonNode.cpp 207968ced3 Merge pull request #3116 from IvanSavenko/bonus_fixes 2 роки тому
JsonNode.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
JsonRandom.cpp ce480c8c84 Fixed Scholar handling 2 роки тому
JsonRandom.h 0ea44520fd Fix build 2 роки тому
Languages.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
LoadProgress.cpp dfaf778d16 Redesign loading solution 2 роки тому
LoadProgress.h dfaf778d16 Redesign loading solution 2 роки тому
LogicalExpression.cpp 4c4498b22a vcmi: modernize rest of lib 2 роки тому
LogicalExpression.h 86f5d6de69 vcmi: modernize headers 2 роки тому
MetaString.cpp ab373f08ab Use meta string for messages 2 роки тому
MetaString.h 06f01c3b82 Seerhut works as rewardable object 2 роки тому
ObstacleHandler.cpp 823ffa7a07 Always use ResourcePath for referencing images and animations 2 роки тому
ObstacleHandler.h 8dfdfffd87 Use ResourcePath for audio files 2 роки тому
Point.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
Rect.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
ResourceSet.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
ResourceSet.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
RiverHandler.cpp 823ffa7a07 Always use ResourcePath for referencing images and animations 2 роки тому
RiverHandler.h 823ffa7a07 Always use ResourcePath for referencing images and animations 2 роки тому
RoadHandler.cpp 823ffa7a07 Always use ResourcePath for referencing images and animations 2 роки тому
RoadHandler.h 823ffa7a07 Always use ResourcePath for referencing images and animations 2 роки тому
ScopeGuard.h 91ef7cbb4f Fix ScopeGuard move behavior 2 роки тому
ScriptHandler.cpp 823ffa7a07 Always use ResourcePath for referencing images and animations 2 роки тому
ScriptHandler.h 383387ef29 Integrated defaultMods into mod system 2 роки тому
StartInfo.cpp 037efdf5fc Improvements to type safety of Identifier class 2 роки тому
StartInfo.h f01ec55d21 Use the "nullptr" literal. 2 роки тому
StdInc.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
StdInc.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
TerrainHandler.cpp 98fd939ed6 Cartographer/Observatory is now configurable object 2 роки тому
TerrainHandler.h 98fd939ed6 Cartographer/Observatory is now configurable object 2 роки тому
TextOperations.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
TextOperations.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
TurnTimerInfo.cpp 4ee47b01ae Make possible to play with different timers independently 2 роки тому
TurnTimerInfo.h cc3ca9a41e Timers fixes 2 роки тому
UnlockGuard.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
VCMIDirs.cpp 1da06e04cc fix "development mode" condition when building in single process mode 2 роки тому
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 роки тому
VCMI_Lib.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
VCMI_Lib.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому
VCMI_lib.cbp 1c68937d95 new approach 2 роки тому
VCMI_lib.vcxproj 1c68937d95 new approach 2 роки тому
VCMI_lib.vcxproj.filters 1c68937d95 new approach 2 роки тому
int3.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 роки тому
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 роки тому