Commit Graph

67 Commits

Author SHA1 Message Date
Themaister
72fb694e97 Use pkg-config more where appropriate. 2011-06-25 17:15:58 +02:00
Themaister
59c92dddc3 Slight QB cleanup. 2011-06-25 17:11:18 +02:00
Themaister
3f60fdd106 Fix build for XVideo. 2011-06-25 18:11:04 +02:00
Themaister
59d9ff0d29 Add check_code_c/cxx. 2011-06-25 14:44:45 +02:00
Themaister
d279ea79e8 Fix some standard compliance. 2011-06-25 14:17:31 +02:00
Themaister
77cf9423cc Abolish use of echo -n as it isn't perfectly standard. 2011-06-25 14:10:40 +02:00
Themaister
60b94bbe43 Add some additional checks in qb. 2011-06-25 13:57:46 +02:00
Themaister
db3e1ae053 Updates for 0.6. 2011-06-21 22:37:48 +02:00
Themaister
4b5ed0fa41 Do not force -lossaudio. 2011-06-16 23:50:33 +02:00
Themaister
75d1155a23 Fix OSS build for BSD. 2011-06-16 23:20:12 +02:00
Themaister
753d2057bb Fix BSD build. Convert strcpy()/strcat() to strl* variants. 2011-06-16 22:47:37 +02:00
Themaister
0f1a76f932 POSIX stuff for Quickbuild. 2011-06-15 04:34:28 +02:00
Themaister
f187f3db29 Small regex change. 2011-06-15 00:42:09 +02:00
Themaister
3099a79bac Should fix grep error. 2011-06-15 00:26:44 +02:00
Themaister
192e3303a1 Update dist and version. 2011-06-11 18:19:00 +02:00
Themaister
d0ba59f8b5 Start moving over to SDL_image rather than imlib2.
Imlib2 takes more space, and was a pure bitch to compile for Win32,
so I gave up ... ;)
2011-06-11 16:55:53 +02:00
Themaister
4d96fbba6a Python works :P 2011-06-06 18:50:36 +02:00
Themaister
9bfeb88e24 Start implementing Python support for game-aware shaders. 2011-06-06 17:44:05 +02:00
Themaister
c646166fe1 Make an "empty" buffer for performance. Also attempt to fall back if
vsync fails on start.
2011-05-31 23:03:01 +02:00
Themaister
c938f3d8de Add lookup texture support. :D yay. 2011-05-18 20:22:27 +02:00
Themaister
ac21fb81e2 Prepare for 0.5 release. 2011-05-15 22:18:36 +02:00
Themaister
75d618140b Some more work on external API. 2011-05-11 17:52:16 +02:00
Themaister
d679f8b24f v0.4.1 updates. 2011-04-26 19:00:50 +02:00
Themaister
d304960c21 0.4.1-beta I suppose. 2011-04-22 03:17:31 +02:00
Themaister
a4c901df57 Bit more logging when saving SRAM to be sure. 0.4! :D 2011-04-07 21:20:11 +02:00
Themaister
6b8eea6363 Start with strlcpy/strlcat ... 2011-04-03 22:16:59 +02:00
Themaister
006948b973 Warmup for 0.4-beta. Some FBO stuff is still borked. 2011-03-30 11:05:56 +02:00
Themaister
6c85e6e702 Configurable FBO support. 2011-03-23 23:48:13 +01:00
Themaister
d5761b6385 Can disable netplay. 2011-03-19 20:41:07 +01:00
Themaister
e502a8b566 Updates for 0.3.2 2011-03-17 22:28:44 +01:00
Themaister
c5942ec5a2 Fix Jack pkgconf version. 2011-03-13 18:09:27 +01:00
Themaister
adfd461c3e Start on XVideo 2011-03-13 04:51:09 +01:00
Themaister
0be1b0b88b More build fixes. 2011-03-07 20:22:55 +01:00
Themaister
f94dc125e5 An initial take on bsnes CPU filters. 2011-03-07 19:12:14 +01:00
Themaister
8c6519a53b Should fix an awkward bug with Quickbuild. 2011-03-03 22:06:58 +01:00
Themaister
336adb9f85 Preparations for 0.3.1 2011-03-01 21:45:04 +01:00
Themaister
bbf4804d12 Obey CFLAGS and LDFLAGS when testing libs (nice when profiling.) 2011-02-28 22:30:06 +01:00
Themaister
0735398e64 Updates for 0.3. 2011-02-22 22:24:58 +01:00
Themaister
0485f783b3 Updates for Win32. 2011-02-15 16:42:55 +01:00
Themaister
ad9a08aea6 Updates for 0.2.2 2011-02-09 23:34:40 +01:00
Themaister
bdea56370d Typo 2011-02-07 11:14:46 +01:00
Themaister
d0c10e7523 Use new callback interface for RSound. Fix when restarting audio driver
fails.
2011-02-06 23:55:17 +01:00
Themaister
820b124165 Add hermite resampler core :) SRC is disabled by default. 2011-02-06 13:29:48 +01:00
Themaister
c2896db558 Fix some sed issues that seem to appear on Mac. 2011-02-04 15:31:05 +01:00
Themaister
57eebebcdd Fix OpenAL build for OSX. 2011-02-04 14:43:14 +01:00
Themaister
9ad9cbd7de Build fixes for OSX. (PPC) 2011-02-04 13:49:53 +01:00
Themaister
43dc30c3a5 Updates for 0.2.1 2011-01-30 13:44:30 +01:00
Themaister
e83f3ed444 Initial PulseAudio code. 2011-01-29 01:15:09 +01:00
Themaister
fcba18e564 Disable filters by default since they're kinda obsolete and bloat the
binary.
2011-01-25 11:08:40 +01:00
Themaister
ebd2a4c4c3 Update build for Win32. 2011-01-24 22:15:49 +01:00