Nicolas Bacca
5eaef69291
New BASS subproject
...
svn-id: r8871
2003-07-08 22:50:43 +00:00
Nicolas Bacca
61ab6933c5
Update to new virtual functions, protected members and so on, take one
...
svn-id: r8870
2003-07-08 22:44:45 +00:00
Chris Apers
43c310924e
More languages
...
svn-id: r8839
2003-07-07 09:08:04 +00:00
Chris Apers
aba8284008
New thread emu
...
svn-id: r8837
2003-07-07 08:53:05 +00:00
Chris Apers
7d03378fdc
Fixed %c modifier
...
svn-id: r8836
2003-07-07 08:51:28 +00:00
Chris Apers
2b4210635e
Language option support + music and MP3 related options
...
svn-id: r8835
2003-07-07 08:49:27 +00:00
Chris Apers
c4b942bfce
MP3 and sound thread fixes
...
svn-id: r8834
2003-07-07 08:45:20 +00:00
Chris Apers
60a7b30b54
More options
...
svn-id: r8833
2003-07-07 08:42:45 +00:00
Oliver Kiehl
c29d39fad7
fix compile
...
svn-id: r8814
2003-07-06 20:19:54 +00:00
Max Horn
8c9b152f31
const fix; expannded TODO comment a bit
...
svn-id: r8813
2003-07-06 19:31:44 +00:00
Max Horn
9875983336
some backend fixes
...
svn-id: r8812
2003-07-06 18:56:19 +00:00
Marcus Comstedt
36bf6e09d3
"Better" fix... (Die C++, die!)
...
svn-id: r8811
2003-07-06 17:46:04 +00:00
Marcus Comstedt
5ab59a695c
Fixed parse error.
...
svn-id: r8802
2003-07-06 14:46:12 +00:00
Jonathan Gray
fb6b42bb93
make x11 backend compile again, still doesn't actually work though...
...
svn-id: r8789
2003-07-06 05:51:41 +00:00
Max Horn
ce9d154957
fixed stack lock at startup
...
svn-id: r8779
2003-07-05 15:28:28 +00:00
Max Horn
4611b12c0a
updated backends to use type MutexRef
...
svn-id: r8776
2003-07-05 15:17:46 +00:00
Travis Howell
39abb7cf0a
Add more OpenGL fixes, patch #762815
...
svn-id: r8775
2003-07-05 13:41:14 +00:00
Ruediger Hanke
12a04c8e52
Implement new interface functions
...
svn-id: r8765
2003-07-05 09:08:38 +00:00
Max Horn
85c467c6a0
fixed two leaks
...
svn-id: r8739
2003-07-04 13:16:48 +00:00
Max Horn
3ed9aae095
const correctness
...
svn-id: r8727
2003-07-03 22:06:13 +00:00
Max Horn
30d985afb9
const correctness
...
svn-id: r8725
2003-07-03 21:45:04 +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
Torbjörn Andersson
cd04361fb7
Removed the calls to SDL_SetGamma(). No one could understand what they were
...
doing there in the first place when it was discussed yesterday, and they
screw up the colours for me. (Possibly because I have the gamma correction
set even higher by default, so this attempt to brighten the image actually
made it *darker* for me.)
svn-id: r8720
2003-07-03 06:58:08 +00:00
Max Horn
6598673ac3
cleanup
...
svn-id: r8718
2003-07-02 23:24:05 +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
7c8565fa65
Add OpenGL fixes, patch #762815
...
svn-id: r8672
2003-06-30 02:38:56 +00:00
Marcus Comstedt
2aa2076ceb
Count CD tracks from the beginning, not the end... ^^;;
...
svn-id: r8656
2003-06-26 15:25:06 +00:00
Max Horn
c9d22c69a2
fixed volume controller (compared to the core midi backend, volumes are now equal; plus this is the logical implementation :-)
...
svn-id: r8642
2003-06-24 11:56:43 +00:00
Paweł Kołodziejski
87b5f750e7
fixed warnings
...
svn-id: r8622
2003-06-22 15:00:51 +00:00
Torbjörn Andersson
160c4f9104
Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratio
...
correction mode by making sure that dirty rects always start on a line
that won't have its colours changed by the stretching function. This was
probably only noticeable when using the 1x scaler.
[*] Actually, the glitches weren't specific to the mouse cursor, but it was
useful for triggering them.
svn-id: r8621
2003-06-22 14:59:21 +00:00
Max Horn
4604b2600e
use float instead of double
...
svn-id: r8617
2003-06-22 14:39:55 +00:00
Travis Howell
85d926fa66
Ooops
...
svn-id: r8615
2003-06-22 14:34:30 +00:00
Travis Howell
a700f90a5f
Revert poll_event change
...
svn-id: r8614
2003-06-22 14:31:17 +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
Travis Howell
2a31d107c9
Aspect ratio works with all sclaers in opengl backend
...
svn-id: r8607
2003-06-22 12:30:58 +00:00
Max Horn
11ff7fe9a3
Patch #757827 : Aspect-ratio correction
...
svn-id: r8605
2003-06-22 11:55:40 +00:00
Max Horn
2b3ad36791
typo
...
svn-id: r8574
2003-06-20 23:21:06 +00:00
Max Horn
cafe61b768
uhm - dunno how that slipped in =)
...
svn-id: r8570
2003-06-20 11:05:57 +00:00
Max Horn
3014adf175
some changes for the 320x256 code - the new code *might* work (can't test since it's not supported here), while the old code for it simply was bogus :-)
...
svn-id: r8569
2003-06-20 10:59:22 +00:00
Max Horn
2a1b3d633d
oops
...
svn-id: r8567
2003-06-20 01:12:34 +00:00
Max Horn
5cd8bc2942
cleanup
...
svn-id: r8566
2003-06-20 00:48:17 +00:00
Max Horn
7403492aea
fixed non-bilinear mode (no black line in that anymore; fixing the bilinear case will be challenging, at the least...); some cleanup
...
svn-id: r8561
2003-06-19 16:33:46 +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
Marcus Comstedt
e985c33dab
Moved include of stdafx.h to top.
...
svn-id: r8543
2003-06-18 21:15:08 +00:00
Marcus Comstedt
be0bdf687a
Added casts to EventCode.
...
svn-id: r8542
2003-06-18 21:13:58 +00:00
Marcus Comstedt
7d6717eaa7
Added some missing methods and a constructor.
...
svn-id: r8540
2003-06-18 21:06:03 +00:00
Travis Howell
a0028d51d1
OpenGL working right now
...
svn-id: r8537
2003-06-17 17:34:52 +00:00
Travis Howell
d5d61a5e05
Missed one
...
svn-id: r8536
2003-06-17 16:06:17 +00:00
Travis Howell
a09e7a5615
Update backend with recent changes, hope this is right.
...
svn-id: r8535
2003-06-17 16:03:12 +00:00