Age | Commit message (Collapse) | Author |
|
svn-id: r21055
|
|
the Lure popup menus won't work.
svn-id: r20915
|
|
svn-id: r20904
|
|
svn-id: r20797
|
|
svn-id: r20786
|
|
and x11 backends; added engines/module.mk
svn-id: r20584
|
|
svn-id: r20535
|
|
svn-id: r20424
|
|
svn-id: r20088
|
|
attempts to use invalid rects for blitting
svn-id: r19521
|
|
loadGfxMode(). As reported on the forum, setting aspect ratio correction
in a 640x480 game would cause ScummVM to crash when the game is started
from the launcher.
With all the graphics transactions and stuff, it's a bit hard to follow
what's going to happen, but I hope deferring this check until the last
moment (i.e. just before the graphics surfaces are actually created) is the
correct bugfix.
svn-id: r19491
|
|
--disable-sdl-parachute should be completely undocumented and not mentioned
to end-users. Wrong usage may lead to system lock-up especially when used
with fullscreen mode.
SDL Parachute is used to prevent system instability and do a graceful exit
if something bad happens. It catches most of signals sent to thr process.
Side effect of that that quite often when SDL application dies, core dump
isn't made on *nix systems. This feature adds possibility to disable it.
svn-id: r19146
|
|
svn-id: r19142
|
|
line endings are correct since I have to use TortoiseCVS for this update :)
svn-id: r19115
|
|
except essential Normal1x. Also thumbnails get compiled unconditionally
so we get them on all platforms, even those which never display them.
Sorted out mess brought to sdl backend by epoc maintainer. He misused
__SYMBIAN32__ where DISABLE_SCALERS is more appropriate.
svn-id: r18850
|
|
svn-id: r18689
|
|
svn-id: r18604
|
|
warning, makes pollEvent() cleaner); fixed some code formatting issues
svn-id: r18534
|
|
Thanks cyx for actual fixing.
svn-id: r18520
|
|
svn-id: r18500
|
|
* 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
|
|
Also there is a bugfix for using the joystick handling for SDL. (See events.cpp history)
svn-id: r18428
|
|
Added warning message if SDL_OpenAudio() fails. Might help diagnosing bug
reports like #1206314.
svn-id: r18361
|
|
svn-id: r18295
|
|
DISABLE_HE so more HE-specific code gets excluded.
svn-id: r18099
|
|
svn-id: r17974
|
|
bug #1196374)
svn-id: r17929
|
|
case didn't. This fixes bug #1193344.
svn-id: r17888
|
|
between blurry and non-blurry cursor scaling, even if the scale factor
remains unchanged.
svn-id: r17841
|
|
svn-id: r17709
|
|
svn-id: r17708
|
|
fixes bugs #1160977 and #1184664
svn-id: r17694
|
|
svn-id: r17691
|
|
svn-id: r17690
|
|
belongs to.
svn-id: r17670
|
|
svn-id: r17540
|
|
svn-id: r17479
|
|
svn-id: r17309
|
|
svn-id: r17187
|
|
cursor as well. It looks strange if the game is blocky and the cursor is
smooth.
svn-id: r17173
|
|
svn-id: r17134
|
|
svn-id: r17101
|
|
svn-id: r17066
|
|
svn-id: r17065
|
|
get at least 640x400 window. And finally we have means of implementing
nice looking GUI.
Also updated all backends. If your backend has ability to run with 640x400 or
640x480 resolution then read patch tracker item to find out details. Other
port maintainers shouldn't worry, as this patch doesn't affect them, they
still get their 320x200.
svn-id: r17055
|
|
missed some unusual mode switching. This implementation let us avoid two nasty
hacks in scumm.cpp.
*Now* we could return to OSystem layers.
patch.
svn-id: r16855
|
|
in patch #1013937 (OSystem layer with bigger resolution).
svn-id: r16820
|
|
svn-id: r16815
|
|
svn-id: r16809
|
|
svn-id: r16800
|