aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos
AgeCommit message (Collapse)Author
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene 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-01Updated copyrightMax Horn
svn-id: r16398
2004-12-05Clean up OSystem::EventMax Horn
svn-id: r15990
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-09-04Got rid of OSystem::move_screenMax Horn
svn-id: r14882
2004-05-21Tweaks (Morphos & Palm backends badly need updating :-/)Max Horn
svn-id: r13848
2004-05-06Removed default value for keycolor in the OSystem implementationsMax Horn
svn-id: r13796
2004-05-05Extend setMouseCursor with additional keycolor parameter. Lets saga use 255Eugene Sandulenko
as white color. Made this function more safe by copying cursor data to newly created buffer. svn-id: r13777
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
svn-id: r13289
2004-03-15Added 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-28renamed 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-24the 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-04added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSORMax Horn
svn-id: r11132
2003-10-17renamed some Timer methodsMax Horn
svn-id: r10868
2003-09-27OSystem 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-09-17cleanupMax Horn
svn-id: r10284
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there ↵Max Horn
(this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) svn-id: r10282
2003-08-23little bugfix, safer codeRuediger Hanke
svn-id: r9832
2003-08-05Hotfixes ...Ruediger Hanke
svn-id: r9514
2003-08-02removed 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-31added new header file backends/intern.h; removed some stuff from ↵Max Horn
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327
2003-07-23Quick hack to solve Simon problemRuediger Hanke
svn-id: r9149
2003-07-22*** empty log message ***Ruediger Hanke
svn-id: r9139
2003-07-22Some MorphOS port fixesRuediger Hanke
svn-id: r9138
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-06some backend fixesMax Horn
svn-id: r8812
2003-07-05updated backends to use type MutexRefMax Horn
svn-id: r8776
2003-07-05Implement new interface functionsRuediger Hanke
svn-id: r8765
2003-05-29more OSystem docs & cleanupMax Horn
svn-id: r8118
2003-05-29added 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-26Whatever I changed since last commit ...Ruediger Hanke
svn-id: r7130
2003-03-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
svn-id: r6767
2003-01-30Added couple of options to MorphOS startupRuediger Hanke
svn-id: r6578
2003-01-25Fixing evil deadlockRuediger Hanke
svn-id: r6544
2003-01-25Ok. I give up trying to teach that char is unsigned on some systems. Setting ↵Ruediger Hanke
char to signed as default. svn-id: r6543
2003-01-10OopsRuediger Hanke
svn-id: r6383
2003-01-09Added warp_mouse func to MorphOS backendRuediger Hanke
svn-id: r6374
2002-12-25Fix compiler warning and possible hitRuediger Hanke
svn-id: r6150
2002-12-25Some fixes for COMI mouse pointerRuediger Hanke
svn-id: r6138
2002-12-25More warnings with MorphOS GCC fixed, removed unneccessary defineRuediger Hanke
svn-id: r6117
2002-12-25Compilation warnings fixedRuediger Hanke
svn-id: r6116
2002-12-09change CFLAGS to CXXFLAGSMax Horn
svn-id: r5896
2002-12-02Latest MorphOS changes from my harddisk ...Ruediger Hanke
svn-id: r5816
2002-11-15Build rules update for MOSRuediger Hanke
svn-id: r5565
2002-11-15Mousewheel support addedRuediger Hanke
svn-id: r5564
2002-11-15Remove MidiEmu optionRuediger Hanke
svn-id: r5563
2002-11-02Cleaner CGX open/closeRuediger Hanke
svn-id: r5376
2002-11-01Small fixes to satisfy GCC with the new MOS includesRuediger Hanke
svn-id: r5370