Commit Graph

375 Commits

Author SHA1 Message Date
Mark Vejvoda 9bcd0288f4 - get rid of bin subfolder and place binaries in root folder with startup scripts to avoid trouble finding game data since glest.ini by default looks for data in binary root folder 2011-05-07 10:01:32 +00:00
Mark Vejvoda 020cac4455 - fix name in script 2011-05-07 09:51:54 +00:00
Mark Vejvoda 42b0d8384e - cleanup for Linux installer 2011-05-07 09:48:25 +00:00
Mark Vejvoda dc655629c2 - added missing codeblocks project files 2011-05-07 07:55:51 +00:00
Mark Vejvoda 362f7c18e9 - small update to data-diff script, not used for 3.5.1 but prep'd for next release (need to update this to remove ugly scripting next release) 2011-05-07 07:36:10 +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 6db2b394bf - renamed megalgest.bin to megaglest and megaglest to start_megaglest 2011-05-05 03:31:18 +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 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 01ec71f82f - update for vc++ 2010 project 2011-05-04 05:15:30 +00:00
Mark Vejvoda 1d10d93f64 - fixed win32 build in vc++ 2008 2011-05-04 05:09:27 +00:00
Mark Vejvoda 0e8a65b883 - added missing cscript script file for windows builds 2011-05-04 00:34:32 +00:00
mnaumann c7fe85aff2 remove dangling "sycreenshots" symlink 2011-05-03 23:43:46 +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 cd4ef0eaf7 - proper binary path extraction on all platforms and glest.ini by default can run from search path and will try to find stuff it needs in the real binary path
- fixed error message for untis missing be_built
- fixed mg.ini for html tool and updated perl script
2011-05-03 11:15:15 +00:00
Mark Vejvoda eb339956ee - remove 7z.exe from svn and make of the build script for windows 2011-05-03 10:20:50 +00:00
Mark Vejvoda 8b657be5a9 - fixed desktop file (validator can be run using: desktop-file-validate megaglest.desktop) 2011-05-03 08:09:02 +00:00
Mark Vejvoda bda831861a Stuff from pabs (debian games) round #1
- remove +x bit on many files that should not have it
- added gplv3 svg logo for completeness in svn
2011-05-03 07:58:59 +00:00
Mark Vejvoda 41a457bee3 - removed windows dll from svn as it is available in win32 deps 2011-05-03 06:28:59 +00:00
Mark Vejvoda 962aee539f - fixed linux installer local string identifier to english 2011-04-26 19:41:22 +00:00
Mark Vejvoda 6a2e071b1a - the source release now includes more stuff.. just for svenstaro 2011-04-21 05:29:23 +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 8063b019a4 - removed screens from Linux installer 2011-04-19 20:25:22 +00:00
Mark Vejvoda 0d7611beb6 - changed windows installer message since we move mod data during install 2011-04-19 20:06:03 +00:00
mnaumann bd31395f86 changes to glest configurator:
* fix indenting
* add option to disable 3D mouse pointer
* lower some hardware related default valuesi for increased compatibility
2011-04-19 17:24:13 +00:00
Mark Vejvoda 34ba6a476c - removed script as it was already in another location 2011-04-19 16:12:06 +00:00
Mark Vejvoda b2e39064fc - added language translation script from olaus to svn so we can re-use this as often as needed. Simply cd to the lang folder and run: ../../../../mk/linux/language_files_synch.pl orig english.lng 2011-04-19 04:44:42 +00:00
Mark Vejvoda ff98ad9ae5 - updated windows installer projects 2011-04-19 03:53:35 +00:00
Mark Vejvoda 497c513576 - updated version# to 3.5.0 release (may have last minute changes while testing installers etc. 2011-04-19 03:50:49 +00:00
mnaumann 09bead39db Open 'Get Started' page on megaglest.org when windows installation finishes. 2011-04-19 02:47:50 +00:00
Mark Vejvoda 8dbef7d7ea - fixed configurator to properly read / write mg ini files 2011-04-17 07:04:38 +00:00
Mark Vejvoda 04d9bc5992 - also move glestuser.ini from previous version during install 2011-04-14 18:52:27 +00:00
Mark Vejvoda 92942c9fdb - also move glestuser.ini from previous version during install 2011-04-14 18:52:25 +00:00
Mark Vejvoda 644218af0f - updated windows installer to automatically move mydata contents to new appdata location if mydata is located in previous installation 2011-04-14 18:24:02 +00:00
Mark Vejvoda 8bcca7080f - now Linux installer will also automatically move mydata from previous versions to the new .megaglest path 2011-04-14 15:40:53 +00:00
Mark Vejvoda 61577825fb - added auto detect of previous installation and prompt for uninstall before installing new version for Linux Installer 2011-04-14 06:57:52 +00:00
mnaumann 1acc011ebc - make scripts executable: svn propset svn:executable 1 start_megaglest_* megaglest
- remove some newlines
2011-04-11 14:54:19 +00:00
Mark Vejvoda c9844b9267 - updated vc++ 2010 solution with blender tools 2011-04-11 05:39:43 +00:00
Mark Vejvoda ecdf1aecf3 - added g3d blender tools to vc++ project files and also to win32 installer (requires new win32 deps from sourceforge) 2011-04-11 05:19:34 +00:00
Mark Vejvoda 11f71421aa - update version to beta2 for Linux installer 2011-04-11 04:42:57 +00:00
Mark Vejvoda 716cba8258 - added blender related files to Linux installer 2011-04-11 03:38:40 +00:00
Mark Vejvoda b84ddfea4d - added blender related files to Linux installer 2011-04-11 03:34:55 +00:00
Mark Vejvoda b9939b81b2 - added execute bit to scripts 2011-04-11 02:31:34 +00:00
Mark Vejvoda 42a6737960 - proper detection that user does not have 7z installed in their path 2011-04-09 22:20:10 +00:00
Mark Vejvoda 64dbe0f887 - more rename changes for Linux installer to use new binary and script names 2011-04-09 19:47:59 +00:00