Commit Graph
23 Commits
Author SHA1 Message Date
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 282d82df85 STARK: Implement the confirmation dialogs using the original style 2019-01-27 17:53:50 +01:00
Bastien Bouclet 0f3cf3e511 STARK: Introduce a onGameLoop event to stop abusing onRender for updates
Fixes #1492 where rendering the screen to save a screenshot would run
some dialog related script updates.
2018-08-28 21:24:33 +02:00
Douglas Liu 7df34a6565 STARK: Move the dialog function to UserInterface 2018-07-01 13:44:48 +08:00
Douglas Liu 40374577bb STARK: Use loaded texts in the top menu 2018-06-30 17:33:38 +08:00
Douglas Liu d57ac332fc STARK: Enable QuitGame dialog 2018-06-30 16:49:02 +08:00
Douglas Liu 6120877b99 STARK: Cache quiting to main menu and perform later 2018-06-29 21:44:08 +08:00
Douglas Liu 833571817e STARK: Completely implement quiting to main menu 2018-05-21 15:31:00 +08:00
Douglas Liu 0fd953f4af STARK: Roughly let the game "quit" to the main menu 2018-05-21 15:31:00 +08:00
Bastien Bouclet fc49ef1af6 STARK: Properly set the mouse cursor in the dialog panel 2018-04-08 15:07:28 +02:00
Bastien Bouclet d87a345af2 STARK: Change the diary button to use the diary state
Also fix the chest close animation not being visible.
2018-04-07 11:10:48 +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 ec4b1e1d9d STARK: Remove left out addition 2018-01-31 16:17:23 +01:00
Snejp bdf1534aac STARK: Move topmenu hints code to Button class
Made requested changes
2018-01-31 16:06:43 +01:00
Snejp 325bca1e7c STARK: Fix 2 high priority GNU C compiler warnings
Fixed warnings found by Jenkins
2018-01-26 19:47:09 +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