aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc
AgeCommit message (Collapse)Author
2009-01-10Enable IHNM.Marcus Comstedt
svn-id: r35808
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> ↵Johannes Schickel
gui/GuiManager.h svn-id: r35668
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-14Use the new nifty defines DISABLE_TEXT_CONSOLE and DISABLE_COMMAND_LINE.Marcus Comstedt
svn-id: r35363
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵Max Horn
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
svn-id: r34911
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
svn-id: r34716
2008-09-20In the CD filesystem, nothing can be opened for writing, so justMarcus Comstedt
short-circuit any call to openForWriting(). Also, directories and non-existing files can't be opened for reading either, so just return 0 for those. svn-id: r34621
2008-09-20game.h is now in engines, not base.Marcus Comstedt
svn-id: r34620
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549
2008-09-13Big patch changing the signature of various Stream methods (some ports may ↵Max Horn
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514
2008-09-03Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ↵Max Horn
to backends svn-id: r34304
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵Max Horn
'typedef Common::String String;' name aliases svn-id: r34302
2008-08-27FSNode code: Merged most versions of lastPathComponent() into one new ↵Max Horn
AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character svn-id: r34197
2008-08-22code formatting cleanupMax Horn
svn-id: r34096
2008-07-20Solaris tr does not like character classes in some locales. Use "C" locale.Marcus Comstedt
svn-id: r33143
2008-07-05Enable all engines.Marcus Comstedt
svn-id: r32923
2008-06-29Updated to use new EngineMan.detectGames() API.Marcus Comstedt
svn-id: r32838
2008-06-29New Mixer API.Marcus Comstedt
svn-id: r32836
2008-06-28Set $(DEPDIR).Marcus Comstedt
svn-id: r32832
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
- base/plugins.* reorganization svn-id: r32045
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
svn-id: r31889
2008-05-02Updated the list of the DC plugins' exported symbolsJordi Vilalta Prat
svn-id: r31802
2008-04-05Code cleanup.Marcus Comstedt
svn-id: r31414
2008-03-01Added getTimeAndDate() implementation.Marcus Comstedt
svn-id: r31027
2008-03-01Integrated fs factory into osystem object.Marcus Comstedt
svn-id: r31024
2008-03-01Moved Dreamcast filesystem factory to platform directory.Marcus Comstedt
svn-id: r31021
2008-02-03Use vmsfs_delete_file now that libronin supports it...Marcus Comstedt
svn-id: r30772
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-03Use system call to return to DC boot menu rather than relying on exit()Marcus Comstedt
to do the job. svn-id: r30197
2008-01-03Disable compilation of default savefile manager, to avoid having it pulledMarcus Comstedt
in by --whole-archive when building with plugins. svn-id: r30185
2008-01-03Remove -I$(srcdir)/common from include path (not needed anymore).Marcus Comstedt
svn-id: r30184
2008-01-03Updated build requirements.Marcus Comstedt
svn-id: r30183
2007-12-08Use "new" framework for compressed saves...Marcus Comstedt
svn-id: r29765
2007-12-08Fixed bug in glob matching function.Marcus Comstedt
svn-id: r29764
2007-10-03* Added removeSavefile()Marcus Comstedt
* New style listSavefiles() using a glob svn-id: r29153
2007-09-19KEYCODE_ENTER should be KEYCODE_RETURN, actually...Marcus Comstedt
svn-id: r28972
2007-09-19displayName() -> getDisplayName()Marcus Comstedt
path() -> getPath() listDir() -> getChildren() svn-id: r28971
2007-09-19Fixed fallout from keycode being made an enum.Marcus Comstedt
svn-id: r28970
2007-09-19Include <graphics/surface.h> for Graphics::Surface.Marcus Comstedt
svn-id: r28969
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-07-08Removed various obsolete methods from OSystem (screenToOverlayX/Y, ↵Max Horn
overlayToScreenX/Y) svn-id: r27961
2007-07-01Removing non-ASCII chars from source codeMax Horn
svn-id: r27818
2007-06-24Use keycodes instead of the (bad) ascii code for function keys in the DC backendMax Horn
svn-id: r27695
2007-06-22Converted 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-19Implemented 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-05-30Updated 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-05Fixed bug 1711393.Marcus Comstedt
svn-id: r26750
2007-03-27Fixed yet another DC compile errorMax Horn
svn-id: r26309