Commit Graph
18 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 0dc8726136 STARK: Game view user interface refinements
* Implement the mouse item description delay
* Implement inventory auto close
* Implement action menu auto close
* Implement the action menu item description
2019-01-25 21:02:02 +01:00
Bastien Bouclet cf02210729 STARK: Inventory window fixes
* Show an active cursor when hovering the scroll buttons
* Clicking on a inactive scroll button no longer closes the inventory
* Changing the visibility of the inventory window now closes the action
   menu.
* The inventory management hotkeys only work when the game is
   interactive.
* Hide the inventory window when loading a save.
* Hide the action menu when loading a save.
2018-11-25 13:39:57 +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 762a9baab1 STARK: Bind dialog panel to related keys 2018-07-02 23:26:24 +08:00
Douglas Liu a14744117b STARK: Enable onScreenChanged() in Cursor and GameWindow 2018-06-29 21:44:08 +08:00
Douglas Liu af7338720a STARK: Override the onEnginePause() in Sound 2018-06-11 21:44:41 +08:00
Douglas Liu b183c04ace STARK: Improve the way of pausing the game in GameScreen 2018-06-09 23:01:42 +08:00
Douglas Liu 12c49411b9 STARK: Pause the game when the menu opens 2018-06-07 22:48:26 +08: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 1f9df9edb8 STARK: Initial work on the top menu new item animation 2018-02-24 18:49:25 +01:00
Bastien Bouclet 9f95f702e6 STARK: Fix the action menu not being placed correctly at the right edge 2018-02-12 20:33:29 +01:00
Bastien Bouclet 755bb87023 Merge branch 'klayklogg-actionMenuFix' 2018-02-12 06:13:21 +01:00
klayklogg 06f6c0580a STARK: Fix and refactor Window, ActionMenu scaling for border detection
Fixes #1397.
2018-02-12 06:13:09 +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
Bastien Bouclet 3c0344bf7e STARK: Add a Screen abstraction to the user interface 2017-11-05 16:23:52 +01:00