Eugene Sandulenko
7bb53f3bf1
Patch #1013937 "OSystem layer with bigger resolution". Now you will always
...
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
2005-03-09 23:07:32 +00:00
Max Horn
47280d9433
Updated copyright
...
svn-id: r16398
2005-01-01 16:09:25 +00:00
Max Horn
92a43e14a0
silly me, shouldn't test a variable which wasn't even set <sigh>
...
svn-id: r16385
2004-12-30 14:53:17 +00:00
Max Horn
989ae40402
Swallow ctrl-alt keyup events, too
...
svn-id: r16384
2004-12-30 14:48:21 +00:00
Max Horn
246f14bb40
set key modifiers for keyup events, too; use SDL_GetModState to determine mod flags, so that the modifier flags get set if e.g. the shift key is pressed alone
...
svn-id: r16381
2004-12-30 14:11:00 +00:00
Max Horn
4b632e66ae
Disable mouse emulation code
...
svn-id: r16120
2004-12-18 16:38:44 +00:00
Max Horn
f09293b22c
Clean up OSystem::Event
...
svn-id: r15990
2004-12-05 17:42:20 +00:00
Gregory Montoir
cdec823d98
renamed a few things to match our coding guidelines
...
simplified OSystem_SDL destructor and move all the SDL uninitialization stuff to the quit() method
made saveScreenshot() returning false on fail
svn-id: r15967
2004-12-01 21:16:55 +00:00
Max Horn
bb462f64e0
Renamed _scaler_proc -> _scalerProc; cleaned up _scalerType handling
...
svn-id: r15563
2004-10-15 22:28:12 +00:00
Max Horn
ce8c99bf62
Rename remaining OSystem methods to match our coding guidelines
...
svn-id: r15332
2004-09-28 20:19:37 +00:00
Max Horn
76bfd1f929
Allow Alt-Enter to toggle fullscreen mode, just like Alt-Return, matching our README (see also bug #1001126 )
...
svn-id: r14382
2004-07-31 11:32:25 +00:00
Max Horn
f2f1687988
Only show gfx mode change messages in the OSD if the change was initiated by 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
2004-07-16 09:29:09 +00:00
Jonathan Gray
0237685473
disable alt-x and ctrl-z quit keys in favour of ctrl-q on non Mac OS X unices (including Linux) for consistency with other applications
...
svn-id: r13989
2004-06-21 02:09:50 +00:00
Max Horn
e46ba2f29f
Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h
...
svn-id: r13284
2004-03-15 00:45:45 +00:00
Max Horn
020d0702d1
Allow changing the scaler via keypad, too (FR #821415 )
...
svn-id: r13251
2004-03-13 14:59:43 +00:00
Max Horn
7f7f647e3c
cleanup
...
svn-id: r13231
2004-03-12 18:23:15 +00:00
Max Horn
82fec69482
merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple source files
...
svn-id: r13092
2004-02-29 00:49:40 +00:00