Age | Commit message (Expand) | Author |
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 |
2009-03-03 | Changed the int16[5] array used in pathfinding to a structure with explicitly... | Paul Gilbert |
2009-03-02 | Formatting fixes, and added extra constants and function name corrections | Paul Gilbert |
2009-03-01 | Implemented proper support for the Pause 'p' key | Paul Gilbert |
2009-02-19 | Initial work on correct engine pausing | Paul Gilbert |
2009-02-14 | Changed the list of language dependant strings from being hard-coded to dynam... | Paul Gilbert |
2009-02-11 | Added debugger console | Paul Gilbert |
2009-02-10 | Cleaned up the input loop, using ScummVM keycode constants and some newly def... | Paul Gilbert |
2009-02-09 | Changed the save/load process to use a common serialiser | Paul Gilbert |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-25 | Introduced a static string list for language dependant strings, and changed t... | Paul Gilbert |
2009-01-16 | Code formatting fixes, automatically performed by astyle | Max Horn |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |
2008-09-21 | Patch #2054467: CRUISE: 64bits fixes | Eugene Sandulenko |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-12-27 | Early pathfinding | Vincent Hamm |
2007-12-25 | Muting the compiler :P | Sven Hesse |
2007-12-25 | Fix input | Vincent Hamm |
2007-12-25 | Fix palette issues | Vincent Hamm |
2007-12-25 | Fix title screen regression | Vincent Hamm |
2007-12-24 | Fix background save/restore | Vincent Hamm |
2007-12-24 | -Fade in/fade out | Vincent Hamm |
2007-12-20 | Fix compiler warnings | Max Horn |
2007-12-20 | Multiple fix/cleanup | Vincent Hamm |