Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-13 | Big 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-03 | Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ↵ | Max Horn | |
to backends svn-id: r34304 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-08-27 | FSNode code: Merged most versions of lastPathComponent() into one new ↵ | Max Horn | |
AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character svn-id: r34197 | |||
2008-08-22 | code formatting cleanup | Max Horn | |
svn-id: r34096 | |||
2008-07-20 | Solaris tr does not like character classes in some locales. Use "C" locale. | Marcus Comstedt | |
svn-id: r33143 | |||
2008-07-05 | Enable all engines. | Marcus Comstedt | |
svn-id: r32923 | |||
2008-06-29 | Updated to use new EngineMan.detectGames() API. | Marcus Comstedt | |
svn-id: r32838 | |||
2008-06-29 | New Mixer API. | Marcus Comstedt | |
svn-id: r32836 | |||
2008-06-28 | Set $(DEPDIR). | Marcus Comstedt | |
svn-id: r32832 | |||
2008-05-12 | - Added an engine plugin manager and moved engine specific functionality into it | Jordi Vilalta Prat | |
- base/plugins.* reorganization svn-id: r32045 | |||
2008-05-06 | Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles | Jordi Vilalta Prat | |
svn-id: r31889 | |||
2008-05-02 | Updated the list of the DC plugins' exported symbols | Jordi Vilalta Prat | |
svn-id: r31802 | |||
2008-04-05 | Code cleanup. | Marcus Comstedt | |
svn-id: r31414 | |||
2008-03-01 | Added getTimeAndDate() implementation. | Marcus Comstedt | |
svn-id: r31027 | |||
2008-03-01 | Integrated fs factory into osystem object. | Marcus Comstedt | |
svn-id: r31024 | |||
2008-03-01 | Moved Dreamcast filesystem factory to platform directory. | Marcus Comstedt | |
svn-id: r31021 | |||
2008-02-03 | Use vmsfs_delete_file now that libronin supports it... | Marcus Comstedt | |
svn-id: r30772 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-03 | Use system call to return to DC boot menu rather than relying on exit() | Marcus Comstedt | |
to do the job. svn-id: r30197 | |||
2008-01-03 | Disable compilation of default savefile manager, to avoid having it pulled | Marcus Comstedt | |
in by --whole-archive when building with plugins. svn-id: r30185 | |||
2008-01-03 | Remove -I$(srcdir)/common from include path (not needed anymore). | Marcus Comstedt | |
svn-id: r30184 | |||
2008-01-03 | Updated build requirements. | Marcus Comstedt | |
svn-id: r30183 | |||
2007-12-08 | Use "new" framework for compressed saves... | Marcus Comstedt | |
svn-id: r29765 | |||
2007-12-08 | Fixed 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-19 | KEYCODE_ENTER should be KEYCODE_RETURN, actually... | Marcus Comstedt | |
svn-id: r28972 | |||
2007-09-19 | displayName() -> getDisplayName() | Marcus Comstedt | |
path() -> getPath() listDir() -> getChildren() svn-id: r28971 | |||
2007-09-19 | Fixed fallout from keycode being made an enum. | Marcus Comstedt | |
svn-id: r28970 | |||
2007-09-19 | Include <graphics/surface.h> for Graphics::Surface. | Marcus Comstedt | |
svn-id: r28969 | |||
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 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-07-08 | Removed various obsolete methods from OSystem (screenToOverlayX/Y, ↵ | Max Horn | |
overlayToScreenX/Y) svn-id: r27961 | |||
2007-07-01 | Removing non-ASCII chars from source code | Max Horn | |
svn-id: r27818 | |||
2007-06-24 | Use keycodes instead of the (bad) ascii code for function keys in the DC backend | Max Horn | |
svn-id: r27695 | |||
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-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-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-05 | Fixed bug 1711393. | Marcus Comstedt | |
svn-id: r26750 | |||
2007-03-27 | Fixed yet another DC compile error | Max Horn | |
svn-id: r26309 | |||
2007-03-26 | Fix compile error in the DC port | Max Horn | |
svn-id: r26306 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-02-18 | flush()->finalize() | Marcus Comstedt | |
svn-id: r25683 | |||
2007-01-27 | DetectedGameList -> GameList. | Marcus Comstedt | |
svn-id: r25235 | |||
2006-10-22 | delayMillis() should now cope with delays over 20 minutes without overflowing. | Marcus Comstedt | |
svn-id: r24456 | |||
2006-10-22 | Removed timerproc and soundproc. | Marcus Comstedt | |
svn-id: r24455 | |||
2006-10-22 | Modularization. | Marcus Comstedt | |
svn-id: r24453 | |||
2006-10-22 | Check for degenerated rect in copyRectTo*. | Marcus Comstedt | |
svn-id: r24452 | |||
2006-10-07 | #include <base/engine.h> -> #include <engines/engine.h (Though I don't like | Eugene Sandulenko | |
those angle brackets) svn-id: r24178 | |||
2006-10-07 | Instantiate and hook up the plugin providers in the main() function of the ↵ | Max Horn | |
corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup svn-id: r24153 |