aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-04-07Sword2: PSX version support, and GMM loading/savingFabio Battaglia
2009-04-07SCI: Do not skip last entry in kernel table for SCI1.Walter van Niftrik
2009-04-07SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table.Walter van Niftrik
2009-04-07Fixing the parser-related FIXMEs. 17 and 18 are int16 and int8, respectivelySven Hesse
2009-04-07Print out the SCI interpreter version and not the resource version when sayin...Matthew Hoops
2009-04-07SCI: Fix endian-unsafe read [bug #2739122 ]Willem Jan Palenstijn
2009-04-07GOB: Some more cleanupMax Horn
2009-04-07GOB: Gave tons of opcode explicit names. As a result, found potential bugs in...Max Horn
2009-04-07GOB: Some more code cleanup. My respect for the developers of the original GO...Max Horn
2009-04-07GOB: Gave some numerical constants a name. This codebase is a bit of a mess ;...Max Horn
2009-04-06Removed useless references to the global _vm.Nicola Mettifogo
2009-04-06Cleanup of Balloon and Dialogue code:Nicola Mettifogo
2009-04-06Fixed a crash in LSL5 when opening the inventoryFilippos Karapetis
2009-04-06Fixed an issue with the password screen in LSL5 and kStrAt(). The game passwo...Filippos Karapetis
2009-04-06LOL: startup fix for floppy versionFlorian Kagerer
2009-04-06SCI: Made said_parse_spec static, regenerated said.cpp from said.yMax Horn
2009-04-05Apart from a "const", the volume() and getVolume() function were identical.Torbjörn Andersson
2009-04-05LOL: fix monsters' strange sliding to the left (like that thug at the beginning)Florian Kagerer
2009-04-05SCI: Include sciduv.exe in version scanning.Walter van Niftrik
2009-04-05LOL: implemented two more opcodes (for roland's house and for the sequence wh...Florian Kagerer
2009-04-05Add another German version of Simon the Sorcerer 2 (DOS Floppy).Travis Howell
2009-04-05LOL: fix speech bug, which would cause a hang up when entering roland's houseFlorian Kagerer
2009-04-05Implemented many of the remaining library functionsPaul Gilbert
2009-04-05Created stub manager class for sound effectsPaul Gilbert
2009-04-05SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help whenWalter van Niftrik
2009-04-04LOL: implemented opcode for throwing items into or out of the thug's caveFlorian Kagerer
2009-04-04LOL: fix magic atlas back/forward buttonsFlorian Kagerer
2009-04-04LOL: implemented compassFlorian Kagerer
2009-04-04Add saturatedAddColor-function in which you can specify the added color's for...Kari Salminen
2009-04-04LOL: correct character portrait positioning for "full screen sequences" (like...Florian Kagerer
2009-04-04LOL: - this should fix a text displayer bug that occured when speaking to the...Florian Kagerer
2009-04-04LOL: - minor item drawing bug fixFlorian Kagerer
2009-04-04Formatting.Johannes Schickel
2009-04-04Fix warning.Johannes Schickel
2009-04-04LOL: - minor sfx bug fixFlorian Kagerer
2009-04-04Update German version of puttzoo.Travis Howell
2009-04-04Fix possible regression in HE games re-releases.Travis Howell
2009-04-04Update prefix for German version of puttzoo.Travis Howell
2009-04-04Update prefix for German version of puttzoo.Travis Howell
2009-04-04Update prefix for German version of puttzoo.Travis Howell
2009-04-04Ooops, remove excess space.Travis Howell
2009-04-04Add more German version of HE games.Travis Howell
2009-04-04Replaced all occurrences of the constant '257' with the existing constant 'NU...Paul Gilbert
2009-04-04LOL: - reverted last commit which would break map shape drawing (I have now c...Florian Kagerer
2009-04-03Fixed incorrect palette range usage so room fade-ins happen correctlyPaul Gilbert
2009-04-03Fixed compilation (a signed byte cannot hold such big values)Filippos Karapetis
2009-04-03Removed leftover chrono-related code (refer to commit #37721 for the changes ...Filippos Karapetis
2009-04-03Removed the non-working Chrono port code, after discussing with LarsFilippos Karapetis
2009-04-03LOL: - added support for magic atlasFlorian Kagerer
2009-04-03Cleanup of decompress_sci_view(). Also, ALL of the cases where that function ...Filippos Karapetis