Age | Commit message (Expand) | Author |
2009-07-31 | Fix bug with the event loop that was discarding pending events rather than le... | Paul Gilbert |
2009-07-31 | GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code ... | John Willis |
2009-07-31 | GP2X: Clean up README-GP2X and remove HTML version of it from SVN (no one eve... | John Willis |
2009-07-31 | When renaming old savefiles for Nippon Safes, don't assert if a file that mat... | Nicola Mettifogo |
2009-07-31 | Prevent high-resolution layouts to be loaded on low resolutions. | Vicent Marti |
2009-07-30 | Fixed corrupted theme files. | Vicent Marti |
2009-07-30 | cleanup | Max Horn |
2009-07-30 | SCUMM: Properly detect & distinguish the three FM-TOWNS double-demos | Max Horn |
2009-07-30 | Patch #2828669: CRUISE: Fix cruise compilation with mingw32ce toolchain | Max Horn |
2009-07-30 | Added Strangerke to credits, and moved wjp from Gob to SCI on his request | Max Horn |
2009-07-30 | Changed 10rdH070's nick back to LordHoto, and added Hkz to the credits | Max Horn |
2009-07-30 | Overhauled the credits: Retired members are now (partially) back to their old... | Max Horn |
2009-07-30 | Fix Browser dialog name. | Johannes Schickel |
2009-07-30 | Change code to use our fractional utilities. | Johannes Schickel |
2009-07-30 | DS: Started work on a new build system for the Nintendo DS port, based on co... | Max Horn |
2009-07-30 | minor cleanup to scale2x, to avoid confusing the compiler about potential poi... | Max Horn |
2009-07-30 | NDS: Changed jtypes.h to ndstypes.h (this 'newer' name has been in effect eve... | Max Horn |
2009-07-30 | Fixed missing clearing of the low bit of the alpha mask in the "dim" screen s... | Johannes Schickel |
2009-07-30 | Fix bug #2829737: "GUI: Wrong background colours on dialog screens (IRIX)". | Johannes Schickel |
2009-07-30 | Prevent our "credits" make target updating Credits.rtf, which in fact is not ... | Johannes Schickel |
2009-07-30 | Add tanoku to our GUI credits section. | Johannes Schickel |
2009-07-30 | Fix bug which caused the mouse cursor not to update in some cases. | Johannes Schickel |
2009-07-30 | Cleanup the header file as I removed one function in r42922. | Nicola Mettifogo |
2009-07-30 | Fixed typo in user message. | Nicola Mettifogo |
2009-07-30 | Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon Sa... | Nicola Mettifogo |
2009-07-30 | Added the character lookup table for the Spanish font | Paul Gilbert |
2009-07-30 | Patch #2818501: enable scale2x mmx on x86_64 | Max Horn |
2009-07-29 | SWORD1 & SWORD2: Replaced ioFailed by err+eos | Max Horn |
2009-07-29 | Removed redundant File::ioFailed() implementation; also turned ReadStream::io... | Max Horn |
2009-07-29 | Removed last traces of clearIOFailed. Yay :) | Max Horn |
2009-07-29 | SCUMM: Fix verb/sentence handling in Indy3 mac (there, a double click must be... | Max Horn |
2009-07-29 | Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on sy... | Johannes Schickel |
2009-07-29 | Fix regression, which prevented saving in COMI. | Johannes Schickel |
2009-07-29 | SCUMM: Enable looping in Indy3Mac sound effects | Max Horn |
2009-07-29 | Fix a little bug in KyraEngine_MR::showBadConscience, which prevented Gunther... | Johannes Schickel |
2009-07-29 | Oops, fixing a regression I created with the Map_v4/Map_v2-merge | Sven Hesse |
2009-07-29 | Fix saving of item in hand in HoF and MR. | Johannes Schickel |
2009-07-29 | Fix animation script sound effect opcode implementation in Kyra3. | Johannes Schickel |
2009-07-29 | SCUMM: Rewrote ScummEngine::inventoryScriptIndy3Mac for clarity | Max Horn |
2009-07-29 | Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundType | Sven Hesse |
2009-07-29 | Sort audio output rates numerically (see FR #2821525) | Max Horn |
2009-07-29 | GUI: When clicking in a scrollbar to page up/down, don't scroll a full page; ... | Max Horn |
2009-07-29 | SCUMM: cleanup | Max Horn |
2009-07-28 | SCUMM: Moved _inventoryOffset to ScummEngine_v2 and save it. | Max Horn |
2009-07-28 | Patch #2828644: Support for mingw32ce 0.5.1 toolchain in configure script | Max Horn |
2009-07-28 | SCI: Avoid using perror (it's not portable) | Max Horn |
2009-07-28 | GP2XWiz: Add downscale support to the backend using the PocketPCHalfARM scale... | John Willis |
2009-07-28 | Broken Sword 2, unsurprisingly, had the same subtitle drawing glitch for small | Torbjörn Andersson |
2009-07-28 | Fixed drawing subtitles for cutscenes that are narrower than the screen, and | Torbjörn Andersson |
2009-07-28 | More alignment-related changes | Sven Hesse |