Commit Graph
8 Commits
Author SHA1 Message Date
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
SupSuper b84814cd34 TRECISION: Clean up warnings 2021-06-30 09:36:17 +01:00
Filippos Karapetis 7ebd9c9558 TRECISION: Janitorial - use unified naming for loop variables 2021-06-20 17:04:01 +03:00
Filippos Karapetis 2e78933b46 TRECISION: Use ABS() instead of fabs()
Let's be absolute, vol. 2
2021-06-16 01:18:52 +03:00
Filippos Karapetis e6955a5853 TRECISION: Move _actorPos and _forcedActorPos into PathFinding3D 2021-06-10 02:06:32 +03:00
Filippos Karapetis 7f9137cbf8 TRECISION: Cleanup includes 2021-06-09 02:54:06 +03:00
Filippos Karapetis 42d33ec151 TRECISION: Split the Pathfinding3D and Renderer3D classes 2021-06-09 02:52:21 +03:00