Age | Commit message (Expand) | Author |
2007-04-18 | Bugfix for original game inter-room routes that could get your sidekick stuck... | Paul Gilbert |
2007-04-17 | Fix scroll handler | Sven Hesse |
2007-04-17 | Changed processInput() to use the ascii value instead of the keycode, so that... | Sven Hesse |
2007-04-17 | Fixed a bug that crept in during clean-up | Sven Hesse |
2007-04-17 | Bugfix for Grub's animation handler | Paul Gilbert |
2007-04-17 | Bugfix to have multiple savegame names list vertically | Paul Gilbert |
2007-04-16 | NDS : Compile fix | Bertrand Augereau |
2007-04-16 | NDS : Potentially faster, less precise, CPU-scaler plugged | Bertrand Augereau |
2007-04-16 | NDS : #define to experiment with a faster, less precise, CPU-scaler | Bertrand Augereau |
2007-04-16 | Fix compilation | Sven Hesse |
2007-04-16 | oops forgot to update this | Nicola Mettifogo |
2007-04-16 | Updating Code::Blocks project. | Nicola Mettifogo |
2007-04-16 | Now handling fonts with brand-new Font hierarchy. Amiga font have been implem... | Nicola Mettifogo |
2007-04-16 | NDS : Trunk fix for latest libnds | Bertrand Augereau |
2007-04-16 | added credits for wince code contributions | Kostas Nakos |
2007-04-16 | Fix the level selection screen in the KIXX XL release of Monkey Island 2 (Ami... | Travis Howell |
2007-04-16 | Updated the MSVC8 project file again, adding the new file init_v3.cpp | Sven Hesse |
2007-04-16 | Mouse button presses shouldn't repeat. Fixes "cut-scene" after the idol part ... | Sven Hesse |
2007-04-16 | Bargon Attack uses wide surfaces, but shouldn't scroll in-game regardless | Sven Hesse |
2007-04-16 | Fixed regression that was added when making it compile with MSVC8 | Sven Hesse |
2007-04-15 | fixed warning | Paweł Kołodziejski |
2007-04-15 | removed unnecessary casts | Gregory Montoir |
2007-04-15 | - Fonts are now preloaded at start. | Nicola Mettifogo |
2007-04-15 | simplification (_useTalkAnims is not used in >= V7) | Gregory Montoir |
2007-04-15 | Added code for decodeParseString.SO_PRINT_WRAP and rewrote the CHARSET_1 func... | Gregory Montoir |
2007-04-15 | Fixing some memory leaks in the GUI code | Max Horn |
2007-04-15 | Added Common::String::contains() method | Max Horn |
2007-04-15 | Added german translation of the .desktop name; removed invalid category 'Appl... | Max Horn |
2007-04-15 | Patch #1700002: New .desktop file translations | Max Horn |
2007-04-15 | Formatting/Cleanup. | Johannes Schickel |
2007-04-15 | Some more supposedly unitialized variables (see bug #1700986) | Sven Hesse |
2007-04-15 | Fixing compile for me, hopefully not breaking it for the MSVC8 again... | Sven Hesse |
2007-04-15 | fix compilation of null backend | Joost Peters |
2007-04-15 | fixed warnings | Paweł Kołodziejski |
2007-04-15 | Another patch by thebluegr (bug #1700986), adding sound/aiff.cpp and backends... | Sven Hesse |
2007-04-15 | Applied the patch by thebluegr (bug #1700986) | Sven Hesse |
2007-04-15 | Fix mouse regression in Swampy Adventures. | Travis Howell |
2007-04-15 | More cleanup. | Johannes Schickel |
2007-04-15 | Update reporting of invalid script opcodes. | Travis Howell |
2007-04-15 | Fix Elvira 1 regression. | Travis Howell |
2007-04-15 | cleanup. | Johannes Schickel |
2007-04-15 | Some more MSVC8 uninitialed variable warning (see bug #1700986) | Sven Hesse |
2007-04-15 | Cleanup. | Travis Howell |
2007-04-15 | Readded lost files. | Johannes Schickel |
2007-04-15 | MSVC8 apparently complains about uninitialized variables there, fixing (see b... | Sven Hesse |
2007-04-15 | - Renamed some files for consistency with other engines. | Johannes Schickel |
2007-04-15 | Removed the need for double<->int conversions in readBuffer() | Sven Hesse |
2007-04-15 | Fixed another IMD drawing glitch (noticeable after Ooya gets his magic bag back) | Sven Hesse |
2007-04-15 | Altered message display to correctly handle optional display of hotspot/chara... | Paul Gilbert |
2007-04-15 | Add eriktorbjorn's patch to split script opcodes into specific game engines. | Travis Howell |