aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-03-30The hashmap uses the memorypool for allocating/deallocating its NodesBertrand Augereau
2008-03-30Introduction of a fixed size memory pool with a typical free list implementationBertrand Augereau
2008-03-30Cleanup.Johannes Schickel
2008-03-30Always clip rect to copy in Screen::copyRegion now, like the original does.Johannes Schickel
2008-03-30- get rid of const_castFlorian Kagerer
2008-03-30Cleanup.Johannes Schickel
2008-03-30Add test for copying hashmaps.Johannes Schickel
2008-03-30Fixed hashmap code. (please make a better check next time when changing code ...Johannes Schickel
2008-03-30Cleanup.Johannes Schickel
2008-03-30- Added support for custom deletion operator (aka deleter) support for Shared...Johannes Schickel
2008-03-30Readded friend statement required by standard conform compilers. Disabled for...Johannes Schickel
2008-03-30Renamed some functions according to our coding guidelines.Johannes Schickel
2008-03-30- fixed formattingJohannes Schickel
2008-03-30Formatting.Johannes Schickel
2008-03-29Let mass detector add all hits, instead of only the first oneMax Horn
2008-03-29New drawShape code for Kyra 1 and 2. Scaled sprites no longer appear mutilate...Florian Kagerer