1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/client/adventureMap
Konstantin 3cf303f1c7 vcmi/client: make ColorRGBA constexpr
1. Replace overflowing int3 to ColorRGBA, which is more semantically
   correct
2. Make ColorRGBA constexpr, to make sure than hardcoded colors can
   be initialized in compile time
2023-02-12 19:11:24 +03:00
..
CAdventureOptions.cpp Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
CAdventureOptions.h Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
CAdvMapInt.cpp Removed some instances of access to screen surface 2023-02-03 18:23:53 +02:00
CAdvMapInt.h renamed keyDown -> keyPressed 2023-02-03 11:39:40 +02:00
CAdvMapPanel.cpp Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
CAdvMapPanel.h Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
CInfoBar.cpp Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
CInfoBar.h Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
CInGameConsole.cpp Moved Colors to a separate file, updated includes 2023-02-03 11:39:40 +02:00
CInGameConsole.h Remove remaining access to SDL_Events 2023-02-03 11:39:40 +02:00
CList.cpp Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
CList.h Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
CMinimap.cpp Moved Colors to a separate file, updated includes 2023-02-03 11:39:40 +02:00
CMinimap.h CIntObject now receives mouse position as point instead of SDL event 2023-02-03 11:39:39 +02:00
CResDataBar.cpp Style cleanup 2023-02-08 13:56:09 +02:00
CResDataBar.h Removed text utilities from SDL_Extensions 2023-02-03 18:55:25 +02:00
CTerrainRect.cpp Replaced genRect with Rect constructor call 2023-02-03 19:17:59 +02:00
CTerrainRect.h CIntObject now receives mouse position as point instead of SDL event 2023-02-03 11:39:39 +02:00
mapHandler.cpp vcmi/client: make ColorRGBA constexpr 2023-02-12 19:11:24 +03:00
mapHandler.h Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00