Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-09 | Only for ARM code | Chris Apers | |
svn-id: r29787 | |||
2007-12-07 | add Common::Rect::center (handy for ::setFocusRectangle()) | Gregory Montoir | |
svn-id: r29751 | |||
2007-12-06 | reverted commit #29736 with a proper fix (I think) to fmopl code | Gregory Montoir | |
svn-id: r29741 | |||
2007-12-06 | Reverted commit #29733, as RandomSource() is called before g_system is ↵ | Filippos Karapetis | |
initialized (e.g. from sound/fmopl.cpp) svn-id: r29736 | |||
2007-12-06 | Do not use time() needlessly | Max Horn | |
svn-id: r29733 | |||
2007-11-21 | remove _ADVANCED_DETECTOR_DEFINE_PLUGIN_HEAD | Gregory Montoir | |
svn-id: r29599 | |||
2007-11-17 | Added 'specialized' versions of set_to for char*, signed char* and unsigned ↵ | Johannes Schickel | |
char* 'In' parameters. svn-id: r29523 | |||
2007-11-13 | Slightly extended/clarified two OSystem doxygen comments | Max Horn | |
svn-id: r29490 | |||
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag | |
svn-id: r29488 | |||
2007-11-11 | Cleanup. | Johannes Schickel | |
svn-id: r29476 | |||
2007-11-11 | Committed patch #1829748 "Fix for memory leaks in File::exists". | Johannes Schickel | |
svn-id: r29474 | |||
2007-11-06 | Patch #1825132: SAVEFILEMAN: renameSavefile implementation | Max Horn | |
svn-id: r29433 | |||
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko | |
svn-id: r29386 | |||
2007-11-02 | Removed now obsolete workarounds | Max Horn | |
svn-id: r29375 | |||
2007-11-01 | Add Greek to the list of ScummVM supported languages, for FR #1723255 - ↵ | Filippos Karapetis | |
"FOTAQ code modifications (mostly for greek translation)" svn-id: r29359 | |||
2007-10-31 | Removed the Common::File::removeFile() methods, and moved their ↵ | David Corrales | |
implementation to the Common::DefaultSaveFileManager::removeSavefile() method, as per Marcus' appraisal and Max's approval. svn-id: r29337 | |||
2007-10-28 | work around ce's lack of posix errno | Kostas Nakos | |
svn-id: r29298 | |||
2007-10-28 | some source formatting fixes | Kostas Nakos | |
svn-id: r29297 | |||
2007-10-28 | Patch #1814831: "Unify the way to report unknown versions of games" | Eugene Sandulenko | |
svn-id: r29293 | |||
2007-10-28 | Patch v5.2 from #1752243: "backends lib patches" | Eugene Sandulenko | |
svn-id: r29283 | |||
2007-10-16 | Committing the set of patches #1814434, thanks to jvprat. They improve the ↵ | David Corrales | |
documentation and parameter naming of the lookFile methods inside Common::FS. svn-id: r29228 | |||
2007-10-16 | Make the exists() method take into account default directories. This makes ↵ | David Corrales | |
the method more robust, since previously it checked absolute paths only. svn-id: r29227 | |||
2007-10-13 | Added extra includes for the DS port now that stdafx.h is no longer included | Neil Millstone | |
svn-id: r29205 | |||
2007-10-04 | Patch #1805208: move matchString to Common::Util | Max Horn | |
svn-id: r29154 | |||
2007-10-03 | Provide dummy remove() function for DC... | Marcus Comstedt | |
svn-id: r29152 | |||
2007-09-24 | Adds Common::set_to which sets elements from the range [first, last) to value. | Johannes Schickel | |
svn-id: r29080 | |||
2007-09-23 | Fixed comment for grabPalette. | Johannes Schickel | |
svn-id: r29079 | |||
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 |