Age | Commit message (Expand) | Author |
2007-09-24 | Adds Common::set_to which sets elements from the range [first, last) to value. | Johannes Schickel |
2007-09-23 | Fixed comment for grabPalette. | Johannes Schickel |
2007-09-23 | Moved MemoryStreamEndian from Saga to Common. | Eugene Sandulenko |
2007-09-21 | Rename file removal functions, to avoid conflicts. Add save game path, when r... | Travis Howell |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | More comment fixing :P | Sven Hesse |
2007-09-18 | Fixed a typo. (Thanks to our Doctor for spotting it) | Johannes Schickel |
2007-09-18 | Clarified the FIXME in Common::File::exists a bit. | Johannes Schickel |
2007-09-18 | Fixes Common::File::exists. Please see the added FIXME comment about the real... | Johannes Schickel |
2007-09-18 | Fix linker issues when doing a plugin build, and (hopefully) also on Windows | Max Horn |
2007-09-18 | Must include stdafx.h before scummsys.h | Max Horn |
2007-09-18 | Fix some warnings | Max Horn |
2007-09-18 | Code formatting fixes | Max Horn |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-09-15 | - added PC-98 platform entry | Johannes Schickel |
2007-09-05 | Make debug level 11 magic. It turns on all special debug level messages. | Eugene Sandulenko |
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers |
2007-08-18 | Merged some of the changes from the trunk patch back in to the GSoC fsnode br... | David Corrales |
2007-08-13 | Add possibility to serve engines with complex Engine class instantiation | Eugene Sandulenko |
2007-08-11 | Changed OSystem (A)RGBToColor and colorTo(A)RGB methods to use ColorMasks tem... | Max Horn |
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales |
2007-08-01 | Initial commit of the new BaseFile implementation. It provides a common groun... | David Corrales |
2007-07-30 | Renamed some typedefs to avoid clashes with sky engine | Eugene Sandulenko |
2007-07-29 | Add a removeSavefile() to the default savefile manager based on the new Commo... | David Corrales |
2007-07-27 | Early in the morning, strrev() looks like a more difficult problem than it | Torbjörn Andersson |
2007-07-20 | Added a remove() function to the Common::File class. Also changed the exists(... | David Corrales |
2007-07-18 | Added error codes to the SaveFileManager via the SFMError enum. Also, solved ... | David Corrales |
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It n... | David Corrales |
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales |
2007-07-08 | Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS... | Max Horn |
2007-07-01 | Patch #1595026: engine init/shutdown OSystem methods | Max Horn |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-06-28 | Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (c... | Max Horn |
2007-06-28 | Changed GOB to use common/frac.h | Max Horn |
2007-06-28 | Moved some fixed point code to its own header file; simplified the LinearRate... | Max Horn |
2007-06-23 | Missed some files in the branch/trunk merge. | David Corrales |
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales |
2007-06-23 | Added more flexible KeyState constructor; updated comment in gui/Key.h | Max Horn |
2007-06-22 | Do not use SCUMMVM_USE_LONG_INT on _MSC_VER anymore (if it *is* needed after ... | Max Horn |
2007-06-22 | Moved keyboard stuff to a separate header file | Max Horn |
2007-06-22 | Added constructor & reset() method to Common::KeyState | Max Horn |
2007-06-22 | Promoted the struct inside Common::Event which captures the keystate to a ful... | Max Horn |
2007-06-22 | Cleaning up after myself (I blame it on, err, uhh... the Vogons?) | Max Horn |
2007-06-22 | Added Common::KEYCODE_INALID | Max Horn |
2007-06-22 | Added 'ASCII_' enum values for certain standard keys, and update comment | Max Horn |
2007-06-22 | Replace tabs by spaces in keycode enum, to ensure proper indention | Max Horn |
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants... | Max Horn |
2007-06-22 | Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum) | Max Horn |
2007-06-21 | Modified version of patch #1740493 (EVENTS: Event Key Codes) | Max Horn |