| .. |
|
battle
|
3b6d3dee69
Slayer spell should only affect creatures with KING bonus
|
hace 1 año |
|
bonuses
|
843e97349a
Identifiers that can be added by mods are now serialized as string
|
hace 1 año |
|
campaign
|
885dce0c27
Replace static_cast's of Identifiers with getNum call
|
hace 2 años |
|
constants
|
a4d5c4917b
Limit resources to 1000 000 000 to prevent overflow
|
hace 1 año |
|
events
|
b88a8da4e8
Split off some netpack structures into separate files
|
hace 2 años |
|
filesystem
|
2cfbcd067b
videos
|
hace 1 año |
|
gameState
|
7ffe014d6b
Remove allowed artifacts list from arthandler
|
hace 1 año |
|
logging
|
44d16b32fe
Use API identical to std classes where possible
|
hace 2 años |
|
mapObjectConstructors
|
b6cc26f853
Fix build
|
hace 1 año |
|
mapObjects
|
d187309eed
Fixed typo - different type was used to select ID and subID
|
hace 1 año |
|
mapping
|
9ff00d75dc
Do not crash if Scholar is not a rewardable object
|
hace 1 año |
|
minizip
|
85d1909ac5
remove copy-pasted functions from ioapi.c
|
hace 2 años |
|
modding
|
c0572b061a
Fix compile on FreeBSD
|
hace 1 año |
|
networkPacks
|
d3d5b67b22
Merge pull request #3207 from IvanSavenko/skill_selection_fix
|
hace 1 año |
|
pathfinder
|
a1a317aef4
Merge pull request #3280 from IvanSavenko/hotfix
|
hace 1 año |
|
registerTypes
|
e9ac8c67c1
Reworked and fixed selection of secondary skills:
|
hace 1 año |
|
rewardable
|
b62e801530
Fix uninitialized variable in Seer Huts
|
hace 1 año |
|
rmg
|
6fe8ed7a03
Merge pull request #3127 from vcmi/fix_random_object_templates
|
hace 1 año |
|
serializer
|
a1f4748bbc
Fix socket shutdown
|
hace 1 año |
|
spells
|
65721123a1
Partial fix for Coronius specialty bug
|
hace 1 año |
|
vstd
|
e93a04409e
Revert "another approach"
|
hace 2 años |
|
AI_Base.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
ArtifactUtils.cpp
|
abad4b01ce
Remove explicit convesion to int in operators
|
hace 1 año |
|
ArtifactUtils.h
|
61fc236d79
ArtifactLocation now use ID for artHolder identification part1
|
hace 2 años |
|
BasicTypes.cpp
|
29a78c14a2
Merge pull request #3113 from Alexander-Wilms/develop
|
hace 2 años |
|
BattleFieldHandler.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
BattleFieldHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
CAndroidVMHelper.cpp
|
313d479d42
fix using JNI from server in single process build
|
hace 2 años |
|
CAndroidVMHelper.h
|
313d479d42
fix using JNI from server in single process build
|
hace 2 años |
|
CArtHandler.cpp
|
7ffe014d6b
Remove allowed artifacts list from arthandler
|
hace 1 año |
|
CArtHandler.h
|
7ffe014d6b
Remove allowed artifacts list from arthandler
|
hace 1 año |
|
CArtifactInstance.cpp
|
ab2f6abb87
ArtifactLocation now use ID for artHolder identification part2
|
hace 2 años |
|
CArtifactInstance.h
|
ab2f6abb87
ArtifactLocation now use ID for artHolder identification part2
|
hace 2 años |
|
CBonusTypeHandler.cpp
|
3880ea58b9
Merge branch 'josch/dos2unix' into develop
|
hace 2 años |
|
CBonusTypeHandler.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CBuildingHandler.cpp
|
8d5fa41a19
Minor fixes
|
hace 2 años |
|
CBuildingHandler.h
|
8d5fa41a19
Minor fixes
|
hace 2 años |
|
CConfigHandler.cpp
|
3880ea58b9
Merge branch 'josch/dos2unix' into develop
|
hace 2 años |
|
CConfigHandler.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CConsoleHandler.cpp
|
f01ec55d21
Use the "nullptr" literal.
|
hace 2 años |
|
CConsoleHandler.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CCreatureHandler.cpp
|
abad4b01ce
Remove explicit convesion to int in operators
|
hace 1 año |
|
CCreatureHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
CCreatureSet.cpp
|
abad4b01ce
Remove explicit convesion to int in operators
|
hace 1 año |
|
CCreatureSet.h
|
6b81012f31
Use variant identifier in netpacks where applicable
|
hace 2 años |
|
CGameInfoCallback.cpp
|
76956cfe3a
Merge pull request #3188 from IvanSavenko/remove_identifier_implicit_int_conversion2
|
hace 1 año |
|
CGameInfoCallback.h
|
76956cfe3a
Merge pull request #3188 from IvanSavenko/remove_identifier_implicit_int_conversion2
|
hace 1 año |
|
CGameInterface.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CGameInterface.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CGeneralTextHandler.cpp
|
3880ea58b9
Merge branch 'josch/dos2unix' into develop
|
hace 2 años |
|
CGeneralTextHandler.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CHeroHandler.cpp
|
e9ac8c67c1
Reworked and fixed selection of secondary skills:
|
hace 1 año |
|
CHeroHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
CMakeLists.txt
|
0294a8b063
enable StupidAI and EmptyAI for static AI
|
hace 2 años |
|
CPlayerState.cpp
|
0cf490e2c3
Remove custom move constructor. Fixes serialization of visitation status
|
hace 1 año |
|
CPlayerState.h
|
c872f8418f
Implemented serialization of MapObjectSubID, refactoring of related code
|
hace 1 año |
|
CRandomGenerator.cpp
|
44d16b32fe
Use API identical to std classes where possible
|
hace 2 años |
|
CRandomGenerator.h
|
bdc83bb1b8
Add description why minstd has been chosen
|
hace 2 años |
|
CScriptingModule.cpp
|
4c4498b22a
vcmi: modernize rest of lib
|
hace 2 años |
|
CScriptingModule.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CSkillHandler.cpp
|
34338f4eaa
Remove few more implicit conversions
|
hace 1 año |
|
CSkillHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
CSoundBase.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CStack.cpp
|
b88a8da4e8
Split off some netpack structures into separate files
|
hace 2 años |
|
CStack.h
|
3880ea58b9
Merge branch 'josch/dos2unix' into develop
|
hace 2 años |
|
CStopWatch.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CThreadHelper.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CThreadHelper.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CTownHandler.cpp
|
f9e6d1467f
Do not select random towns as starting faction for player
|
hace 1 año |
|
CTownHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
Color.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
CondSh.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
ConstTransitivePtr.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
FunctionList.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
hace 3 años |
|
GameConstants.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
GameSettings.cpp
|
aadfde27bc
Throw exception instead of crash on accessing non-existing setting
|
hace 1 año |
|
GameSettings.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
IBonusTypeHandler.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
IGameCallback.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
IGameCallback.h
|
bc51d9c772
Merge pull request #3161 from SoundSSGood/art-swap-optimization
|
hace 2 años |
|
IGameEventsReceiver.h
|
b88a8da4e8
Split off some netpack structures into separate files
|
hace 2 años |
|
IHandlerBase.cpp
|
7e27ac7073
IdentifierStorage is now separate handler in VLC
|
hace 2 años |
|
IHandlerBase.h
|
364977ef40
More meaningful exception messages
|
hace 1 año |
|
JsonDetail.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
JsonDetail.h
|
86f5d6de69
vcmi: modernize headers
|
hace 2 años |
|
JsonNode.cpp
|
faea00a7e1
Use arraytxt for object bonus description
|
hace 1 año |
|
JsonNode.h
|
f8a7f6e5a7
Remove remaining boost::mpl usages
|
hace 2 años |
|
JsonRandom.cpp
|
7ffe014d6b
Remove allowed artifacts list from arthandler
|
hace 1 año |
|
JsonRandom.h
|
0ea44520fd
Fix build
|
hace 2 años |
|
Languages.h
|
7d54f6a9c0
Implemented basic support for plural forms in translations
|
hace 2 años |
|
LoadProgress.cpp
|
dfaf778d16
Redesign loading solution
|
hace 2 años |
|
LoadProgress.h
|
dfaf778d16
Redesign loading solution
|
hace 2 años |
|
LogicalExpression.cpp
|
4c4498b22a
vcmi: modernize rest of lib
|
hace 2 años |
|
LogicalExpression.h
|
86f5d6de69
vcmi: modernize headers
|
hace 2 años |
|
MetaString.cpp
|
999db2ed78
Avoid boost::format that throws exception on invalid format string
|
hace 1 año |
|
MetaString.h
|
13763cad8e
Remove few more implicit conversions
|
hace 1 año |
|
ObstacleHandler.cpp
|
76956cfe3a
Merge pull request #3188 from IvanSavenko/remove_identifier_implicit_int_conversion2
|
hace 1 año |
|
ObstacleHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
Point.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
Rect.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
Rect.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
ResourceSet.cpp
|
cac37df334
Remove unused constructor
|
hace 2 años |
|
ResourceSet.h
|
cac37df334
Remove unused constructor
|
hace 2 años |
|
RiverHandler.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
RiverHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
RoadHandler.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
RoadHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
ScopeGuard.h
|
91ef7cbb4f
Fix ScopeGuard move behavior
|
hace 2 años |
|
ScriptHandler.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
ScriptHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
StartInfo.cpp
|
f9e6d1467f
Do not select random towns as starting faction for player
|
hace 1 año |
|
StartInfo.h
|
edbe25b33a
Updated layout and localizations
|
hace 1 año |
|
StdInc.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
StdInc.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
TerrainHandler.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
TerrainHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
hace 1 año |
|
TextOperations.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
TextOperations.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
TurnTimerInfo.cpp
|
edbe25b33a
Updated layout and localizations
|
hace 1 año |
|
TurnTimerInfo.h
|
edbe25b33a
Updated layout and localizations
|
hace 1 año |
|
UnlockGuard.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |
|
VCMIDirs.cpp
|
1da06e04cc
fix "development mode" condition when building in single process mode
|
hace 2 años |
|
VCMIDirs.h
|
5f4a998435
editorPath -> mapEditorPath
|
hace 2 años |
|
VCMI_Lib.cpp
|
20ef3a69e7
Fix most of memleaks discovered by valgrind
|
hace 2 años |
|
VCMI_Lib.h
|
ad3c870fb6
Remove serialization of VLC, remove unused code
|
hace 2 años |
|
VCMI_lib.cbp
|
1c68937d95
new approach
|
hace 2 años |
|
VCMI_lib.vcxproj
|
1c68937d95
new approach
|
hace 2 años |
|
VCMI_lib.vcxproj.filters
|
1c68937d95
new approach
|
hace 2 años |
|
int3.h
|
3880ea58b9
Merge branch 'josch/dos2unix' into develop
|
hace 2 años |
|
vcmi_endian.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
hace 2 años |