Commit Graph

32 Commits

Author SHA1 Message Date
filux 5046d4c4a7 improved scripts 2015-03-16 21:07:36 +01:00
SoftCoder 172dfe3411 - update a few scripts to exclude cegui data 2014-12-29 17:23:20 -08:00
SoftCoder 1cacb0df27 - missed some updates 2014-01-24 09:50:17 -08:00
SoftCoder 92daccf963 - cleanup of cmake scripts and proper organizing of files 2014-01-21 23:21:56 -08:00
SoftCoder 7b7a594359 - updated some release scripts to use git instead of svn 2013-12-27 21:58:29 -08:00
Tom Reynolds 385bc30e7e Do not use enforce use of extreme (-9e) XZ compression everywhere. Instead use XZ_OPT="$XZ_OPT -9e" environment variable as a prefix when calling XZ commands, or use XZ_DEFAULTS environment variable in shell initialization scripts. See xz(1) for details. 2013-05-26 02:16:01 +00:00
Mark Vejvoda fd9147440e - fixed release build scripts to proper separate embedded source and data 2011-12-20 05:32:18 +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 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 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 201a656da4 - updated source and data archive build scripts to always export all data for the archive from svn instead of relying on files locally 2011-12-06 20:56:43 +00:00
Mark Vejvoda c4f4e28ca6 - bugfix to pull in nix xml instead of windows 2011-09-16 19:11:02 +00:00
Mark Vejvoda a1d80ae22f - updates in prep for 3.5.2 2011-05-25 16:11:49 +00:00
Mark Vejvoda 8c59da57cd - bugfixes to install related files to fix:
- missing glest.ini during make install (this file is handled by the data install)
 - properly handles destdir for all installed files
 - customizable paths for all installation destinations (the following can now be set):
   		MEGAGLEST_BIN_INSTALL_PATH   -  "bin/"  -  "The installation path for binaries (this is appended to the CMAKE_INSTALL_PREFIX)")
		MEGAGLEST_DATA_INSTALL_PATH  - "share/megaglest/"  -  "The installation path for data files (this is appended to the CMAKE_INSTALL_PREFIX)")
		MEGAGLEST_DESKTOP_INSTALL_PATH  - "share/applications/"  - "The installation path for desktop files (this is appended to the CMAKE_INSTALL_PREFIX)")
		MEGAGLEST_ICON_INSTALL_PATH  -  "share/pixmaps/"   - "The installation path for icon files (this is appended to the CMAKE_INSTALL_PREFIX)")
		CUSTOM_DATA_INSTALL_PATH  -  "'\\\"${CMAKE_INSTALL_PREFIX}/${MEGAGLEST_DATA_INSTALL_PATH}\\\"'"   -  "The FULL installation path for data files (this is build automatically by combining CMAKE_INSTALL_PREFIX and MEGAGLEST_DATA_INSTALL_PATH)")
- Fixed startup scripts for tools (remove bin folder)
- Fixed source and data tarball scripts to include required files (missed the proper main ini files)
- Debian can now easily package up megaglest and build deb files
2011-05-14 17:31:40 +00:00
Mark Vejvoda 230bdee567 - updated source and data scripts to remove one redundant level of folders 2011-05-08 21:16:54 +00:00
Mark Vejvoda 9df444fc8f - updated data archive build script to use proper penguin pathing 2011-05-07 07:08:49 +00:00
Mark Vejvoda c65b55c6b9 - who will win.. 7z or xz? (so far 7z) 2011-05-07 05:08:17 +00:00
Mark Vejvoda 3405552538 - updated data script to remove hideous way of building out data package, now just waiting for a good commandline to use xz for compression 2011-05-07 02:02:47 +00:00
Mark Vejvoda 449e3f25c8 - updates to commondata handling. From now on commondata tag specified the commondata folder under a techtree making it easier to share data and portable since you just need to copy the techtree and its contents, this means no sharing data between techtrees (which is good since we don't want such dependencies) 2011-05-06 22:12:16 +00:00
Mark Vejvoda 9c992ed353 - fixed observers to be able to see queued commands of all other players
- updated authors for tilesets that we replaced sounds for
- updated source code release archive building script with improvements from svenstaro
- added commondata folder to data and install scripts
2011-05-06 08:44:50 +00:00
Mark Vejvoda f8e1a5c8cb - bugfixes found during testing of cmake builds 2011-05-04 22:30:32 +00:00
Mark Vejvoda 9a1afe1b0a - updated scripts as well as cmake so that source and data build both together and separate from in an svn tree or the sf tarballs 2011-05-04 21:00:34 +00:00
Mark Vejvoda 92039ac053 - updated data and data diff scripts to use best 7z compression 2011-04-20 07:19:29 +00:00
Mark Vejvoda f1dd1eb751 updates to scripts in preparation for new beta and release 2011-01-22 04:51:24 +00:00
Mark Vejvoda 45b7e081be - updated script to skip temp files 2010-08-12 00:43:26 +00:00
Mark Vejvoda 905c0365e4 - updated scripts to include additional program icons 2010-06-26 16:58:20 +00:00
Mark Vejvoda 001ff3c98c - updated some scripts to use linux bmp icon file 2010-06-26 16:27:14 +00:00
Mark Vejvoda 15ee2da57f - modified icons to properly work with windows (bothh ico files and vc++ projeect files etc) 2010-06-25 22:04:40 +00:00
Mark Vejvoda 98dedbe0b7 Added a new script to automatically scan and copy shared lib dependencies 2010-04-16 08:08:33 +00:00
Mark Vejvoda b2128e69a7 Changed script to produce a 7z archive for smaller size and better OS compatibility 2010-03-15 22:19:10 +00:00
Titus Tscharntke 075433c365 glest.ico and servers.ini should be in data;
Screenshot directory is called screens
2010-03-14 22:35:11 +00:00
Mark Vejvoda 084f834080 Added a script to automate creation of data archive for releases 2010-03-14 15:29:10 +00:00