aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-04Properly *init* the _fmtownsBuf variable, and properly release the memory it ↵Max Horn
points to when restarting svn-id: r31381
2008-04-04Revert revision 31256, since _textSurfaceMultiplier isn't set at that point.Travis Howell
svn-id: r31380
2008-04-04Fixed nameclash.Johannes Schickel
svn-id: r31379
2008-04-04Implemented game options menu.Johannes Schickel
svn-id: r31378
2008-04-04Fixed incorrect return type of currently unused function (just in case it ↵Paul Gilbert
ever gets re-used) svn-id: r31377
2008-04-04Added support for quit game button.Johannes Schickel
svn-id: r31376
2008-04-04Added partial support for main menu. Only load, save and resume buttons are ↵Johannes Schickel
working currently svn-id: r31375
2008-04-04cleanupFlorian Kagerer
svn-id: r31374
2008-04-04This fixes the menus for fm-towns and floppy versions (only load and death ↵Florian Kagerer
menu atm). svn-id: r31373
2008-04-03Add cyx patch for bug #1915657 - ELVIRA1: Amiga crashes (paula.h:108).Travis Howell
svn-id: r31372
2008-04-03Add Apple IIGS MIDI program number to instrument number mappings (Both for ↵Kari Salminen
the older instrument set used by SQ1 only and for the newer instrument set used by all the other tested Apple IIGS games). svn-id: r31371
2008-04-03Cleanup.Johannes Schickel
-This line, and those below, will be ignored-- M kyra/resource.cpp svn-id: r31370
2008-04-03Replaced unloadAllPakFiles with a simple _map.clear on resource class ↵Johannes Schickel
destruction. (Should save a little file i/o need on shutdown) svn-id: r31369
2008-04-03- Added support for filename length > 64 in static resource code.Johannes Schickel
- Updated warning when 'INDEX' is not found - Added filesize check for 'INDEX' file svn-id: r31368
2008-04-03After further testing it seems Apple IIGS midi playing speed is actually 60 ↵Kari Salminen
ticks per second. Hurrah! svn-id: r31367
2008-04-03Fix naming of the Apple IIGS midi speed variable and its value (Was ↵Kari Salminen
erronously named bpm although was really ticks per second rather than ticks per minute). svn-id: r31366
2008-04-03Fix Apple IIGS midi playing speed (Based on tests with Apple IIGS KQ1 and ↵Kari Salminen
SQ1 under MESS 0.124a) svn-id: r31365
2008-04-02Remove Symbian FS creation from common SDL codeLars Persson
svn-id: r31364
2008-04-02Patch #1932094: Missing directory in dists/debian/scummvm.dirs fixMax Horn
svn-id: r31363
2008-04-02Changed spaces to tabs.Torbjörn Andersson
svn-id: r31362
2008-04-02Implemented death menu. This also fixes bug #1926892 "HoF: Odd behaviour ↵Johannes Schickel
when Zanthia gets killed(?)". svn-id: r31360
2008-04-02Fixed warnings with gcc 3.3.Johannes Schickel
svn-id: r31359
2008-04-02Oops forgot to enable friend statement.Johannes Schickel
svn-id: r31358
2008-04-02Implemented transparent List::iterator to List::const_iterator conversion ↵Johannes Schickel
and updated our tests accordingly. svn-id: r31357
2008-04-02Committed patch #1929274 "HashMap: Iterator rework".Johannes Schickel
svn-id: r31356
2008-04-01Fixed bug in GUI code, should hopefully fix white boxes appearing around ↵Johannes Schickel
inventory. svn-id: r31355
2008-04-01Fixed spellbook graphics in German CD version.Johannes Schickel
svn-id: r31354
2008-04-01Updated MSVC7 project files using the new MSVC project file conversion toolFilippos Karapetis
svn-id: r31350
2008-04-01Updated MSVC71 project files using the new MSVC project file conversion toolFilippos Karapetis
svn-id: r31349
2008-04-01Added my MSVC8->MSVC7/MSVC71 conversion tool from patch #1861744 - "MSVC ↵Filippos Karapetis
project files cleanup" svn-id: r31348
2008-04-01Add detection entry for Serguei's Destiny II Demo v1.3.1 (March 22nd 2008).Kari Salminen
svn-id: r31346
2008-03-31Fix compilation on MSVC 8 & 9 (Added memorypool.h and memorypool.cpp to the ↵Kari Salminen
project file). svn-id: r31345
2008-03-31Updated MSVC8 and MSVC9 kyra project files for commit #31295Filippos Karapetis
svn-id: r31340
2008-03-30Added fixme regarding header 'new'.Johannes Schickel
svn-id: r31339
2008-03-30Some minor whitespace changes, and the customary "end of namespace" comment.Torbjörn Andersson
svn-id: r31338
2008-03-30Don't enter run loop when quit flag is set.Johannes Schickel
svn-id: r31337
2008-03-30Implement quit flag handling in Kyra2 GUI code.Johannes Schickel
svn-id: r31336
2008-03-30Fixed bug which caused sometimes garbage text to be displayed.Johannes Schickel
svn-id: r31335
2008-03-30Removed char &operator [] from class String -- it had the potential to wreak ↵Max Horn
havoc when used on shared strings (thanks to tramboi for pointing this out) svn-id: r31334
2008-03-30Committed salty-horse's documentation patch.Johannes Schickel
svn-id: r31333
2008-03-30Cleanup.Johannes Schickel
svn-id: r31332
2008-03-30- fixed savegame description loading in kyra1Johannes Schickel
- added Kyra2 load menu, currently just accessable from startup menu though svn-id: r31331
2008-03-30Whitespacing fixesBertrand Augereau
svn-id: r31330
2008-03-30Added checks for implicit SharedPtr casting functionallity.Johannes Schickel
svn-id: r31329
2008-03-30Add section about converting savedgames from original versions. Please add ↵Travis Howell
details for other games, where this is possible. svn-id: r31328
2008-03-30Dropped superfluous 'virtual' keyword (saves us a few bytes for each String)Max Horn
svn-id: r31327
2008-03-30#include <cstring> => #include <string.h> (for size_t)Bertrand Augereau
svn-id: r31325
2008-03-30std::max => utils.h MAXBertrand Augereau
Added GPL headers svn-id: r31324
2008-03-30The "anchor" (root) of the linked list is now constructed inplace in the ↵Bertrand Augereau
List instead of being newed (it has the same lifetime as the List itself anyway) svn-id: r31323
2008-03-30Fixed signed/unsigned warning.Torbjörn Andersson
svn-id: r31322