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 |
|
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 |
|