Commit Graph

302 Commits

Author SHA1 Message Date
Jonathan Campbell
b8daaafb7b Enable C_PRINTER in Linux and other OSes, if FreeType2 is also present 2020-05-10 20:18:19 -07:00
Jonathan Campbell
ff78eef0c5 Linux: Add code to check for FreeType2 in configure.ac 2020-05-10 20:12:40 -07:00
Jonathan Campbell
b5815d4520 Begin next version 2020-05-03 02:04:02 -07:00
Jonathan Campbell
e31711899b Begin next version 2020-03-01 11:02:55 -08:00
Jonathan Campbell
8815e074d8 v0.82.x is cursed now due to a tagging mistake, and v0.82.x has been running for a long time, so jump to v0.83.0 2020-02-01 11:31:59 -08:00
Jonathan Campbell
d3cfef67c9 Begin next version 2020-02-01 00:39:11 -08:00
Jonathan Campbell
9948276cac Begin next 2020-01-01 23:02:48 -08:00
Jonathan Campbell
38044922ea begin next version 2019-11-30 19:18:06 -08:00
Jonathan Campbell
d5a8cb3549 Begin next version 2019-10-31 23:45:41 -07:00
Jonathan Campbell
8298733352 Begin next version 2019-09-30 21:11:19 -07:00
Allofich
f9171c2d4c Remove some warning flags 2019-09-14 00:31:31 +09:00
Jonathan Campbell
1aa45af516 version bump 2019-09-08 02:01:00 -07:00
Jonathan Campbell
21831cb7ee Begin next version 2019-08-01 00:32:29 -07:00
Jonathan Campbell
960ccdbc0f Fix configure.ac mistake that prevents dynrec on 32-bit linux 2019-07-23 01:29:47 -07:00
Jonathan Campbell
56d2302e05 more 2019-07-23 01:14:15 -07:00
Jonathan Campbell
5b062899e4 more 2019-07-22 06:39:33 -07:00
Jonathan Campbell
15225464fe GCC warning 2019-07-22 01:22:00 -07:00
Jonathan Campbell
0d3e1b9104 more 2019-07-22 01:18:34 -07:00
Jonathan Campbell
9ee5af05cc GCC: Stop telling me about deprecated functions for now, I know certain X11 functions are deprecated but they are too useful 2019-07-20 09:20:39 -07:00
Jonathan Campbell
655fc1306b more 2019-07-05 19:05:26 -07:00
Jonathan Campbell
c6a31cc713 more 2019-07-05 18:59:19 -07:00
Jonathan Campbell
a29e30c0c9 remove compiler flag again 2019-07-05 11:34:03 -07:00
Jonathan Campbell
0f71c5a2f6 compiler typecast fixup 2019-07-05 11:08:05 -07:00
Jonathan Campbell
5b129e641f configure.ac refuses to work without README, which has been changed to README.md (markdown format) by contributer patches. Fix. 2019-06-18 09:49:06 -07:00
Allofich
c6747e1042 Merge MAME sound from SVN, except Tandy 2019-06-18 22:36:46 +09:00
Allofich
5aa7a1eb05 SVN r4230
Add check for realpath
2019-06-14 22:24:26 +09:00
Allofich
584fc392b7 SVN r4163
Make it possible to compile without png support.
2019-06-02 18:17:25 +09:00
Allofich
8c6102ada5 SVN r4139
Prefer ncurses above curses (on some systems, these are still different
packages)
2019-06-02 18:17:23 +09:00
Jonathan Campbell
2e257ba52a begin next version 2019-06-01 00:03:44 -07:00
Allofich
b5dd21c3b6 SVN r4078
Enable core inlining by default on configure/make build system
2019-05-23 23:55:51 +09:00
Allofich
f10112e9d6 SVN r3923 and r3924
Bring OS2 port up to date.

(change to sdlmain.cpp not included due to incompatibility with DOSBox-X)
2019-05-05 16:39:17 +09:00
Allofich
9f01827cac SVN r3909
Fix detection of always_inline attribute with mingw 4.9.2
2019-05-04 16:51:26 +09:00
Allofich
6d13d0f90f SVN r3899 and SVN 3908
Use clock_gettime when available instead of the obsolete ftime.
2019-05-01 01:41:50 +09:00
Jonathan Campbell
ff72e0ef63 Remove dynamic_x86 dynamic core, leave only dynrec dynamic core 2019-04-28 01:50:11 -07:00
Jonathan Campbell
ba7d4ab109 Begin next version 2019-04-28 01:40:09 -07:00
Jonathan Campbell
105fc2ca6a Linux: Begin deprecating dynamic-x86 core, prefer dynrec 2019-04-25 17:58:08 -07:00
Jonathan Campbell
ce2a950471 iconv work 2019-04-09 17:13:32 -07:00
Jonathan Campbell
be7ca72ce2 configure.ac: detect libiconv 2019-04-07 02:32:01 -07:00
Jonathan Campbell
feb9408e21 begin next version 2019-04-06 00:00:39 -07:00
Jonathan Campbell
4d6b28c5e5 configure.ac allow SDL2 OpenGL 2019-03-11 00:51:50 -07:00
Jonathan Campbell
37300fc27b begin next version 2019-03-03 18:15:29 -08:00
Jonathan Campbell
1f0b6d78dc X11 detect XKBfile.h and determine whether to link to xkbfile 2019-02-16 13:59:20 -08:00
Jonathan Campbell
f0271ae7f4 Check for XKBlib and XKBrules, not all systems have both 2019-02-16 13:13:10 -08:00
Jonathan Campbell
81d39ddf60 configure.ac: Set C_X11 based on whether X11 headers exist 2019-02-16 01:40:42 -08:00
Jonathan Campbell
4cfabb034d Fix MinGW Windows builds to enable Direct3D output and to compile the Direct3D support code 2019-02-10 16:55:12 -08:00
Jonathan Campbell
ca3394762d follow up fix 2019-02-10 15:15:04 -08:00
Jonathan Campbell
a78ed340f9 MinGW: Define C_DIRECT3D to allow Direct3D output if Direct3D9 headers are present. This should enable Direct3D output on MinGW Windows (not yet tested) 2019-02-10 15:12:57 -08:00
Jonathan Campbell
c332fb78df Mac OS X: Let automake generate the plist so the version number matches the project 2019-02-10 09:12:24 -08:00
Cameron Cawley
5c103a49ac Add initial RISC OS support 2019-02-10 12:01:06 +00:00
Jonathan Campbell
8efc741310 SDL1 Linux: Compile SDL_net from in-tree 2019-02-10 00:15:39 -08:00