.. |
adventureMap
|
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
2024-07-16 13:13:07 +00:00 |
battle
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
eventsSDL
|
Merge remote-tracking branch 'vcmi/master' into develop
|
2024-07-11 17:43:44 +00:00 |
globalLobby
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
gui
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
icons
|
client/icons/generate_icns.py: Replace print statement by built-in function.
|
2023-10-27 23:34:11 +00:00 |
ios
|
Fix: licenses, pragma guards, StdInc
|
2024-03-29 07:48:52 +02:00 |
lobby
|
Merge pull request #4210 from Laserlicht/graphics_improvements
|
2024-07-16 12:17:39 +03:00 |
mainmenu
|
Merge remote-tracking branch 'vcmi/master' into develop
|
2024-07-11 17:43:44 +00:00 |
mapView
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
media
|
Crash fix
|
2024-07-06 15:34:36 +02:00 |
render
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
renderSDL
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
widgets
|
Merge pull request #4186 from SoundSSGood/end-of-battle-artifacts-transfer
|
2024-07-16 12:45:13 +03:00 |
windows
|
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
2024-07-16 13:13:07 +00:00 |
ArtifactsUIController.cpp
|
suggestions
|
2024-07-16 00:03:06 +03:00 |
ArtifactsUIController.h
|
suggestions
|
2024-07-16 00:03:06 +03:00 |
CFocusableHelper.cpp
|
Fix build
|
2024-05-15 12:45:45 +00:00 |
CFocusableHelper.h
|
Fix: licenses, pragma guards, StdInc
|
2024-03-29 07:48:52 +02:00 |
CGameInfo.cpp
|
Removed non-functional updateEntity in VLC
|
2024-05-16 22:05:26 +00:00 |
CGameInfo.h
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
Client.cpp
|
GameState now uses random generator from server. Blocked access to rmg
|
2024-07-16 13:13:38 +00:00 |
Client.h
|
GameState now uses random generator from server. Blocked access to rmg
|
2024-07-16 13:13:38 +00:00 |
ClientCommandManager.cpp
|
Added semi-workaround method for network thread shutdown:
|
2024-05-18 11:04:10 +00:00 |
ClientCommandManager.h
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
ClientNetPackVisitors.h
|
MoveArtifact struct not used now
|
2024-07-09 14:27:04 +03:00 |
CMakeLists.txt
|
ArtifactsUIController class
|
2024-07-09 14:27:05 +03:00 |
CMT.cpp
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
CMT.h
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
ConditionalWait.h
|
Fixes for various minor issues detected by Sonar Cloud
|
2024-06-01 11:48:30 +00:00 |
CPlayerInterface.cpp
|
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
2024-07-16 13:13:07 +00:00 |
CPlayerInterface.h
|
suggestions
|
2024-07-16 00:03:06 +03:00 |
CServerHandler.cpp
|
Merge pull request #4253 from smanolloff/random-port
|
2024-07-16 12:25:29 +03:00 |
CServerHandler.h
|
Added semi-workaround method for network thread shutdown:
|
2024-05-18 11:04:10 +00:00 |
GameChatHandler.cpp
|
use MetaString
|
2024-05-02 21:03:23 +02:00 |
GameChatHandler.h
|
use MetaString
|
2024-05-02 21:03:23 +02:00 |
HeroMovementController.cpp
|
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
2024-07-16 13:13:07 +00:00 |
HeroMovementController.h
|
Instant movement is now part of standard movement
|
2024-04-20 14:20:54 +03:00 |
LobbyClientNetPackVisitors.h
|
Remove redundant virtual specifiers
|
2024-02-10 20:46:13 +01:00 |
NetPacksClient.cpp
|
fixed regressions
|
2024-07-09 14:27:05 +03:00 |
NetPacksLobbyClient.cpp
|
Implemented simple versioning system for multiplayer
|
2024-05-29 20:08:32 +00:00 |
PlayerLocalState.cpp
|
Fix crash on clicking on map when player is not making turn in MP
|
2024-07-04 08:46:39 +00:00 |
PlayerLocalState.h
|
Removed broken & unused serialization of player interface and AI
|
2024-05-17 16:35:53 +00:00 |
resource.h
|
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
2023-10-19 16:23:21 +02:00 |
ServerRunner.cpp
|
remove debug line
|
2024-07-12 15:41:07 +03:00 |
ServerRunner.h
|
Bind server to a randomly assigned port
|
2024-07-12 01:06:36 +03:00 |
StdInc.cpp
|
Fix: licenses, pragma guards, StdInc
|
2024-03-29 07:48:52 +02:00 |
StdInc.h
|
Fix: licenses, pragma guards, StdInc
|
2024-03-29 07:48:52 +02:00 |
VCMI_client.rc
|
|
|
vcmi.ico
|
Update VCMI icon (#2672)
|
2023-09-05 23:57:19 +03:00 |