Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-03 | Added mouse wheel support. | Marcus Comstedt | |
svn-id: r17360 | |||
2005-04-03 | Oops, cleared too large memory region... | Marcus Comstedt | |
svn-id: r17356 | |||
2005-04-03 | Switch overlay mode to ARGB4444. | Marcus Comstedt | |
svn-id: r17355 | |||
2005-04-03 | Added new cursorTargetScale parameter to setMouseCursor(). | Marcus Comstedt | |
svn-id: r17352 | |||
2005-04-03 | SaveFile stuff now resides in <common/savefile.h>. | Marcus Comstedt | |
svn-id: r17351 | |||
2005-04-02 | Until there is a proper way of communicating pixel format, declare ugly ↵ | Marcus Comstedt | |
global variable... svn-id: r17334 | |||
2005-03-09 | Patch #1013937 "OSystem layer with bigger resolution". Now you will always | Eugene Sandulenko | |
get at least 640x400 window. And finally we have means of implementing nice looking GUI. Also updated all backends. If your backend has ability to run with 640x400 or 640x480 resolution then read patch tracker item to find out details. Other port maintainers shouldn't worry, as this patch doesn't affect them, they still get their 320x200. svn-id: r17055 | |||
2005-01-07 | Access timer. | Marcus Comstedt | |
svn-id: r16481 | |||
2004-12-09 | Made SoftKbd more usable with a mouse. | Marcus Comstedt | |
svn-id: r16004 | |||
2004-12-06 | Switch back from netcd to regular ronin. | Marcus Comstedt | |
svn-id: r15995 | |||
2004-12-06 | Use delete[] for dirs now that it contains objects. | Marcus Comstedt | |
svn-id: r15994 | |||
2004-12-06 | Updated instructions. | Marcus Comstedt | |
svn-id: r15993 | |||
2004-12-05 | Clean up OSystem::Event | Max Horn | |
svn-id: r15990 | |||
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the ↵ | Max Horn | |
'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) svn-id: r15901 | |||
2004-11-26 | Another one... | Max Horn | |
svn-id: r15898 | |||
2004-11-26 | Trying to fix the WinCE/DC port breakage -- blindfolded, though, hence it ↵ | Max Horn | |
probably isn't enough to get things compiling again :-/ svn-id: r15897 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-09-04 | Got rid of OSystem::move_screen | Max Horn | |
svn-id: r14882 | |||
2004-08-29 | Clear screen and overlay buffer after allocation. | Marcus Comstedt | |
svn-id: r14832 | |||
2004-08-29 | Disable interrupts while performing cache trickery, just in case. | Marcus Comstedt | |
svn-id: r14831 | |||
2004-08-29 | Oops, forgot to clear BSS... | Marcus Comstedt | |
svn-id: r14830 | |||
2004-08-26 | Don't return -1 from read/write, they are uint32... | Marcus Comstedt | |
svn-id: r14788 | |||
2004-08-26 | Run the DC launcher from inside the regular main() function. | Marcus Comstedt | |
svn-id: r14787 | |||
2004-08-26 | Removed obsolete checks for LFL games (thank you MD5!). | Marcus Comstedt | |
svn-id: r14786 | |||
2004-08-26 | Disable building of scalers. | Marcus Comstedt | |
svn-id: r14785 | |||
2004-08-25 | Build plugins. | Marcus Comstedt | |
svn-id: r14754 | |||
2004-08-25 | Only relocate allocated sections. | Marcus Comstedt | |
svn-id: r14753 | |||
2004-08-22 | Support dynamic plugins on Dreamcast. | Marcus Comstedt | |
svn-id: r14689 | |||
2004-08-20 | More build-dirs added. | Marcus Comstedt | |
svn-id: r14655 | |||
2004-06-25 | Cleaned up SaveFileManager stuff a little bit | Max Horn | |
svn-id: r14056 | |||
2004-05-06 | Removed default value for keycolor in the OSystem implementations | Max Horn | |
svn-id: r13796 | |||
2004-05-05 | Extend setMouseCursor with additional keycolor parameter. Lets saga use 255 | Eugene Sandulenko | |
as white color. Made this function more safe by copying cursor data to newly created buffer. svn-id: r13777 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-15 | "int GraphicsMode *" was a rather creative type... :) | Marcus Comstedt | |
svn-id: r13313 | |||
2004-03-15 | Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes | Max Horn | |
svn-id: r13289 | |||
2004-03-15 | Added getDefaultGraphicsMode for DC backend | Max Horn | |
svn-id: r13285 | |||
2004-03-15 | Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ↵ | Max Horn | |
get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h svn-id: r13284 | |||
2004-03-14 | Virtual keyboard. | Marcus Comstedt | |
svn-id: r13279 | |||
2004-03-14 | Protect against multiple inclusion. | Marcus Comstedt | |
svn-id: r13270 | |||
2004-03-14 | Sound buffer adjustment. | Marcus Comstedt | |
svn-id: r13269 | |||
2004-03-14 | In stereo. | Marcus Comstedt | |
svn-id: r13268 | |||
2004-03-13 | Reworked scaling logic, and added kFeatureAspectRatioCorrection support. | Marcus Comstedt | |
svn-id: r13259 | |||
2004-03-13 | Less strange. | Marcus Comstedt | |
svn-id: r13256 | |||
2004-03-13 | Cleanup. | Marcus Comstedt | |
svn-id: r13255 | |||
2004-03-13 | Use default implementation for setGraphicsMode(const char *). | Marcus Comstedt | |
svn-id: r13254 | |||
2004-03-13 | Use the name "scummvm_main" for the common main function, like WinCE. | Marcus Comstedt | |
svn-id: r13253 | |||
2004-03-13 | Features. | Marcus Comstedt | |
svn-id: r13246 | |||
2004-03-13 | Harmonized with new OSystem API. | Marcus Comstedt | |
svn-id: r13245 | |||
2004-03-13 | Merged in fixes from 0.6.0 release branch. | Marcus Comstedt | |
svn-id: r13240 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 |