Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-14 | Got rid of some more ioFailed uses (also fixed a potential leak in ↵ | Max Horn | |
graphics/font.cpp, and handle eos correctly in the FLAC code) svn-id: r42488 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵ | Max Horn | |
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725 | |||
2008-12-07 | reduced saveload code dup | Gregory Montoir | |
svn-id: r35276 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn | |
svn-id: r34913 | |||
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn | |
svn-id: r34883 | |||
2008-07-29 | Added --list-saves support for TOUCHE | Christopher Page | |
svn-id: r33398 | |||
2008-07-14 | Merged revisions ↵ | Christopher Page | |
32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,32785-32786,32789-32791,32798-32799,32801-32807,32809-32812,32816-32817,32819-32821,32823-32830,32832-32836,32838-32844,32846-32850,32852-32854,32858-32859,32865-32868,32873-32874,32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33051 | |||
2008-07-13 | TOUCHE works with the new GMM implementation | Christopher Page | |
svn-id: r33046 | |||
2008-06-26 | moved midi driver object creation to MidiPlayer class (to match delete call) | Gregory Montoir | |
svn-id: r32798 | |||
2008-06-26 | Touche now uses the new _quit flag | Christopher Page | |
svn-id: r32795 | |||
2007-11-04 | simplification, increased game state filenames | Gregory Montoir | |
svn-id: r29399 | |||
2007-09-29 | don't update the screen directly after a gamestate load ; keychars and room ↵ | Gregory Montoir | |
background are now redrawn on the same frame (bug #1751226) svn-id: r29133 | |||
2007-09-27 | simplified touche savegame listing | Gregory Montoir | |
svn-id: r29112 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales | |
svn-id: r28462 | |||
2007-07-31 | fix for bug #1751226 (glitches on save/load | Gregory Montoir | |
svn-id: r28370 | |||
2007-07-24 | renamed some fields for clarification | Gregory Montoir | |
svn-id: r28184 | |||
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It ↵ | David Corrales | |
now returns a list will the full paths of existing files that match a given regex. Additionally, modified the 5 engines which use the default manager (Agos, Queen, Saga, Scumm and Touche) to parse the filename list and mark the available saves bool array correctly. svn-id: r28046 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just ↵ | Max Horn | |
flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) svn-id: r25660 | |||
2006-12-09 | cleanup | Gregory Montoir | |
svn-id: r24825 | |||
2006-11-15 | added dirty rects handling | Gregory Montoir | |
svn-id: r24725 | |||
2006-11-11 | various fixes, Touche should now be completable without any major glitches | Gregory Montoir | |
svn-id: r24672 | |||
2006-11-10 | new menu code | Gregory Montoir | |
workaround a possible scripting bug in introduction screen svn-id: r24668 | |||
2006-11-07 | cleanup | Gregory Montoir | |
svn-id: r24654 | |||
2006-11-05 | enabled MIDI volume changes | Gregory Montoir | |
svn-id: r24627 | |||
2006-11-03 | added 'touche' engine for the game 'Touche: The Adventures of the 5th Musketeer' | Gregory Montoir | |
svn-id: r24592 |