Age | Commit message (Expand) | Author |
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-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c... | Max Horn |
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-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-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 |
2007-05-27 | Paranoia changes (shouldn't have any real effect, though...) | Max Horn |
2007-05-27 | Reverted r26922. | Johannes Schickel |
2007-05-23 | Commit of patch #1715313 ("CORE: STL like algorithm implementation"). | Johannes Schickel |
2007-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel |
2007-05-01 | Fix compilation (step 2). | Nicola Mettifogo |
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to pa... | Nicola Mettifogo |
2007-05-01 | also dump debug to stdout in ce | Kostas Nakos |
2007-05-01 | Cleanup, remove PalmOS dependencies from the ScummVM core | Chris Apers |
2007-04-28 | Double-invert the logic on some big/little endian checks (the idea is that we... | Max Horn |
2007-04-26 | More cleanup | Max Horn |
2007-04-26 | cleanup | Max Horn |
2007-04-26 | Patch #1697907: Small patches for AdvancedDetector | Max Horn |
2007-04-26 | Remove bogus use of tstr2 (which is empty at this point anyway) | Max Horn |
2007-04-26 | Removing more semicola | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-04-24 | Patch #1706179: "GUI: Sort languages list" | Eugene Sandulenko |
2007-04-15 | Added Common::String::contains() method | Max Horn |
2007-04-09 | also copy debug output to the (redirected) log files | Kostas Nakos |
2007-04-09 | Improve report of unknown MD5, to ease copy-pasting to detection code | Eugene Sandulenko |
2007-04-06 | Updating DS port for changes in main codebase. Code changes for DevkitArm r2... | Neil Millstone |
2007-03-24 | Corrected some c&p error in the documentation. | Johannes Schickel |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-03-17 | Added class NonCopyable, and made various things derive from it | Max Horn |