aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2004-05-25Removed, new version comingChris Apers
svn-id: r13866
2004-05-25Updated form handlersChris Apers
svn-id: r13865
2004-05-25Added Queen support, renamed filesChris Apers
svn-id: r13864
2004-05-25New Stdio initializer, added speech command supportChris Apers
svn-id: r13863
2004-05-25Sony Pa1Lib bit mask, updated audio CD structChris Apers
svn-id: r13862
2004-05-25Moved to compile.hChris Apers
svn-id: r13861
2004-05-25Moved DrawStatus here, revamped ARM call functionsChris Apers
svn-id: r13860
2004-05-25Moved to their own fileChris Apers
svn-id: r13859
2004-05-25Moved hereChris Apers
svn-id: r13858
2004-05-25Revamped MSA CD player, now time is based on Sound Unit (SU). More compatibleChris Apers
svn-id: r13857
2004-05-25Default (NULL) CD playerChris Apers
svn-id: r13856
2004-05-25New forms with tabs, updated menu, battery indicator (music & sound, misc ↵Chris Apers
options) svn-id: r13855
2004-05-21Tweaks (Morphos & Palm backends badly need updating :-/)Max Horn
svn-id: r13848
2004-05-09Do not delete pseudo stdout/stderr if debugging was requestedNicolas Bacca
svn-id: r13829
2004-05-09Synch with branch and Smartphone changes (Smartphone build not ready yet, ↵Nicolas Bacca
but getting ready slowly) svn-id: r13828
2004-05-09Separate PocketPC/Smartphone actionsNicolas Bacca
svn-id: r13827
2004-05-09Fix key mappingNicolas Bacca
svn-id: r13826
2004-05-09Remove GAPI hardware keys which is handled by SDL nowNicolas Bacca
svn-id: r13825
2004-05-09Add Zoom scaler and Smartphone scalerNicolas Bacca
svn-id: r13824
2004-05-09Add warning for unresolved conflictsNicolas Bacca
svn-id: r13823
2004-05-09Switch to EventsBufferNicolas Bacca
svn-id: r13822
2004-05-09Remove unused actionNicolas Bacca
svn-id: r13821
2004-05-09Tiny virtual keys changesNicolas Bacca
svn-id: r13820
2004-05-09Goodbye KeysBuffer, hello EventsBufferNicolas Bacca
svn-id: r13819
2004-05-09Switched to EventsBuffer for SmartphonesNicolas Bacca
svn-id: r13818
2004-05-09Make a few functions GFX functions virtual for CE backendNicolas Bacca
svn-id: r13817
2004-05-09Tweak SDL init for WinCE backendNicolas Bacca
svn-id: r13816
2004-05-06Reverted the last commit (on this file only) because it broke compilationTorbjörn Andersson
of gui/browser.cpp. Besides, it didn't seem to have anything to do with keycolor in OSystem. :-) svn-id: r13801
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-04-09Renamed template class 'List' to 'Array', since that is really what it is (a ↵Max Horn
resizable array, not a linked list) svn-id: r13520
2004-03-28Remove explicit OSystem parameter from StackLock constructor; added ↵Max Horn
OSystem::displayMessageOnOSD (not yet used; default implementation provided) svn-id: r13413
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-28Small tweaks for MIPSPro compilerMax Horn
svn-id: r13397
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn
svn-id: r13357
2004-03-21Updated X11 backend to compile again (I do not know if it works, though)Max Horn
svn-id: r13355
2004-03-19Reverted to the old random_nr() function. This appears to have been theTorbjörn Andersson
cause of bug #916886: Calling getRandomNumber(-1) causes ScummVM to crash, while calling random_nr(-1) doesn't. We may still want to replace it with getRandomNumber() later, of course. svn-id: r13341
2004-03-17Fix for bug #917532 (GUI: BrowserDialog return value)Max Horn
svn-id: r13320
2004-03-15"int GraphicsMode *" was a rather creative type... :)Marcus Comstedt
svn-id: r13313
2004-03-15Allow multi-line OSD messages; display virtual/real screen resolutions when ↵Max Horn
chaning the scaler or the aspect ratio correction svn-id: r13309
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
svn-id: r13289
2004-03-15Added getDefaultGraphicsMode for DC backendMax Horn
svn-id: r13285
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-03-14Virtual keyboard.Marcus Comstedt
svn-id: r13279
2004-03-14Protect against multiple inclusion.Marcus Comstedt
svn-id: r13270
2004-03-14Sound buffer adjustment.Marcus Comstedt
svn-id: r13269
2004-03-14In stereo.Marcus Comstedt
svn-id: r13268
2004-03-13Patch #902111: Change remaining random function calls to use RandomSourceMax Horn
svn-id: r13262
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
svn-id: r13259
2004-03-13Less strange.Marcus Comstedt
svn-id: r13256