Donovan Watteau
|
5b1ec56f96
|
JANITORIAL: Fix some lost or outdated URLs in comments
|
2022-05-19 07:57:31 +03:00 |
|
Eugene Sandulenko
|
abea37c9bb
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
|
Orgad Shaneh
|
3919f53326
|
ENGINES: Replace new[]/memset with new[]()
|
2021-11-10 19:53:15 +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
|
e38cc4dc24
|
TWINE: pass-by-ref (TwineResource)
|
2021-09-15 17:34:50 +02:00 |
|
Martin Gerhardy
|
1587e87617
|
TWINE: prepare holomap code to work with other surfaces and images
|
2021-09-15 17:34:50 +02:00 |
|
Martin Gerhardy
|
fa259c8d76
|
TWINE: fixed movie info loading for lba2
|
2021-09-15 17:34:50 +02:00 |
|
Martin Gerhardy
|
4b512d64b8
|
TWINE: added lba2 intro support
|
2021-09-10 19:20:56 +02:00 |
|
Martin Gerhardy
|
1fb91752e1
|
TWINE: fixed lba2 array sizes for body models
|
2021-09-10 19:20:56 +02:00 |
|
Martin Gerhardy
|
c416fe7830
|
TWINE: use forward decls and reduced header dependencies
|
2021-08-26 09:24:28 +02:00 |
|
Martin Gerhardy
|
0a928d25e0
|
TWINE: use SpriteData for shadow sprite
|
2021-08-10 09:23:59 +02:00 |
|
Martin Gerhardy
|
ff79ea61da
|
TWINE: moved mainpalette and renamed members
|
2021-08-10 09:21:34 +02:00 |
|
Martin Gerhardy
|
2910ca52ec
|
TWINE: allow parsers to handle lba2
|
2021-08-09 11:24:18 +02:00 |
|
Martin Gerhardy
|
c6d26dc9d8
|
TWINE: renamed members
|
2021-07-31 16:48:23 +02:00 |
|
Martin Gerhardy
|
9210708eeb
|
TWINE: renamed members
|
2021-07-31 16:48:23 +02:00 |
|
Paul Gilbert
|
005561d305
|
COMMON: Increase Stream pos, seek, size from int32 to int64
|
2021-07-08 18:24:28 -07:00 |
|
Martin Gerhardy
|
fb2533ebd6
|
TWINE: cleanup blitting
|
2021-06-03 22:07:26 +02:00 |
|
Martin Gerhardy
|
8289072496
|
TWINE: added highres option to advanced menu
also use enum class for TextId and TextBankId
|
2021-04-09 10:43:03 +02:00 |
|
Martin Gerhardy
|
a91384aab9
|
TWINE: cleanup in playGIFMovie
|
2021-04-06 11:15:06 +02:00 |
|
Martin Gerhardy
|
772368b6dc
|
TWINE: use TextData parser
|
2021-03-28 18:56:32 +02:00 |
|
Martin Gerhardy
|
f98eead34f
|
TWINE: format
|
2021-03-28 18:56:32 +02:00 |
|
Martin Gerhardy
|
ba6ebf5b4d
|
TWINE: fixed header guards
|
2021-03-27 20:32:09 +01:00 |
|
Martin Gerhardy
|
8c76c1fac7
|
TWINE: use EntityData
|
2021-03-27 13:35:27 +01:00 |
|
Martin Gerhardy
|
33371ae454
|
TWINE: use BodyData for rendering
|
2021-03-27 13:35:27 +01:00 |
|
Martin Gerhardy
|
5b7fa92807
|
TWINE: extracted holomap trajectory parsing into own class
|
2021-03-23 22:22:46 +01:00 |
|
Martin Gerhardy
|
ac5424fa4c
|
TWINE: moved bodyTable into Resourced class
|
2021-03-19 15:49:07 +01:00 |
|
Martin Gerhardy
|
ae68a82917
|
TWINE: removed Renderer::prepareIsoModel
|
2021-03-19 15:49:07 +01:00 |
|
Martin Gerhardy
|
9ba86d91de
|
TWINE: removed raw anim data buffers
|
2021-03-16 19:26:47 +01:00 |
|
Martin Gerhardy
|
a2cdb8fb3a
|
TWINE: put the scene location name into the savegame header
|
2021-03-01 19:12:53 +01:00 |
|
Martin Gerhardy
|
7176f94aac
|
TWINE: put scene names into the savegames
|
2021-03-01 19:03:27 +01:00 |
|
Martin Gerhardy
|
2733316ae8
|
TWINE: fixed valgrind report while loading blank sample hqr entries
|
2021-03-01 18:39:44 +01:00 |
|
Martin Gerhardy
|
16aca8531b
|
TWINE: activate the palette switch for the holomap
|
2021-03-01 18:01:10 +01:00 |
|
Martin Gerhardy
|
f8b16991c9
|
TWINE: fixed dumpfile command
|
2021-03-01 17:58:54 +01:00 |
|
Martin Gerhardy
|
02254235a0
|
TWINE: optimized verifyAnimAtKeyframe
... by not parsing the AnimData each time
|
2021-02-20 17:14:30 +01:00 |
|
Martin Gerhardy
|
986aa94154
|
TWINE: use delta time to show the credits from original game
also added the other actions found in the disassembly that the original game
did during the waiting loop
|
2021-02-06 18:55:09 +01:00 |
|
Martin Gerhardy
|
26fba9df1f
|
TWINE: color constant
|
2021-01-30 19:38:52 +01:00 |
|
Martin Gerhardy
|
9ca1c06c60
|
TWINE: some lba2 fixes for startup
|
2021-01-30 14:09:34 +01:00 |
|
Martin Gerhardy
|
e3fa8aaa25
|
TWINE: moved prepareIsoModel calls into the resource loading
|
2021-01-30 14:09:34 +01:00 |
|
Martin Gerhardy
|
ad794cf05f
|
TWINE: sanity checks for sprite loading
|
2021-01-30 14:09:34 +01:00 |
|
Martin Gerhardy
|
406c934776
|
TWINE: sanity checks to prevent memory corruptions
|
2021-01-30 14:09:34 +01:00 |
|
Martin Gerhardy
|
0bf715e42d
|
TWINE: more holomap code
|
2021-01-24 09:55:38 +01:00 |
|
Martin Gerhardy
|
fe5a8994be
|
TWINE: load holomap pointer model
|
2021-01-24 09:54:19 +01:00 |
|
Martin Gerhardy
|
ea2c6c01e0
|
TWINE: fixed missing model prepare calls for holomap models
|
2021-01-17 23:03:16 +01:00 |
|
Martin Gerhardy
|
7ac555ecea
|
TWINE: parse fla movie frame information
|
2021-01-09 22:17:56 +01:00 |
|
Martin Gerhardy
|
252faf42f8
|
TWINE: helper method to dump a hqr entry into a file
|
2021-01-09 22:17:56 +01:00 |
|
Martin Gerhardy
|
cc58651e9a
|
TWINE: format the file
|
2021-01-09 18:40:07 +01:00 |
|
Martin Gerhardy
|
0cdc57d070
|
TWINE: don't override the gameflags while initializing the config values
|
2021-01-03 13:06:23 +01:00 |
|
Martin Gerhardy
|
e06db142f6
|
TWINE: removed unused member palCustom
|
2020-12-27 14:02:02 +01:00 |
|
Martin Gerhardy
|
e3bddb328c
|
TWINE: moved comments
|
2020-12-27 14:02:02 +01:00 |
|
Martin Gerhardy
|
5f2383e3c4
|
TWINE: fixed rendering errors for brick sprites
https://bugs.scummvm.org/ticket/12024
|
2020-12-26 11:53:26 +01:00 |
|