Commit Graph
19 Commits
Author SHA1 Message Date
Paweł Kołodziejski 06902574b4 GRIM: Janitorial 2022-06-08 01:12:00 +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
Joel Teichroeb b5070bb790 GRIM: Remove _matrix from Component
Mesh is the only component that actually usees _matrix, and it
has it's own local _matrix variable. This remove the confusion over
which _matrix variable is actually used and removes saving _matrix
for all the components that don't use it.
2014-06-25 17:39:10 -07:00
Joel Teichroeb 0f3da43694 GRIM: Change NULL to nullptr. 2014-05-30 17:43:08 -07:00
Pawel Kolodziejski 8759900b6a ALL: synced with ScummVM 2014-04-05 18:18:42 +02:00
Joel Teichroeb 08d749e730 GRIM: Remove including savefile.h from savegame.h 2013-07-09 22:54:45 -07:00
Giulio Camuffo b7394cad1f Revert "GRIM: Don't reset the components when stopping all the chores."
This reverts commit 7525b67087.
2013-01-07 17:18:32 +01:00
Giulio Camuffo 7525b67087 GRIM: Don't reset the components when stopping all the chores.
Fix Glottis head disappearing when singing rusty anchor and some other
similar cases.
2012-12-20 14:56:53 +01:00
Paweł Kołodziejski 175620b62a ALL: change license headers from LGPL to GPL, and few updates 2012-12-19 23:15:43 +01:00
Joel Teichroeb e6b13323de GRIM: Move component names into the Component class 2012-05-05 11:32:56 -07:00
Joel Teichroeb 62136ea1ff GRIM: Add isComponentType to Component to provide cleaner tag checking 2012-05-02 18:13:58 -07:00
Joel Teichroeb 68b21782c8 GRIM: Only fix the endianness of a components tag once. 2012-05-02 18:07:56 -07:00
Joel Teichroeb 6e4add8ab8 GRIM: Remove usage of dynamic_cast 2012-04-30 22:36:46 -07:00
Joel Teichroeb a9c664379e GRIM: Make saving and restoring use more appropriate types and rename functions to be more logical 2012-01-28 10:03:27 +01:00
Paweł Kołodziejski e350c7f777 renames 2012-01-06 23:29:45 +01:00
Giulio Camuffo c55abd8980 GRIM: Pass around the frame time as a uint, not a float. 2011-12-16 15:22:02 +01:00
Joel Teichroeb 80d1f8fc32 GRIM: Split classes out of costume. 2011-12-13 09:05:31 -08:00
Joel Teichroeb fdbc302681 GRIM: Reorganized costume.cpp 2011-12-12 14:08:08 -08:00