Commit graph

25 commits

Author SHA1 Message Date
Le Philousophe
e06e8761f1 TRECISION: Migrate engine to Path 2023-12-24 13:19:25 +01:00
Eugene Sandulenko
b1295a7f1d
TRECISION: Remove unused translation.h include 2023-03-17 14:55:18 +01:00
Cameron Cawley
5de39f8024 TRECISION: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
Filippos Karapetis
32fb690aae TRECISION: Add support for audio in Amiga video
The audio is in raw format, like the rest of the sounds in the Amiga
port.

Overall:
- A new class has been created, NightlongVideoDecoder, which
  encapsulates the PC and Amiga video playing functionality
- The AnimManager class has been moved into animmanager.*
- The AnimType class has been moved from anim.* to animtype.*
2022-01-24 00:24:28 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Filippos Karapetis
78ef45ba0f TRECISION: Group object graphics and mask buffers 2021-06-22 10:37:36 +03:00
Filippos Karapetis
7ebd9c9558 TRECISION: Janitorial - use unified naming for loop variables 2021-06-20 17:04:01 +03:00
Filippos Karapetis
18779bb156 TRECISION: Fix room snapshots in the positioner interface - bug #12638 2021-06-16 02:37:44 +03:00
Filippos Karapetis
42d33ec151 TRECISION: Split the Pathfinding3D and Renderer3D classes 2021-06-09 02:52:21 +03:00
Filippos Karapetis
3e4918cbbb TRECISION: Replace updatePixelFormat() with convertToScreenFormat() 2021-06-09 01:49:13 +03:00
SupSuper
4968d87ed0 TRECISION: Fix Amiga data loading 2021-06-04 06:59:26 +01:00
SupSuper
2ffcd00393 TRECISION: BM files are always little-endian 2021-05-31 21:37:37 +01:00
SupSuper
c8be95585c TRECISION: Amiga uses raw audio format 2021-05-31 06:40:05 +01:00
SupSuper
229d9415a0 TRECISION: Amiga files are big-endian 2021-05-31 06:40:04 +01:00
Filippos Karapetis
21a1dd91c2 TRECISION: Remove unused includes 2021-05-29 21:25:11 +01:00
Strangerke
81b0efd905 TRECISION: set SInvObject._flag private, add accessors 2021-05-29 21:25:09 +01:00
Strangerke
c11cd96849 TRECISION: Kill SScript 2021-05-29 21:25:08 +01:00
Strangerke
f840836b3e TRECISION: Set SObject._mode private, add accessors 2021-05-29 21:25:08 +01:00
Strangerke
d22c218897 TRECISION: Set SObject._flg private, add accessors 2021-05-29 21:25:07 +01:00
Strangerke
bc3b343eb7 TRECISION: Make SRoom._flag private, add accessors,add sync and loading functions 2021-05-29 21:25:05 +01:00
Strangerke
7b4de1e6fb TRECISION: One more review of the includes 2021-05-29 21:25:00 +01:00
Filippos Karapetis
0f3bc23d82 TRECISION: Remove the unused _actionLen array 2021-05-29 21:24:59 +01:00
Filippos Karapetis
f2b4a07e5a TRECISION: Refresh the object sort table after a full screen video
Fixes graphics glitches after full motion videos. A regression from
a3d363fedc
2021-05-29 21:24:54 +01:00
Filippos Karapetis
b55a9c12e4 TRECISION: Fix Codacy issues 2021-05-29 21:24:45 +01:00
Filippos Karapetis
6fe9b587ac TRECISION: Move resource loading code inside resource.cpp 2021-05-29 21:24:43 +01:00