aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
2008-02-24This safeguard is no longer needed for IHNMFilippos Karapetis
2008-02-24Fix for bug #1900254 - "ITE: Glitches when bridging the gorge"Filippos Karapetis
2008-02-24Removed 2 unnecessary calls to File::exists()Filippos Karapetis
2008-02-23fix bug 1900244 "ITE: Strange animation when returning to prison cell"Andrew Kurushin
2008-02-23Stop printing opcodes in the debug consoleFilippos Karapetis
2008-02-23Fix for bug #1900220 - "ITE: Missing text outline"Filippos Karapetis
2008-02-23Fix for bug #1900258 - "ITE: Glitch when looking at the map while at the docks"Filippos Karapetis
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine constru...Max Horn
2008-02-08Initial support for plugin typesJordi Vilalta Prat
2008-02-07Fix code formatting and grammar ;)Max Horn
2008-02-03Revised Engine plugin API to only provide a single func which returns a MetaE...Max Horn
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
2008-02-02New MetaEngine class (work in progress to replace the current Engine plugin A...Max Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-27Possible fix for the errors under older versions of GCC (e.g. under BeOS)Filippos Karapetis
2008-01-27Disabled a debug function which throws warnings in older versions of GCC (e.g...Filippos Karapetis
2008-01-27Limit the number of simultaneous open files in IHNM to 7, down from 12. This ...Filippos Karapetis
2008-01-22Code simplificationFilippos Karapetis
2008-01-19Fixed a crash in the rat maze (reported on the forum) that made the gameTorbjörn Andersson
2008-01-11CleanupFilippos Karapetis
2008-01-11Fixed capitalizationFilippos Karapetis
2008-01-11Added support for the Italian fan translations of Inherit the Earth. The orig...Filippos Karapetis
2008-01-10Changed an assertion to a warningFilippos Karapetis
2008-01-09Change an error to a warningFilippos Karapetis
2008-01-09Added handling of home/end keys in input dialogs and properly filtered out no...Filippos Karapetis
2008-01-07Removed some obsolete definesFilippos Karapetis
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2008-01-04Slight cleanupFilippos Karapetis
2008-01-03Properly fixed bug #1861863 - "ITE: Crash when using Eeah with Eeah"Filippos Karapetis
2008-01-03Fix for bug #1861863 - "ITE: Crash when using Eeah with Eeah"Filippos Karapetis
2007-12-31Fix for bug #1861126 - "IHNM: Crash when Gorrister cuts sheet in the mooring ...Filippos Karapetis
2007-12-23Disable voices when voice files do not exist (like the original interpreter d...Filippos Karapetis
2007-12-21Cleanup.Johannes Schickel
2007-12-21Fix compilation error on DS port (template expects parameters to be same type)Neil Millstone
2007-12-21Added some hard coded strings for the Italian fan translation of ITE (still n...Filippos Karapetis
2007-12-20Fix for bug #1851030 - "IHNM Spanish CD - Wrong Dialogs color"Filippos Karapetis
2007-12-20Removed clamp() and used the common CLIP template insteadFilippos Karapetis
2007-12-13Use CLIP template for clipping in the SAGA engineFilippos Karapetis
2007-12-11Fix for bug #1848016 - "IHNM: Wrong Subtitles Color (Spanish)". The colors of...Filippos Karapetis
2007-12-11Make sure that text in message boxes in IHNM is always centered, regardless o...Filippos Karapetis
2007-12-09Fix to prevent having an incorrect sprite assigned to some objects in IHNM wh...Filippos Karapetis
2007-12-08ioFailed() is now checked when saving a gameFilippos Karapetis
2007-11-27Possible fix for bug #1838622 - "IHNM: Benny can't help the boy". It seems th...Filippos Karapetis
2007-11-16Changed Audio::makeADPCMStream so that the stream passed to it can automatica...Max Horn
2007-11-12Added a workaround for a problematic object in Gorrister's chapter (Edna's key)Filippos Karapetis
2007-11-11Don't draw objects with negative x/y values. Now, "ghost" objects are no long...Filippos Karapetis
2007-11-09Added a workaround for a bug in the original game scripts of IHNM with Edna, ...Filippos Karapetis