Age | Commit message (Expand) | Author |
2009-04-18 | Implemented the 'Start Again' menu option to properly restart the game | Paul Gilbert |
2009-04-18 | Changed the 'Exit' game menu option to exit gracefully, rather than using exit() | Paul Gilbert |
2009-04-18 | Added support for the global menu save/loading, and changed the savegame form... | Paul Gilbert |
2009-04-05 | Apart from a "const", the volume() and getVolume() function were identical. | Torbjörn Andersson |
2009-04-05 | Implemented many of the remaining library functions | Paul Gilbert |
2009-04-05 | Created stub manager class for sound effects | Paul Gilbert |
2009-04-04 | Replaced all occurrences of the constant '257' with the existing constant 'NU... | Paul Gilbert |
2009-04-03 | Fixed incorrect palette range usage so room fade-ins happen correctly | Paul Gilbert |
2009-04-01 | Fix compilation via manually implementing strToUpper, instead of relying on s... | Johannes Schickel |
2009-04-01 | Fix warnings. | Johannes Schickel |
2009-04-01 | Laid the basics for music handling | Paul Gilbert |
2009-04-01 | Laid the basics for music handling | Paul Gilbert |
2009-04-01 | Replaced resource type numbers with existing constants | Paul Gilbert |
2009-03-26 | Corrected the positions of two library functions in the library function list | Paul Gilbert |
2009-03-24 | CRUISE: Fixed bug when loading backgroundIncrustStruct::saveWidth (don't divi... | Max Horn |
2009-03-22 | Bug fixes for handling 5-bit layered sprites correctly - this fixes the black... | Paul Gilbert |
2009-03-16 | Code formatting, added further constant references, and corrected method sign... | Paul Gilbert |
2009-03-16 | Converted the Cruise engine to use the new Common::Serializer class | Paul Gilbert |
2009-03-07 | Fixed some method parameters, changed the main loop to a method of the engine... | Paul Gilbert |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-03 | Renamed parameter to silence warning. | Torbjörn Andersson |
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-03 | Formatting fixes | Paul Gilbert |
2009-03-02 | Bugfix for frequent freezes when doing actions - the main movement state swit... | Paul Gilbert |
2009-03-02 | Formatting fixes, and added extra constants and function name corrections | Paul Gilbert |
2009-03-01 | Added an explicit clearing of all animation fields for new animations - this ... | Paul Gilbert |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-03-01 | Formatting fixes | Paul Gilbert |
2009-03-01 | Implemented proper support for the Pause 'p' key | Paul Gilbert |
2009-03-01 | Cleaned up parts of the font display system. Note: Cruise used two almost ide... | Paul Gilbert |
2009-03-01 | Moved mouse cursor definition data into staticres.cpp | Paul Gilbert |
2009-02-19 | Merged the contents of fontCharacterTable into staticres | Paul Gilbert |
2009-02-19 | Initial work on correct engine pausing | Paul Gilbert |
2009-02-19 | In progress work on cleaning up the font system - giving proper variable name... | Paul Gilbert |
2009-02-19 | Moved a set of static arrays into the staticres.cpp file | 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-11 | Removed deprecated method | 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-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
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-25 | Minor cleanup and changed g_cruise to _vm for consistency | Paul Gilbert |
2009-01-16 | Fixed class indention | Max Horn |
2009-01-16 | Code formatting fixes, automatically performed by astyle | Max Horn |
2009-01-16 | Mark cruise save/load code as not endian safe | Max Horn |