index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
dc
Age
Commit message (
Expand
)
Author
2008-09-20
In the CD filesystem, nothing can be opened for writing, so just
Marcus Comstedt
2008-09-20
game.h is now in engines, not base.
Marcus Comstedt
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-09-03
Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...
Max Horn
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-08-27
FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...
Max Horn
2008-08-22
code formatting cleanup
Max Horn
2008-07-20
Solaris tr does not like character classes in some locales. Use "C" locale.
Marcus Comstedt
2008-07-05
Enable all engines.
Marcus Comstedt
2008-06-29
Updated to use new EngineMan.detectGames() API.
Marcus Comstedt
2008-06-29
New Mixer API.
Marcus Comstedt
2008-06-28
Set $(DEPDIR).
Marcus Comstedt
2008-05-12
- Added an engine plugin manager and moved engine specific functionality into it
Jordi Vilalta Prat
2008-05-06
Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles
Jordi Vilalta Prat
2008-05-02
Updated the list of the DC plugins' exported symbols
Jordi Vilalta Prat
2008-04-05
Code cleanup.
Marcus Comstedt
2008-03-01
Added getTimeAndDate() implementation.
Marcus Comstedt
2008-03-01
Integrated fs factory into osystem object.
Marcus Comstedt
2008-03-01
Moved Dreamcast filesystem factory to platform directory.
Marcus Comstedt
2008-02-03
Use vmsfs_delete_file now that libronin supports it...
Marcus Comstedt
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-03
Use system call to return to DC boot menu rather than relying on exit()
Marcus Comstedt
2008-01-03
Disable compilation of default savefile manager, to avoid having it pulled
Marcus Comstedt
2008-01-03
Remove -I$(srcdir)/common from include path (not needed anymore).
Marcus Comstedt
2008-01-03
Updated build requirements.
Marcus Comstedt
2007-12-08
Use "new" framework for compressed saves...
Marcus Comstedt
2007-12-08
Fixed bug in glob matching function.
Marcus Comstedt
2007-10-03
* Added removeSavefile()
Marcus Comstedt
2007-09-19
KEYCODE_ENTER should be KEYCODE_RETURN, actually...
Marcus Comstedt
2007-09-19
displayName() -> getDisplayName()
Marcus Comstedt
2007-09-19
Fixed fallout from keycode being made an enum.
Marcus Comstedt
2007-09-19
Include <graphics/surface.h> for Graphics::Surface.
Marcus Comstedt
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Code formatting fixes
Max Horn
2007-07-08
Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS...
Max Horn
2007-07-01
Removing non-ASCII chars from source code
Max Horn
2007-06-24
Use keycodes instead of the (bad) ascii code for function keys in the DC backend
Max Horn
2007-06-22
Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...
Max Horn
2007-06-19
Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-05
Fixed bug 1711393.
Marcus Comstedt
2007-03-27
Fixed yet another DC compile error
Max Horn
2007-03-26
Fix compile error in the DC port
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-02-18
flush()->finalize()
Marcus Comstedt
2007-01-27
DetectedGameList -> GameList.
Marcus Comstedt
2006-10-22
delayMillis() should now cope with delays over 20 minutes without overflowing.
Marcus Comstedt
2006-10-22
Removed timerproc and soundproc.
Marcus Comstedt
2006-10-22
Modularization.
Marcus Comstedt
[next]