1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00
vcmi/client
Ivan Savenko e72817c866 Added existing HD assets for vcmi mod
Some of our custom assets were actually made in high resolution, and
then - greatly downscaled for use in vcmi.

This PR adds (some of) these assets using recently introduced HD assets
loading support. None of these were upscaled, but rather downscaled from
existing high-resolution version.

Following assets were added:
- vcmi icon for map format - based on our main logo, with no text
- 'defend' icon for stack queue - now also based on our logo, with no
text and sepia effect
- 'wait' icon for stack queue - added only x2 version. Was actually
already present in vcmi mod, but unused.
- icons for creature window (attack/defense/hit points/etc) - it was
based on existing CC0 asset
- 'gear' icon for settings - made from scratch by me.

Will also upload all of these assets in their original resolution to
vcmi-assets repository.
2024-11-22 16:46:48 +00:00
..
adventureMap TerrainTile now uses identifiers instead of pointers to VLC 2024-10-30 16:22:11 +00:00
battle Added existing HD assets for vcmi mod 2024-11-22 16:46:48 +00:00
eventsSDL allow scrolling in touch popups 2024-11-02 19:15:49 +01:00
globalLobby Implemented generation of player-colored version of DiBoxBck 2024-09-12 21:22:41 +00:00
gui Merge remote-tracking branch 'upstream/develop' into adv_search 2024-10-14 19:52:55 +02:00
ios ios fix attempt 2024-08-15 00:27:18 +03:00
lobby Merge pull request #4857 from Laserlicht/delete 2024-11-16 17:28:23 +02:00
mainmenu chronicles campaign screen 2024-11-11 22:25:54 +01:00
mapView More robust management of body/shadow/overlay split 2024-11-17 17:54:55 +00:00
media Merge pull request #4785 from Laserlicht/subtitles 2024-11-06 21:56:43 +02:00
render More robust management of body/shadow/overlay split 2024-11-17 17:54:55 +00:00
renderSDL Fix bugs caused by image optimization procedure 2024-11-18 10:19:48 +00:00
widgets Do not show selection highlight on creature preview images 2024-11-17 20:40:38 +00:00
windows More robust management of body/shadow/overlay split 2024-11-17 17:54:55 +00:00
xBRZ Fix warnings in xBRZ 2024-08-17 15:25:26 +00:00
ArtifactsUIController.cpp ask assemble artifact dialog fix 2024-11-10 16:50:58 +02:00
ArtifactsUIController.h suggestions 2024-07-16 00:03:06 +03:00
CGameInfo.cpp Added GameSettings to gamestate, potentially allowing to define game 2024-09-05 15:16:27 +00:00
CGameInfo.h Added GameSettings to gamestate, potentially allowing to define game 2024-09-05 15:16:27 +00:00
Client.cpp Replace more usages of pointers to packs with references 2024-10-07 14:59:14 +00:00
Client.h Fix some of the new warnings from sonarcloud 2024-10-11 10:45:29 +00:00
ClientCommandManager.cpp More robust management of body/shadow/overlay split 2024-11-17 17:54:55 +00:00
ClientCommandManager.h Added 'translate missing' command for convenience 2024-10-26 12:54:35 +00:00
ClientNetPackVisitors.h rename; introduce factor 2024-09-28 15:05:13 +02:00
CMakeLists.txt CSecSkillPlace 2024-10-22 01:54:04 +03:00
CMT.h address code review comments 2024-08-31 18:14:05 +03:00
ConditionalWait.h
CPlayerInterface.cpp change datetime format 2024-10-30 23:23:56 +01:00
CPlayerInterface.h IMarket suggestions 2024-08-20 18:49:48 +03:00
CServerHandler.cpp Merge pull request #4736 from Laserlicht/fix_8th_portal_summoning 2024-10-07 22:19:17 +03:00
CServerHandler.h Reduced usage of CPack, replaced with CPackForServer where applicable 2024-10-07 14:59:14 +00:00
GameChatHandler.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
GameChatHandler.h
HeroMovementController.cpp TerrainTile now uses identifiers instead of pointers to VLC 2024-10-30 16:22:11 +00:00
HeroMovementController.h
LobbyClientNetPackVisitors.h
NetPacksClient.cpp Split CHeroHandler.cpp/.h into 1 file per class 2024-10-13 14:01:09 +00:00
NetPacksLobbyClient.cpp refresh list 2024-11-01 00:52:19 +01:00
PlayerLocalState.cpp Merge pull request #4770 from IvanSavenko/prison_fix 2024-10-14 18:16:53 +03:00
PlayerLocalState.h Fix some of the new warnings from sonarcloud 2024-10-11 10:45:29 +00:00
resource.h
ServerRunner.cpp Fix compilation with boost 1.86 2024-09-09 16:59:01 +00:00
ServerRunner.h Fix compilation with boost 1.86 2024-09-09 16:59:01 +00:00
StdInc.cpp
StdInc.h