aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2007-09-18Code formatting fixesMax Horn
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-09-15- added PC-98 platform entryJohannes Schickel
2007-09-05Make debug level 11 magic. It turns on all special debug level messages.Eugene Sandulenko
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
2007-08-18Merged some of the changes from the trunk patch back in to the GSoC fsnode br...David Corrales
2007-08-13Add possibility to serve engines with complex Engine class instantiationEugene Sandulenko
2007-08-11Changed OSystem (A)RGBToColor and colorTo(A)RGB methods to use ColorMasks tem...Max Horn
2007-08-05Merged fsnode with trunk: r27971:28460David Corrales
2007-08-01Initial commit of the new BaseFile implementation. It provides a common groun...David Corrales
2007-07-30Renamed some typedefs to avoid clashes with sky engineEugene Sandulenko
2007-07-29Add a removeSavefile() to the default savefile manager based on the new Commo...David Corrales
2007-07-27Early in the morning, strrev() looks like a more difficult problem than itTorbjörn Andersson
2007-07-20Added a remove() function to the Common::File class. Also changed the exists(...David Corrales
2007-07-18Added error codes to the SaveFileManager via the SFMError enum. Also, solved ...David Corrales
2007-07-12Changed SaveFileManager::listSavegames() function to be engine agnostic. It n...David Corrales
2007-07-08Merged the FSNode branch with trunk r27681:27969David Corrales
2007-07-08Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS...Max Horn
2007-07-01Patch #1595026: engine init/shutdown OSystem methodsMax Horn
2007-07-01Re-added __attribute__(packed)Max Horn
2007-06-28Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (c...Max Horn
2007-06-28Changed GOB to use common/frac.hMax Horn
2007-06-28Moved some fixed point code to its own header file; simplified the LinearRate...Max Horn
2007-06-23Missed some files in the branch/trunk merge.David Corrales
2007-06-23Merged the FSNode branch with trunk r27031:27680David Corrales
2007-06-23Added more flexible KeyState constructor; updated comment in gui/Key.hMax Horn
2007-06-22Do not use SCUMMVM_USE_LONG_INT on _MSC_VER anymore (if it *is* needed after ...Max Horn
2007-06-22Moved keyboard stuff to a separate header fileMax Horn
2007-06-22Added constructor & reset() method to Common::KeyStateMax Horn
2007-06-22Promoted the struct inside Common::Event which captures the keystate to a ful...Max Horn
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Added Common::KEYCODE_INALIDMax Horn
2007-06-22Added 'ASCII_' enum values for certain standard keys, and update commentMax Horn
2007-06-22Replace tabs by spaces in keycode enum, to ensure proper indentionMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-22Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum)Max Horn
2007-06-21Modified version of patch #1740493 (EVENTS: Event Key Codes)Max Horn
2007-06-20typo - (returh => return) -- jvpratMatthew Hoops
2007-06-20Initial implementation of the lookupFile() function. It's meant to search rec...David Corrales
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-06-17Added a new parameter to the getChildren function, which allows including hid...David Corrales
2007-06-16Small bugfix. Wrong logical operator.David Corrales
2007-06-16Removed the isValid operation from the FilesystemNode class in favor of the m...David Corrales
2007-06-15Added a FIXME comment to the adv. detector code regarding (not) using FSNode/...Max Horn
2007-06-15ADV detector: Refactored findGameID() a bit, making it possible to use it out...Max Horn
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
2007-06-11Fix for bug #1719463: "DETECTOR: Launching undefined target adds launcher entry"Eugene Sandulenko
2007-06-06Adv detector: Merged upgradeTargetIfNecessary() into detectGameForEngineCreat...Max Horn
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-06-04Expose new fs backend methods in the FilesystemNode class.David Corrales