Mark Vejvoda
c60900b4f5
- fix the maxcpucount commandline option
2012-04-23 22:42:42 +00:00
Mark Vejvoda
12a76aec02
- small tweak to support multiple processors during build
2012-04-20 15:05:36 +00:00
Mark Vejvoda
d46d073213
- updated build batch files to auto download deps test thier integrity and build mg
2012-04-20 14:28:25 +00:00
Mark Vejvoda
2fde84f93c
- updated vc++ 2010 build file
2012-04-20 02:26:32 +00:00
Mark Vejvoda
7328304220
- fixed build for VC++ 2008
2012-04-20 02:18:23 +00:00
Mark Vejvoda
5d2c15ecec
- added new build files for VC++ 2010
2012-04-20 02:16:06 +00:00
Mark Vejvoda
dbb116f250
- load of changes to get things compiling under VC++ 2010 (with updated deps seperate for vc2010)
2012-04-20 01:04:05 +00:00
Mark Vejvoda
329bb58b04
- a few code cleanup items while doing some testing in VC++ 2010
2012-04-17 19:42:53 +00:00
Mark Vejvoda
a72fc4e341
- removed configurator from the build and installation, it is deprecated
2012-04-10 02:12:16 +00:00
Mark Vejvoda
433f4e84ce
- a few more fixes found using cppcheck
2012-03-28 06:34:34 +00:00
Mark Vejvoda
7a099a51c3
- added script to run cppcheck on the code
2012-03-28 05:58:13 +00:00
Mark Vejvoda
5e3420b8c9
- updated win32 debug project settings so it compiles in debug mode
2012-03-23 15:11:48 +00:00
Mark Vejvoda
5cd0a788d2
- updated windows build to compile with latest updates
2012-03-15 16:37:53 +00:00
Mark Vejvoda
87556ede01
- added hotkey to saved games
2012-03-15 16:32:54 +00:00
Mark Vejvoda
c3e40ca1e5
- updated to include desktop files for map editor and g3d viewer and added to make install in cmake build system
2012-02-25 04:11:07 +00:00
Tom Reynolds
5e51b4a089
minor fix to commented out game invocation in Linux wrapper script
2012-02-12 01:50:38 +00:00
Tom Reynolds
598d8e6713
Add some testing/QA/debugging related options to run the game (commented out)
2012-02-11 17:29:59 +00:00
Mark Vejvoda
d025c26115
- updated to compile with new streflop files
2012-02-11 15:29:16 +00:00
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
Titus Tscharntke
7de49ddc56
librtmp-dev was missing
2012-01-28 13:37:42 +00:00
Mark Vejvoda
12d1885c65
- ported bugfixes to trunk from 3.6.0.3
2012-01-24 21:28:05 +00:00
Mark Vejvoda
84f06d3cbd
- bugfix to compile with libircclient 1.6 and beyond
2012-01-23 20:36:15 +00:00
Mark Vejvoda
0d880a8692
- updated linux installer folder path
2012-01-23 15:42:15 +00:00
Mark Vejvoda
da2188416f
- added missing openal32.dll to batch file
2012-01-23 07:59:57 +00:00
Mark Vejvoda
4f19172e2a
- updated version # to 3.6.0.3 for installers
2012-01-23 07:53:27 +00:00
Mark Vejvoda
39bbc6c665
- added missing file for cmake builds (corrected wrong file from last checking)
2012-01-23 07:26:31 +00:00
Mark Vejvoda
05e1cf7c96
- added missing file for cmake builds
2012-01-23 07:25:42 +00:00
Mark Vejvoda
f40c37f5e8
- ported bugfixes for 3.6.0.3 release:
...
- CMake build system fixes applied during debian testing (like checking for compiler SSE support etc)
- Windows client fix for headless server operation
- Crash for some systems when trying to use VBO's
- Fixed AZERTY keyboard support
- Enhanced support for screenshots in g3d viewer
- Updated particle code from titi
- Bugfix for custom data path override causing compiler error
- Bugfix for fontconfig to properly find fonts on systems that support and have fontconfig installed (fixes numerous non debian based systems that reported null font errors)
- Minor UI fix on battle end screen when playing 8 players (last player was sometimes chopped off)
2012-01-23 07:22:43 +00:00
Mark Vejvoda
1f60d2606a
- bugfix for icon size in windows header (shows proper size now)
2012-01-07 20:02:40 +00:00
Mark Vejvoda
ce8698c1b4
- fix corrupted bmp icon
2012-01-06 22:55:52 +00:00
Tom Reynolds
0f0fb0887a
Make wrapper scripts pass all CLI arguments to binary
2012-01-05 01:18:25 +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
fd9147440e
- fixed release build scripts to proper separate embedded source and data
2011-12-20 05:32:18 +00:00
Titus Tscharntke
882ded5b58
startscripts for map editor and g3dviewer will not change the path to gamedir anymore. by this parameters can be passed to them in a much more common way.
2011-12-20 01:51:38 +00:00
Mark Vejvoda
cfa508b0cb
- separated embedded code into its own source archive (streflop not in there as its not available on debian yet)
2011-12-19 21:02:38 +00:00
Tom Reynolds
90d433e615
* fix typos in opensuse dependencies
2011-12-18 22:02:45 +00:00
Mark Vejvoda
4548c6ebb8
- updated scripts to make release easier.
...
- incremented version to 3.6.0.2
2011-12-16 09:04:26 +00:00
Mark Vejvoda
69fa9279a5
- added a new script to synch everything to the mg-version.sh when doing a release
2011-12-16 07:39:19 +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
9d7dae3ba8
- updated with more info
2011-12-15 19:01:01 +00:00
Mark Vejvoda
8965e0071e
- fixed help2man in cmake
...
- added the ability to build the data source archive (for debian)
2011-12-15 18:01:07 +00:00
Mark Vejvoda
bb16ed2a65
- debian related changes
2011-12-15 11:16:14 +00:00
Mark Vejvoda
eca4f1934f
- updated cmake builds scripts to not fail if help2man is not installed
2011-12-14 09:39:03 +00:00
Mark Vejvoda
b233371061
- no need to ship man pages with source archive since its auto generated by the build
2011-12-14 08:48:59 +00:00
Mark Vejvoda
9852325da6
- fixed Martiño Figueroa's name in all copyrights in source code
...
- added copyrights to files that were missing it
2011-12-14 07:40:48 +00:00
Mark Vejvoda
68408a6430
- updated to include new autogenerated manpages
2011-12-14 06:33:42 +00:00