Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-17 | - Heavily modified patch #1214784: "Disable overlay scaling" | Eugene Sandulenko | |
- Eriktorbjorn's patch from same tracker item for scaling sword1/2 cutscenes is applied as is. It lacks resolution switch on-the-fly. - GUI widgets are repositioned on the fly and use most space, even aspect ratio corrected screen is used without scaling - Heavy tesing is required, but works for me in all cases except for bug #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch" which needs more work. - I probavly broke some backend or two svn-id: r22505 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20535 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | For consistency, specify directory when including files. | Torbjörn Andersson | |
svn-id: r18447 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
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 | |||
2004-12-05 | Clean up OSystem::Event | Max Horn | |
svn-id: r15990 | |||
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-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 | Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes | Max Horn | |
svn-id: r13289 | |||
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-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 | |||
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2003-11-04 | added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR | Max Horn | |
svn-id: r11132 | |||
2003-09-27 | OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵ | Max Horn | |
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430 | |||
2003-08-23 | little bugfix, safer code | Ruediger Hanke | |
svn-id: r9832 | |||
2003-08-05 | Hotfixes ... | Ruediger Hanke | |
svn-id: r9514 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-07-22 | Some MorphOS port fixes | Ruediger Hanke | |
svn-id: r9138 | |||
2003-07-22 | adjusted to play_cdrom parameter name change in common/system.h | Max Horn | |
svn-id: r9132 | |||
2003-07-06 | some backend fixes | Max Horn | |
svn-id: r8812 | |||
2003-07-05 | updated backends to use type MutexRef | Max Horn | |
svn-id: r8776 | |||
2003-07-05 | Implement new interface functions | Ruediger Hanke | |
svn-id: r8765 | |||
2003-05-29 | more OSystem docs & cleanup | Max Horn | |
svn-id: r8118 | |||
2003-05-29 | added some doxygen comments to common/system.h; cleaned up the OSystem ↵ | Max Horn | |
interface a bit svn-id: r8116 | |||
2003-05-04 | *** empty log message *** | Ruediger Hanke | |
svn-id: r7315 | |||
2003-04-26 | Whatever I changed since last commit ... | Ruediger Hanke | |
svn-id: r7130 | |||
2003-03-08 | change RBG to RGB which follows the argument order and hence makes more sense... | Jonathan Gray | |
svn-id: r6767 | |||
2003-01-09 | Added warp_mouse func to MorphOS backend | Ruediger Hanke | |
svn-id: r6374 | |||
2002-12-25 | Some fixes for COMI mouse pointer | Ruediger Hanke | |
svn-id: r6138 | |||
2002-12-25 | More warnings with MorphOS GCC fixed, removed unneccessary define | Ruediger Hanke | |
svn-id: r6117 | |||
2002-12-25 | Compilation warnings fixed | Ruediger Hanke | |
svn-id: r6116 | |||
2002-12-02 | Latest MorphOS changes from my harddisk ... | Ruediger Hanke | |
svn-id: r5816 | |||
2002-11-15 | Mousewheel support added | Ruediger Hanke | |
svn-id: r5564 | |||
2002-11-01 | Small fixes to satisfy GCC with the new MOS includes | Ruediger Hanke | |
svn-id: r5370 | |||
2002-10-28 | Overlay fix and optimisation | Ruediger Hanke | |
svn-id: r5345 | |||
2002-10-25 | MorphOS overlays, fix for new gui (keyup event) | Ruediger Hanke | |
svn-id: r5312 | |||
2002-09-28 | added FIXME | Max Horn | |
svn-id: r5025 | |||
2002-09-23 | Scaler color fix for Radeon cards in 32 bit depth (and possibly other PC ↵ | Ruediger Hanke | |
graphics cards, too) svn-id: r5010 | |||
2002-09-23 | Compilation fixes. Overlay functions are stubs only at the moment. | Ruediger Hanke | |
svn-id: r5009 | |||
2002-09-15 | Compile fixes | Ruediger Hanke | |
svn-id: r4944 | |||
2002-09-09 | Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;) | Michael Pearce | |
svn-id: r4909 | |||
2002-08-31 | Awww, that should have been 25 | Ruediger Hanke | |
svn-id: r4892 | |||
2002-08-31 | Limit number of update rects to keep | Ruediger Hanke | |
svn-id: r4891 | |||
2002-08-22 | Changed MorphOS MIDI code so that data sent from different threads are no ↵ | Ruediger Hanke | |
longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited. svn-id: r4801 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |