Commit Graph
9 Commits
Author SHA1 Message Date
Pragyansh Chaturvedi (r41k0u) ebc01f09c9 NGI: Fix stuck when teleporting to foot (bug #10395) 2022-03-06 17:48:40 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 1b73b90224 NGI: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Orgad Shaneh fe104cc337 ENGINES: Use MetaEngine consistently for getting autosave slot
The autosave refactoring that was done in
7adad5aaf5 used g_engine for identifying the
autosave slot. This worked for in-game save/load, but doesn't fit when
called from the launcher.

Fix by passing MetaEngine to SaveStateDescriptor ctor and using it for this
query.

Amends 7adad5aaf5.
2021-10-24 16:46:06 +02:00
Eugene Sandulenko e6171c4ea0 NMI: g_fp -> g_nmi 2020-10-05 00:26:48 +02:00
Eugene Sandulenko 3cadfbeaf7 NGI: Rename engine class 2020-10-04 00:05:36 +02:00
Eugene Sandulenko 1177b608fd NGI: Namespace rename 2020-10-04 00:05:36 +02:00
Eugene Sandulenko 9e258f16ef NGI: Rename fullpipe.* -> ngi.* 2020-10-04 00:05:36 +02:00
Eugene Sandulenko aef74baff1 FULLPIPE: Rename engine to NGI (files) 2020-10-04 00:05:36 +02:00