aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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-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-07-30Renamed some typedefs to avoid clashes with sky engineEugene Sandulenko
2007-07-27Early in the morning, strrev() looks like a more difficult problem than itTorbjörn Andersson
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-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-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
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-03Adding the new kFeatureDisableKeyFiltering OSystem feature.Kostas Nakos
2007-06-02Enhanced Common::String by adding char constructor and operator+ for charsMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30AdvDetector changes: made upgradeTargetIfNecessary internal; cleanup to findG...Max Horn
2007-05-30Hash<T> is an UnaryFunction (very pedantic and effectively effectless change ...Max Horn
2007-05-29added EVENT_PREDICTIVE_DIALOG event to bring up the predictive dialog on dema...Kostas Nakos
2007-05-27Paranoia changes (shouldn't have any real effect, though...)Max Horn
2007-05-27Reverted r26922.Johannes Schickel
2007-05-23Commit of patch #1715313 ("CORE: STL like algorithm implementation").Johannes Schickel
2007-05-22Simpilified Singleton implementation and usage.Johannes Schickel
2007-05-01Fix compilation (step 2).Nicola Mettifogo
2007-05-01Implemented a IFF (Interchange File Format) parser and added subclasses to pa...Nicola Mettifogo
2007-05-01also dump debug to stdout in ceKostas Nakos
2007-05-01Cleanup, remove PalmOS dependencies from the ScummVM coreChris Apers
2007-04-28Double-invert the logic on some big/little endian checks (the idea is that we...Max Horn
2007-04-26More cleanupMax Horn
2007-04-26cleanupMax Horn
2007-04-26Patch #1697907: Small patches for AdvancedDetectorMax Horn
2007-04-26Remove bogus use of tstr2 (which is empty at this point anyway)Max Horn