aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-02Moved depth buffer and palette rotation data into BackgroundInfo.Nicola Mettifogo
2008-02-01engine.h was moved from base/ to engines/ ages ago -- update header file prot...Max Horn
2008-02-01Moved enum PluginError from base/plugins.h to common/error.hMax Horn
2008-02-01Change InSaveFile -> SeekableReadStream where possibleMax Horn
2008-01-31Second part of patch #1880781: "BeOS port for scummvm"Eugene Sandulenko
2008-01-31Add Begasusu as an official BeOS builderEugene Sandulenko
2008-01-31Patch #1880781: "BeOS port for scummvm"Eugene Sandulenko
2008-01-31Slightly simplified Archive selection when loading resources.Nicola Mettifogo
2008-01-30Changed the parameter types of setFlags() and clearFlags() to match their def...Filippos Karapetis
2008-01-30Fix shadowing warningFilippos Karapetis
2008-01-30Add ListWidget version with immediate parameters.Eugene Sandulenko
2008-01-30Fix for bug #1881170 (AGI: palette-related glitches reported). Made AGIPAL us...Kari Salminen
2008-01-29clibable menus for symbianLars Persson
2008-01-29Updated max heap size to 64mbLars Persson
2008-01-29- Updated default char signing to signed (as per PC) in makefilesLars Persson
2008-01-29Combined two cases that did the exact same thing (In a switch-clause).Kari Salminen
2008-01-29adding Sean Murray (lightcast) to the credits [1]Kostas Nakos
2008-01-29More cleanup: kBit2 is now replaced by the BackgroundInfo structure.Nicola Mettifogo
2008-01-29Fixed regression when displaying animation: the issue could only be noticed w...Nicola Mettifogo
2008-01-29Cleanup (step 2). No code outside Gfx reference screen buffers anymore.Nicola Mettifogo
2008-01-28Commit slightly modified patch #1880670 "KYRA: Hof: Zanthia chat fix for town...Johannes Schickel
2008-01-28Replace lock/unlock/lock/unlock by lock/unlock for efficencyMax Horn
2008-01-28- make Common::sort supporting a function object to compare two entries inste...Johannes Schickel
2008-01-28Fixed typo in debug message.Torbjörn Andersson
2008-01-28Cleanup (step 1).Nicola Mettifogo
2008-01-28Fixed warning.Torbjörn Andersson
2008-01-28Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to...Nicola Mettifogo
2008-01-28Made halfbrite work again.Nicola Mettifogo
2008-01-28Changed _c_moveSheet to work with only 1 buffer.Nicola Mettifogo
2008-01-28Oops. Forgot to update this in the last commit.Nicola Mettifogo
2008-01-28Changed guiSelectCharacter to work with only screen buffer.Nicola Mettifogo
2008-01-28Move low level background management into Gfx.Nicola Mettifogo
2008-01-28Fixed animation sorting: everything should be drawn like before revision 3067...Nicola Mettifogo
2008-01-28Fix 'member var shadowed' warningMax Horn
2008-01-28Removed unneeded copy constructor & assignment operator (the compiler will au...Max Horn
2008-01-28Fix compilation of Parallaction on MSVC 8 & 9 (Added gfxbase.cpp to their pro...Kari Salminen
2008-01-28Fix compilationSven Hesse
2008-01-28Removed all job routines. Stubs have been left for future reference in the co...Nicola Mettifogo
2008-01-28Oops. Forgot ScummVM header in new source file.Nicola Mettifogo
2008-01-28All interactive objects are now drawn in the framebuffer instead of using the...Nicola Mettifogo
2008-01-28Changed array of method pointers to case statement to fix compiler error in e...Paul Gilbert
2008-01-28Forward declare HashMap::ConstIterator (this might fix compile errors with so...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-27Fix the endianness detection in Solaris 8 (It fixes but #1871509 "GUI distort...Jordi Vilalta Prat
2008-01-27Cleanup.Johannes Schickel
2008-01-27Disabled a debug function which throws warnings in older versions of GCC (e.g...Filippos Karapetis
2008-01-27Fix for some problems introduced (like wrong text display) with last commit.Johannes Schickel
2008-01-27- slightly refactored user settings handlingJohannes Schickel