Age | Commit message (Expand) | Author |
2005-08-14 | Run the detectors on one directory at a time, rather than one file at a time. | Marcus Comstedt |
2005-08-14 | Force a single PHDR. | Marcus Comstedt |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-27 | Implemented OSystem_Dreamcast::grabPalette(). | Marcus Comstedt |
2005-06-27 | Implemented InVMSave::skip(). | Marcus Comstedt |
2005-06-24 | Changed #include <stdafx.h> to #include <common/stdafx.h>. It should | Torbjörn Andersson |
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn |
2005-05-04 | Dispense with the filename field of InVMSaves. | Marcus Comstedt |
2005-05-04 | Cleanup of the cleanup code. :-) | Marcus Comstedt |
2005-05-04 | Split VMSave into InVMSave and OutVMSave. | Marcus Comstedt |
2005-04-27 | Slightly more elegant LauncherDialog connector. | Marcus Comstedt |
2005-04-27 | Added eos() method. | Marcus Comstedt |
2005-04-22 | add a comment regarding an odd hack | Max Horn |
2005-04-19 | Replace OSystem::hasAlpha with a feature flag | Max Horn |
2005-04-11 | Typo | Max Horn |
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one fo... | Max Horn |
2005-04-03 | Added mouse wheel support. | Marcus Comstedt |
2005-04-03 | Oops, cleared too large memory region... | Marcus Comstedt |
2005-04-03 | Switch overlay mode to ARGB4444. | Marcus Comstedt |
2005-04-03 | Added new cursorTargetScale parameter to setMouseCursor(). | Marcus Comstedt |
2005-04-03 | SaveFile stuff now resides in <common/savefile.h>. | Marcus Comstedt |
2005-04-02 | Until there is a proper way of communicating pixel format, declare ugly globa... | Marcus Comstedt |
2005-03-09 | Patch #1013937 "OSystem layer with bigger resolution". Now you will always | Eugene Sandulenko |
2005-01-07 | Access timer. | Marcus Comstedt |
2004-12-09 | Made SoftKbd more usable with a mouse. | Marcus Comstedt |
2004-12-06 | Switch back from netcd to regular ronin. | Marcus Comstedt |
2004-12-06 | Use delete[] for dirs now that it contains objects. | Marcus Comstedt |
2004-12-06 | Updated instructions. | Marcus Comstedt |
2004-12-05 | Clean up OSystem::Event | Max Horn |
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'... | Max Horn |
2004-11-26 | Another one... | Max Horn |
2004-11-26 | Trying to fix the WinCE/DC port breakage -- blindfolded, though, hence it pro... | Max Horn |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-04 | Got rid of OSystem::move_screen | Max Horn |
2004-08-29 | Clear screen and overlay buffer after allocation. | Marcus Comstedt |
2004-08-29 | Disable interrupts while performing cache trickery, just in case. | Marcus Comstedt |
2004-08-29 | Oops, forgot to clear BSS... | Marcus Comstedt |
2004-08-26 | Don't return -1 from read/write, they are uint32... | Marcus Comstedt |
2004-08-26 | Run the DC launcher from inside the regular main() function. | Marcus Comstedt |
2004-08-26 | Removed obsolete checks for LFL games (thank you MD5!). | Marcus Comstedt |
2004-08-26 | Disable building of scalers. | Marcus Comstedt |
2004-08-25 | Build plugins. | Marcus Comstedt |
2004-08-25 | Only relocate allocated sections. | Marcus Comstedt |
2004-08-22 | Support dynamic plugins on Dreamcast. | Marcus Comstedt |
2004-08-20 | More build-dirs added. | Marcus Comstedt |
2004-06-25 | Cleaned up SaveFileManager stuff a little bit | Max Horn |
2004-05-06 | Removed default value for keycolor in the OSystem implementations | Max Horn |
2004-05-05 | Extend setMouseCursor with additional keycolor parameter. Lets saga use 255 | Eugene Sandulenko |
2004-03-28 | Renamed more OSystem methods | Max Horn |
2004-03-15 | "int GraphicsMode *" was a rather creative type... :) | Marcus Comstedt |