Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-10 | Committed my patch #2040074 ("XMIDI callback control events"). At the ↵ | Torbjörn Andersson | |
moment, I'm not aware of any game that actually uses this XMIDI feature, so its primary function right now is to silence lots of warnings while running the DOS version of Simon the Sorcerer 2. svn-id: r33763 | |||
2008-08-08 | Remove debug leftover. | Travis Howell | |
svn-id: r33696 | |||
2008-08-08 | Hopefully allow quiting at any stage AGOS engines games again. | Travis Howell | |
svn-id: r33693 | |||
2008-08-07 | smartphone-specific code not needed anymore | Kostas Nakos | |
svn-id: r33674 | |||
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ↵ | Max Horn | |
added a new class DumpFile for writing svn-id: r33412 | |||
2008-07-27 | Fix buffer overflow in error message. | Travis Howell | |
svn-id: r33321 | |||
2008-07-25 | Fix to prevent attempt to delete a non-initialised object during game exit | Paul Gilbert | |
svn-id: r33283 | |||
2008-07-21 | Spacing. | Travis Howell | |
svn-id: r33168 | |||
2008-07-21 | Avoid branching in the inner loop of AGOS drawVertImageCompressed | Bertrand Augereau | |
svn-id: r33167 | |||
2008-07-16 | Split the drawVertImage function in the agos engine to make it clearer | Bertrand Augereau | |
and easier to profile svn-id: r33083 | |||
2008-07-14 | Register spilling avoided in AGOS background drawing (and 2x unrolling) | Bertrand Augereau | |
svn-id: r33062 | |||
2008-06-16 | AGOS: Found a system->quit(), changed to _quit=true | Christopher Page | |
svn-id: r32718 | |||
2008-06-12 | AGOS: Fixed a memory leak in the AGOS engine | Christopher Page | |
svn-id: r32679 | |||
2008-05-28 | Merged revisions ↵ | Christopher Page | |
32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-32163,32165-32168,32170-32173,32175-32179,32181-32191,32193-32202,32204-32205,32209-32214,32216,32218,32220-32235,32237-32266,32269-32271,32273-32290,32292-32295,32297-32317,32319-32323,32325-32328,32330-32331,32334-32338,32343-32347 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32350 | |||
2008-05-24 | Add Max's patch for AGOSEngine::pauseEngineIntern(). | Travis Howell | |
svn-id: r32241 | |||
2008-05-23 | Fixed PalmOS compilation | Chris Apers | |
svn-id: r32223 | |||
2008-05-22 | AGOS: Fixed a memory leak from earlier in a better way | Christopher Page | |
svn-id: r32219 | |||
2008-05-21 | AGOS: Fixed two memory leaks when returning to the launcher (_mouseData and ↵ | Christopher Page | |
_zoneBuffers) svn-id: r32208 | |||
2008-05-20 | AGOS Engine: Began implementation for a new quit event which will cleanly ↵ | Christopher Page | |
return to the launcher. This replaces the old shutdown() method within delay() svn-id: r32203 | |||
2008-05-14 | Fixed memory leak when returning to launcher in AGOS engine by properly ↵ | Christopher Page | |
creating and deleting midi driver pointer svn-id: r32129 | |||
2008-05-13 | Fixed memory leak by deallocating memory used by window->iconPtr | Christopher Page | |
svn-id: r32094 | |||
2008-05-13 | used memmove() instead of memcpy() to fix memory overlap error | Christopher Page | |
svn-id: r32088 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-04-18 | Always correct time events duration, when saving games. | Travis Howell | |
svn-id: r31557 | |||
2008-04-17 | Fix bug #1932150 - SIMON1: Sousaphone Bug. | Travis Howell | |
svn-id: r31527 | |||
2008-04-17 | Fix Bug #1555117 - SIMON2: Cannot load Savegame. | Travis Howell | |
svn-id: r31526 | |||
2008-04-16 | Correct time events duration, when saving in Elvira 1. | Travis Howell | |
svn-id: r31516 | |||
2008-04-16 | Minor cleanup. | Travis Howell | |
svn-id: r31514 | |||
2008-04-16 | Remove unused opcode and minor cleanup. | Travis Howell | |
svn-id: r31513 | |||
2008-04-16 | Cleanup. | Travis Howell | |
svn-id: r31512 | |||
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵ | Max Horn | |
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413 | |||
2008-03-29 | Add patch #1928643 - Czech fan translation of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r31300 | |||
2008-03-27 | Add work around for script bug in The Feeble Files. | Travis Howell | |
svn-id: r31260 | |||
2008-03-26 | And don't attempt to play sound, when the sound file isn't loaded in The ↵ | Travis Howell | |
Feeble Files. svn-id: r31240 | |||
2008-03-26 | Remove error for missing sound files in The Feeble Files, due to fault in ↵ | Travis Howell | |
French version. svn-id: r31239 | |||
2008-03-26 | Move code to ignore invalid characters. | Travis Howell | |
svn-id: r31238 | |||
2008-03-26 | Ooops, correct error in conversion of The Feeble Files font data. | Travis Howell | |
svn-id: r31237 | |||
2008-03-26 | Always ignore invalid characters, when using charset data. | Travis Howell | |
svn-id: r31236 | |||
2008-03-26 | Switch all font data to hexadecimal and sort by language name. | Travis Howell | |
svn-id: r31235 | |||
2008-03-25 | Fix palette glitches in Amiga OCS version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r31233 | |||
2008-03-24 | Correct background color when displaying saved game list in Amiga versions ↵ | Travis Howell | |
of Simon the Sorcerer 1. svn-id: r31230 | |||
2008-03-23 | Fix name locking in Waxworks, and cleanup. | Travis Howell | |
svn-id: r31229 | |||
2008-03-23 | Remove left over debug code. | Travis Howell | |
svn-id: r31225 | |||
2008-03-23 | Add comments about unknown cases and remove unused cases in parseNextEvent(). | Travis Howell | |
svn-id: r31224 | |||
2008-03-22 | Add support for room states in Waxworks (DOS). | Travis Howell | |
svn-id: r31218 | |||
2008-03-19 | Correct extra field for Amiga floppy versions of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r31190 | |||
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵ | Max Horn | |
Common::ADGameDescription instead) svn-id: r31121 | |||
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function ↵ | Max Horn | |
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119 | |||
2008-03-12 | Fix bug #1911558 - FF: Inventory doesn't scroll to the end. | Travis Howell | |
svn-id: r31110 |