Age | Commit message (Collapse) | Author |
|
svn-id: r21055
|
|
svn-id: r20535
|
|
svn-id: r20088
|
|
--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
|
|
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: r18604
|
|
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
|
|
fixes bugs #1160977 and #1184664
svn-id: r17694
|
|
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
|
|
in patch #1013937 (OSystem layer with bigger resolution).
svn-id: r16820
|
|
svn-id: r16800
|
|
svn-id: r16398
|
|
transaction (and not vice versa)
svn-id: r15982
|
|
simplified OSystem_SDL destructor and move all the SDL uninitialization stuff to the quit() method
made saveScreenshot() returning false on fail
svn-id: r15967
|
|
NOTE: This breaks most ports, and they will not pass assertions. If you will
fix it (by moving violating OSystem calls to go() method), I'll be grateful.
If you don't bother to fix it, there is a workaround. Just comment out
beginGFXTransaction() and endGFXTransaction() in backends/sdl/graphics.cpp.
This will tunr it off and will use default transaction-less implementation.
svn-id: r15870
|
|
svn-id: r15563
|
|
svn-id: r15332
|
|
svn-id: r14225
|
|
the user; not if it was done automatically (e.g. because a 640x480 game was started and we auto-switch to 1x scaling)
svn-id: r14223
|
|
svn-id: r13816
|
|
OSystem::displayMessageOnOSD (not yet used; default implementation provided)
svn-id: r13413
|
|
chaning the scaler or the aspect ratio correction
svn-id: r13309
|
|
svn-id: r13289
|
|
svn-id: r13248
|
|
svn-id: r13103
|
|
source files
svn-id: r13092
|
|
555 and the other 565)
svn-id: r13088
|
|
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend
svn-id: r13087
|
|
problems on most systems, but still was a bug); rewrite the code which switches the scaler mode to be slightly more efficient
svn-id: r13070
|
|
svn-id: r13054
|
|
Since we don't have the OpenGL variant anymore, we could now merge back the two parts of the SDL backend - and maybe split them into multiple files in a different way (events, graphics, audio, misc ?)
svn-id: r13045
|
|
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again
svn-id: r13036
|
|
to control it, and aspect-ratio correction is activated.
svn-id: r13009
|
|
svn-id: r12439
|
|
svn-id: r12176
|
|
svn-id: r10596
|
|
svn-id: r10595
|
|
gets reset); remove obsolete 256 color blending code
svn-id: r10592
|
|
svn-id: r10579
|
|
video mode that isn't supported (such as going
to fullscreen under COMI with a 3x scaler and
a video card that doesn't like 1920x1440 LOL).
The program still terminates when this happens,
due to the suboptimal way we make the switch to
another video mode. (By the time we find out
that we can't make the switch, it's too late to
revert back). But at least it doesn't crash.
svn-id: r10449
|
|
svn-id: r10439
|
|
and dotmatrix ones to Ctrl-Alt C and Ctrl-Alt-D.
(Does anyone else feel that scanlines and dotmatrix should either be
rewritten so that they can be combined with any scaler and aspect ratio
correction, or removed? That's why I moved them off the Ctrl-Alt <digit>
hotkeys.)
svn-id: r10353
|
|
svn-id: r10346
|
|
svn-id: r10149
|
|
svn-id: r10047
|
|
svn-id: r9821
|
|
svn-id: r9102
|