| .. |
|
battle
|
3b6d3dee69
Slayer spell should only affect creatures with KING bonus
|
vor 1 Jahr |
|
bonuses
|
4ed283a357
Merge pull request #3359 from IvanSavenko/crashfixes
|
vor 1 Jahr |
|
campaign
|
885dce0c27
Replace static_cast's of Identifiers with getNum call
|
vor 2 Jahren |
|
constants
|
a4d5c4917b
Limit resources to 1000 000 000 to prevent overflow
|
vor 1 Jahr |
|
events
|
b88a8da4e8
Split off some netpack structures into separate files
|
vor 2 Jahren |
|
filesystem
|
74dedc4cc5
Converted ZipArchive namespace into stateful class
|
vor 1 Jahr |
|
gameState
|
7ffe014d6b
Remove allowed artifacts list from arthandler
|
vor 1 Jahr |
|
logging
|
44d16b32fe
Use API identical to std classes where possible
|
vor 2 Jahren |
|
mapObjectConstructors
|
48a8826aa1
Merge pull request #3308 from vcmi/improve_treasure_placement
|
vor 1 Jahr |
|
mapObjects
|
ec5fcb3e7c
Do not ignore 'canRefuse' flag for select mode 'first' and 'random'
|
vor 1 Jahr |
|
mapping
|
b0f0e9caa8
Merge remote-tracking branch 'origin/beta' into random_prison_distributor
|
vor 1 Jahr |
|
minizip
|
85d1909ac5
remove copy-pasted functions from ioapi.c
|
vor 2 Jahren |
|
modding
|
6a357aaea6
Fix empty names for mods without set name (e.g. core mod)
|
vor 1 Jahr |
|
networkPacks
|
fe5918ebf5
Clients will now switch to turn options when host does so
|
vor 1 Jahr |
|
pathfinder
|
a1a317aef4
Merge pull request #3280 from IvanSavenko/hotfix
|
vor 1 Jahr |
|
registerTypes
|
e9ac8c67c1
Reworked and fixed selection of secondary skills:
|
vor 1 Jahr |
|
rewardable
|
31cef2e7d7
Attempt to fix crash on rewardable configuration
|
vor 1 Jahr |
|
rmg
|
b0f0e9caa8
Merge remote-tracking branch 'origin/beta' into random_prison_distributor
|
vor 1 Jahr |
|
serializer
|
84d9078bd9
Throw exception instead of failing with SIGSEGV
|
vor 1 Jahr |
|
spells
|
65721123a1
Partial fix for Coronius specialty bug
|
vor 1 Jahr |
|
vstd
|
9299eaed36
code review
|
vor 1 Jahr |
|
AI_Base.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
ArtifactUtils.cpp
|
abad4b01ce
Remove explicit convesion to int in operators
|
vor 1 Jahr |
|
ArtifactUtils.h
|
61fc236d79
ArtifactLocation now use ID for artHolder identification part1
|
vor 2 Jahren |
|
BasicTypes.cpp
|
4bad88f141
implement luck and morale cheats from OH3
|
vor 1 Jahr |
|
BattleFieldHandler.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
BattleFieldHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
CAndroidVMHelper.cpp
|
313d479d42
fix using JNI from server in single process build
|
vor 2 Jahren |
|
CAndroidVMHelper.h
|
313d479d42
fix using JNI from server in single process build
|
vor 2 Jahren |
|
CArtHandler.cpp
|
7ffe014d6b
Remove allowed artifacts list from arthandler
|
vor 1 Jahr |
|
CArtHandler.h
|
7ffe014d6b
Remove allowed artifacts list from arthandler
|
vor 1 Jahr |
|
CArtifactInstance.cpp
|
e5c532beb4
gesture for quick backpack window
|
vor 1 Jahr |
|
CArtifactInstance.h
|
5099b52a4f
Quick backpack. Spells on scrolls view
|
vor 1 Jahr |
|
CBonusTypeHandler.cpp
|
3880ea58b9
Merge branch 'josch/dos2unix' into develop
|
vor 2 Jahren |
|
CBonusTypeHandler.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CBuildingHandler.cpp
|
8d5fa41a19
Minor fixes
|
vor 2 Jahren |
|
CBuildingHandler.h
|
8d5fa41a19
Minor fixes
|
vor 2 Jahren |
|
CConfigHandler.cpp
|
3880ea58b9
Merge branch 'josch/dos2unix' into develop
|
vor 2 Jahren |
|
CConfigHandler.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CConsoleHandler.cpp
|
f01ec55d21
Use the "nullptr" literal.
|
vor 2 Jahren |
|
CConsoleHandler.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CCreatureHandler.cpp
|
abad4b01ce
Remove explicit convesion to int in operators
|
vor 1 Jahr |
|
CCreatureHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
CCreatureSet.cpp
|
abad4b01ce
Remove explicit convesion to int in operators
|
vor 1 Jahr |
|
CCreatureSet.h
|
6b81012f31
Use variant identifier in netpacks where applicable
|
vor 2 Jahren |
|
CGameInfoCallback.cpp
|
dd88220b7c
Fixed potentially uninitialized class member
|
vor 1 Jahr |
|
CGameInfoCallback.h
|
dd88220b7c
Fixed potentially uninitialized class member
|
vor 1 Jahr |
|
CGameInterface.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CGameInterface.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CGeneralTextHandler.cpp
|
3880ea58b9
Merge branch 'josch/dos2unix' into develop
|
vor 2 Jahren |
|
CGeneralTextHandler.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CHeroHandler.cpp
|
e9ac8c67c1
Reworked and fixed selection of secondary skills:
|
vor 1 Jahr |
|
CHeroHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
CMakeLists.txt
|
0294a8b063
enable StupidAI and EmptyAI for static AI
|
vor 2 Jahren |
|
CPlayerState.cpp
|
0cf490e2c3
Remove custom move constructor. Fixes serialization of visitation status
|
vor 1 Jahr |
|
CPlayerState.h
|
c872f8418f
Implemented serialization of MapObjectSubID, refactoring of related code
|
vor 1 Jahr |
|
CRandomGenerator.cpp
|
44d16b32fe
Use API identical to std classes where possible
|
vor 2 Jahren |
|
CRandomGenerator.h
|
bdc83bb1b8
Add description why minstd has been chosen
|
vor 2 Jahren |
|
CScriptingModule.cpp
|
4c4498b22a
vcmi: modernize rest of lib
|
vor 2 Jahren |
|
CScriptingModule.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CSkillHandler.cpp
|
34338f4eaa
Remove few more implicit conversions
|
vor 1 Jahr |
|
CSkillHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
CSoundBase.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CStack.cpp
|
b88a8da4e8
Split off some netpack structures into separate files
|
vor 2 Jahren |
|
CStack.h
|
3880ea58b9
Merge branch 'josch/dos2unix' into develop
|
vor 2 Jahren |
|
CStopWatch.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CThreadHelper.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CThreadHelper.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CTownHandler.cpp
|
f9e6d1467f
Do not select random towns as starting faction for player
|
vor 1 Jahr |
|
CTownHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
Color.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
CondSh.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
ConstTransitivePtr.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
FunctionList.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
vor 3 Jahren |
|
GameConstants.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
GameSettings.cpp
|
aadfde27bc
Throw exception instead of crash on accessing non-existing setting
|
vor 1 Jahr |
|
GameSettings.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
IBonusTypeHandler.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
IGameCallback.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
IGameCallback.h
|
bc51d9c772
Merge pull request #3161 from SoundSSGood/art-swap-optimization
|
vor 2 Jahren |
|
IGameEventsReceiver.h
|
b88a8da4e8
Split off some netpack structures into separate files
|
vor 2 Jahren |
|
IHandlerBase.cpp
|
7e27ac7073
IdentifierStorage is now separate handler in VLC
|
vor 2 Jahren |
|
IHandlerBase.h
|
364977ef40
More meaningful exception messages
|
vor 1 Jahr |
|
JsonDetail.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
JsonDetail.h
|
86f5d6de69
vcmi: modernize headers
|
vor 2 Jahren |
|
JsonNode.cpp
|
72980a3909
Fix crash on accessing jsonnode with different type in release builds
|
vor 1 Jahr |
|
JsonNode.h
|
f8a7f6e5a7
Remove remaining boost::mpl usages
|
vor 2 Jahren |
|
JsonRandom.cpp
|
7ffe014d6b
Remove allowed artifacts list from arthandler
|
vor 1 Jahr |
|
JsonRandom.h
|
0ea44520fd
Fix build
|
vor 2 Jahren |
|
Languages.h
|
d91aa8baca
fix russia
|
vor 1 Jahr |
|
LoadProgress.cpp
|
dfaf778d16
Redesign loading solution
|
vor 2 Jahren |
|
LoadProgress.h
|
dfaf778d16
Redesign loading solution
|
vor 2 Jahren |
|
LogicalExpression.cpp
|
4c4498b22a
vcmi: modernize rest of lib
|
vor 2 Jahren |
|
LogicalExpression.h
|
86f5d6de69
vcmi: modernize headers
|
vor 2 Jahren |
|
MetaString.cpp
|
999db2ed78
Avoid boost::format that throws exception on invalid format string
|
vor 1 Jahr |
|
MetaString.h
|
13763cad8e
Remove few more implicit conversions
|
vor 1 Jahr |
|
ObstacleHandler.cpp
|
76956cfe3a
Merge pull request #3188 from IvanSavenko/remove_identifier_implicit_int_conversion2
|
vor 1 Jahr |
|
ObstacleHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
Point.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
Rect.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
Rect.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
ResourceSet.cpp
|
cac37df334
Remove unused constructor
|
vor 2 Jahren |
|
ResourceSet.h
|
cac37df334
Remove unused constructor
|
vor 2 Jahren |
|
RiverHandler.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
RiverHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
RoadHandler.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
RoadHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
ScopeGuard.h
|
91ef7cbb4f
Fix ScopeGuard move behavior
|
vor 2 Jahren |
|
ScriptHandler.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
ScriptHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
StartInfo.cpp
|
f9e6d1467f
Do not select random towns as starting faction for player
|
vor 1 Jahr |
|
StartInfo.h
|
edbe25b33a
Updated layout and localizations
|
vor 1 Jahr |
|
StdInc.cpp
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
StdInc.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
TerrainHandler.cpp
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
TerrainHandler.h
|
0842f5afee
Removed remaining usages of std::vector<bool>
|
vor 1 Jahr |
|
TextOperations.cpp
|
9299eaed36
code review
|
vor 1 Jahr |
|
TextOperations.h
|
9299eaed36
code review
|
vor 1 Jahr |
|
TurnTimerInfo.cpp
|
da9c0feebc
Reworked timer widget to show timers for all players
|
vor 1 Jahr |
|
TurnTimerInfo.h
|
da9c0feebc
Reworked timer widget to show timers for all players
|
vor 1 Jahr |
|
UnlockGuard.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |
|
VCMIDirs.cpp
|
1da06e04cc
fix "development mode" condition when building in single process mode
|
vor 2 Jahren |
|
VCMIDirs.h
|
5f4a998435
editorPath -> mapEditorPath
|
vor 2 Jahren |
|
VCMI_Lib.cpp
|
20ef3a69e7
Fix most of memleaks discovered by valgrind
|
vor 1 Jahr |
|
VCMI_Lib.h
|
ad3c870fb6
Remove serialization of VLC, remove unused code
|
vor 2 Jahren |
|
VCMI_lib.cbp
|
1c68937d95
new approach
|
vor 2 Jahren |
|
VCMI_lib.vcxproj
|
1c68937d95
new approach
|
vor 2 Jahren |
|
VCMI_lib.vcxproj.filters
|
1c68937d95
new approach
|
vor 2 Jahren |
|
int3.h
|
80ea1826d3
Style fix
|
vor 1 Jahr |
|
vcmi_endian.h
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
vor 2 Jahren |