Age | Commit message (Collapse) | Author |
|
appropriate features
- Added a new method to the MetaEngine class, getMaximumSaveSlot(), and implemented it in all engines for which the listSavefiles() method is implemented (it goes together with the listSavefiles method). It is used to fill the unused save slots in the save/load dialogs of each engine, so that the user can create new save games in empty slots
- Unified the save/load dialog list numbering in the GMM load/save screens and in the load screen of the main menu (before a game is started)
svn-id: r34963
|
|
- Changed internal save/load API to use slots instead of filename strings
- Changed internal save/load API to use Common::Error
svn-id: r34952
|
|
svn-id: r34905
|
|
EngineFeature comments
svn-id: r34896
|
|
svn-id: r34885
|
|
as discussed in patch #2122869
svn-id: r34854
|
|
feature flag list (nothing should rely on their specific values, anyway); added a note that Engine::hasFeature should become independant of MetaEngine::hasFeature
svn-id: r34738
|
|
-> Allows easy addition of save state specific infos like playtime, save date atc.
-> Removed MetaEngine::loadThumbnailFromSlot, superseded by meta infos
-> Changed SCUMM / KYRA to implement the newly added functionallity
-> Removed hack in KYRAs listSavefiles, which is now handled via meta infos
svn-id: r34581
|
|
svn-id: r34545
|
|
- Adopted KYRA to support displaying thumbnails in load dialog (SCUMM engine has yet to follow)
svn-id: r34539
|
|
listed. Check comment for additional information.
svn-id: r34521
|
|
in GUI_v2::deleteMenu at least a little bit more.
svn-id: r34520
|
|
svn-id: r34502
|
|
svn-id: r34495
|
|
svn-id: r34248
|
|
svn-id: r34246
|
|
- more work on fm-towns music tempo
svn-id: r34067
|
|
(Without Max' compressed backward seeking support for now)
svn-id: r34053
|
|
33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-33812,33815-33817,33819,33822,33826,33829,33837,33839,33844,33847,33858-33861,33864,33871-33873,33875,33877-33879,33886,33889-33892,33894,33896,33900,33902-33903,33919 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk
svn-id: r33924
|
|
GMM if the engine doesn't support it
svn-id: r33921
|
|
features to allow/disallow loading and deleting saves
svn-id: r33909
|
|
svn-id: r33886
|
|
svn-id: r33875
|
|
svn-id: r33873
|
|
svn-id: r33837
|
|
(startup will fail nonethelesse since we have different pak file names)
svn-id: r33777
|
|
"KYRA: add support for Italian version of Kyrandia 2&3"). (totally untested!)
svn-id: r33579
|
|
svn-id: r33556
|
|
svn-id: r33525
|
|
Character selection".
svn-id: r33463
|
|
svn-id: r32992
|
|
"KYRA: add support for Italian version of Kyrandia 2&3")
svn-id: r32912
|
|
svn-id: r32859
|
|
Add support for Spanish fan translation").
svn-id: r32858
|
|
- move channels to a separate class
svn-id: r32841
|
|
needs quite some work)
- some PC-98 music support since it uses a very similar driver, but this can't be considered working yet)
- Kyra 1 PC-98 music doen't work at all since I haven't figured out yet how to turn track numbers into the corresponding music file names (might require a hard coded track map)
svn-id: r32807
|
|
svn-id: r32438
|
|
- playing directly from installer files (WESTWOOD.00X) is supported (not recommended for low-end machines and certain ports)
svn-id: r32249
|
|
installed version checking for WESTWOOD.001 and special entries for installed version checking for AUD.PAK.
svn-id: r32120
|
|
- kyra.* -> kyra_v1.*
- scene.cpp -> scene_v1.cpp
svn-id: r32044
|
|
- Renamed classes *_v1 -> *_LoK
- Renamed files *_v1.* -> *_lok.*
- Renamed WSAMovieV1 -> WSAMovie_v1
- Renamed WSAMovieV2 -> WSAMovie_v2
svn-id: r32042
|
|
svn-id: r31888
|
|
possible, compiling currently broken)
svn-id: r31817
|
|
svn-id: r31771
|
|
svn-id: r31577
|
|
svn-id: r31576
|
|
- Added ADGF_CD to all CD versions
- Added ADGF_DROPLANGUAGE to Kyra2/3 CD version
- Changed Kyrandia engine to use agumented target ids
svn-id: r31476
|
|
kyra3) in detection code
- Save language changes done in menu in HoF to the config file
svn-id: r31454
|
|
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default)
svn-id: r31413
|
|
- Added support for variable length savegame name field
- Changed savegame identifier
- Increased savegame file version
svn-id: r31268
|