Age | Commit message (Expand) | Author |
2009-03-17 | Removed superfluous comma and namespace specifier. | Marcus Comstedt |
2009-03-17 | Removed superfluous semicolon. | Marcus Comstedt |
2009-03-17 | Changed grabOverlay() and copyRectToOverlay() to use OverlayColor instead of ... | Marcus Comstedt |
2009-02-15 | Removed OSystem_Dreamcast::fillScreen implementation after discussing it with... | Johannes Schickel |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-02-01 | Merged r36175 from branch-0-13-0: | Marcus Comstedt |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2009-01-27 | Need graphics/colormasks.h for Graphics::createPixelFormat. | Marcus Comstedt |
2009-01-27 | Disable autosave (fixes [2516389]). | Marcus Comstedt |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2009-01-22 | Get rid of the wrappers around the zlib stream wrapper wrappers ;) | Max Horn |
2009-01-22 | Got rid of several occurrences of gBitFormat | Max Horn |
2009-01-11 | Enabled GROOVIE and TUCKER as well, as they are enabled by default by the sta... | Marcus Comstedt |
2009-01-10 | Enable IHNM. | Marcus Comstedt |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-14 | Use the new nifty defines DISABLE_TEXT_CONSOLE and DISABLE_COMMAND_LINE. | Marcus Comstedt |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-06 | Got rid of OSystem::ARGBToColor and colorToARGB | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
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 |