aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-15cleanupMax Horn
svn-id: r13312
2004-03-15Updated RH .spec files (Thanks wjp)Max Horn
svn-id: r13311
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-15cleanup; added a TODO to Font classMax Horn
svn-id: r13308
2004-03-15HACK needed for Spanish Simon1 Talkie too.Travis Howell
svn-id: r13307
2004-03-15display saga option in help textJonathan Gray
svn-id: r13304
2004-03-15OoopsTravis Howell
svn-id: r13303
2004-03-15turn illegal SCUMM var access into an errorMax Horn
svn-id: r13302
2004-03-15disambiguate the two talkingActor() methods (one was a getter, one a setter ↵Max Horn
-- reflect that in the name) svn-id: r13301
2004-03-15clearMsgQueue now just is a synonym for stopTalk -> remove itMax Horn
svn-id: r13300
2004-03-15After the refactoring it's clearly that _messagePtr can be removed. Hooray, ↵Max Horn
yet another obscure global 'parameter' gone :-) svn-id: r13299
2004-03-15refactor use of _messagePtr -> instead of using it as an implicit parameter ↵Max Horn
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-15Added remove_at methodEugene Sandulenko
svn-id: r13297
2004-03-15Aaargh, didn't mean to commit this...Max Horn
svn-id: r13296
2004-03-15...and mor. Next big thing should be to document the overlay stuff, but ↵Max Horn
that'll have to wait till after I slept :-) svn-id: r13295
2004-03-15more tweaks to doxygenMax Horn
svn-id: r13294
2004-03-15Use Saga namespace everywhereEugene Sandulenko
svn-id: r13293
2004-03-15fix circular header dependency, by moving StackLock class to common/system.h ↵Max Horn
(it ties closely into OSystem anyway) svn-id: r13292
2004-03-15implicitly declare use of OSystemMax Horn
svn-id: r13291
2004-03-15Should probably be Simon2-only...Oliver Kiehl
svn-id: r13290
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
svn-id: r13289
2004-03-15Code formattingEugene Sandulenko
svn-id: r13288
2004-03-15Hack to prevent segfaults caused by insufficient allocated memory whenOliver Kiehl
playing the french version of simon2 with subtitles enabled. svn-id: r13287
2004-03-15fix doxygen-comment mistakesMax Horn
svn-id: r13286
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-15fix warningsMax Horn
svn-id: r13283
2004-03-14rewrote talk_with_text from scratch. probably needs some testingOliver Kiehl
svn-id: r13282
2004-03-14Initial SAGA checkinEugene Sandulenko
svn-id: r13281
2004-03-14Initial SAGA checkin. Disabled by default, enable with --enable-sagaEugene Sandulenko
but don't expect it to work. svn-id: r13280
2004-03-14Virtual keyboard.Marcus Comstedt
svn-id: r13279
2004-03-14remove ugly gotoOliver Kiehl
svn-id: r13278
2004-03-14cleanupOliver Kiehl
svn-id: r13277
2004-03-14cleanupPaweł Kołodziejski
svn-id: r13276
2004-03-14prevent journal from reappearing when F1 is pressed more than onceGregory Montoir
svn-id: r13272
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-14fixed inventory scrolling using keyboardGregory Montoir
svn-id: r13265
2004-03-13some cleanupJoost Peters
svn-id: r13263
2004-03-13Patch #902111: Change remaining random function calls to use RandomSourceMax Horn
svn-id: r13262
2004-03-13updatePaweł Kołodziejski
svn-id: r13261
2004-03-13fix for voice bundle bug in german version comiPaweł Kołodziejski
svn-id: r13260
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
svn-id: r13259
2004-03-13While moving things down by one line 'looks better' (IMO), it also means ↵Max Horn
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-13Less strange.Marcus Comstedt
svn-id: r13256
2004-03-13Cleanup.Marcus Comstedt
svn-id: r13255
2004-03-13Use default implementation for setGraphicsMode(const char *).Marcus Comstedt
svn-id: r13254
2004-03-13Use the name "scummvm_main" for the common main function, like WinCE.Marcus Comstedt
svn-id: r13253
2004-03-13Document the backend feature flags a bit, I hope this clarifies their ↵Max Horn
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