Mark Vejvoda
642a26bdb5
- bugfix for cmake builds handling of help2man for empty executable paths
2013-11-18 23:10:38 +00:00
Mark Vejvoda
e28097e0d7
- bugfix for cmake builds handling of help2man for empty executable paths
2013-11-18 22:37:12 +00:00
Mark Vejvoda
fe6886d273
- bugfix for cmake builds handling of help2man for empty executable paths
2013-11-18 22:05:16 +00:00
Mark Vejvoda
303746df80
- updated cmake scripts to fix build problems on debian
2013-11-16 19:18:09 +00:00
Mark Vejvoda
0b087a9e84
- updated cmake to only place binaries in dev friendly folder if a new option is passed (enabled by default using the build script)
...
-DWANT_DEV_OUTPATH=ON
2013-01-15 20:13:18 +00:00
Mark Vejvoda
1e6364051b
- updated cmake to only place binaries in dev friendly folder if a new option is passed (enabled by default using the build script)
...
-DWANT_DEV_OUTPATH=ON
2013-01-15 17:26:55 +00:00
Mark Vejvoda
b4990de52e
- bugfix for cmake install for map editor and g3d viewer
2012-10-29 21:03:38 +00:00
Mark Vejvoda
38a205c540
- bugfix to cmake install for map editor and g3d viewer
2012-10-29 19:47:58 +00:00
Mark Vejvoda
8c0bf75bf5
- got built in memory leak working. Just edit leak_dumper.h and uncomment:
...
//#define SL_LEAK_DUMP
- got better / more accurate stack dumps when we detect errors in game.
- Both of these need to be worked on in windows next, win32 may not compile for now until i fix it on that platform.
- BE VERY CAREFUL when working in leak_dumper.* it may cause GCC and your system to crash if you don't know what you are doing!
2012-04-14 21:21:09 +00:00
Mark Vejvoda
bc3cc07aba
- corrected multiple model processing based on hp
...
- fixed cmake scripts (thanks Andrew Clarke)
- fixed streflop files to ignore softfloats if not used during build
2012-03-24 18:30:49 +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
Mark Vejvoda
496b847999
- bugfixes to build on debians multi-platform build system
2011-12-23 04:38:42 +00:00
Mark Vejvoda
eb1408550d
- more debian related changes for better manpages
2011-12-20 07:00:23 +00:00
Mark Vejvoda
cd046783c8
- updated man2help options
2011-12-20 06:09:33 +00:00
Mark Vejvoda
ea741cb0bb
- updated man2help options
2011-12-20 05:51:10 +00:00
Mark Vejvoda
ebba25b06f
- updated so streflop can be totally ignored when that cmake switch is off
2011-12-16 06:24:21 +00:00
Mark Vejvoda
bb16ed2a65
- debian related changes
2011-12-15 11:16:14 +00:00
Mark Vejvoda
92088ef1f6
- more bugfixes for properly install of manpages on debian
2011-12-14 16:57:56 +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
17ce117c18
- bugfix for manpage location during install on debian
2011-12-14 08:33:10 +00:00
Mark Vejvoda
19d564dcd1
- fixes for build scripts to use common manpage variable name
2011-12-14 07:50:53 +00:00
Mark Vejvoda
62a7186216
- updated build files to auto generate manpages for debian
...
- fixed spelling mistakes and broken links
2011-12-14 06:27:35 +00:00
Mark Vejvoda
dac61b9f5d
added some new cmake directives to optional turn off subprojects from the build process. The new cmake options include:
...
BUILD_MEGAGLEST_MODEL_IMPORT_EXPORT_TOOLS
BUILD_MEGAGLEST_MODEL_VIEWER
BUILD_MEGAGLEST_MAP_EDITOR
BUILD_MEGAGLEST_CONFIGURATOR
BUILD_MEGAGLEST
By default these are all enabled (On). Turn turn off a module run cmake with the option turned off:
-DBUILD_MEGAGLEST_CONFIGURATOR=OFF
2011-10-17 16:59:22 +00:00
Mark Vejvoda
e221011af2
- bugfixes so that the mingw compile builds
2011-05-24 22:51:45 +00:00
Mark Vejvoda
f8e1a5c8cb
- bugfixes found during testing of cmake builds
2011-05-04 22:30:32 +00:00
Mark Vejvoda
42d4e45b84
- implemented some additional install files as requested by sven (more needs to come still)
2011-05-04 06:58:22 +00:00
Mark Vejvoda
fab36598b1
- lots of updates including:
...
- cmake system changes (after doing a make you may go: sudo make install to install in standard linux paths)
- updates to various pathing in order to more robustly support lhs
*WARNING, Linux dev's should run cmake like the following to avoid pathing issues as the default now is lhs paths:
cmake -DCMAKE_INSTALL_PREFIX= .. (notice the SPACE before the ..)
2011-05-03 23:34:25 +00:00
Mark Vejvoda
cfd0e12dd7
-fix cmake script for mingw, just for completeness.
2011-04-15 01:15:46 +00:00
Mark Vejvoda
9b1893054f
- renamed Linux binaries launch scripts start with start_megaglest_x and binaries start with megaglest_
2011-04-09 19:13:10 +00:00
Mark Vejvoda
5add2da254
- mingw compile fixes, now it seems to properly compile and runs under wine again :)
2011-04-05 12:57:52 +00:00
Mark Vejvoda
f684e7f356
- updated g3dviewer and map editor to default to the userdata folder areas
2011-04-05 04:49:48 +00:00
Mark Vejvoda
19ea6b4058
- added FreeBSD patches from moellemeister (thanks)
2011-01-21 00:12:15 +00:00
Mark Vejvoda
e477fe647f
- updates to codeblocks so win32 debug builds ok and cleanup of cmake that was using settings that compiler did not use
2011-01-08 00:42:12 +00:00
Mark Vejvoda
f63e76df74
- updated mingw cmake files to work with new libcurl version (requires new ming deps download)
2011-01-01 11:39:04 +00:00
Mark Vejvoda
8d8afe78b5
- build fix for poor distros who have a hard time with libircclient (now we just include this small lib in the source tree) so no longer required as an external lib
2010-12-27 09:01:40 +00:00
Mark Vejvoda
1d4de5e423
- updates to cmake for libircclient
2010-12-23 06:56:19 +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
367effb217
- updated cmake files so windows build on windows OS build properly using wxWidgets dll's
2010-12-12 06:31:40 +00:00
Mark Vejvoda
1984c61386
- final completion of tools now building in both linux and windows through cmake
2010-12-11 15:05:43 +00:00
Mark Vejvoda
9cce656e65
- updated tools to use proper name libglest
2010-12-11 13:43:15 +00:00
Mark Vejvoda
ac1a291739
- modified cmake scripts to place linux binaries in the same spot that jam placed them
2010-12-09 17:14:40 +00:00
Mark Vejvoda
2d402f0169
- updated cmake scripts to build everything
2010-12-09 00:20:43 +00:00