1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
b4e7093c01 Added IWindowHandler interface for OS screen/window utilities 2023-05-09 13:10:33 +03:00
5905dd6111 Grail digging check is now in library 2023-03-05 17:48:02 +02:00
ca13e7dedf Implemented terrain palette animatiions. Removed old code 2023-03-05 17:48:02 +02:00
fd56f86a84 introduce VCMI_MOBILE macro 2023-03-02 12:09:49 +03:00
d0f57fed6f Cleaned up code of Minimap 2023-02-14 11:18:41 +02:00
c8c38ac922 Merge pull request #1386 from IvanSavenko/resolutions_filter
Do not allow selecting resolutions not supported by display
2023-02-12 14:33:39 +02:00
62151cd20c Replaced genRect with Rect constructor call 2023-02-03 19:17:59 +02:00
34dcb4127a Removed text utilities from SDL_Extensions 2023-02-03 18:55:25 +02:00
7c58a46279 Removed some instances of access to screen surface 2023-02-03 18:23:53 +02:00
70c0937972 Moved SDL-specific code to SDL_Extensions 2023-02-03 13:02:05 +02:00
01322aa4c5 Do not allow selecting resolution no supported by display 2023-02-03 12:57:38 +02:00
ae9f040abf removed unused method 2023-02-03 11:42:27 +02:00
d87fb43dcd Replaced SDL access with VCMI methods 2023-02-03 11:39:40 +02:00
3fef2a5e1f Moved Colors to a separate file, updated includes 2023-02-03 11:39:40 +02:00
6669ffd4b3 Moved input-related code from SDL_Extensions to GuiHandler 2023-02-03 11:39:40 +02:00
2ef33d54ab Merge branch 'develop' into battle-queue-improvement 2023-02-02 18:26:31 +01:00
34772ef830 Fixed includes 2023-02-01 21:45:06 +02:00
108a42e4ba Reorganized includes for new layout. New class - IImageLoader 2023-02-01 20:42:06 +02:00
4d8d886317 Move all created files into better locations 2023-02-01 16:28:48 +02:00