Commit Graph

320 Commits

Author SHA1 Message Date
Themaister
0375de48a2 Add preliminary network command interface. 2012-05-27 14:12:29 +02:00
Themaister
ca0a5b9f76 Move font stuff to gfx/fonts. 2012-05-27 02:04:50 +02:00
Themaister
a10a5badcc Move font code to gl_font. 2012-05-26 15:22:48 +02:00
Themaister
7cfd0a3660 Fix build. 2012-05-26 10:17:06 +02:00
Twinaphex
1386e2ee90 Restructuring of sdlwrap.c for portability reasons -
could need a code review
2012-05-26 04:47:24 +02:00
Themaister
068b3b90f5 Update version to 0.9.6-rc1. 2012-05-11 21:43:56 +02:00
Themaister
2e205f6a94 Update Makefiles to 0.9.6. 2012-05-07 20:58:32 +02:00
Themaister
2c9eb8e840 Update version to 0.9.6-beta1. 2012-04-29 01:06:53 +02:00
Themaister
3db4a0da22 Fixups to Win32 makefile. 2012-04-22 12:17:22 +02:00
Themaister
161bed281f Win32 makefile fixes. 2012-04-21 23:51:05 +02:00
Themaister
3a7ad61879 Rename ssnes.c to retroarch.c. 2012-04-21 23:11:18 +02:00
Themaister
0934d81a52 Add -Wno-unused-result. 2012-04-16 20:38:25 +02:00
Themaister
8c426ed49a Split file.c in two. 2012-04-13 21:29:25 +02:00
Themaister
e012e290ae Builds clean. 2012-04-09 22:04:44 +02:00
Themaister
c79e536b17 Use positive HAVE_SCREENSHOTS rather than a negative ifdef. 2012-03-25 23:41:20 +02:00
Themaister
d73ec9b645 Move hashing code to hash.o. 2012-03-25 23:29:39 +02:00
Themaister
acdc6179bb Add possibility to disable -static-libstdc++ for TDM_GCC. 2012-03-19 23:45:46 +01:00
Themaister
13373f4873 Merge compat implementations into compat/compat.c. 2012-03-17 00:56:55 +01:00
Themaister
ef72584568 Merge ups/bps into patch.c. 2012-03-16 23:42:29 +01:00
Themaister
9ab02b12be Move compat functionality to compat/. 2012-03-16 23:26:57 +01:00
Themaister
7f4d701b19 Preparations for 0.9.5 release. 2012-03-11 17:52:10 +01:00
Themaister
7b0b1a7004 Only enable SINC by default for 64-bit Windows. 2012-02-28 19:28:06 +01:00
Themaister
24817543e0 Implement FFT for better SNR verification. 2012-02-27 19:49:00 +01:00
Themaister
c20df730e3 Make sinc resampler default on PC. 2012-02-25 22:12:49 +01:00
Themaister
bb824b5679 Optional SINC. 2012-02-24 00:28:41 +01:00
Themaister
b0ddf78db0 Updates for 0.9.4.1. 2012-01-22 19:43:13 +01:00
Themaister
d109c22b49 Update Windows makefile. 2012-01-16 22:10:31 +01:00
Themaister
98f2f1c23d Updates for 0.9.4. 2012-01-16 22:08:54 +01:00
Themaister
44e2d66cf5 Mainstub clean. 2012-01-05 17:53:30 +01:00
Themaister
9747767474 Use GetFileAttributes. 2012-01-05 17:41:04 +01:00
Themaister
c8dee57278 Set constant macros with define. 2011-12-25 01:45:09 +01:00
Themaister
eac468ba19 MSVC compat. 2011-12-25 01:38:59 +01:00
Themaister
d5fca50a2f Can build for C++. 2011-12-24 15:26:01 +01:00
Themaister
331f46fb24 Missing stuff. 2011-12-11 12:51:32 +01:00
Themaister
e88662cab0 Updates for 0.9.3. 2011-12-11 12:50:16 +01:00
Themaister
a7870aa888 Altivec sample conversion. 2011-12-02 01:34:02 +01:00
Themaister
43972d4c35 Fix build. 2011-11-30 18:18:50 +01:00
Themaister
a221e3e4cd Enable/disable threading support. 2011-11-30 17:46:58 +01:00
Themaister
cb7002559d Put defines in makefile. 2011-11-30 17:01:15 +01:00
Themaister
7f7d47b120 Custom getopt for portability. 2011-11-30 11:48:53 +01:00
Themaister
2476e3dee3 Updates for 0.9.2. 2011-11-24 13:13:55 +01:00
Themaister
0e72120bdc Updates for 0.9.2-rc2. 2011-11-21 16:30:35 +01:00
Themaister
da97b29d0b Update FFmpeg to use new define in Win32. 2011-11-18 13:07:24 +01:00
Themaister
69b7f92285 Updates for 0.9.2-rc1. 2011-11-18 12:17:25 +01:00
Themaister
66e1179503 Do not remove -s. 2011-11-15 16:44:40 +01:00
Themaister
4ecea5d0a4 Expose python to external drivers. 2011-11-15 15:41:49 +01:00
Themaister
43905e410e Fix build ... *grummel* 2011-11-02 17:04:49 +01:00
Themaister
d23a7e3ddf HAVE_OPENGL=1 in Windows. 2011-11-02 17:02:59 +01:00
Themaister
202a458524 Updates for 0.9.1. 2011-10-30 11:24:16 +01:00
Themaister
824790a80d Updates for 0.9. 2011-10-22 20:19:40 +02:00
Themaister
c55ce543c2 Revert "Use C99 stdio in mingw, yay" :\
This reverts commit de8bc62474.
2011-10-19 18:12:30 +02:00
Themaister
de8bc62474 Use C99 stdio in mingw, yay 2011-10-19 18:10:05 +02:00
Themaister
a79a1b46f7 Updates for 0.9-rc4. 2011-10-18 19:12:28 +02:00
Themaister
f26b54c998 Updates for RC3. 2011-10-15 18:51:58 +02:00
Themaister
15e0b721e6 Updates for RC2. 2011-10-14 14:07:03 +02:00
Themaister
bc999e72fa Updates for v0.9-rc1. Use --features rather than spamming down --help. 2011-10-11 20:02:46 +02:00
Themaister
c7f8110670 Use glorious x264 RGB. 2011-10-10 22:24:26 +02:00
Themaister
4916f7b08b Add placeholder define for when libx264 RGB support is built in. 2011-10-09 12:37:53 +02:00
Themaister
340dca3c6d Download headers (lib/headers split). 2011-10-08 17:01:40 +02:00
Themaister
1ee9722e5f Start working on custom thread implementation.
Avoids SDL dependency for this to improve portability.
2011-10-06 20:31:39 +02:00
Themaister
f6d4d32c03 Dynamic loading by default, add OSD message for netplay DC. 2011-10-05 21:44:17 +02:00
Themaister
8d4620b680 FFmpeg API seems to be too fragmented. Give in and #ifdef shit. :v 2011-09-23 22:57:41 +02:00
Themaister
8ea5ba171a Updates for 0.8.2. 2011-09-21 21:17:46 +02:00
Themaister
924848fdad Start working towards SDL 1.2/1.3 compat. 2011-09-13 14:06:49 +02:00
Themaister
9ca5e4e470 Updates for 0.8.1. 2011-09-10 19:15:05 +02:00
Themaister
11aeb05a6e Do not drop netplay in SLIM build. 2011-08-28 22:43:50 +02:00
Themaister
e28a32d922 Add in SDL.dll. 2011-08-28 22:31:11 +02:00
Themaister
edac39cb2b Link explicitly to iconv. 2011-08-28 22:20:15 +02:00
Themaister
c1954aa4a6 Fixups in Makefile. 2011-08-28 22:19:02 +02:00
Themaister
ef048fcfd5 Remove cruft. 2011-08-28 21:57:24 +02:00