Mark Vejvoda
|
4ad42518c0
|
- updated for better handling of streflop on different platforms
- attempt for bugfix on windows when socket send buffer is continuously full
|
2012-02-10 06:21:06 +00:00 |
|
Mark Vejvoda
|
835c886705
|
- few tweaks to get things compiling under mingw
|
2011-12-25 03:09:39 +00:00 |
|
Mark Vejvoda
|
7d0cf06fe1
|
- added a check for streflop usage for the following (in the order shown):
- SSE support
- X86 (streflop's X87) support
- Soft emulation is the default fallback if sse and x86 are not valid for the compiler
|
2011-12-24 03:20:21 +00:00 |
|
Mark Vejvoda
|
33c557ff35
|
- allow override for desired sse level
|
2011-12-23 08:36:46 +00:00 |
|
Mark Vejvoda
|
2e94c32d59
|
- added ability to check if compiler supports SSE and if not fallback to X87 for streflop.
- added ability for clients to specify gamma override value for drivers which support it
|
2011-12-23 08:20:54 +00:00 |
|
Mark Vejvoda
|
496b847999
|
- bugfixes to build on debians multi-platform build system
|
2011-12-23 04:38:42 +00:00 |
|
Mark Vejvoda
|
6ddde29141
|
- updated to correct issues with the latest mingw compiler and resource compiler, as well as to use older miniupnpc
|
2011-12-15 21:10:40 +00:00 |
|
Mark Vejvoda
|
ff14256dc5
|
- added ability to force using dynamic CURL because some retard ditros report they support static when they in fact do not (ahem.. Suse)
|
2011-12-02 19:05:42 +00:00 |
|
Mark Vejvoda
|
d677699002
|
- added ability to force using dynamic CURL because some retard ditros report they support static when they in fact do not (ahem.. Suse)
|
2011-12-02 18:57:31 +00:00 |
|
Mark Vejvoda
|
99f8c23422
|
- added more deps to build static
|
2011-11-30 05:10:04 +00:00 |
|
Mark Vejvoda
|
89b1431882
|
- added libGLEW to compile statically when static linking enabled
|
2011-11-14 23:58:14 +00:00 |
|
Mark Vejvoda
|
d07e5ef859
|
added new cmake module for glew library
|
2011-10-17 20:37:19 +00:00 |
|
Mark Vejvoda
|
e90ac0fb94
|
bugfix for vorbisfile on macosx
|
2011-10-14 22:39:33 +00:00 |
|
Mark Vejvoda
|
c808a5661a
|
- added freetype2 / FTGL support
|
2011-06-06 21:38:25 +00:00 |
|
Mark Vejvoda
|
1cf6d523fd
|
- updated cmake system to support using NON EMBEDDED versions of libircclient and miniupnpc for proper build in Debian
|
2011-05-27 06:37:43 +00:00 |
|
Mark Vejvoda
|
4c7d09d37b
|
- cleanup of cmake vars shown when doing -LH (marked some less important vars as advanced)
|
2011-05-15 02:24:54 +00:00 |
|
Mark Vejvoda
|
4f3ecdf1ec
|
- default to dynamic libs since most (if not ALL) distros hate static linking, still support it for our own installer:
-DWANT_STATIC_LIBS=ON
is what you add to cmake call to build with statics libs as we did before
|
2011-05-04 07:31:18 +00:00 |
|
Mark Vejvoda
|
de5eb1e3c3
|
- improvements to cmake files to see if things work again in the mingw world
|
2011-04-05 06:58:14 +00:00 |
|
Mark Vejvoda
|
cfcd985d18
|
- xerces fix for cmake compile if static libs are missing
|
2011-03-20 20:33:28 +00:00 |
|
Mark Vejvoda
|
15679e3489
|
- xerces fix for cmake compile if static libs are missing
|
2011-03-20 15:49:33 +00:00 |
|
Mark Vejvoda
|
604de5bec1
|
- xerces fix for cmake compile if static libs are missing
|
2011-03-20 15:26:07 +00:00 |
|
Mark Vejvoda
|
28516971af
|
- now xerces compiles into the linux binary statically making things much more compatible for deployment on numerous distros
|
2011-03-20 15:18:33 +00:00 |
|
Mark Vejvoda
|
39f56d8c8b
|
- last checkin missed a curl parameter
|
2011-02-28 18:44:33 +00:00 |
|
Mark Vejvoda
|
c09fea0308
|
- thanks for reporting issues in RHEL wng-, this hopefully fixes builds in that environment
|
2011-02-28 18:41:04 +00:00 |
|
Mark Vejvoda
|
7ef965a8db
|
- updated cmake to be more liberal in where we look for libcurl
|
2011-01-27 22:47:09 +00:00 |
|
Mark Vejvoda
|
8d28c35e13
|
- fixed cmake builds on linux
|
2011-01-22 00:11:40 +00:00 |
|
m0elle
|
5722cb01c6
|
Added FindwxWidgets.cmake FindPackageHandleStandardArgs.cmake, needed by FreeBSD to find wxWidgets properly
|
2011-01-21 23:54:24 +00:00 |
|
Mark Vejvoda
|
19ea6b4058
|
- added FreeBSD patches from moellemeister (thanks)
|
2011-01-21 00:12:15 +00:00 |
|
Mark Vejvoda
|
b385d4c2b1
|
- bugfix for static inclusion of libcurl
|
2011-01-04 02:55:45 +00:00 |
|
Mark Vejvoda
|
a36f0c38d6
|
- if possible on Linux compilers, force static linking of libcurl
|
2011-01-04 01:40:47 +00:00 |
|
Mark Vejvoda
|
ea4f8e0bcd
|
- added IRC client to the Internet game menu (still need to update VC++ projects)
|
2010-12-23 00:00:30 +00:00 |
|
Mark Vejvoda
|
486f84ecbf
|
- checked in cross tool chain file
|
2010-12-17 02:19:46 +00:00 |
|
Mark Vejvoda
|
755a7737fa
|
- added CMAKE support for building MG in Windows using MingW
|
2010-12-11 06:32:21 +00:00 |
|
Mark Vejvoda
|
b115292ee5
|
- added GeoVah's initila Mac osX support (via cmake)
|
2010-09-16 15:15:42 +00:00 |
|
Mark Vejvoda
|
c784aef95b
|
- a few changes to cmake files to get things compiling in open suse
|
2010-08-02 15:56:07 +00:00 |
|
Mark Vejvoda
|
9c5d911edc
|
Added cmake build files (thanks RCL)
|
2010-06-05 17:34:55 +00:00 |
|