Age | Commit message (Collapse) | Author |
|
svn-id: r26597
|
|
scummvm-devel)
svn-id: r26594
|
|
svn-id: r26363
|
|
member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it.
svn-id: r26357
|
|
if the statement was meant this way or another, but at least for now I can again compile with -Werror)
svn-id: r26356
|
|
came from and I can't test it either. But it looked rather broken.
svn-id: r26335
|
|
svn-id: r26334
|
|
and added a few comments.
svn-id: r26333
|
|
pointless. It's also more than the average pal tv set can do ;)
svn-id: r26328
|
|
scaler at certain points in the intro.
svn-id: r26322
|
|
space and terminals, and the LINC font for the control panel. Since these fonts
contain different sets of characters, this would often cause the wrong
character to be displayed, particularly in non-English languages. This also
explains why we had to use the "wrong" font for the control panel recently.
The functions to patch the LINC character set (actually the control character
set) should no longer be needed, and have been removed.
Should fix bug #1669564.
svn-id: r26275
|
|
svn-id: r26219
|
|
svn-id: r26209
|
|
"BASS: wrong music slider behavior"
and did some cleanup.
svn-id: r26208
|
|
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
svn-id: r26180
|
|
and also made it respect the SF_MOUSE_LOCKED flag
svn-id: r26177
|
|
svn-id: r26176
|
|
pressed. This way, it won't matter if we've already missed the "mouse up"
event. Fixes bug #1510038 ("BASS: Possible glitch when examining inventory
items".
svn-id: r26162
|
|
svn-id: r26156
|
|
svn-id: r26136
|
|
svn-id: r26130
|
|
svn-id: r26073
|
|
svn-id: r26065
|
|
until the Disk object is deleted.
svn-id: r25889
|
|
svn-id: r25752
|
|
svn-id: r25749
|
|
flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing)
svn-id: r25660
|
|
svn-id: r25635
|
|
particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class)
svn-id: r25630
|
|
(BASS: Control panel inconsistency for FX/Music button texts)
svn-id: r25473
|
|
svn-id: r25413
|
|
svn-id: r25362
|
|
(implying change of semantics)
* Reordered the params of Mixer::playRaw (the SoundType now comes first, not last)
* Removed Mixer::isPaused
* Removed Mixer::getSoundElapsedTimeOfSoundID
* Added some doxygen comments to the Mixer
svn-id: r25356
|
|
return StringMap instead of fixed list of parameters. This adds great
flexibility.
Current patch should not alter any functionality, i.e. if there are regressions,
submit a report. Phase 2 will benefit from these changes and will come later.
svn-id: r25134
|
|
svn-id: r24330
|
|
svn-id: r24204
|
|
svn-id: r24084
|
|
the linker dependency graph). Porters will have to update project files
svn-id: r23974
|
|
* Removed code from errorString() methods that hooked the debugger(s)
into error(), in favor of using getDebugger() from within error()
* As a consequence, removed most custom errorString() methods
svn-id: r23894
|
|
* Moved Common::Debuggger to GUI::Debugger (mainly to satisfy linker
restrictions)
* Change the base Debugger class to *not* be a template class anymore;
instead, a thin (template based) wrapper class is used to hook up
debugger commands
* Removed duplicate Cmd_Exit and Cmd_Help methods in favor of a single
version of each in GUI::Debugger
* New Cmd_Help doesn't word wrap after 39/78 chars, but rather queries
the console to determine when to wrap
* Debugger::preEnter and postEnter aren't pure virtual anymore
svn-id: r23890
|
|
svn-id: r23714
|
|
* Modified about dialog to list all available plugins with their resp. copyright
* Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too)
svn-id: r23645
|
|
for consistency with other #includes.
svn-id: r23585
|
|
least for GCC)
svn-id: r23569
|
|
game detectors.
svn-id: r23558
|
|
now (hiya eriktorbjorn, this one is for you *ggg*)
svn-id: r23547
|
|
svn-id: r23496
|
|
checking for GCC / not GCC
svn-id: r23458
|
|
svn-id: r23449
|
|
* Renamed common.rules to rules.mk
* Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it)
svn-id: r23275
|