Commit Graph
6575 Commits
Author SHA1 Message Date
Nicolas Bacca 17c58019e1 Fix key mapping
svn-id: r13826
2004-05-09 14:54:02 +00:00
Nicolas Bacca 659b84633a Remove GAPI hardware keys which is handled by SDL now
svn-id: r13825
2004-05-09 14:53:05 +00:00
Nicolas Bacca b3ed0f2029 Add Zoom scaler and Smartphone scaler
svn-id: r13824
2004-05-09 14:51:08 +00:00
Nicolas Bacca 03956df17f Add warning for unresolved conflicts
svn-id: r13823
2004-05-09 14:48:59 +00:00
Nicolas Bacca c21f38bc00 Switch to EventsBuffer
svn-id: r13822
2004-05-09 14:47:26 +00:00
Nicolas Bacca a533dde2e7 Remove unused action
svn-id: r13821
2004-05-09 14:46:29 +00:00
Nicolas Bacca 6519c89180 Tiny virtual keys changes
svn-id: r13820
2004-05-09 14:38:47 +00:00
Nicolas Bacca abda73a874 Goodbye KeysBuffer, hello EventsBuffer
svn-id: r13819
2004-05-09 14:34:47 +00:00
Nicolas Bacca 300cd8c411 Switched to EventsBuffer for Smartphones
svn-id: r13818
2004-05-09 14:33:24 +00:00
Nicolas Bacca 4fdf5675b8 Make a few functions GFX functions virtual for CE backend
svn-id: r13817
2004-05-09 14:30:29 +00:00
Nicolas Bacca 5d81e3b785 Tweak SDL init for WinCE backend
svn-id: r13816
2004-05-09 14:27:53 +00:00
Torbjörn Andersson 6d02fd9d74 Reverted the last commit (on this file only) because it broke compilation
of gui/browser.cpp. Besides, it didn't seem to have anything to do with
keycolor in OSystem. :-)

svn-id: r13801
2004-05-06 10:34:41 +00:00
Max Horn 88fdb5a627 Removed default value for keycolor in the OSystem implementations
svn-id: r13796
2004-05-06 09:20:21 +00:00
Eugene Sandulenko b7e62e4b61 Extend setMouseCursor with additional keycolor parameter. Lets saga use 255
as white color. Made this function more safe by copying cursor data to
newly created buffer.

