aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-04Properly *init* the _fmtownsBuf variable, and properly release the memory it ...Max Horn
2008-04-04Revert revision 31256, since _textSurfaceMultiplier isn't set at that point.Travis Howell
2008-04-04Fixed nameclash.Johannes Schickel
2008-04-04Implemented game options menu.Johannes Schickel
2008-04-04Fixed incorrect return type of currently unused function (just in case it eve...Paul Gilbert
2008-04-04Added support for quit game button.Johannes Schickel
2008-04-04Added partial support for main menu. Only load, save and resume buttons are w...Johannes Schickel
2008-04-04cleanupFlorian Kagerer
2008-04-04This fixes the menus for fm-towns and floppy versions (only load and death me...Florian Kagerer
2008-04-03Add cyx patch for bug #1915657 - ELVIRA1: Amiga crashes (paula.h:108).Travis Howell
2008-04-03Add Apple IIGS MIDI program number to instrument number mappings (Both for th...Kari Salminen
2008-04-03Cleanup.Johannes Schickel
2008-04-03Replaced unloadAllPakFiles with a simple _map.clear on resource class destruc...Johannes Schickel
2008-04-03- Added support for filename length > 64 in static resource code.Johannes Schickel
2008-04-03After further testing it seems Apple IIGS midi playing speed is actually 60 t...Kari Salminen
2008-04-03Fix naming of the Apple IIGS midi speed variable and its value (Was erronousl...Kari Salminen
2008-04-03Fix Apple IIGS midi playing speed (Based on tests with Apple IIGS KQ1 and SQ1...Kari Salminen
2008-04-02Remove Symbian FS creation from common SDL codeLars Persson
2008-04-02Patch #1932094: Missing directory in dists/debian/scummvm.dirs fixMax Horn
2008-04-02Changed spaces to tabs.Torbjörn Andersson
2008-04-02Implemented death menu. This also fixes bug #1926892 "HoF: Odd behaviour when...Johannes Schickel
2008-04-02Fixed warnings with gcc 3.3.Johannes Schickel
2008-04-02Oops forgot to enable friend statement.Johannes Schickel
2008-04-02Implemented transparent List::iterator to List::const_iterator conversion and...Johannes Schickel
2008-04-02Committed patch #1929274 "HashMap: Iterator rework".Johannes Schickel
2008-04-01Fixed bug in GUI code, should hopefully fix white boxes appearing around inve...Johannes Schickel
2008-04-01Fixed spellbook graphics in German CD version.Johannes Schickel
2008-04-01Updated MSVC7 project files using the new MSVC project file conversion toolFilippos Karapetis
2008-04-01Updated MSVC71 project files using the new MSVC project file conversion toolFilippos Karapetis
2008-04-01Added my MSVC8->MSVC7/MSVC71 conversion tool from patch #1861744 - "MSVC proj...Filippos Karapetis
2008-04-01Add detection entry for Serguei's Destiny II Demo v1.3.1 (March 22nd 2008).Kari Salminen
2008-03-31Fix compilation on MSVC 8 & 9 (Added memorypool.h and memorypool.cpp to the p...Kari Salminen
2008-03-31Updated MSVC8 and MSVC9 kyra project files for commit #31295Filippos Karapetis
2008-03-30Added fixme regarding header 'new'.Johannes Schickel
2008-03-30Some minor whitespace changes, and the customary "end of namespace" comment.Torbjörn Andersson
2008-03-30Don't enter run loop when quit flag is set.Johannes Schickel
2008-03-30Implement quit flag handling in Kyra2 GUI code.Johannes Schickel
2008-03-30Fixed bug which caused sometimes garbage text to be displayed.Johannes Schickel
2008-03-30Removed char &operator [] from class String -- it had the potential to wreak ...Max Horn
2008-03-30Committed salty-horse's documentation patch.Johannes Schickel
2008-03-30Cleanup.Johannes Schickel
2008-03-30- fixed savegame description loading in kyra1Johannes Schickel
2008-03-30Whitespacing fixesBertrand Augereau
2008-03-30Added checks for implicit SharedPtr casting functionallity.Johannes Schickel
2008-03-30Add section about converting savedgames from original versions. Please add de...Travis Howell
2008-03-30Dropped superfluous 'virtual' keyword (saves us a few bytes for each String)Max Horn
2008-03-30#include <cstring> => #include <string.h> (for size_t)Bertrand Augereau
2008-03-30std::max => utils.h MAXBertrand Augereau
2008-03-30The "anchor" (root) of the linked list is now constructed inplace in the List...Bertrand Augereau
2008-03-30Fixed signed/unsigned warning.Torbjörn Andersson