Age | Commit message (Expand) | Author |
2009-01-30 | AGOS: Added TODO about the possibility of using special debug levels | Max Horn |
2009-01-30 | Reorder modules to fix linker issues when all engines are disabled (this orde... | Max Horn |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2009-01-30 | Moved debug() etc. and special debug flag handling code to common/debug.*; al... | Max Horn |
2009-01-30 | cleanup | Max Horn |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2009-01-29 | Be paranoid about g_system being set | Max Horn |
2009-01-29 | restrict charwidth table patch to french version, should fix #2523924 | Gregory Montoir |
2009-01-29 | cleanup | Max Horn |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-28 | T7G: start background music at start of input loop (0x0B). Should fix 2474078... | Henry Bush |
2009-01-28 | fix #2543067 'crash on Bud Tucker in Double Trouble german version', don't co... | Gregory Montoir |
2009-01-28 | Silence GCC warning. | Torbjörn Andersson |
2009-01-28 | Bugfix to allow characters to start moving when some other object (such as a ... | Paul Gilbert |
2009-01-28 | Update Adventure Soft credits. | Travis Howell |
2009-01-27 | Fixed hq2x ASM scaler | Max Horn |
2009-01-27 | Protect save slot 0 from being overwritten and/or deleted by the GMM save/loa... | Filippos Karapetis |
2009-01-27 | remove _firstSlot offset from getSavegame*, fixing autosaves (#2537059) | Willem Jan Palenstijn |
2009-01-27 | typo | Willem Jan Palenstijn |
2009-01-27 | Need graphics/colormasks.h for Graphics::createPixelFormat. | Marcus Comstedt |
2009-01-27 | Disable autosave (fixes [2516389]). | Marcus Comstedt |
2009-01-27 | Proper fix for accented characters in the Italian version of ITE | Filippos Karapetis |
2009-01-27 | Fixed bug #2538838 - "Wrong accented char. in italian fan version [Regression]" | Filippos Karapetis |
2009-01-27 | Silence MSVC warnings | Filippos Karapetis |
2009-01-27 | Re-enabled ASM versions of HQx scalers (oops) | Max Horn |
2009-01-27 | Remove leftover comments. | Matthew Hoops |
2009-01-27 | Add support for looping ADPCM sounds. I'm also adding decoding of the "standa... | Matthew Hoops |
2009-01-27 | Added a debug subcommand to enable a hotspot's position to be changed | Paul Gilbert |
2009-01-27 | Add/Update comments. | Travis Howell |
2009-01-27 | Add looping support to makeVOCStream(). | Travis Howell |
2009-01-27 | Fix regression, the original stream shouldn't be deleted, unless disposeAfter... | Travis Howell |
2009-01-27 | Fix regression, the original stream shouldn't be deleted. | Travis Howell |
2009-01-27 | Added new interpolate16_1_1_1_1 func, got rid of interpolate32_1_1_1_1 | Max Horn |
2009-01-27 | Replaced small lookup table in 2xsai by direct computation | Max Horn |
2009-01-27 | Removed interpolate16_2 and interpolate16_3 | Max Horn |
2009-01-27 | Speed up HQ2x/HQ3x C++ version a bit (about 20% faster with -O3 on my system) | Max Horn |
2009-01-27 | New code for interpolate32_1_1 overflowed in 565 mode, so reverting to the ol... | Max Horn |
2009-01-27 | Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream to... | Max Horn |
2009-01-27 | cleanup | Max Horn |
2009-01-27 | Allow quitting Simon 2 during the intro | Max Horn |
2009-01-26 | Correct md5 checksum for German Atari ST version of Indiana Jones and the Las... | Travis Howell |
2009-01-26 | Removed use of LUT16to32 in HQx asm versions, replacing some MMX code with 'p... | Max Horn |
2009-01-26 | made fix from r36039 more efficient | Willem Jan Palenstijn |
2009-01-26 | Slightly improved interpolate32_1_1 | Max Horn |
2009-01-26 | error out when no renderer was created due to unknown/unsupported PixelFormat | Joost Peters |
2009-01-26 | Add German Atari ST version of Indiana Jones and the Last Crusade. | Travis Howell |
2009-01-26 | Backport of bugfix for incorrect fight animation offset in French version | Paul Gilbert |
2009-01-26 | Implemented the Engine::getDebugger method | Paul Gilbert |
2009-01-26 | Add support for text compression in the AtariST version of Elvira 1. | Travis Howell |
2009-01-25 | added a few more code differences, demo version is now completable | Gregory Montoir |