Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-09-03 | Commented out currently broken code, adding a FIXME | Filippos Karapetis | |
svn-id: r34297 | |||
2008-08-10 | Added Autosave support for AGI | Christopher Page | |
svn-id: r33772 | |||
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page | |
svn-id: r32984 | |||
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events ↵ | Christopher Page | |
instead of EventTypes. Reimplemented Queue as a List instead of Array. Updated AGOS, AGI, CINE, GOB, and KYRA to work with the current implementation of the GMM svn-id: r32971 | |||
2008-07-07 | Agi works with the new GMM implementation | Christopher Page | |
svn-id: r32953 | |||
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So ↵ | Christopher Page | |
far agi, agos, and cine are now using the new _quit flag. svn-id: r32770 | |||
2008-01-21 | Implements 2 arguments version of the adj.ego.move.to.x.y-command. Should ↵ | Kari Salminen | |
fix bug #1733297 (GR: Actor stuck (Amiga version)). Savegames when using adj.ego.move.to.x.y-command may be broken at the moment. svn-id: r30602 | |||
2008-01-13 | Indentation | Kari Salminen | |
svn-id: r30478 | |||
2008-01-02 | Add GF_OLDAMIGAV20 game flag for correctly setting computer type (v20 i.e. ↵ | Kari Salminen | |
vComputer) for particular old Amiga AGI games (Space Quest I v1.2 at the moment). svn-id: r30164 | |||
2008-01-02 | Set AGI's computer type variable (v20 i.e. vComputer) according to the used ↵ | Kari Salminen | |
platform. Now using different values for IBM-PC, Atari ST, Amiga and Apple IIGS platforms. svn-id: r30153 | |||
2008-01-02 | Set amount of free memory (v8 i.e. vFreePages) to maximum value (Also when ↵ | Kari Salminen | |
loading a saved game!). Fixes Gold Rush's help screen and bible passage showing. svn-id: r30136 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-06-29 | Set AGI monitor type variable (vMonitor/v26) according to render mode. | Kari Salminen | |
svn-id: r27774 | |||
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-05-07 | Fixed some comments | Filippos Karapetis | |
svn-id: r26771 | |||
2007-03-21 | adding debug message if running AGIPAL game | Matthew Hoops | |
svn-id: r26271 | |||
2007-02-13 | Get rid of _opt. Cleanup. | Eugene Sandulenko | |
svn-id: r25549 | |||
2007-02-03 | Fixing various doxygen warnings | Max Horn | |
svn-id: r25362 | |||
2007-01-16 | Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran. | David Symonds | |
svn-id: r25103 | |||
2007-01-16 | Formating names in source code | Paweł Kołodziejski | |
svn-id: r25101 | |||
2007-01-12 | Slighty modified patch #1631229: "Revamp of AGI savegame system" | Eugene Sandulenko | |
svn-id: r25069 | |||
2007-01-06 | Start removing hires code from AGI engine. | David Symonds | |
svn-id: r25033 | |||
2006-12-06 | first phase of objectisation of agi engine | Paweł Kołodziejski | |
svn-id: r24808 | |||
2006-06-10 | Pop AGIs text.cpp into a class, for later cleanup. | James Brown | |
svn-id: r23011 | |||
2006-05-30 | objectify AGI sprite.h/cpp | Chris Apers | |
svn-id: r22781 | |||
2006-05-29 | objectify AGI menu.h/cpp | Willem Jan Palenstijn | |
svn-id: r22757 | |||
2006-05-25 | Made CGA rendering, EGA/VGA palette selectable via render_mode | Eugene Sandulenko | |
svn-id: r22632 | |||
2006-05-25 | fixed regression after conversion console | Paweł Kołodziejski | |
svn-id: r22626 | |||
2006-05-24 | converted to scummvm console style | Paweł Kołodziejski | |
svn-id: r22618 | |||
2006-05-24 | removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRES | Paweł Kołodziejski | |
svn-id: r22609 | |||
2006-05-24 | include mouse support always | Paweł Kołodziejski | |
svn-id: r22605 | |||
2006-05-23 | imported AGI engine | Paweł Kołodziejski | |
svn-id: r22588 |