Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-22 | Added constructor & reset() method to Common::KeyState | Max Horn | |
svn-id: r27634 | |||
2007-06-22 | Promoted the struct inside Common::Event which captures the keystate to a ↵ | Max Horn | |
full-blown independent struct named KeyState (makes it easier for engines to capture the full keystate, instead of only the keycode or only the ascii/unicode value) svn-id: r27626 | |||
2007-06-22 | Cleaning up after myself (I blame it on, err, uhh... the Vogons?) | Max Horn | |
svn-id: r27625 | |||
2007-06-22 | Added Common::KEYCODE_INALID | Max Horn | |
svn-id: r27622 | |||
2007-06-22 | Added 'ASCII_' enum values for certain standard keys, and update comment | Max Horn | |
svn-id: r27619 | |||
2007-06-22 | Replace tabs by spaces in keycode enum, to ensure proper indention | Max Horn | |
svn-id: r27618 | |||
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* ↵ | Max Horn | |
constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ svn-id: r27616 | |||
2007-06-22 | Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum) | Max Horn | |
svn-id: r27612 | |||
2007-06-21 | Modified version of patch #1740493 (EVENTS: Event Key Codes) | Max Horn | |
svn-id: r27592 | |||
2007-06-20 | typo - (returh => return) -- jvprat | Matthew Hoops | |
svn-id: r27558 | |||
2007-06-20 | Initial implementation of the lookupFile() function. It's meant to search ↵ | David Corrales | |
recursively for given filename within a set of directories. svn-id: r27551 | |||
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵ | Max Horn | |
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548 | |||
2007-06-17 | Added a new parameter to the getChildren function, which allows including ↵ | David Corrales | |
hidden files in the results. svn-id: r27514 | |||
2007-06-16 | Small bugfix. Wrong logical operator. | David Corrales | |
svn-id: r27474 | |||
2007-06-16 | Removed the isValid operation from the FilesystemNode class in favor of the ↵ | David Corrales | |
much richer combinations possible with the new operations (exists, isReadable and isWritable). The work on the Common::File class is far from complete. Only the necessary was updated. svn-id: r27473 | |||
2007-06-15 | Added a FIXME comment to the adv. detector code regarding (not) using ↵ | Max Horn | |
FSNode/FSList svn-id: r27425 | |||
2007-06-15 | ADV detector: Refactored findGameID() a bit, making it possible to use it ↵ | Max Horn | |
outside the AdvancedDetector framework; also made it generate somewhat more user friendly desc for obsolete game IDs svn-id: r27424 | |||
2007-06-12 | Patch #1733764: "Fallback detection patch". GSoC student. | Eugene Sandulenko | |
svn-id: r27375 | |||
2007-06-11 | Fix for bug #1719463: "DETECTOR: Launching undefined target adds launcher entry" | Eugene Sandulenko | |
svn-id: r27352 | |||
2007-06-06 | Adv detector: Merged upgradeTargetIfNecessary() into ↵ | Max Horn | |
detectGameForEngineCreation() svn-id: r27144 | |||
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode ↵ | David Corrales | |
implementations. Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode. svn-id: r27113 | |||
2007-06-04 | Expose new fs backend methods in the FilesystemNode class. | David Corrales | |
svn-id: r27089 | |||
2007-06-03 | Adding the new kFeatureDisableKeyFiltering OSystem feature. | Kostas Nakos | |
This feature is used by agi's prediction dialog and is a hint to the backend to temporarily switch off any keyboard mapping, used in devices with limited keyboard input. Also, supply some comments to the newly added event & feature. svn-id: r27069 | |||
2007-06-02 | Enhanced Common::String by adding char constructor and operator+ for chars | Max Horn | |
svn-id: r27051 | |||
2007-05-31 | Merged the fs branch with trunk. r26949:27031 | David Corrales | |
svn-id: r27032 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-30 | AdvDetector changes: made upgradeTargetIfNecessary internal; cleanup to ↵ | Max Horn | |
findGameID svn-id: r27020 | |||
2007-05-30 | Hash<T> is an UnaryFunction (very pedantic and effectively effectless change ↵ | Max Horn | |
*g*) svn-id: r27013 | |||
2007-05-29 | added EVENT_PREDICTIVE_DIALOG event to bring up the predictive dialog on ↵ | Kostas Nakos | |
demand by the backends svn-id: r27005 | |||
2007-05-27 | Paranoia changes (shouldn't have any real effect, though...) | Max Horn | |
svn-id: r26972 | |||
2007-05-27 | Reverted r26922. | Johannes Schickel | |
svn-id: r26967 | |||
2007-05-26 | Merged the fs branch with trunk. r26472:26948 | David Corrales | |
svn-id: r26949 | |||
2007-05-23 | Commit of patch #1715313 ("CORE: STL like algorithm implementation"). | Johannes Schickel | |
svn-id: r26929 | |||
2007-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel | |
svn-id: r26922 | |||
2007-05-12 | Use common/singleton.h in the concrete fs factories. | David Corrales | |
svn-id: r26814 | |||
2007-05-12 | Renamed files and minor tweaks. Thanks LordHoto :) | David Corrales | |
svn-id: r26810 | |||
2007-05-03 | Use abstract factories to initialize FilesystemNode objects. | David Corrales | |
svn-id: r26739 | |||
2007-05-01 | Fix compilation (step 2). | Nicola Mettifogo | |
svn-id: r26721 | |||
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to ↵ | Nicola Mettifogo | |
parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code. svn-id: r26719 | |||
2007-05-01 | also dump debug to stdout in ce | Kostas Nakos | |
svn-id: r26711 | |||
2007-05-01 | Cleanup, remove PalmOS dependencies from the ScummVM core | Chris Apers | |
svn-id: r26690 | |||
2007-04-28 | Double-invert the logic on some big/little endian checks (the idea is that ↵ | Max Horn | |
we want to fallback to safe code unless we definitely know no endian/alignment issues are in the way; this way it will work even if the endianess is unknown) svn-id: r26649 | |||
2007-04-26 | More cleanup | Max Horn | |
svn-id: r26602 | |||
2007-04-26 | cleanup | Max Horn | |
svn-id: r26601 | |||
2007-04-26 | Patch #1697907: Small patches for AdvancedDetector | Max Horn | |
svn-id: r26600 | |||
2007-04-26 | Remove bogus use of tstr2 (which is empty at this point anyway) | Max Horn | |
svn-id: r26599 | |||
2007-04-26 | Removing more semicola | Max Horn | |
svn-id: r26597 | |||
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on ↵ | Max Horn | |
scummvm-devel) svn-id: r26594 | |||
2007-04-24 | Patch #1706179: "GUI: Sort languages list" | Eugene Sandulenko | |
svn-id: r26587 | |||
2007-04-15 | Added Common::String::contains() method | Max Horn | |
svn-id: r26514 |