Commit Graph
18 Commits
Author SHA1 Message Date
Cameron Cawley 5bd0ec43a6 STARK: Fully separate bitmaps and textures 2023-01-15 11:54:11 +02:00
Paweł Kołodziejski 20cb0ae228 ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paweł Kołodziejski 51888c13ba STARK: Remove global constructors 2021-12-08 00:09:03 +01:00
Bastien Bouclet f24c2b9f3d STARK: Fix scaling of the flashing and exploding effects
Rendering was incorrect when using hi-resolution replacement graphics.
2019-05-18 11:04:34 +02:00
Bastien Bouclet 9bbaa69dba STARK: Make the text color endian-safe 2019-01-28 21:23:14 +01:00
Bastien Bouclet 8d1fcbeca7 STARK: Fix missing delete 2018-04-07 11:39:11 +02:00
Snejp a09c1c5122 STARK: Implement the flashing image animation
Used when a new entry has been added to the diary.
2018-04-07 11:10:41 +02:00
Bastien Bouclet 375c89fd54 STARK: Implement the exploding image animation
Used when getting an inventory item
2018-02-26 06:39:38 +01:00
Bastien Bouclet 1f9df9edb8 STARK: Initial work on the top menu new item animation 2018-02-24 18:49:25 +01:00
Bastien Bouclet 89c14da1c0 STARK: Fix build
Thanks to eriktorbjorn for the fix.
2018-02-11 15:14:16 +01:00
Bastien Bouclet 8f83dc2b0e STARK: Update the top menu hint textures after a resolution change
And minor assorted cleanups
2018-02-10 15:50:34 +01:00
Snejp cee4373a18 STARK: Use width() and height() of mouse hint Rect 2018-02-09 10:36:23 +01:00
Snejp 52e999dc51 STARK: Proper align mouse hints 2018-02-09 01:06:46 +01:00
Snejp 904e224581 STARK: remove VisualText::getTexture, fix Button and Cursor render() 2018-02-05 19:30:10 +01:00
Snejp bdf1534aac STARK: Move topmenu hints code to Button class
Made requested changes
2018-01-31 16:06:43 +01:00
Snejp 383f78d042 STARK: Make mouse hints appear more like in the game
Added screen boundary to mouse hints. Made hints static for topmenu buttons. Proper placement in fullscreen.
2018-01-26 16:51:46 +01:00
Bastien Bouclet 29a330e839 STARK: Move UI elements to the world subfolder 2017-11-05 16:23:52 +01:00