svn-id: r13777
2004-05-05 02:32:46 +00:00
Max Horn 8a69ffc46c Renamed template class 'List' to 'Array', since that is really what it is (a resizable array, not a linked list)
svn-id: r13520
2004-04-09 15:10:23 +00:00
Max Horn 39765b0d19 Remove explicit OSystem parameter from StackLock constructor; added OSystem::displayMessageOnOSD (not yet used; default implementation provided)
svn-id: r13413
2004-03-28 20:31:18 +00:00
Max Horn 14378cb56e Renamed more OSystem methods
svn-id: r13410
2004-03-28 16:30:50 +00:00
Max Horn da400a38ed Small tweaks for MIPSPro compiler
svn-id: r13397
2004-03-28 13:02:28 +00:00
Max Horn a9789acfc6 Moved Surface/Font code into new 'graphics' module
svn-id: r13357
2004-03-21 21:20:25 +00:00
Max Horn 5c7ff63715 Updated X11 backend to compile again (I do not know if it works, though)
svn-id: r13355
2004-03-21 18:52:12 +00:00
Torbjörn Andersson 578b87b856 Reverted to the old random_nr() function. This appears to have been the
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-19 07:36:20 +00:00
Max Horn 4a15a80eb3 Fix for bug #917532 (GUI: BrowserDialog return value)
svn-id: r13320
2004-03-17 00:07:43 +00:00
Marcus Comstedt 01d41e1249 "int GraphicsMode *" was a rather creative type... :)
svn-id: r13313
2004-03-15 23:10:35 +00:00
Max Horn b29b07fadc Allow multi-line OSD messages; display virtual/real screen resolutions when chaning the scaler or the aspect ratio correction
svn-id: r13309
2004-03-15 19:07:56 +00:00
Max Horn e8f7214acb Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes
svn-id: r13289
2004-03-15 01:18:47 +00:00
Max Horn a5e01a42b1 Added getDefaultGraphicsMode for DC backend
svn-id: r13285
2004-03-15 00:47:59 +00:00
Max Horn e46ba2f29f Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h
svn-id: r13284
2004-03-15 00:45:45 +00:00
Marcus Comstedt f1cac1545b Virtual keyboard.
svn-id: r13279
2004-03-14 22:16:22 +00:00
Marcus Comstedt 309a0a80f2 Protect against multiple inclusion.
svn-id: r13270
2004-03-14 13:23:20 +00:00
Marcus Comstedt 3be01c0560 Sound buffer adjustment.
svn-id: r13269
2004-03-14 13:14:03 +00:00
Marcus Comstedt bdb14cbad9 In stereo.
svn-id: r13268
2004-03-14 13:05:08 +00:00
Max Horn 1b537be8d4 Patch #902111: Change remaining random function calls to use RandomSource
svn-id: r13262
2004-03-13 18:44:10 +00:00
Marcus Comstedt fae98dec52 Reworked scaling logic, and added kFeatureAspectRatioCorrection support.
svn-id: r13259
2004-03-13 17:32:28 +00:00
Marcus Comstedt 3cf400ebdd Less strange.
svn-id: r13256
2004-03-13 15:26:36 +00:00
Marcus Comstedt 60a7d376e2 Cleanup.
svn-id: r13255
2004-03-13 15:19:16 +00:00
Marcus Comstedt a3caeddc56 Use default implementation for setGraphicsMode(const char *).
svn-id: r13254
2004-03-13 15:18:22 +00:00
Marcus Comstedt 24b86b8566 Use the name "scummvm_main" for the common main function, like WinCE.
svn-id: r13253
2004-03-13 15:17:13 +00:00
Max Horn 020d0702d1 Allow changing the scaler via keypad, too (FR #821415)
svn-id: r13251
2004-03-13 14:59:43 +00:00
Max Horn d2ef3ad20c Added an OSD (On Screen Display) to the SDL backend
svn-id: r13248
2004-03-13 14:19:15 +00:00
Marcus Comstedt 86df1e876a Features.
svn-id: r13246
2004-03-13 14:00:44 +00:00
Marcus Comstedt 882b0a094a Harmonized with new OSystem API.
svn-id: r13245
2004-03-13 13:41:50 +00:00
Marcus Comstedt ac17175f6c Merged in fixes from 0.6.0 release branch.
svn-id: r13240
2004-03-13 12:47:27 +00:00
Max Horn 7f7f647e3c cleanup
svn-id: r13231
2004-03-12 18:23:15 +00:00
Nicolas Bacca 333d2da1da Add SDL information to track driver problems
svn-id: r13171
2004-03-03 22:31:28 +00:00
Chris Apers 94edde90e4 FLAC support
svn-id: r13146
2004-03-02 13:26:50 +00:00
Chris Apers fbd040ac9f Obsolete
svn-id: r13144
2004-03-02 13:07:08 +00:00
Max Horn 0603c3a11f Fix for bug #907280: Mouse glitches and crashes (Regression)
svn-id: r13123
2004-03-01 11:20:32 +00:00
Max Horn 0919878408 fixed dep file loading
svn-id: r13122
2004-03-01 11:18:50 +00:00
Max Horn 3098149b52 removed obsolete membe
svn-id: r13104
2004-03-01 01:44:36 +00:00
Max Horn e063d00418 got rid of _mouseOldState; some minor cleanup
svn-id: r13103
2004-03-01 01:41:22 +00:00