Commit Graph
86814 Commits
Author SHA1 Message Date
Marcus Comstedt bdb14cbad9 In stereo.
svn-id: r13268
2004-03-14 13:05:08 +00:00
Gregory Montoir 911f77637a fixed inventory scrolling using keyboard
svn-id: r13265
2004-03-14 00:53:24 +00:00
Joost Peters 641277fd16 some cleanup
svn-id: r13263
2004-03-13 22:58:50 +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
Paweł Kołodziejski 47cfcda3c6 update
svn-id: r13261
2004-03-13 17:52:44 +00:00
Paweł Kołodziejski f2f6c75ba5 fix for voice bundle bug in german version comi
svn-id: r13260
2004-03-13 17:41:36 +00:00
Marcus Comstedt fae98dec52 Reworked scaling logic, and added kFeatureAspectRatioCorrection support.
svn-id: r13259
2004-03-13 17:32:28 +00:00
Max Horn 7db5cc0a9c While moving things down by one line 'looks better' (IMO), it also means that the last line is blitted outside the screen -> bad. So for now I'll undo my changes to the 2xSai filter family
svn-id: r13257
2004-03-13 15:45:39 +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 f712d21c1d Document the backend feature flags a bit, I hope this clarifies their purposes; if not feel free to augment the descriptions or tell me what I should add (same goes for the rest of the OSystem documentation, BTW)
svn-id: r13252
2004-03-13 15:12:23 +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 81584704b6 let's not forget about the revamped OSystem API
svn-id: r13250
2004-03-13 14:20:47 +00:00
Torbjörn Andersson ccd472c942 Added FotAQ to the "About" window, after som discussion with Endy about the
exact wording of it.

svn-id: r13249
2004-03-13 14:19:50 +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
Max Horn 4aa240e0e5 use 'Surface' in NewGui
svn-id: r13244
2004-03-13 13:22:14 +00:00
Max Horn a0bde7a732 Revamped the font code: now it's very easy to switch between the 'original' SCUMM font and any new font... or to have multiple different fonts (like, one for 320x240 and and one for 640x480); furthermore, font rendering can now be done w/o using NewGui
svn-id: r13243
2004-03-13 13:03:25 +00:00
James Brown 7000cb00e4 Forward-port maniac hack :)
svn-id: r13242
2004-03-13 12:55:40 +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 7e3e79f41e useful helper method (will be used for improved options dialog)
svn-id: r13237
2004-03-13 12:33:31 +00:00
Torbjörn Andersson 0fc86ef674 Fixed a slight logic error in the music fading. At this point the code
should only check if the music is fading, not in which direction. (Also
made a minor cleanup.)

svn-id: r13235
2004-03-13 12:05:01 +00:00
Torbjörn Andersson 1f5d4dcd23 When both music channels are used, and a third piece of music starts,
silence the channel that appears to be closest to silence already. This is
the same method I used in BS2, and it might fix a glitch I heard at the
Club Alamut.

svn-id: r13234
2004-03-13 12:04:18 +00:00
Max Horn 7f7f647e3c cleanup
svn-id: r13231
2004-03-12 18:23:15 +00:00
Torbjörn Andersson 711f925f69 Always play the "current music" after restoring a savegame, even if it's 0.
If it is, all that happens is that it silences the music. Otherwise, the
current music that was playing before the game was restored will keep
playing afterwards.

(One example of this: I went into the Hotel Ubu and restored a savegame at
the hospital. The piano music kept playing in the background.)

svn-id: r13230
2004-03-12 08:21:01 +00:00
James Brown 6a155e028e Backport blee
svn-id: r13228
2004-03-11 04:13:22 +00:00
Jonathan Gray 5451bb29cc correct error text
svn-id: r13226
2004-03-09 21:49:21 +00:00
Joost Peters 99d57c2d9f Respond to volume-altering songs
svn-id: r13225
2004-03-09 01:48:12 +00:00
Joost Peters 1020f97cea Enable music volume slider in Journal
svn-id: r13222
2004-03-09 00:52:07 +00:00
Robert Göffringmann 8b39133cab changed workaround again, it's also needed when entering the room, not only when restoring a savegame.
svn-id: r13216
2004-03-07 19:24:41 +00:00
Robert Göffringmann 757bc4cec6 work around script bug #911508 BS1: Crash when loading certain savegames
svn-id: r13215
2004-03-07 19:14:32 +00:00
Gregory Montoir ec5f7b87c6 cleanup (removed irrevelant comments and useless XXX'ed code)
svn-id: r13214
2004-03-07 10:46:02 +00:00
Jonathan Gray f1c730d27b consistent use of capitals, limit to 80 chars, MAD is not an mp3 encoder
svn-id: r13212
2004-03-07 10:25:43 +00:00
Travis Howell da7d1fcd6c Oops
svn-id: r13211
2004-03-07 06:01:10 +00:00
Travis Howell 7ee432cc6d Add all HE game issues
svn-id: r13210
2004-03-07 05:59:04 +00:00
Travis Howell 62679ef470 Update
svn-id: r13209
2004-03-07 05:36:30 +00:00
Max Horn 6bf363ecfc obsolete TODO
svn-id: r13208
2004-03-07 03:35:11 +00:00
Max Horn e448c1dfe4 renamed scumm/scummvm.cpp to scumm/scumm.cpp
svn-id: r13207
2004-03-07 03:34:09 +00:00
Max Horn a672590259 remove dependency on SDL_byteorder.h when we are using config.h
svn-id: r13206
2004-03-07 03:28:01 +00:00
Max Horn 452a3e2a10 Change CFBundleName to 'CFBundleName'
svn-id: r13204
2004-03-06 01:12:19 +00:00
Jochen Hoenicke e609820a5b Clear all channel variables in clear_channel
svn-id: r13203
2004-03-05 14:35:16 +00:00
Jochen Hoenicke 270c5cec52 Initialize _random_lsr to avoid valgrind warnings
svn-id: r13202
2004-03-05 14:34:39 +00:00
Torbjörn Andersson bec9e69e42 We already know the Sam & Max screensavers trigger these assertions so
until someone figures out exactly what to do, let's do something less
drastic. Now if someone requests a pixel outside the known screen, assume
that pixel has colour 0.

svn-id: r13200
2004-03-05 11:08:29 +00:00
Nicolas Bacca 07d918ace2 Yearly CE BASS intro synch fix
svn-id: r13199
2004-03-05 08:53:31 +00:00
Torbjörn Andersson de848a5d80 Removed obsolete warning message from fnPlaySequence().
svn-id: r13195
2004-03-05 07:39:28 +00:00
Jonathan Gray 02c70180fa remove Makefile.noconf there isn't any known reason for people to use it now
svn-id: r13193
2004-03-04 23:25:10 +00:00
Jonathan Gray 1dbb73ee12 use printf instead of echo -n for the echo -n less solaris users
svn-id: r13192
2004-03-04 22:53:14 +00:00