宋文武
ae79f47fa8
configure.ac: Add /usr/local/include to CFLAGS/CPPFLAGS for OpenBSD.
...
OpenBSD has "/usr/local/include/iconv.h".
2022-12-12 18:23:41 +08:00
Jookia
67d61bb9f8
configure: Link with pthread on FreeBSD
2022-12-12 18:03:15 +08:00
Jookia
166997aa84
configure: Simplify iconv linking logic
2022-12-12 18:01:24 +08:00
Jookia
c365baae63
configure: Clarify support for all iconv implementations
2022-12-12 17:52:28 +08:00
Jookia
eca6d64195
configure: Check if iconv uses const char**
2022-12-12 17:52:28 +08:00
宋文武
61141197aa
Fix build on OpenBSD.
2022-12-08 17:48:17 +08:00
maron2000
fa8abd0d7b
Change order of OpenGL library test
2022-11-10 19:47:07 +09:00
Jookia
d85451fe63
configure: Simplify curses detection
2022-09-18 20:46:10 +10:00
Jookia
69ff657c24
src: Drop support for non-inline memory functions
...
This isn't really used and until very recently was actually broken.
2022-09-16 13:12:02 +10:00
Jonathan Campbell
5131ad53b5
Merge pull request #3743 from asiekierka/emscripten-fixes
...
compilation fixes for Emscripten
2022-09-14 23:39:08 -07:00
Jonathan Campbell
bfc8bcb7cd
Merge pull request #3727 from Jookia/RFC_autoclean
...
Clean up unused autotools junk
2022-09-14 23:02:18 -07:00
Adrian Siekierka
3aac9e6acc
compilation fixes for Emscripten, part 2
2022-09-14 22:14:19 +02:00
Adrian Siekierka
a32e6b31ed
compilation fixes for Emscripten, part 1
2022-09-14 21:28:34 +02:00
Jookia
650a43ebf0
configure: Fix ffmpeg flags to support old ffmpeg users
2022-09-12 07:55:44 +10:00
Jookia
81447c0960
configure: Don't check for socklen_t
...
From what I can tell this check for was macOS 10.3 and earlier.
2022-09-10 09:51:48 +10:00
Jookia
9edafcd132
configure: Move OpenGL check to just after SDL
...
This fixes things like fluidsynth failing to detect as it linked with
SDL which requires OpenGL.
2022-09-08 06:36:58 +10:00
Jookia
1f0f48d4f5
configure: Don't use bashism for slirp check
2022-09-08 04:05:38 +10:00
Jookia
ac9b80aa37
configure: Work on all armv6* devices
2022-09-08 04:05:38 +10:00
Jookia
5e23d398aa
configure: Prefer pkg-config for finding OpenGL libraries
...
This fixes finding OpenGL on systems that use indirection like libglvnd.
2022-09-07 09:46:10 +10:00
Jonathan Campbell
a94167fa90
Prepare for another release (pre-release?)
2022-09-02 12:46:48 -07:00
Jonathan Campbell
160b2cbd47
Merge pull request #3660 from Jookia/RFC_verfix2
...
configure: Remove version setting hack
2022-08-31 14:06:50 -07:00
Wengier
51d9169883
update version and timestamp
2022-08-29 23:50:36 -04:00
Wengier
4a90004466
fix SDLdraw menu color on macOS
2022-08-01 00:25:11 -04:00
Jookia
0d53ebb93b
configure: Remove version setting hack
...
update-version-number does this for us.
2022-07-30 16:53:05 +10:00
Jookia
72be422925
Jump to version 2022.08.0
2022-07-25 11:25:59 +10:00
Wengier
28938aba70
HX-DOS WSock
2022-07-21 00:25:35 -04:00
Jonathan Campbell
644ab8a715
Begin next version
2022-07-01 14:43:22 -07:00
Wengier
087bff5aaf
update scripts
2022-06-30 17:46:32 -04:00
Wengier
5a526541dd
update config
2022-06-12 23:18:40 -04:00
Jonathan Campbell
f2d5cb9be7
Begin next version
2022-06-01 11:09:07 -07:00
Jonathan Campbell
36ee5351a1
Bump to 0.84.0
2022-05-31 20:33:06 -07:00
Jonathan Campbell
539c952c97
Merge pull request #3448 from Jookia/RFC_setprio
...
configure.ac: Fix error in setpriority test
2022-05-02 22:31:09 -07:00
Jookia
ddc8f27eec
configure.ac: Fix error in setpriority test
...
On some compilers this error would happen:
> conftest.c:39:5: error: second parameter of 'main' (argument array) must be of type 'char **'
> int main(int argc,char * argv) {
> ^
This is absurd because the test clearly has argv[] in it, but it's
getting dropped for some reason. Just avoid this by writing char**
2022-05-03 11:12:49 +10:00
Jonathan Campbell
0f120da09c
Begin next version
2022-05-02 15:45:50 -07:00
Wengier
09fb15cbc1
fix configure.ac for MinGW
2022-05-01 13:08:55 -04:00
Wengier
e4b90d5de9
ensure SDLNet disabled for HX build
2022-04-30 13:47:04 -04:00
Wengier
aac923b7e8
fix MinGW build
2022-04-30 00:30:05 -04:00
Wengier
a499f1a777
fix configure
2022-04-29 19:31:20 -04:00
Wengier
0a732c908e
fix mingw
2022-04-16 22:49:30 -04:00
Jonathan Campbell
c75d0ea24f
Begin next version
2022-04-03 09:18:06 -07:00
Jonathan Campbell
66a30ecf56
Begin next version
2022-03-04 12:30:22 -08:00
Jonathan Campbell
2a09d6d2c9
Begin next version
2022-02-01 02:21:47 -08:00
Wengier
17918c686a
Make HMENU the default menu for both Windows SDL1 and SDL2 builds
2022-01-25 22:34:05 -05:00
Wengier
ff0e77f8a6
C_FORCE_MENU_HMENU option
2022-01-25 18:21:09 -05:00
Jonathan Campbell
27af5c75b3
Begin next version
2022-01-01 15:05:05 -08:00
Wengier
bc63030403
update configure
2021-12-24 16:52:30 -05:00
Wengier
05221ce5e2
allow to change most printer options at runtime
2021-12-22 01:16:36 -05:00
Wengier
50ab0bfbe9
fix for #3167
2021-12-22 00:18:08 -05:00
Wengier
3a4ba060ea
fix build
2021-12-13 03:42:38 -05:00
Wengier
0e96b04bfe
fix build
2021-12-10 07:23:46 -05:00