Commit Graph
21 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
Orgad Shaneh a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Bastien Bouclet 9bbaa69dba STARK: Make the text color endian-safe 2019-01-28 21:23:14 +01:00
Bastien Bouclet 7302d18f36 STARK: Prevent dialog options and subtitles from being displayed at the same time
In some cases the game scripts don't wait for dialog lines to complete
before presenting options.
2018-12-02 19:51:42 +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 99536d889b STARK: Remove meaningless codes 2018-07-15 23:58:30 +08:00
Douglas Liu 3e38b1c4f9 STARK: Further improve the calculation of options' positions 2018-07-15 11:46:14 +08:00
Douglas Liu 2453408988 STARK: Improve the checking of displayed dialog options 2018-07-14 22:50:30 +08:00
Douglas Liu 09b67ae045 STARK: Improve idle mouse detection in DialogPanel 2018-07-14 15:29:21 +08:00
Douglas Liu 0587de6c45 STARK: Bugs fixing 2018-07-10 23:41:03 +08:00
Douglas Liu b0e25564cb STARK: Bind dialog options to number keys 2018-07-03 23:06:36 +08:00
Douglas Liu 762a9baab1 STARK: Bind dialog panel to related keys 2018-07-02 23:26:24 +08:00
Douglas Liu 719c2ad09a STARK: Bind toggling subtitles to F9 2018-07-02 11:56:05 +08:00
Douglas Liu ef83a247f8 STARK: Enable subtitles setting 2018-05-24 15:41:18 +08:00
Snejp ce355587ba STARK: Add right-click dialog speech skipping
You can skip speech lines talked by game characters showed in dialogPanel with a mouse right-click
2018-04-08 16:37:23 +02:00
Bastien Bouclet fc49ef1af6 STARK: Properly set the mouse cursor in the dialog panel 2018-04-08 15:07:28 +02:00
Bastien Bouclet f6e958188e STARK: Fix dialog options becoming visible when toggling fullscreen
While a dialog line is playing.
2018-04-08 14:21:09 +02:00
Bastien Bouclet 29a330e839 STARK: Move UI elements to the world subfolder 2017-11-05 16:23:52 +01:00