Age | Commit message (Expand) | Author |
2007-04-16 | Fix the level selection screen in the KIXX XL release of Monkey Island 2 (Ami... | Travis Howell |
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 | Formatting/Cleanup. | Johannes Schickel |
2007-04-15 | Fixing compile for me, hopefully not breaking it for the MSVC8 again... | Sven Hesse |
2007-04-15 | fixed warnings | Paweł Kołodziejski |
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 |
2007-04-15 | Bugfix to have Ratpouch correctly follow player, and new object animation han... | Paul Gilbert |
2007-04-15 | Bugfix to restore the correct part of the screen when the menu changes | Paul Gilbert |
2007-04-15 | Added new script methods | Paul Gilbert |
2007-04-15 | Fix a few Valgrind warnings. | Travis Howell |
2007-04-15 | Fixed some memory leaks. | Nicola Mettifogo |
2007-04-15 | Cleanup. | Travis Howell |
2007-04-15 | Split game engines, to allow further cleanups. | Travis Howell |
2007-04-15 | Cleanup. | Travis Howell |
2007-04-15 | Cleanup. | Travis Howell |
2007-04-15 | Cleanup. | Travis Howell |
2007-04-14 | oops, openStreamFile of course uses milliseconds, not frames, for the playbac... | Max Horn |
2007-04-14 | Removed some leftovers | Max Horn |
2007-04-14 | Replaced the use of DigitalTrackInfo objects (which were being leaked, BTW) w... | Max Horn |
2007-04-14 | - Fixed another IMD drawing glitch (noticeable when becoming a giant) | Sven Hesse |
2007-04-14 | I must have accidentally broken frame skipping when I added DXA playback. Made | Torbjörn Andersson |
2007-04-14 | Renamed AGOSEngine::midi to AGOSEngine::_midi | Max Horn |
2007-04-14 | Gave proper names to previously unknown/partially-known constants | Paul Gilbert |
2007-04-14 | Fixed warning. | Torbjörn Andersson |
2007-04-14 | Implemented handling for barmen (rooms 29, 32, and 35) | Paul Gilbert |
2007-04-14 | Added script method for barmen serving player | Paul Gilbert |
2007-04-13 | Implemented fast modes: CTRL-f for double and CTRL-g for triple speed | Sven Hesse |
2007-04-13 | Moving the mutex locking out of the loop | Sven Hesse |
2007-04-13 | Actually use the palette after loading | Sven Hesse |
2007-04-13 | The scrolling now works without cursor jittering... | Sven Hesse |