Age | Commit message (Expand) | Author |
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 |
2007-05-27 | Paranoia changes (shouldn't have any real effect, though...) | Max Horn |
2007-05-27 | Reverted r26922. | Johannes Schickel |
2007-05-26 | Merged the fs branch with trunk. r26472:26948 | David Corrales |
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-12 | Use common/singleton.h in the concrete fs factories. | David Corrales |
2007-05-12 | Renamed files and minor tweaks. Thanks LordHoto :) | David Corrales |
2007-05-03 | Use abstract factories to initialize FilesystemNode objects. | David Corrales |
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 |