1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib
2024-07-16 13:13:39 +00:00
..
battle Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
bonuses Fixed new issues detected by SonarCloud 2024-07-15 07:46:40 +00:00
campaign set values for map editor and rmg 2024-06-29 14:01:25 +02:00
constants MoveArtifact struct not used now 2024-07-09 14:27:04 +03:00
events Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
filesystem Merge remote-tracking branch 'vcmi/master' into develop 2024-07-11 17:43:44 +00:00
gameState Remove unused code 2024-07-16 13:13:39 +00:00
json Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
logging Remove mutex from access to constant value 2024-07-03 21:16:25 +00:00
mapObjectConstructors Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
mapObjects Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
mapping Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
minizip Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
modding Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
network Code review 2024-07-12 14:54:28 +03:00
networkPacks Moved generation of new rumors to server 2024-07-16 13:13:39 +00:00
pathfinder Merge remote-tracking branch 'vcmi/master' into develop 2024-07-11 17:43:44 +00:00
registerTypes Remove unused code 2024-07-16 13:13:39 +00:00
rewardable Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
rmg Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
serializer GameState now uses random generator from server. Blocked access to rmg 2024-07-16 13:13:38 +00:00
spells Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
vstd
AI_Base.h
ArtifactUtils.cpp ArtifactsUIController class 2024-07-09 14:27:05 +03:00
ArtifactUtils.h ArtifactsUIController class 2024-07-09 14:27:05 +03:00
BasicTypes.cpp
BattleFieldHandler.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
BattleFieldHandler.h lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
CAndroidVMHelper.cpp
CAndroidVMHelper.h
CArtHandler.cpp MoveArtifact struct not used now 2024-07-09 14:27:04 +03:00
CArtHandler.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CArtifactInstance.cpp
CArtifactInstance.h
CBonusTypeHandler.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
CBonusTypeHandler.h
CBuildingHandler.cpp
CBuildingHandler.h
CConfigHandler.cpp
CConfigHandler.h
CConsoleHandler.cpp Fixed new issues detected by SonarCloud 2024-07-15 07:46:40 +00:00
CConsoleHandler.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CCreatureHandler.cpp Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CCreatureHandler.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CCreatureSet.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CCreatureSet.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CGameInfoCallback.cpp Moved generation of new rumors to server 2024-07-16 13:13:39 +00:00
CGameInfoCallback.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CGameInterface.cpp Removed broken & unused serialization of player interface and AI 2024-05-17 16:35:53 +00:00
CGameInterface.h Removed broken & unused serialization of player interface and AI 2024-05-17 16:35:53 +00:00
CGeneralTextHandler.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CGeneralTextHandler.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CHeroHandler.cpp Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CHeroHandler.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CMakeLists.txt Moved generation of new rumors to server 2024-07-16 13:13:39 +00:00
Color.h
ConstTransitivePtr.h
CPlayerState.cpp
CPlayerState.h Fixes for various minor issues detected by Sonar Cloud 2024-06-01 11:48:30 +00:00
CRandomGenerator.cpp Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CRandomGenerator.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
CScriptingModule.cpp
CScriptingModule.h
CSkillHandler.cpp Fixes for various minor issues detected by Sonar Cloud 2024-06-01 11:48:30 +00:00
CSkillHandler.h lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
CSoundBase.h Fix issues introduced by fixing typos 2024-06-27 08:38:04 +00:00
CStack.cpp Remove usage of std::function from CRandomGenerator 2024-07-16 13:13:07 +00:00
CStack.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CStopWatch.h
CThreadHelper.cpp Added changing thread name for FreeBSD 2024-05-12 15:10:29 +00:00
CThreadHelper.h
CTownHandler.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CTownHandler.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
ExceptionsCommon.h Show error message on load if mod has broken creature instead of 2024-06-01 11:49:51 +00:00
ExtraOptionsInfo.cpp
ExtraOptionsInfo.h
FunctionList.h
GameCallbackHolder.h
GameConstants.h
GameSettings.cpp
GameSettings.h
IBonusTypeHandler.h
IGameCallback.cpp Remove unused code 2024-07-16 13:13:39 +00:00
IGameCallback.h GameState now uses random generator from server. Blocked access to rmg 2024-07-16 13:13:38 +00:00
IGameEventsReceiver.h fixed regressions 2024-07-09 14:27:05 +03:00
IHandlerBase.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
IHandlerBase.h lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
int3.h
Languages.h Merge branch 'vcmi/beta' into 'vcmi/develop' 2024-06-11 19:22:23 +00:00
LoadProgress.cpp
LoadProgress.h
LogicalExpression.cpp
LogicalExpression.h
MetaString.cpp artifact parts calc 2024-05-24 21:22:08 +02:00
MetaString.h fixed regressions 2024-07-09 14:27:05 +03:00
ObstacleHandler.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
ObstacleHandler.h lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
Point.h
Rect.cpp
Rect.h
ResourceSet.cpp
ResourceSet.h
RiverHandler.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
RiverHandler.h lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
RoadHandler.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
RoadHandler.h lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
ScopeGuard.h
ScriptHandler.cpp
ScriptHandler.h
StartInfo.cpp Implemented join room dialog 2024-04-23 17:15:59 +03:00
StartInfo.h Remove no longer used random seeds from StartInfo 2024-07-16 13:13:39 +00:00
StdInc.cpp
StdInc.h
TerrainHandler.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
TerrainHandler.h lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
TextOperations.cpp
TextOperations.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
TurnTimerInfo.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
TurnTimerInfo.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
UnlockGuard.h
vcmi_endian.h
VCMI_Lib.cpp Removed non-functional updateEntity in VLC 2024-05-16 22:05:26 +00:00
VCMI_Lib.h Removed non-functional updateEntity in VLC 2024-05-16 22:05:26 +00:00
VCMIDirs.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
VCMIDirs.h