| .. |
|
abilities
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
battle
|
1fece0ce18
Merge pull request #1229 from IvanSavenko/battle_improvements
|
2 lat temu |
|
events
|
facf77b3ae
vstd::unique -> std::unique
|
2 lat temu |
|
filesystem
|
b275d9de72
merge beta branch into develop
|
2 lat temu |
|
logging
|
8f42c86962
Formatting: space -> tabs
|
2 lat temu |
|
mapObjects
|
8248feebf7
Implement numeric creature descriptions with config toggle on/off
|
2 lat temu |
|
mapping
|
bde988ca43
Merge pull request #1329 from IvanSavenko/translate_game
|
2 lat temu |
|
minizip
|
db2a40600d
Fixed some of the warnings detected by CI run
|
2 lat temu |
|
registerTypes
|
d0895e30ef
callback functions and cleaning up unused code
|
3 lat temu |
|
rmg
|
7a35bcc812
Merge pull request #1221 from IvanSavenko/warnings_fix
|
2 lat temu |
|
serializer
|
5d80457eda
Merge with vcmi/develop branch
|
2 lat temu |
|
spells
|
1fece0ce18
Merge pull request #1229 from IvanSavenko/battle_improvements
|
2 lat temu |
|
vstd
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
AI_Base.h
|
f1e5797834
Code style: move or add licensing information on top of every file
|
8 lat temu |
|
BattleFieldHandler.cpp
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
BattleFieldHandler.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CAndroidVMHelper.cpp
|
dcbcff41dc
apply review comments for CAndroidVMHelper
|
7 lat temu |
|
CAndroidVMHelper.h
|
80f149e296
Better android input handling: sending notifications about CInputText changes to java so that we can display textinput overlay there; (#354)
|
8 lat temu |
|
CArtHandler.cpp
|
526a6e4fe7
Fix incorrect assertions
|
2 lat temu |
|
CArtHandler.h
|
45a3064e5d
suggested changes
|
2 lat temu |
|
CBonusTypeHandler.cpp
|
7fdad4e0f6
Code refactor following C++ standard and condition fixes
|
3 lat temu |
|
CBonusTypeHandler.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CBuildingHandler.cpp
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CBuildingHandler.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CConfigHandler.cpp
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CConfigHandler.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CConsoleHandler.cpp
|
09ac2421b9
Fix Windows single-app build
|
2 lat temu |
|
CConsoleHandler.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CCreatureHandler.cpp
|
8248feebf7
Implement numeric creature descriptions with config toggle on/off
|
2 lat temu |
|
CCreatureHandler.h
|
8248feebf7
Implement numeric creature descriptions with config toggle on/off
|
2 lat temu |
|
CCreatureSet.cpp
|
8248feebf7
Implement numeric creature descriptions with config toggle on/off
|
2 lat temu |
|
CCreatureSet.h
|
8248feebf7
Implement numeric creature descriptions with config toggle on/off
|
2 lat temu |
|
CGameInfoCallback.cpp
|
486c9612b8
Fix regression from warnings_fix branch
|
2 lat temu |
|
CGameInfoCallback.h
|
405b2976d5
Renamed getUpgradeInfo -> fillUpgradeInfo
|
2 lat temu |
|
CGameInterface.cpp
|
5d80457eda
Merge with vcmi/develop branch
|
2 lat temu |
|
CGameInterface.h
|
5d80457eda
Merge with vcmi/develop branch
|
2 lat temu |
|
CGameState.cpp
|
8248feebf7
Implement numeric creature descriptions with config toggle on/off
|
2 lat temu |
|
CGameState.h
|
405b2976d5
Renamed getUpgradeInfo -> fillUpgradeInfo
|
2 lat temu |
|
CGameStateFwd.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CGeneralTextHandler.cpp
|
3fd9a14651
Fix #1401 - Restored accessing creature names via GeneralTextHandler
|
2 lat temu |
|
CGeneralTextHandler.h
|
d237bee927
Removed unused code
|
2 lat temu |
|
CHeroHandler.cpp
|
2cbe6bcb47
Added common method to get names of hardcoded mod scopes
|
2 lat temu |
|
CHeroHandler.h
|
20c102e648
Remove T prefix from new typedefs
|
3 lat temu |
|
CMakeLists.txt
|
fa23965d0b
Renamed for consistency BUILD_SINGLE_APP -> ENABLE_SINGLE_APP_BUILD
|
2 lat temu |
|
CModHandler.cpp
|
a83c7eb00f
Add configurable damage and defense parameters
|
2 lat temu |
|
CModHandler.h
|
a83c7eb00f
Add configurable damage and defense parameters
|
2 lat temu |
|
CPathfinder.cpp
|
eb20a4b208
Merge remote-tracking branch 'vcmi/develop' into warnings_fix
|
2 lat temu |
|
CPathfinder.h
|
49cbd5adc9
CGHeroInstance::convertPosition is no longer static method
|
2 lat temu |
|
CPlayerState.cpp
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CPlayerState.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CRandomGenerator.cpp
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CRandomGenerator.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CScriptingModule.cpp
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CScriptingModule.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CSkillHandler.cpp
|
26985600b2
Fixed several more cases of incorrect scope for identifiers resolving
|
2 lat temu |
|
CSkillHandler.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CSoundBase.h
|
7e3cd7db51
Fix for missing Death Blow sound
|
2 lat temu |
|
CStack.cpp
|
5d80457eda
Merge with vcmi/develop branch
|
2 lat temu |
|
CStack.h
|
20c102e648
Remove T prefix from new typedefs
|
3 lat temu |
|
CStopWatch.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CThreadHelper.cpp
|
9f46bf5bff
Apply suggestions from code review
|
3 lat temu |
|
CThreadHelper.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
CTownHandler.cpp
|
2cbe6bcb47
Added common method to get names of hardcoded mod scopes
|
2 lat temu |
|
CTownHandler.h
|
861a6849f9
Added possibility to define per-town tower icon for battle queue in siege
|
2 lat temu |
|
CondSh.h
|
0020d76d1d
Introduced animation phases for beter ordering of visuals in battles
|
2 lat temu |
|
ConstTransitivePtr.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
FunctionList.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
GameConstants.cpp
|
325c29da0d
Merge remote-tracking branch 'vcmi/develop' into battle_improvements
|
2 lat temu |
|
GameConstants.h
|
9248e06ae0
Demon summon is now a spell. DEMON_SUMMONING bonus has been removed
|
2 lat temu |
|
HeroBonus.cpp
|
94597e7af6
Remove deprecated usage of sprintf
|
2 lat temu |
|
HeroBonus.h
|
0c78e47dce
Fixed serialization due to changed lsit of bonuses
|
2 lat temu |
|
IBonusTypeHandler.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
IGameCallback.cpp
|
2c09bfb22a
Fix code formatting
|
2 lat temu |
|
IGameCallback.h
|
2c09bfb22a
Fix code formatting
|
2 lat temu |
|
IGameEventsReceiver.h
|
e9e549148d
Implemented teleportation animation effect
|
2 lat temu |
|
IHandlerBase.cpp
|
2cbe6bcb47
Added common method to get names of hardcoded mod scopes
|
2 lat temu |
|
IHandlerBase.h
|
2cbe6bcb47
Added common method to get names of hardcoded mod scopes
|
2 lat temu |
|
Interprocess.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
JsonDetail.cpp
|
2cbe6bcb47
Added common method to get names of hardcoded mod scopes
|
2 lat temu |
|
JsonDetail.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
JsonNode.cpp
|
01811317f9
Remove assert which may not always be true
|
2 lat temu |
|
JsonNode.h
|
5cd405bce8
Fixed meta field handling in JsonUtils::inherit function, removed
|
2 lat temu |
|
LoadProgress.cpp
|
e4ac0d4370
Editor prerequisites [part 2] (#889)
|
3 lat temu |
|
LoadProgress.h
|
e4ac0d4370
Editor prerequisites [part 2] (#889)
|
3 lat temu |
|
LogicalExpression.cpp
|
bdb8e0ee5c
Introduced string identifiers for H3 texts, still WIP
|
2 lat temu |
|
LogicalExpression.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
NetPacks.h
|
1fece0ce18
Merge pull request #1229 from IvanSavenko/battle_improvements
|
2 lat temu |
|
NetPacksBase.h
|
52fc5b3c39
Exploded mines now send ACTIVATE flag to client to play effect
|
2 lat temu |
|
NetPacksLib.cpp
|
5d80457eda
Merge with vcmi/develop branch
|
2 lat temu |
|
NetPacksLobby.h
|
512cf014aa
Freeze current state
|
3 lat temu |
|
ObstacleHandler.cpp
|
aab394ff93
#1071 - In latest night builds there are problems with schema obstacle.json and file obstacles.json
|
3 lat temu |
|
ObstacleHandler.h
|
b8b1e07621
Fix serialization
|
2 lat temu |
|
PathfinderUtil.h
|
f386f42166
Merge remote-tracking branch 'origin/develop' into terrain-rewrite
|
3 lat temu |
|
ResourceSet.cpp
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
ResourceSet.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
ScopeGuard.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
ScriptHandler.cpp
|
a2ce9220ed
Fix tests + scripting compilation on gcc
|
2 lat temu |
|
ScriptHandler.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
StartInfo.cpp
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
StartInfo.h
|
9f46bf5bff
Apply suggestions from code review
|
3 lat temu |
|
StdInc.cpp
|
3926920103
Rename radious -> radius
|
9 lat temu |
|
StdInc.h
|
74a82c4c9d
Moved boost:format log proxy to CLoggerBase
|
9 lat temu |
|
StringConstants.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
Terrain.cpp
|
306348c301
Tweak condition to remove hardcoded terrain ID
|
2 lat temu |
|
Terrain.h
|
7e321b2405
Fix missing formatting
|
2 lat temu |
|
UnlockGuard.h
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 lat temu |
|
VCMIDirs.cpp
|
3219e322ae
Fixed all non-silenced gcc/clang warnings
|
2 lat temu |
|
VCMIDirs.h
|
9b3cab1181
IVCMIDirs::userExtractedPath() created
|
2 lat temu |
|
VCMI_Lib.cpp
|
eecaa20693
Resource extractor "enablers" are now command line options
|
2 lat temu |
|
VCMI_Lib.h
|
eecaa20693
Resource extractor "enablers" are now command line options
|
2 lat temu |
|
VCMI_lib.cbp
|
ec6f7b88fe
!?OB WIP
|
4 lat temu |
|
VCMI_lib.vcxproj
|
54550b50de
Update VS files to 2019, partially fix test project
|
6 lat temu |
|
VCMI_lib.vcxproj.filters
|
1471043cae
Update visual studio project files
|
7 lat temu |
|
int3.h
|
78ed2f154b
Revert uninteded change
|
2 lat temu |
|
vcmi_endian.h
|
48c01157e6
fix typo
|
2 lat temu |