Age | Commit message (Collapse) | Author |
|
or psx version is run
svn-id: r39417
|
|
some other tweaks
svn-id: r39255
|
|
svn-id: r39207
|
|
svn-id: r39203
|
|
#2669360, the demo tries to play cutscenes which really aren't there.
svn-id: r39194
|
|
svn-id: r39186
|
|
the meaning of the returned string, as discussed some time ago in scummvm-devel
svn-id: r39132
|
|
svn-id: r39003
|
|
implemented by calling the existing init&go methods; to be cleaned up by engine authors
svn-id: r39002
|
|
fixes
a subtitle colour regression, but mainly it simplifies the code. The "dummy"
player has been removed. There are almost certainly regressions, but I'm hoping
it's stable enough for testing now.
svn-id: r38697
|
|
operation, we can probably keep the mutex locked throughout the entire
streamCompMusic() function. I'm not convinced that it was ever safe to unlock
and relock it partway through. In fact, that's my prime suspect for bug #2614306
("BS2: noise in music or speech").
svn-id: r38638
|
|
slightly extended SeekableSubReadStream to stream the sound from a file instead.
This change is experimental, so it should almost certainly not go into 0.13.
svn-id: r38637
|
|
- Support for the MPEG2 videos in BS1/2 has been dropped. The MPEG2 videos were lossy, and support for them complicated the code a lot.
- Support for the non-existing enhanced MPEG cutscene packs for BS1 has been dropped. As a consequence, the credits player and the splitted audio stream players used for these packs has been removed
- The original Smacker videos for both games are now supported, using our Smacker player (which is based off publically available specs and FFMPEG)
- The animations now use the common video player code. Both the Smacker videos and our DXA video packs are supported
svn-id: r38236
|
|
optional, and enable only for game engines where subtitles settings are synced.
svn-id: r36237
|
|
because of strange rumors about the credits running spontaneously every few
minutes. I don't know if this is a temporary or permanent measure.
svn-id: r36155
|
|
into methods, and added an operator==
svn-id: r35993
|
|
svn-id: r35648
|
|
svn-id: r35603
|
|
svn-id: r35470
|
|
they aren't supported yet).
svn-id: r35368
|
|
readLine() change could be more robust, but at least it should be no worse than
it was before.
svn-id: r35226
|
|
svn-id: r35224
|
|
svn-id: r35062
|
|
bring up the GUI, which has its own cursor. (This fixes the cursor disappearing
when pausing on one of the engine's own dialog windows.)
svn-id: r34977
|
|
svn-id: r34969
|
|
palette when pausing the game in a mid-fade. The game can only be paused in
mid-fade from the outside, and then the palette isn't dimmed/undimmed.
svn-id: r34958
|
|
Refactored the
code to distinguish outside pausing from in-game pausing, to avoid cursor-related
problems. The screen is now only dimmed during in-game pausing.
svn-id: r34957
|
|
svn-id: r34956
|
|
getSoundElapsedTime() function to work better.)
svn-id: r34954
|
|
dialog.
svn-id: r34947
|
|
svn-id: r34916
|
|
OSystem::getOverlayFormat to several ports (pending testing by the porters)
svn-id: r34912
|
|
used in more places. Help with this is highly welcome
svn-id: r34906
|
|
svn-id: r34905
|
|
EngineFeature comments
svn-id: r34896
|
|
as discussed in patch #2122869
svn-id: r34854
|
|
savegames
exist at all. (The old method was to potentially try and open a hundred files,
though it would stop after finding the first one.)
svn-id: r34790
|
|
- Moved initCommonGFX() && GUIErrorMessage() out of class Engine
- got rid of the _autosavePeriod member (this prevented users from
changing the autosave period during runtime)
- Got rid of an evil 'using GUI::Dialog' statement
- Clarified some Doxygen comments
svn-id: r34720
|
|
svn-id: r34716
|
|
confused with Engine::quitGame); also cleaned up engine.h a bit
svn-id: r34700
|
|
need to be slightly tweaked to fix overloading errors/warnings)
svn-id: r34514
|
|
svn-id: r34495
|
|
FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation
svn-id: r34434
|
|
svn-id: r34336
|
|
added a new alternate SeekableReadStream::readLine() instead
svn-id: r34315
|
|
svn-id: r34310
|
|
'typedef Common::String String;' name aliases
svn-id: r34302
|
|
GMM if the engine doesn't support it
svn-id: r33921
|
|
features to allow/disallow loading and deleting saves
svn-id: r33909
|
|
33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446,33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk
svn-id: r33624
|