9708 Commits

Author SHA1 Message Date
Max Horn
4a15a80eb3 Fix for bug #917532 (GUI: BrowserDialog return value)
svn-id: r13320
2004-03-17 00:07:43 +00:00
Max Horn
fd52b3a3c0 Patch #917503: Remove stray semicolons
svn-id: r13319
2004-03-16 23:51:41 +00:00
Torbjörn Andersson
2705815d1d Fixed warnings. I hope I didn't break anything!
svn-id: r13317
2004-03-16 08:25:46 +00:00
Torbjörn Andersson
4a6b57f295 Fixed typo.
svn-id: r13316
2004-03-16 08:24:58 +00:00
Travis Howell
d3826bfe79 Increase channel for Amiga V3 player.
svn-id: r13315
2004-03-16 07:02:21 +00:00
Travis Howell
9829131573 Update
svn-id: r13314
2004-03-16 00:15:24 +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
ff17962df5 cleanup
svn-id: r13312
2004-03-15 21:48:54 +00:00
Max Horn
54d549bd60 Updated RH .spec files (Thanks wjp)
svn-id: r13311
2004-03-15 21:19:31 +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
7410f041ee cleanup; added a TODO to Font class
svn-id: r13308
2004-03-15 18:44:14 +00:00
Travis Howell
d26f96e9ad HACK needed for Spanish Simon1 Talkie too.
svn-id: r13307
2004-03-15 14:03:56 +00:00
Jonathan Gray
c0e6295845 display saga option in help text
svn-id: r13304
2004-03-15 08:09:54 +00:00
Travis Howell
538e9a36ed Ooops
svn-id: r13303
2004-03-15 04:00:00 +00:00
Max Horn
af96fecb5d turn illegal SCUMM var access into an error
svn-id: r13302
2004-03-15 03:36:18 +00:00
Max Horn
e2617f90a1 disambiguate the two talkingActor() methods (one was a getter, one a setter -- reflect that in the name)
svn-id: r13301
2004-03-15 03:33:08 +00:00
Max Horn
ac11c62312 clearMsgQueue now just is a synonym for stopTalk -> remove it
svn-id: r13300
2004-03-15 03:24:29 +00:00
Max Horn
e1b25fb721 After the refactoring it's clearly that _messagePtr can be removed. Hooray, yet another obscure global 'parameter' gone :-)
svn-id: r13299
2004-03-15 03:22:36 +00:00
Max Horn
ba5aa37dcc refactor use of _messagePtr -> instead of using it as an implicit parameter for various methods, pass its value explicitly to those methods. Note: this *should* be just a code transformation, with no change to the program logic - unless I messed up once again <sigh>
svn-id: r13298
2004-03-15 03:09:48 +00:00
Eugene Sandulenko
759c05f936 Added remove_at method
svn-id: r13297
2004-03-15 02:45:40 +00:00
Max Horn
deb96003a2 Aaargh, didn't mean to commit this...
svn-id: r13296
2004-03-15 02:28:47 +00:00
Max Horn
782dabbcd3 ...and mor. Next big thing should be to document the overlay stuff, but that'll have to wait till after I slept :-)
svn-id: r13295
2004-03-15 02:21:04 +00:00
Max Horn
b389dfa2a3 more tweaks to doxygen
svn-id: r13294
2004-03-15 02:09:28 +00:00
Eugene Sandulenko
8ca8912dbd Use Saga namespace everywhere
svn-id: r13293
2004-03-15 01:59:06 +00:00
Max Horn
af80eef70e fix circular header dependency, by moving StackLock class to common/system.h (it ties closely into OSystem anyway)
svn-id: r13292
2004-03-15 01:52:07 +00:00
Max Horn
2314cdf036 implicitly declare use of OSystem
svn-id: r13291
2004-03-15 01:45:22 +00:00
Oliver Kiehl
67d59cbb1c Should probably be Simon2-only...
svn-id: r13290
2004-03-15 01:23:01 +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
Eugene Sandulenko
08332ab559 Code formatting
svn-id: r13288
2004-03-15 01:14:49 +00:00
Oliver Kiehl
54b9b1ccc7 Hack to prevent segfaults caused by insufficient allocated memory when
playing the french version of simon2 with subtitles enabled.

svn-id: r13287
2004-03-15 01:12:50 +00:00
Max Horn
f8610cd1c5 fix doxygen-comment mistakes
svn-id: r13286
2004-03-15 00:55:44 +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
Max Horn
b585b9ac4b fix warnings
svn-id: r13283
2004-03-15 00:29:46 +00:00
Oliver Kiehl
88f5a9895b rewrote talk_with_text from scratch. probably needs some testing
svn-id: r13282
2004-03-14 23:47:15 +00:00
Eugene Sandulenko
0d4cfaa559 Initial SAGA checkin
svn-id: r13281
2004-03-14 23:39:41 +00:00
Eugene Sandulenko
2fe422ad0c Initial SAGA checkin. Disabled by default, enable with --enable-saga
but don't expect it to work.

svn-id: r13280
2004-03-14 23:37:11 +00:00
Marcus Comstedt
f1cac1545b Virtual keyboard.
svn-id: r13279
2004-03-14 22:16:22 +00:00
Oliver Kiehl
0d3b89b88f remove ugly goto
svn-id: r13278
2004-03-14 17:53:19 +00:00
Oliver Kiehl
9c647b4dbe cleanup
svn-id: r13277
2004-03-14 17:50:40 +00:00
Paweł Kołodziejski
3f247b506a cleanup
svn-id: r13276
2004-03-14 16:19:33 +00:00
Gregory Montoir
e8dde78b9d prevent journal from reappearing when F1 is pressed more than once
svn-id: r13272
2004-03-14 13:26:01 +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
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