Age | Commit message (Collapse) | Author |
|
svn-id: r19029
|
|
Add wrapper as suggested.
svn-id: r19028
|
|
svn-id: r18989
|
|
More changes for FF.
svn-id: r18988
|
|
Disable scale images in FF for now.
svn-id: r18987
|
|
impossible to load old (and probably new, for that matter) Simon savegames.
svn-id: r18958
|
|
svn-id: r18955
|
|
svn-id: r18954
|
|
svn-id: r18953
|
|
svn-id: r18949
|
|
svn-id: r18948
|
|
svn-id: r18941
|
|
svn-id: r18940
|
|
svn-id: r18939
|
|
svn-id: r18929
|
|
constructor itself and init() method. debug() and error() are dependent
on _debug object in many engines, so if these methods were called on early
stage, scummvm crashed.
svn-id: r18860
|
|
svn-id: r18721
|
|
svn-id: r18696
|
|
svn-id: r18663
|
|
require both USE_TREMOR and USE_VORBIS to be defined when
using tremor.
svn-id: r18642
|
|
Based on patches against 0.7.1 by Jolan Luff.
svn-id: r18641
|
|
svn-id: r18604
|
|
"English (GB)") behaves like "English (US)". This is consistent with how we
handle language in the rest of the Simon engine, as far as I can see.
Should "n" really be the key for a negative answer in all languages?
svn-id: r18536
|
|
* Moved KeyConfigDialog, key from WinCE to gui
* Updated wince code to inherit and use new GUI::Keys and launch new dialog
* New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp
* Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events
* Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA)
* Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test
* Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly
* Actor.h in Saga now compiles for default VC6 setting.
* Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting.
* Changed order of creation of gamedetector and mainsystem in Main.cpp
* If anything does not compile, or is totally out of order, please revert changes.
svn-id: r18498
|
|
svn-id: r18450
|
|
svn-id: r18444
|
|
Test built for Symbian and run on P910i without any major problems.
Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA).
svn-id: r18430
|
|
svn-id: r18040
|
|
because we already have many classes with that name)
svn-id: r18039
|
|
svn-id: r18038
|
|
svn-id: r18037
|
|
svn-id: r17998
|
|
svn-id: r17997
|
|
svn-id: r17996
|
|
svn-id: r17995
|
|
svn-id: r17975
|
|
Sound::isVoiceActive() method; made some more members of class Sound private
svn-id: r17958
|
|
svn-id: r17952
|
|
svn-id: r17951
|
|
svn-id: r17950
|
|
svn-id: r17948
|
|
svn-id: r17934
|
|
svn-id: r17932
|
|
Cleanup.
svn-id: r17931
|
|
svn-id: r17930
|
|
Cleanup
svn-id: r17928
|
|
Use correct set of MIDI tracks for MT32 in Simon the Sorcerer 2.
svn-id: r17925
|
|
similiar to how it used to be (default debug level now is -1)
svn-id: r17788
|
|
svn-id: r17770
|
|
- it's only honored in the global level of the config file
- all checks for it go through gDebugLevel now, which is made global
- the '-d' switch is handled in a slightly saner and consistent way
- removed 'debuglevel' from the config format documentation; we do
not want to encourage the avarage user to use it
svn-id: r17769
|