1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-30 23:18:08 +02:00
vcmi/client
2024-01-07 12:45:02 +02:00
..
adventureMap Fix crash on attempt to access not visible tile 2024-01-04 23:54:06 +02:00
battle bugfix: enable first, then set text 2023-12-28 17:17:01 +01:00
eventsSDL audio mute on focus lost setting 2023-12-10 14:49:27 +01:00
gui Added option to configure dropdown position 2023-12-07 13:57:16 +02:00
icons
ios
lobby Replace vector[] with range-checking vector.at() 2024-01-04 23:52:57 +02:00
mainmenu video campaign fix 2024-01-01 15:25:42 +01:00
mapView Add new setting for instant adventure map fade in / fadeout effects 2023-12-24 17:18:48 +01:00
render
renderSDL Show error message on failure to create renderer 2024-01-05 21:46:44 +02:00
widgets Merge pull request #3366 from Laserlicht/battle_informations 2023-12-28 12:39:26 +02:00
windows Fixed some cases of illegal access to std::array::operator[] 2024-01-07 12:45:02 +02:00
CFocusableHelper.cpp
CFocusableHelper.h
CGameInfo.cpp
CGameInfo.h
Client.cpp
Client.h Fix possible overflow errors on leveling up beyond int64_t limit 2024-01-04 23:57:36 +02:00
ClientCommandManager.cpp
ClientCommandManager.h
ClientNetPackVisitors.h
CMakeLists.txt Merge pull request #3191 from Laserlicht/touch-introduction 2023-11-20 14:05:47 +02:00
CMT.cpp Removed no longer used code 2024-01-04 23:48:58 +02:00
CMT.h
CMusicHandler.cpp
CMusicHandler.h
CPlayerInterface.cpp
CPlayerInterface.h
CServerHandler.cpp Fix regressions from timers - client may be destroyed while receiving 2023-11-27 20:27:10 +02:00
CServerHandler.h
CVideoHandler.cpp Fixed video playback framerate for intro videos 2024-01-05 14:37:33 +02:00
CVideoHandler.h video campaign fix 2024-01-01 15:25:42 +01:00
HeroMovementController.cpp Remove assert - confirmed to be legal scenario 2023-11-28 12:32:24 +02:00
HeroMovementController.h
LobbyClientNetPackVisitors.h
NetPacksClient.cpp Implemented accumulating timers, rename creature timer to unit timer 2023-12-07 13:57:16 +02:00
NetPacksLobbyClient.cpp Clients will now switch to turn options when host does so 2023-12-22 18:40:28 +02:00
PlayerLocalState.cpp Added more checks to detect illegal access in CList's class 2023-12-24 00:16:29 +02:00
PlayerLocalState.h Added more checks to detect illegal access in CList's class 2023-12-24 00:16:29 +02:00
resource.h
StdInc.cpp
StdInc.h
VCMI_client.cbp
VCMI_client.rc
VCMI_client.vcxproj
VCMI_client.vcxproj.filters
vcmi.ico