aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2008-08-14Formatting.Johannes Schickel
2008-08-14Improved version of my resource loading patch from -devel (check also r33876).Johannes Schickel
2008-08-14Moved showing of the collision page from Alt-key to F11-key because Alt confl...Kari Salminen
2008-08-14- HOF: forgot french and german entries in last commitFlorian Kagerer
2008-08-14- HOF: another Italian fan translationFlorian Kagerer
2008-08-14Fix for bugging moving at the bottom of the ocean when trying to free the gir...Kari Salminen
2008-08-14Added debug showing of the collision page when pressing the Alt key. Alt isn'...Kari Salminen
2008-08-14Some variable renamed to make more sense.Nicola Mettifogo
2008-08-14More cleanup.Nicola Mettifogo
2008-08-14Cleanup.Nicola Mettifogo
2008-08-14Finally moved parseNextToken to Script, where it belongs!Nicola Mettifogo
2008-08-14Removed cross-references between the general parser and the text formatter. T...Nicola Mettifogo
2008-08-13Added detection entries for kyra3 Mac.Johannes Schickel
2008-08-13Type 21 overlay comment update (Found the drawing routine in the disassembly ...Kari Salminen
2008-08-13Fixed initialization of some SoundMgr-class's member variables. Moved _sndBuf...Kari Salminen
2008-08-13Reverted r33815 (But not r33816).Kari Salminen
2008-08-13Clarify SCUMM MD5 message: We do not want reports on fanmade translationsMax Horn
2008-08-13Shutting up Valgrind about using uninitialised values from array _chn in func...Kari Salminen
2008-08-13Changed Agi::SoundMgr's sound buffer to a member array of size BUFFER_SIZE. A...Kari Salminen
2008-08-12Hopefully fixes 'Conditional jump or move depends on uninitialised value(s)' ...Kari Salminen
2008-08-12Fixed drawPlainBox's boundary checking (It wrote outside the screen occasiona...Kari Salminen
2008-08-12Added possibility to get the read resource's size from readBundleFile. Made l...Kari Salminen
2008-08-12fix typo 'baclup' -> 'backup'Joost Peters
2008-08-12Fix for GCC warning in OSRenderer::renderOverlay: declaration of 'len' shadow...Kari Salminen
2008-08-12Tiny comment fix.Kari Salminen
2008-08-12Implemented Operation Stealth's makeCommandLine.Kari Salminen
2008-08-12Implemented Operation Stealth specific parts of processInventory and added an...Kari Salminen
2008-08-12Changed commandBuffer from a char[80] to Common::String and made FWRenderer::...Kari Salminen
2008-08-11Made Operation Stealth's action failure messages use a background color set b...Kari Salminen
2008-08-11Implemented drawMessage changes for Operation Stealth's timed cutscenes (Nega...Kari Salminen
2008-08-11Moved fontParamTable inside TextHandler struct and made it a constant size as...Kari Salminen
2008-08-11Changed palPtr from a pointer to a Common::Array named palArray. Removed palE...Kari Salminen
2008-08-11Removed textDataPtr pointer as it's not used beyond the loadTextData function...Kari Salminen
2008-08-11Changed partBuffer from a pointer to a Common::Array. Removed numElementInPar...Kari Salminen
2008-08-11Added a safeguard to readBundleFile so it shouldn't corrupt memory even if th...Kari Salminen
2008-08-11Changed readBundleFile to unpack data in-place and added debugging messages t...Kari Salminen
2008-08-11LOL: add support for floppy installer filesFlorian Kagerer
2008-08-10Fixed a bunch of Valgrind warnings (mostly uninitialised variables, but also anTorbjörn Andersson
2008-08-10Committed my patch #2040074 ("XMIDI callback control events"). At the moment,...Torbjörn Andersson
2008-08-10Add checksums for ScummVM repacked Italian and Spanish versions.Eugene Sandulenko
2008-08-10address the ignored events and bad inventory screen handling 'features'Kostas Nakos
2008-08-10hint the backend to show the VKKostas Nakos
2008-08-10Added fallback to text only mode when voice files are not found.Johannes Schickel
2008-08-10Fixed kyra to support properly support restarting of engine (for GSoC RTL, ba...Johannes Schickel
2008-08-10Fixed crash in KyraEngine_HoF::pauseEngineIntern.Johannes Schickel
2008-08-09Converted zoneData and zoneQuery tables from plain array types to Common::Arr...Kari Salminen
2008-08-09Converted animDataTable from a plain array to a Common::Array. Should help to...Kari Salminen
2008-08-09Converted objectTable from a plain array to a Common::Array. Should help to c...Kari Salminen
2008-08-09Made type 21 & 22 overlays not be flipped (The oxygen gauge looks actually be...Kari Salminen
2008-08-09Made drawPlainBox's effective width and height always at least one.Kari Salminen