Age | Commit message (Collapse) | Author |
|
svn-id: r21472
|
|
svn-id: r21457
|
|
- Removed locking of further directory adds because it did not work for themes.
svn-id: r21452
|
|
- Move AddDefaultDirectory() from NewTheme.cpp to main.cpp
svn-id: r21451
|
|
in case some engine writer decide to do something unwise
- Removed used of ConfMan.getKey("path") in file-related cases, because
now File class handles that
- Fixed bug in ScummEngine_v80he::o80_getFileSize() where path delimiters
weren't translated
svn-id: r21443
|
|
got rid of antialiasing artifacts
svn-id: r21270
|
|
description strings
svn-id: r21166
|
|
- Added new GameDescriptor struct (similar to PlainGameDescriptor but with
Common::String members instead of const char * ones)
- Changed DetectedGame to subclass GameDescriptor
- Removed toGameSettings() in favor of new (template) constructors in
DetectedGame and GameDescriptor
- Fixed a bug in the obsolete gameid handling in the SCUMM & SIMON engines
svn-id: r21150
|
|
- made use of the new DetectedGame constructor from my last commit
- some related cleanup
svn-id: r21149
|
|
to a detection list w/o first creating a temporary GameSettings struct
svn-id: r21144
|
|
svn-id: r21055
|
|
svn-id: r20869
|
|
svn-id: r20832
|
|
svn-id: r20814
|
|
- Replaced GameSettings GameDetector::_game by a simple gameid string
svn-id: r20753
|
|
- renamed Engine_XXX_gameList to Engine_XXX_gameList for consistency
- added new Engine_XXX_findGameID / PLUGIN_findGameID function
- updated plugins code to take advantage of the new plugin API, to support
obsolete gameids w/o showing them to the user
svn-id: r20752
|
|
svn-id: r20751
|
|
- Removed GF_DEFAULT_TO_1X_SCALER
svn-id: r20747
|
|
GameSettings usage in some engines
svn-id: r20739
|
|
Engine::initCommonGFX; added a TODO stating that it should eventually be removed completly
svn-id: r20738
|
|
line for 640x480 games.
- Updated NEWS file a bit
svn-id: r20736
|
|
svn-id: r20714
|
|
their debugC calls now with the new introduced debugC calls.
(A mail how to use it will follow shortly on -devel)
Also now these special engine debug flags can be specified from the commandline.
Also made the -c & --config parameter check more secure.
svn-id: r20695
|
|
svn-id: r20667
|
|
svn-id: r20618
|
|
svn-id: r20608
|
|
svn-id: r20589
|
|
svn-id: r20587
|
|
application installation as a path for Savegames, ini files etc
*Updated list.h so it also compiles for Symbian codewarrior and gcce compilers
svn-id: r20586
|
|
and x11 backends; added engines/module.mk
svn-id: r20584
|
|
svn-id: r20536
|
|
svn-id: r20509
|
|
svn-id: r20424
|
|
svn-id: r20332
|
|
svn-id: r20286
|
|
svn-id: r20285
|
|
version 1.2.3CVS)
svn-id: r20165
|
|
Sync. more changes.
svn-id: r20126
|
|
change the ambigiuous 'GameSettings::name' to 'GameSettings::gameid'
svn-id: r20115
|
|
svn-id: r20088
|
|
engine in config file)
svn-id: r20063
|
|
options to specify it. FluidSynth's gain ranges from 0.0 through 10.0 and
is probably measured in decibel, but to keep things simple, ScummVM uses
settings from 0 through 1000 instead. (Though currently there's no guard
against invalid settings.)
This is a slightly revised version of the non-GUI part of patch #1336171.
svn-id: r20030
|
|
svn-id: r19889
|
|
updates
2. Updated framework files for new structure
3. Uncommented Debug statements in vorbis.cpp (Should probably be removed alltogether.
4. Incorporated Sevs code formatting changes in the new Symbian source structure.
5. Removed/Changed EScummVM to ScummVM instead, hopefully most cases covered.
6. Beginning vibration support to be used for Scumm shake effects (Work ongoing by SumthinWicked)
7. Replaced the ScummVM icon for the FavIcon and upscaled the icon to 32x32. I think it looks ok, comments are welcome.
8. Built for S60V1 and UIQ2 targets from the cvs
9. Updated Readme with new build instructions.
Any comments are welcome. Hopefully the other builds are not affected by this and all Sevs code updates are also incorporated.
svn-id: r19739
|
|
svn-id: r19710
|
|
using that feature (SCUMM, Queen and Sky). The value is supposed to be in seconds ; if it's set to 0 then autosaving is disabled. See also tracker item #1350187.
svn-id: r19700
|
|
svn-id: r19682
|
|
break the PalmOS code this way, please verify)
svn-id: r19670
|
|
svn-id: r19376
|
|
too.
svn-id: r19154
|