aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-15UpdUpdated actions and Readme for Symbian OS port!Lars Persson
2008-08-15Added routines to load and handle item masks: animation are now correctly hid...Nicola Mettifogo
2008-08-15Fixing a segfault in the Bargon Attack menuSven Hesse
2008-08-15Updated layer calculation: animations are now hidden properly by background e...Nicola Mettifogo
2008-08-15Made coordinates and frame number protected into Zone and Animation, and chan...Nicola Mettifogo
2008-08-15Made scripts access Animation fields via accessors and mutators, instead of u...Nicola Mettifogo
2008-08-15Disabled lip syncing code in BRA, since I couldn't find any scripts actually ...Nicola Mettifogo
2008-08-15Simplified handling of script variables (especially locals).Nicola Mettifogo
2008-08-14lol: new detection entry (german floppy extracted)Florian Kagerer
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-13cleanupMax Horn
2008-08-13fix a small bug in the quit dialogKostas Nakos
2008-08-13fix bug #1910057: FT multifunctionKostas Nakos
2008-08-13Added detection entries for kyra3 Mac.Johannes Schickel
2008-08-13fix bug #2038992 by saving and restoring channel volumesKostas Nakos
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-11build a wii binary per defaultAndre Heider
2008-08-11video mode polishing:Andre Heider
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