Age | Commit message (Expand) | Author |
2011-08-06 | AGOS: Reduced header dependency | Eugene Sandulenko |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-02-15 | AGOS: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn |
2010-07-04 | Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, | Torbjörn Andersson |
2009-08-12 | Enable Personal Nightmare by default. | Travis Howell |
2009-08-11 | Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game en... | Travis Howell |
2009-07-11 | Fix recent regression in AGOSEngine_Simon1::drawImage(). | Travis Howell |
2009-07-06 | Use graphics surfaces for screen buffers, and always use correct pitch when w... | Travis Howell |
2009-05-14 | Expand dump image code to cover all games, and add options to the debugger. | Travis Howell |
2009-03-09 | Add more code differences in PN. | Travis Howell |
2009-03-09 | Change Personal Nightmare support to optional, until setjmp/longjmp code is c... | Travis Howell |
2009-03-08 | Clarify several errors messages. | Travis Howell |
2009-03-08 | Add initial support for Personal Nightmare. | Travis Howell |
2009-03-01 | Fix bottom palette in AtariST version of Elvira 2. | Travis Howell |
2009-02-08 | Silenced MSVC warnings about uninitialized variables | Filippos Karapetis |
2009-02-07 | Cleanup. | Travis Howell |
2009-02-07 | Cleanup. | Travis Howell |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-21 | Spacing. | Travis Howell |
2008-07-21 | Avoid branching in the inner loop of AGOS drawVertImageCompressed | Bertrand Augereau |
2008-07-16 | Split the drawVertImage function in the agos engine to make it clearer | Bertrand Augereau |
2008-07-14 | Register spilling avoided in AGOS background drawing (and 2x unrolling) | Bertrand Augereau |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-07-07 | Implemented Common::EventManager::pushEvent() to insert fake events into the ... | Christopher Page |
2008-05-20 | AGOS Engine: Began implementation for a new quit event which will cleanly ret... | Christopher Page |
2008-03-25 | Fix palette glitches in Amiga OCS version of Simon the Sorcerer 1. | Travis Howell |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-07-09 | Fix masking crash in Simon the Sorcerer 1 (Floppy DOS Demo), the address and ... | Travis Howell |
2007-06-21 | Fix regressions, due to buffer changes and cleanup. | Travis Howell |
2007-06-21 | Use frameBuffer directly, in order to drop extra buffer (frontBuffer) and cle... | Travis Howell |
2007-06-19 | Cleanup, could cause regressions. | Travis Howell |
2007-06-10 | Fix timer code in Puzzle Pack, to match original speed. | Travis Howell |
2007-06-01 | Fix regressions, caused by VGATimerEntry type changes. | Travis Howell |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-27 | Adjust code for paranoid compilers. | Travis Howell |
2007-05-26 | Add code for opcodes 177/178 in Elvira 2. | Travis Howell |
2007-05-15 | Minor cleanup. | Travis Howell |
2007-05-15 | Ooops, the y offset in drawBackGround() should be based on state width too. | Travis Howell |
2007-05-15 | Fix regressions in the introduction of Simon the Sorcerer 1 and in the DOS Fl... | Travis Howell |
2007-05-14 | Correct error in drawImages(), where _window3Flag should have been used. | Travis Howell |
2007-05-13 | Cleanup. | Travis Howell |
2007-05-13 | Fix bugs #941074 and #828860, by switching to graphics renderer code used by ... | Travis Howell |
2007-05-10 | Fix glitches in pause options of Elvira 1. | Travis Howell |
2007-05-09 | Fix compilation with MSVC8 | Filippos Karapetis |
2007-05-09 | Imrproved support for Elvira 1/2 and Waxworks. | Travis Howell |
2007-05-08 | Fix masking issues in Amiga versions of Simon the Sorcerer 1. | Travis Howell |