Age | Commit message (Expand) | Author |
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 |
2007-06-20 | typo - (returh => return) -- jvprat | Matthew Hoops |
2007-06-20 | Initial implementation of the lookupFile() function. It's meant to search rec... | David Corrales |
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c... | Max Horn |
2007-06-17 | Added a new parameter to the getChildren function, which allows including hid... | David Corrales |
2007-06-16 | Small bugfix. Wrong logical operator. | David Corrales |
2007-06-16 | Removed the isValid operation from the FilesystemNode class in favor of the m... | David Corrales |
2007-06-15 | Added a FIXME comment to the adv. detector code regarding (not) using FSNode/... | Max Horn |
2007-06-15 | ADV detector: Refactored findGameID() a bit, making it possible to use it out... | Max Horn |
2007-06-12 | Patch #1733764: "Fallback detection patch". GSoC student. | Eugene Sandulenko |
2007-06-11 | Fix for bug #1719463: "DETECTOR: Launching undefined target adds launcher entry" | Eugene Sandulenko |
2007-06-06 | Adv detector: Merged upgradeTargetIfNecessary() into detectGameForEngineCreat... | Max Horn |
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode imple... | David Corrales |
2007-06-04 | Expose new fs backend methods in the FilesystemNode class. | David Corrales |
2007-06-03 | Adding the new kFeatureDisableKeyFiltering OSystem feature. | Kostas Nakos |
2007-06-02 | Enhanced Common::String by adding char constructor and operator+ for chars | Max Horn |
2007-05-31 | Merged the fs branch with trunk. r26949:27031 | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-30 | AdvDetector changes: made upgradeTargetIfNecessary internal; cleanup to findG... | Max Horn |
2007-05-30 | Hash<T> is an UnaryFunction (very pedantic and effectively effectless change ... | Max Horn |
2007-05-29 | added EVENT_PREDICTIVE_DIALOG event to bring up the predictive dialog on dema... | Kostas Nakos |