Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-23 | Moved MemoryStreamEndian from Saga to Common. | Eugene Sandulenko | |
svn-id: r29038 | |||
2007-09-21 | Rename file removal functions, to avoid conflicts. Add save game path, when ↵ | Travis Howell | |
removing files via SaveFileManager. svn-id: r29001 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | More comment fixing :P | Sven Hesse | |
svn-id: r28957 | |||
2007-09-18 | Fixed a typo. (Thanks to our Doctor for spotting it) | Johannes Schickel | |
svn-id: r28956 | |||
2007-09-18 | Clarified the FIXME in Common::File::exists a bit. | Johannes Schickel | |
svn-id: r28954 | |||
2007-09-18 | Fixes Common::File::exists. Please see the added FIXME comment about the ↵ | Johannes Schickel | |
real problem. svn-id: r28952 | |||
2007-09-18 | Fix linker issues when doing a plugin build, and (hopefully) also on Windows | Max Horn | |
svn-id: r28950 | |||
2007-09-18 | Must include stdafx.h before scummsys.h | Max Horn | |
svn-id: r28949 | |||
2007-09-18 | Fix some warnings | Max Horn | |
svn-id: r28947 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-09-15 | - added PC-98 platform entry | Johannes Schickel | |
- added Kyrandia 1 PC-98 detection entries svn-id: r28907 | |||
2007-09-05 | Make debug level 11 magic. It turns on all special debug level messages. | Eugene Sandulenko | |
svn-id: r28858 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-08-18 | Merged some of the changes from the trunk patch back in to the GSoC fsnode ↵ | David Corrales | |
branch. svn-id: r28649 | |||
2007-08-13 | Add possibility to serve engines with complex Engine class instantiation | Eugene Sandulenko | |
svn-id: r28582 | |||
2007-08-11 | Changed OSystem (A)RGBToColor and colorTo(A)RGB methods to use ColorMasks ↵ | Max Horn | |
templates; clarified some OSystem comments svn-id: r28517 | |||
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales | |
svn-id: r28462 | |||
2007-08-01 | Initial commit of the new BaseFile implementation. It provides a common ↵ | David Corrales | |
ground for file objects across platforms and divides responsibilities between the Common::File class and a base file implementation. Also rearranged the factories into a new directory for clarity. Note 1: The posix-file.h and cpp files are for testing only. Only the ds, ps2 and symbian architecture will use special BaseFile based objects. Note 2: The current code does not yet make use of this new structure, since the Common::File remains intact. svn-id: r28395 | |||
2007-07-30 | Renamed some typedefs to avoid clashes with sky engine | Eugene Sandulenko | |
svn-id: r28321 | |||
2007-07-29 | Add a removeSavefile() to the default savefile manager based on the new ↵ | David Corrales | |
Common::File::remove(). svn-id: r28282 | |||
2007-07-27 | Early in the morning, strrev() looks like a more difficult problem than it | Torbjörn Andersson | |
really is. It's actually quite simple. In fact, the only magical thing about Bob's version was the way it swapped variables without using any temporary variable. Rewrote the function to use our SWAP() instead, since that actually makes it readable. Moved it to util.cpp (outside the Common namespace, for consistency with scumm_stricmp()) since Kirben knew of other places where it could be used. svn-id: r28231 | |||
2007-07-20 | Added a remove() function to the Common::File class. Also changed the ↵ | David Corrales | |
exists() function to account for new capabilities in the FSNode layer. svn-id: r28150 | |||
2007-07-18 | Added error codes to the SaveFileManager via the SFMError enum. Also, solved ↵ | David Corrales | |
TODO's in the default-saves implementation. svn-id: r28140 | |||
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It ↵ | David Corrales | |
now returns a list will the full paths of existing files that match a given regex. Additionally, modified the 5 engines which use the default manager (Agos, Queen, Saga, Scumm and Touche) to parse the filename list and mark the available saves bool array correctly. svn-id: r28046 | |||
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales | |
svn-id: r27970 | |||
2007-07-08 | Removed various obsolete methods from OSystem (screenToOverlayX/Y, ↵ | Max Horn | |
overlayToScreenX/Y) svn-id: r27961 | |||
2007-07-01 | Patch #1595026: engine init/shutdown OSystem methods | Max Horn | |
svn-id: r27837 | |||
2007-07-01 | Re-added __attribute__(packed) | Max Horn | |
svn-id: r27830 | |||
2007-06-28 | Switched Paula (Amiga MOD) code to use fixed point math instead of doubles ↵ | Max Horn | |
(caveat: this only works for samples < 32k right now; if this ever turns out to be a problem, I can fix it, though) svn-id: r27767 | |||
2007-06-28 | Changed GOB to use common/frac.h | Max Horn | |
svn-id: r27763 | |||
2007-06-28 | Moved some fixed point code to its own header file; simplified the ↵ | Max Horn | |
LinearRateConverter code a bit; corrected some comments; split makeRateConverter into two funcs (one of them being a template func), for easier maintenance svn-id: r27760 | |||
2007-06-23 | Missed some files in the branch/trunk merge. | David Corrales | |
svn-id: r27682 | |||
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales | |
svn-id: r27681 | |||
2007-06-23 | Added more flexible KeyState constructor; updated comment in gui/Key.h | Max Horn | |
svn-id: r27654 | |||
2007-06-22 | Do not use SCUMMVM_USE_LONG_INT on _MSC_VER anymore (if it *is* needed after ↵ | Max Horn | |
all, speak up -- that FIXME has been in there for far too long, however) svn-id: r27641 | |||
2007-06-22 | Moved keyboard stuff to a separate header file | Max Horn | |
svn-id: r27640 | |||
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 |