Commit graph

30 commits

Author SHA1 Message Date
Martin Gerhardy
a19438f21e TWINE: started to support mixer balance changing for some samples
also renamed methods to match better the original sources
2025-02-13 17:32:01 +01:00
Cameron Cawley
25cbdbc6f8 TWINE: Remove use of transBlitFrom maskOnly parameter 2025-01-08 19:29:46 +02:00
Le Philousophe
6824e1057e TWINE: Don't use GIFDecoder when it's not built 2025-01-08 13:40:33 +02:00
Cameron Cawley
645f5d2e36 GRAPHICS: Remove overrideColor from ManagedSurface::transBlitFrom 2024-12-30 10:59:16 +02:00
Martin Gerhardy
db2005c13b TWINE: fixed invalid timer handling for playing fla movies from move script 2024-10-12 21:40:55 +02:00
Martin Gerhardy
a85299312c TWINE: removed ScopedEngineFreeze and updated lPLAY_FLA
by using saveTimer and restoreTimer directly again its easier to validate against the original sources
2024-10-12 21:40:54 +02:00
Martin Gerhardy
8d972b2535 TWINE: header inclusion cleanup 2024-10-11 17:29:25 +02:00
Martin Gerhardy
f2afa31897 TWINE: added new log categories and improved logging 2024-10-11 17:29:25 +02:00
Martin Gerhardy
a7dfd9fe01 TWINE: converted palettes to Graphics::Palette 2024-10-10 14:01:06 +02:00
Martin Gerhardy
733ed796a1 TWINE: removed fadeIn and fadeOut and use the original method names 2024-10-10 14:01:06 +02:00
Martin Gerhardy
9ea3637f4e TWINE: started to use Graphics::Palette 2024-10-10 11:31:39 +02:00
Martin Gerhardy
43d18713c9 TWINE: renaming (fla) to match the original sources 2024-10-09 09:59:37 +02:00
Martin Gerhardy
8a1aa15544 TWINE: renamed palette members and functions to match the original sources 2024-10-09 08:53:04 +02:00
Martin Gerhardy
383c22d6be TWINE: renamed methods to match original sources (drawFilledRect => box 2024-10-05 21:51:14 +02:00
Martin Gerhardy
ef7b4edb9f TWINE: renamed music related methods 2024-09-13 17:07:29 +02:00
Cameron Cawley
ff530edcb1 GRAPHICS: Deprecate ManagedSurface methods that implicitly copy pixel data 2024-07-02 13:31:18 +01:00
Martin Gerhardy
17baf66b90 TWINE: fixed reading fla version 2024-01-02 13:31:47 +01:00
Le Philousophe
6d86d20e1c TWINE: Migrate engine to Path 2023-12-24 13:19:25 +01:00
Martin Gerhardy
697c6e4a72 TWINE: Little big adventure can't mix language between voice and text #14261
this is now possible with a new in-game option
2023-03-27 06:22:26 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Martin Gerhardy
ca9044323c TWINE: removed broken crossfade feature 2021-11-29 17:17:20 +01:00
Martin Gerhardy
6f2c6531b4 TWINE: No music in FLA movie
the original code only stops the samples - not the midi or cd music
2021-11-26 20:58:47 +01:00
Martin Gerhardy
ec631fe252 TWINE: renamed fla constants and fixed kBlackFrame 2021-11-26 20:58:27 +01:00
Martin Gerhardy
7784a2bf4a TWINE: renamed some fla struct members 2021-11-26 20:58:27 +01:00
Martin Gerhardy
68602a9e0a TWINE: little big adventure 2 fixes
implemented smk movieinfo handling
main menu shows correct text now
music track handling
2021-10-31 20:03:11 +01:00
Martin Gerhardy
df6f013b0f TWINE: implemented menu demo loop 2021-10-11 20:31:58 +02:00
Martin Gerhardy
c37c46921d TWINE: fixed and renamed fla opcodes 2021-10-08 19:12:51 +02:00
Martin Gerhardy
ae010f210c TWINE: todo comment about unhandled balance value for fla samples 2021-10-08 19:06:37 +02:00
Martin Gerhardy
12441a9aae TWINE: read sample balance opcode for fla files 2021-10-08 18:42:27 +02:00
Martin Gerhardy
a0ea8dc7f3 TWINE: renamed class to Movies
as it now also playing smacker videos for lba2
2021-09-10 19:20:56 +02:00
Renamed from engines/twine/flamovies.cpp (Browse further)