Commit Graph
25 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
Eugene Sandulenko 5e7fe2dc57 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
Bastien Bouclet 9bbaa69dba STARK: Make the text color endian-safe 2019-01-28 21:23:14 +01:00
Bastien Bouclet b534956955 STARK: Don't always wait for sounds to complete in the menu screens
With this change, changing screens and using widgets feels much more
responsive.
2018-12-02 19:51:42 +01:00
Bastien Bouclet 4edb8a7add STARK: Use the mouse cursor as a hitbox when testing small world items
Fixes #1506.
2018-11-21 17:24:10 +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 cdac19af5f STARK: Fix version info issue & disable widgets missing render entry
Fix #1469 and fix #1470
2018-07-01 21:45:27 +08:00
Douglas Liu f14b1c89e8 STARK: Small fixing 2018-06-24 12:02:06 +08:00
Douglas Liu 6fe26641c1 STARK: Small fixing 2018-06-17 13:08:04 +08:00
Douglas Liu b9a72a07f4 STARK: Open RenderEntry getter in Location 2018-06-16 15:09:19 +08:00
Douglas Liu 0f76320bea STARK: Small fixing 2018-06-03 21:50:21 +08:00
Douglas Liu b35914a4f3 STARK: Change resetTextTexture() to onScreenChanged() 2018-06-03 17:21:57 +08:00
Douglas Liu 03eeb91679 STARK: Allow StaticLocationWidget has empty renderentry 2018-05-27 22:18:11 +08:00
Douglas Liu 83f3126e6c STARK: Implement CheckBoxWidget 2018-05-22 16:22:30 +08:00
Douglas Liu 90c0bd1adf STARK: Remove a semicolon 2018-05-21 15:31:01 +08:00
Douglas Liu 52ab0d9674 STARK: Small fixing 2018-05-21 15:31:01 +08:00
Douglas Liu 2e80596b5e STARK: Add delay in waiting of the click sound 2018-05-21 15:30:59 +08:00
Douglas Liu 2ee8a4c5d2 STARK: Implement the Credits and fix a small sound bug 2018-05-21 15:30:57 +08:00
Douglas Liu 842887006a STARK: Implement NewGame and some small fixing 2018-05-21 15:30:57 +08:00
Douglas Liu 5726d0c824 STARK: Game opens with main menu look 2018-05-21 15:30:56 +08:00
Douglas Liu 55e05edfa5 STARK: Move the onScreenChanged to StaticLocationScreen 2018-05-21 15:30:55 +08:00
Douglas Liu f7697e93bd STARK: Fix the text resized problem on diary index menu
Fix issue #1402
2018-03-28 18:34:06 +02:00
Bastien Bouclet 44d35556bc STARK: Implement the diary index screen 2017-11-05 16:23:52 +01:00