Age | Commit message (Expand) | Author |
2008-08-10 | Added Autosave support for AGI | Christopher Page |
2008-07-15 | Reverted an incorrect change to AGI | Christopher Page |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-07 | Agi works with the new GMM implementation | Christopher Page |
2008-07-07 | Sound settings for AGI are now configurable through the GMM | Christopher Page |
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f... | Christopher Page |
2008-05-27 | AGI: Modified AGI Engine to shutdown without using system->quit | Christopher Page |
2008-05-24 | AGI: Fixed two memory leaks when returning to launcher from AGI Engine | Christopher Page |
2008-04-22 | Fix initialization of Apple //gs sound | Eugene Sandulenko |
2008-04-10 | Allow the predictive dialog to be shown when ego cannot be moved (i.e. when _... | Filippos Karapetis |
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine constru... | Max Horn |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-23 | Define and use enumerations for AGI Mouse protocol 1.0's button states. | Kari Salminen |
2008-01-21 | Implements 2 arguments version of the adj.ego.move.to.x.y-command. Should fix... | Kari Salminen |
2008-01-17 | Fix for isalpha() assertions (Almost identical to revision 29924's fix). Adde... | Kari Salminen |
2008-01-09 | Fixed some issues with AGI keyboard input | Filippos Karapetis |
2008-01-05 | Workaround for Amiga Gold Rush's broken picture 147 by patching it. | Kari Salminen |
2008-01-03 | Silence a -Wuninitialized warning | Max Horn |
2007-12-20 | Clarify AGI FIXME | Max Horn |
2007-12-20 | Fix for isalpha() assertions | Filippos Karapetis |
2007-12-20 | Further changes to the AGI keyboard code, matching it against the original Sa... | Max Horn |
2007-12-20 | More cleanup | Max Horn |
2007-12-20 | get rid of unused globals | Max Horn |
2007-11-28 | Update mouse coordinates onn *all* mouse events, i.e. also after click events | Max Horn |
2007-11-23 | cleanup | Max Horn |
2007-11-22 | Change the AGI image stack to use Common::Stack | Max Horn |
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko |
2007-10-31 | Fix for bug #1751483 - "AGI: The -x command-line option appears to be broken" | Filippos Karapetis |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-01 | An early WIP of PreAGI (TrollVM) support | Eugene Sandulenko |
2007-08-17 | Added a definition for Apple IIGS sound emulation mode, made sound initializa... | Kari Salminen |
2007-08-15 | Added rudimentary classes for different AGI sound resources (IIgsMidi, IIgsSa... | Kari Salminen |
2007-08-15 | Moved AgiSound definition around and also changed it from a struct to a class. | Kari Salminen |
2007-07-16 | Porting DS word completion keyboard changes from branch0-10-0. | Neil Millstone |
2007-07-10 | Fixed bug #1751385 ("LSL: Impossible to enter "Number 9""), which was | Torbjörn Andersson |
2007-07-10 | Make AGI's button drawing use AgiButtonStyle. Doesn't use Amiga-style yet. It... | Kari Salminen |
2007-07-10 | For some reason, AgiTextColor(amigaBlack, _olderAgi? amigaOrange : amigaPurple) | Torbjörn Andersson |
2007-07-10 | Oops. AgiButtonStyle::getColor's color parameters were bool rather than int. ... | Kari Salminen |
2007-07-10 | Add AgiButtonStyle and create correct style according to render mode (Support... | Kari Salminen |
2007-07-09 | Fix for bug #1742432 - AGI: Engine crashes if no game is detected | Filippos Karapetis |
2007-06-28 | Removed superfluous comment and converted an int to bool conversion to a more... | Kari Salminen |
2007-06-26 | Fix saving & restoring with AGI256 and AGI256-2 games. | Kari Salminen |
2007-06-22 | AGI: Properly handle backspace key on all systems, not just OS X | Max Horn |
2007-06-21 | Use KEYCODE constants. | Torbjörn Andersson |
2007-06-20 | Add an additional AGI screen for 256 color data (For use with AGI256 and AGI2... | Kari Salminen |
2007-06-13 | Some cleanup to the pred.dic AGI code | Max Horn |
2007-06-13 | implement predictive dictionary using ascii based operations, replacing the 1... | Kostas Nakos |
2007-06-02 | permit only one instance of predictive dialog, add handling of keypad keys | Kostas Nakos |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |