Max Horn
|
ce9d154957
|
fixed stack lock at startup
svn-id: r8779
|
2003-07-05 15:28:28 +00:00 |
|
Max Horn
|
6b7e12faed
|
fix for bug #765402: no shaking with 1x scaler
svn-id: r8724
|
2003-07-03 19:12:24 +00:00 |
|
Max Horn
|
e1ca5552dd
|
cleanup; made mutex protection of graphics code a little bit tighter by protecting all of method property(); moved set_palette to OSystem_SDL_Common (it was identical in both normal and GL backend)
svn-id: r8717
|
2003-07-02 15:08:46 +00:00 |
|
Torbjörn Andersson
|
1f0c925c2b
|
Allow the 3x scaler in fullscreen mode. Since we have aspect ratio
correction now it can look quite different from 1x and 2x.
svn-id: r8674
|
2003-06-30 14:31:09 +00:00 |
|
Travis Howell
|
5132ca1b2f
|
Add opengl filter option
for opengl backend
Enable poll_event in opengl backend
svn-id: r8612
|
2003-06-22 14:18:33 +00:00 |
|
Max Horn
|
11ff7fe9a3
|
Patch #757827: Aspect-ratio correction
svn-id: r8605
|
2003-06-22 11:55:40 +00:00 |
|
Max Horn
|
ed43323597
|
some fixes for the GL backend - but there are still many things broken, e.g. Ctrl-B only acts on the second (of two) GL textures (which makes the black vertical line stand out even more)
svn-id: r8560
|
2003-06-19 16:16:35 +00:00 |
|
Travis Howell
|
94e88917da
|
Make OpenGL specific scaler use other keys so all normal scaler canbe made available.
svn-id: r8521
|
2003-06-17 06:13:57 +00:00 |
|
Max Horn
|
73c7e78f88
|
fix for the crash in Sky when switching scalers
svn-id: r8067
|
2003-05-28 22:19:11 +00:00 |
|
Max Horn
|
6a8bd23d02
|
there used to be a black border at the top/left side with the 1x scaler: fixed!
svn-id: r8065
|
2003-05-28 21:57:22 +00:00 |
|
Max Horn
|
af8cb44727
|
ouch
svn-id: r7511
|
2003-05-14 19:47:57 +00:00 |
|
Max Horn
|
fae5ab677c
|
fixed bug where SDL_CreateMutex was being called before SDL_Init; restructured code a little
svn-id: r7510
|
2003-05-14 19:44:41 +00:00 |
|
Max Horn
|
37724d9297
|
Patch #735294: AdvMame3x scaler
svn-id: r7409
|
2003-05-09 22:44:16 +00:00 |
|
Max Horn
|
feab6f904f
|
moved screen mutex from smush into SDL backend (other backends have to make sure they are thread safe by themselves)
svn-id: r7230
|
2003-04-30 19:11:33 +00:00 |
|
Max Horn
|
f0dceacf4b
|
avoid unneccesary blits
svn-id: r7228
|
2003-04-30 18:07:17 +00:00 |
|
Max Horn
|
5c93732d60
|
cleanup; added comment
svn-id: r7119
|
2003-04-25 20:03:00 +00:00 |
|
Paweł Kołodziejski
|
e1d591921f
|
it omit one blit for scaler Normal1X in SDL backend
svn-id: r6831
|
2003-03-18 13:31:37 +00:00 |
|
Paweł Kołodziejski
|
aa3766018f
|
updated copyrights headers
svn-id: r6726
|
2003-03-06 21:46:56 +00:00 |
|
Paweł Kołodziejski
|
a8c3057875
|
and more cleanup ....
svn-id: r6719
|
2003-03-06 18:30:44 +00:00 |
|
Max Horn
|
086a89f365
|
Patch #691064: dot matrix scaler
svn-id: r6663
|
2003-03-02 16:36:52 +00:00 |
|
Jonathan Gray
|
c08d736d1d
|
add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try it
svn-id: r6462
|
2003-01-15 02:11:37 +00:00 |
|
James Brown
|
0b46f85b7e
|
Early init of the scaler - to prevent ComI trying to use a huge window by default.
This may require porters to make a small backend change, not to reinit a scaler on hotswap if the display has not been init_size'ed.
svn-id: r6449
|
2003-01-13 18:59:53 +00:00 |
|
Max Horn
|
a4a4f043bf
|
fix for the black rect bug in COMI (thanks to Erik)... guess is that the checksum algo fails to detect the dirty regions. Why is it here at all, anyway? BBrox says it might be needed for Simon. So somebody should check that
svn-id: r6428
|
2003-01-12 14:18:05 +00:00 |
|
Max Horn
|
80a962dd02
|
cleanup
svn-id: r5936
|
2002-12-13 17:44:04 +00:00 |
|
Max Horn
|
57187dbdcd
|
more code unification
svn-id: r5935
|
2002-12-13 17:27:28 +00:00 |
|
Max Horn
|
1f4f7a51b1
|
unified common code
svn-id: r5934
|
2002-12-13 17:21:23 +00:00 |
|
Max Horn
|
4bf96d1c8b
|
changed OSystem to allow RBG<->16bit color conversion to be done in the backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes)
svn-id: r5931
|
2002-12-13 16:15:58 +00:00 |
|
Max Horn
|
2768191288
|
workaround for fullscreen toggle on OS X
svn-id: r5879
|
2002-12-08 14:08:51 +00:00 |
|
Max Horn
|
d679af3ec5
|
fixed bug #621244 (GUI disappeared when screen mode was changed
svn-id: r5697
|
2002-11-23 00:13:52 +00:00 |
|
Max Horn
|
aae641c6cf
|
properly initialize everything -> works w/o our custom new/delete now!
svn-id: r5531
|
2002-11-13 14:38:49 +00:00 |
|
Max Horn
|
1c999792f9
|
fixed stupid bug by me, again (see also 9th of May)
svn-id: r5225
|
2002-10-21 22:25:52 +00:00 |
|
Max Horn
|
e8f3f17067
|
renamed get_320x200_image() to get_screen_image(); cleanup
svn-id: r5145
|
2002-10-14 11:02:27 +00:00 |
|
Max Horn
|
977aea241e
|
fixed buglet during shake mode
svn-id: r5040
|
2002-09-29 18:19:57 +00:00 |
|
Max Horn
|
9dc5fe2a1d
|
cleaned up various variable names in the SDL backend & NewGui; also fixed a small buglet that could cause garbage to appear behind the mouse cursor when closing NewGui while inside a game
svn-id: r5029
|
2002-09-28 16:19:28 +00:00 |
|
Max Horn
|
29f8c3af95
|
made init_size in the SDL backend reentrant
svn-id: r5022
|
2002-09-27 13:05:54 +00:00 |
|
Max Horn
|
536692556b
|
fixed cursor trail
svn-id: r5007
|
2002-09-22 16:12:37 +00:00 |
|
Max Horn
|
f644bea112
|
improved the text display in a newgui a bit: make the font proportiona; implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h
svn-id: r4972
|
2002-09-19 17:03:24 +00:00 |
|
Max Horn
|
bb57506d48
|
Added overlay to OSystem interface; implemented overlay in SDL backend (all other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X
svn-id: r4971
|
2002-09-19 16:06:51 +00:00 |
|
Max Horn
|
523d8e64c0
|
rewrote config class; cleanup; code restructuring
svn-id: r4903
|
2002-09-08 01:08:12 +00:00 |
|
Max Horn
|
f3b4f38892
|
SDL_gl and normal SDL backend now share a common base class
svn-id: r4813
|
2002-08-24 10:41:32 +00:00 |
|
Max Horn
|
ce46866403
|
Initial revision
svn-id: r4785
|
2002-08-21 16:07:07 +00:00 |
|