aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2016-01-26PARALLACTION: Only request actual save slots in listSaves.Johannes Schickel
2016-01-22PARALLACTION: Clarify source for the binary blobEugene Sandulenko
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07PARALLACTION: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-05-10PARALLACTION: Remove leftover "debugLevel" command prototype.D G Turner
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-26Merge pull request #375 from digitall/engineAutoPlugJohannes Schickel
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-11-24PARALLACTION: Janitorial - Fix spacing errorsStrangerke
2013-11-09PARALLACTION: Initialize class. CID 1002753Eugene Sandulenko
2013-11-09PARALLACTION: Initialize variable. CID 1002725Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class variable. CID 1002724Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class. CID 1002721Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class variable. CID 1002715Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class variables. CID 1002708Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class variables. CID 1002707Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class. CID 1002706Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class. CID 1002705Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class. CID 1002703Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class. CID 1002702Eugene Sandulenko
2013-11-09PARALLACTION: Initialize class. CID 1002701Eugene Sandulenko
2013-11-03PARALLACTION: Make sure overridden methods are not used. Fixes compiler warningEugene Sandulenko
2013-11-03PARALLACTION: Pass big value by reference rather than copying. CID 1003923Eugene Sandulenko
2013-10-08PARALLACTION: Comment out unused assignment. CID 1002508Eugene Sandulenko
2013-08-12I18N: Move specification of engine specific files to enginedir/POTFILES.Johannes Schickel
2013-08-03PARALLACTION: Do not set Surface::pixels directly anymore.Johannes Schickel
2013-08-03PARALLACTION: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03PARALLACTION: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-18ENGINES: Remove a bunch of unused private member variablesMax Horn
2013-04-17PARALLACTION: Fix BRA amiga inventory item cursors.Alyssa Milburn
2013-04-17PARALLACTION: Don't use an invalid array index.Alyssa Milburn
2013-04-17PARALLACTION: Add some sanity checks to SoundMan_br::execute.Alyssa Milburn
2013-04-17PARALLACTION: Fix buffer size in unpackBackground.Alyssa Milburn
2013-04-17PARALLACTION: Use strlcpy instead of strncpy.Alyssa Milburn
2013-04-15PARALLACTION: CleanupWillem Jan Palenstijn
2013-01-06PARALLACTION: Fix a const cast warning.Johannes Schickel
2013-01-06PARALLACTION: Update to new IFFDecoder for ILBM imagesTomas Jakobsson
2012-11-19PARALLACTION: Mask unused, but set variable warning, by debug().D G Turner
2012-09-28PARALLACTION: Add a workaround for the end credits of NSFilippos Karapetis