Age | Commit message (Expand) | Author |
2010-11-21 | CRUISE: Bugfix for #3064846 - Raoul appearing in Book screen | Paul Gilbert |
2010-11-07 | LURE: Convert printf to debug/warning | Max Horn |
2010-08-09 | CRUISE: Eliminate global constructors | Eugene Sandulenko |
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-10 | Further memory leak fixes | Paul Gilbert |
2009-10-09 | Fixed all memory leaks as far as the initial title screen | Paul Gilbert |
2009-10-09 | Set up a basic tracing system for all memory allocations to help track down m... | Paul Gilbert |
2009-08-24 | Bugfix for freeze when the in-game Pause 'P' key is used | Paul Gilbert |
2009-08-17 | Switched event loop while/do to do/while, to ensure event handling occurs eve... | Paul Gilbert |
2009-07-31 | Fix bug with the event loop that was discarding pending events rather than le... | Paul Gilbert |
2009-07-30 | Patch #2828669: CRUISE: Fix cruise compilation with mingw32ce toolchain | Max Horn |
2009-07-26 | Bugfix for mouse button clicks getting counted multiple times | Paul Gilbert |
2009-07-18 | Minor tweak to prevent mouse clicks that close a user wait message also being... | Paul Gilbert |
2009-07-17 | Added an explicit break out of the event processing loop for mouse buttons an... | Paul Gilbert |
2009-07-14 | Bugfix to cursor updates - it previously required that both X and Y positions... | Paul Gilbert |
2009-07-12 | Added support for sub-relation message types - this fixes trying to attach th... | Paul Gilbert |
2009-07-07 | Bugfix so that user delays work correctly | Paul Gilbert |
2009-07-07 | Bugfix so the game speed will correctly change after showing the credits when... | Paul Gilbert |
2009-07-06 | Removed all the current special cases coding for user (mouse press) waiting, ... | Paul Gilbert |
2009-07-03 | Bugfix for displaying text messages when an auto tracking (cut-scene) changes... | Paul Gilbert |
2009-06-21 | Changed .SPL (sound effect) loading to load the Adlib version of sound effect... | Paul Gilbert |
2009-06-21 | Bugfixes to pre-loading and handling of resources such as sound files | Paul Gilbert |
2009-06-10 | Added support for loading savegames from the launcher | Paul Gilbert |
2009-06-06 | Disabled the execution of scripts when doing a user wait - this prevents anim... | Paul Gilbert |
2009-06-06 | Bugfix to show the title screen at the correct speed when restarting the game | Paul Gilbert |
2009-06-06 | Bugfix for display when multiple user waits follow each other | Paul Gilbert |
2009-06-05 | Tweaks to the code that pauses for a mouse press when displaying many text me... | Paul Gilbert |
2009-06-01 | Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify... | Joost Peters |
2009-06-01 | Replaced loadShort/saveShort functions with applicable endian macros | Paul Gilbert |
2009-05-31 | Slowed down the game to match the original, and introduced the ability to alt... | Paul Gilbert |
2009-05-31 | Merged the wait for mouse press event loop into the main loop, fixing animati... | Paul Gilbert |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-30 | Bugfix to keep ScummVM responsive even when the displayOn variable is set to ... | Paul Gilbert |
2009-05-29 | Bugfix for screen redrawing when waiting for mouse click - this fixes a blank... | Paul Gilbert |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-17 | Endian fix in script data access | Paul Gilbert |
2009-05-17 | Properly named the dialog menu item 'selected' field | Paul Gilbert |
2009-05-15 | Converted various printf statements to use debug, warning, and error. | Paul Gilbert |
2009-05-12 | Changed the hardcoded 'Parler de..' string in the conversation dialog to use ... | Paul Gilbert |
2009-04-18 | Added support for the global menu save/loading, and changed the savegame form... | Paul Gilbert |
2009-04-05 | Implemented many of the remaining library functions | Paul Gilbert |
2009-04-04 | Replaced all occurrences of the constant '257' with the existing constant 'NU... | Paul Gilbert |
2009-04-01 | Laid the basics for music handling | Paul Gilbert |
2009-03-16 | Code formatting, added further constant references, and corrected method sign... | Paul Gilbert |
2009-03-07 | Fixed some method parameters, changed the main loop to a method of the engine... | Paul Gilbert |
2009-03-03 | Corrected click handling when a text message is displaying to properly dismis... | Paul Gilbert |