Commit Graph

972 Commits

Author SHA1 Message Date
Mark Vejvoda
b79003ed69 added js and css files 2013-10-31 09:49:42 +00:00
Mark Vejvoda
7ad30f92bf - added game statistics gathering and saving on masterserver.
see Table glestserver now has the field: gameUUID
Table glestgamestats has game header stats
Table glestgameplayerstats has game player stats
2013-10-31 00:57:36 +00:00
Tom Reynolds
24cfc243eb undo latest commit 2013-10-24 19:06:35 +00:00
Mark Vejvoda
6bbfb5f117 added support for Saucy 13.10 2013-10-24 18:30:19 +00:00
Tom Reynolds
3cf227646a Use download.sourceforge.net instead of master.dl.sourceforge.net for possibly delayed but more reliable downloads 2013-10-24 16:57:33 +00:00
Tom Reynolds
2549469988 support build dependencies on Ubuntu 13.10 2013-10-23 12:34:32 +00:00
Mark Vejvoda
260f770171 add parameter for msbuild to use more cores 2013-10-19 22:03:13 +00:00
Tom Reynolds
a8414eb4d2 whoops, missed one path there 2013-10-08 23:34:17 +00:00
Tom Reynolds
4f23db45a8 allow full path to be passed to windows stacktrace script 2013-10-08 23:29:21 +00:00
Titus Tscharntke
416ccaae4b Shadow intensity can be set in video options.
Tilesets can set their own default shadow intensity with <shadow-intensity value="0.3"/>.
ShadowAlpha is beeing removed form ini files
2013-09-22 00:51:47 +00:00
Mark Vejvoda
aa66e4b5e9 - updates to cmake script to detect inclusion of libvlc (and spelling mistake fix) 2013-09-18 19:03:12 +00:00
Titus Tscharntke
fde6d4f4dc version set to dev again ( data does not fit anymore ) 2013-09-15 21:55:55 +00:00
Mark Vejvoda
d30b8998db updated mg version script to beta2 2013-09-12 18:33:08 +00:00
Tom Reynolds
65b93aa8c2 Support build dependencies on Linux Mint 15: https://forum.megaglest.org/index.php?topic=9149.0
Resize "Next hint" button on loading screen: https://forum.megaglest.org/index.php?topic=9141.0
Localization updates from Transifex
2013-07-12 10:28:59 +00:00
Tom Reynolds
884e0af446 fix setupBuildDeps.sh for Fedora 18 2013-07-05 16:30:27 +00:00
Tom Reynolds
7138b46456 fix setupBuildDeps.sh for Fedora 2013-07-05 16:28:17 +00:00
Tom Reynolds
b7cf7b61ac fix setupBuildDeps.sh for Fedora 2013-07-05 16:24:49 +00:00
Mark Vejvoda
0c26460f34 - updated version to 3.8.0.-beta1 in preparation for beta1 2013-06-26 04:57:17 +00:00
Mark Vejvoda
3a88edf869 fix dep script on Fedora 2013-06-22 18:08:35 +00:00
Mark Vejvoda
7b4a724764 bugfix for libminiupnpc cmake script 2013-06-21 19:19:38 +00:00
Mark Vejvoda
0c56e13e7a bugfix for libminiupnpc cmake script 2013-06-21 19:04:57 +00:00
Mark Vejvoda
0385e6f5f8 bugfix for libminiupnpc cmake script 2013-06-21 18:43:17 +00:00
Tom Reynolds
a9a0a94550 add XML mime-type to svn property setting script 2013-06-21 18:02:31 +00:00
Mark Vejvoda
9346fd5304 updated script to support debian sid 2013-06-21 14:44:53 +00:00
Mark Vejvoda
441390e5c5 - fixed vc++ 2012 build
- some fixes found from vc++ 2012 code analyser
2013-06-21 00:12:19 +00:00
Mark Vejvoda
00eb9a9561 - added a new script that sets svn properties for lng and sh files 2013-06-19 17:33:35 +00:00
Mark Vejvoda
a8662c8b31 updated menus to display translated tech name 2013-06-13 01:37:15 +00:00
Mark Vejvoda
ef32fcdd7b - added megpack to in game translation list 2013-06-12 22:58:21 +00:00
Mark Vejvoda
4469e9b712 added profiler script 2013-06-12 06:44:23 +00:00
Mark Vejvoda
93444a2ff5 set project values back to original for stable floating point behavior 2013-06-12 00:21:30 +00:00
Mark Vejvoda
a214acb6c2 try with no frame pointers and fast floating point 2013-06-12 00:07:52 +00:00
Mark Vejvoda
557c098f23 omit frame pointers as in 3.7.1 2013-06-11 23:52:42 +00:00
Mark Vejvoda
ff88a840c6 revert back floating point model changes 2013-06-11 23:40:04 +00:00
Mark Vejvoda
87f8529ff5 try setting vc++ 2010 projects to sse2 and fast floating point model 2013-06-11 23:20:25 +00:00
Mark Vejvoda
d067b52799 fixed windows build and added new test to vc++ project 2013-06-10 23:08:03 +00:00
Mark Vejvoda
f05d132232 - experi-mental vc++ 2012 project files (do not ask me for help with these) 2013-06-07 17:50:43 +00: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
Tom Reynolds
a7382619cb i don't like echoes 2013-05-21 03:41:30 +00:00
Tom Reynolds
c09d807ad8 some error handling for windows breakpad stacktrace dumping 2013-05-17 19:20:07 +00:00
Mark Vejvoda
72ef16c918 updated windows script to use generic path variable 2013-05-17 19:13:43 +00:00
Mark Vejvoda
25f1b4d447 add support for google breakpad symbol file creation and stack traces 2013-05-17 18:17:02 +00:00
Mark Vejvoda
1ddf7db804 added scripts to produce google-breakpad symbols and produce a stacktrace from a dmp 2013-05-17 06:40:19 +00:00
Mark Vejvoda
748763f0f1 code cleanup based on cppcheck results 2013-05-17 05:21:14 +00:00
Tom Reynolds
4bc007f239 Whoopsie, now with better CPU detection and fallback 2013-05-15 05:30:51 +00:00
Tom Reynolds
a6e6ab8f53 Use 'nproc' command instead of /proc/cpuinfo (doesn't work on armv5tel) to determine # of cores (lscpu can be another option) 2013-05-15 04:00:36 +00:00
Tom Reynolds
c10bb9f10e fix typo in setupBuildDeps.sh and make it report architecture in case of errors 2013-05-15 03:18:31 +00:00
Tom Reynolds
e43b9c3176 W32: Make NSIS created data folder shortcut work as expected - thanks 'case' / jmh @ landoleet 2013-05-03 18:51:49 +00:00
Tom Reynolds
32a197e2ab build dependencies installer support for Ubuntu 13.04 - tested and works 2013-05-02 00:14:19 +00:00
Mark Vejvoda
c141ee978d fixed vc++ build to support zip files 2013-05-01 21:49:00 +00:00
Mark Vejvoda
a2f27cda8e fixed vc++ build to support zip files 2013-05-01 21:22:15 +00:00
Tom Reynolds
02d942e0cf minimalistic error testing for CI build script 2013-04-30 19:54:51 +00:00
Mark Vejvoda
ab6793d25b - added unit tests to vc++ build (requires updated windows_deps from sourceforge.net) 2013-04-30 07:03:03 +00:00
Mark Vejvoda
65266ca41e - added cppunit into build system and started writing some unit tests (requires new dependency cppunit) 2013-04-30 01:27:14 +00:00
Mark Vejvoda
68f587e3ae updated with echo comment to indicate how to get perf working in ubuntu 2013-04-29 02:43:11 +00:00
Titus Tscharntke
1233f57542 lets hope I did the right thing to fix windows compile .... 2013-04-21 21:09:46 +00:00
Mark Vejvoda
b8357b8696 - updated cmake to output more info regarding finding libircclient and better support for ircclcient
- cleanup too many exclamations in finding ftgl libs
2013-03-06 00:47:21 +00:00
Tom Reynolds
0a79fb1767 fix for the fix ;) 2013-03-05 19:33:08 +00:00
Tom Reynolds
9ba323a0ef setupBuildDeps.sh opensuse 12.2 fix 2013-03-05 19:31:09 +00:00
Mark Vejvoda
8815a4422d added scripts to build google breakpad symbol files 2013-02-26 00:04:55 +00:00
Mark Vejvoda
98e8aff4c3 - check when loading xml's that they are not a folder
- change dump world key to \
2013-02-21 23:30:26 +00:00
Mark Vejvoda
87a4eb49e4 - fixed lua 5.2 code for save / load games
- cmake now prefers lua 5.2 over 5.1
2013-02-16 21:20:09 +00:00
Tom Reynolds
fa5f6f407a new translations, cppcheck script modification 2013-02-10 23:38:00 +00:00
Mark Vejvoda
cb30df57a6 - added better breakpad lib detection 2013-02-09 20:45:21 +00:00
Mark Vejvoda
af100408ed - correct vc++ build so that we properly parse the version info for automated builds 2013-02-09 08:01:06 +00:00
Mark Vejvoda
1e3c7b3e2c - update project files to use proper way for naming binaries in vc++ 2013-02-09 07:00:56 +00:00
Tom Reynolds
d491a6ae96 upgrade linux version info 2013-02-08 19:27:19 +00:00
Mark Vejvoda
bff9b1b3bc - cleanup a bunch of vc++ compile / link warnings 2013-02-01 08:12:20 +00:00
Mark Vejvoda
d808b4ecc4 - added Unit selection type label
- updated unhandled exception logic in linux
2013-02-01 05:52:00 +00:00
Mark Vejvoda
ffa52b02f5 - updated project file to consistent include path for google-breakpad 2013-02-01 02:33:33 +00:00
Mark Vejvoda
71d5f24828 - added support for google-breakpad in linux 2013-02-01 02:27:01 +00:00
Mark Vejvoda
5473372e4b - fix the 2010 bat file as the dll's are not required 2013-01-31 20:38:22 +00:00
Mark Vejvoda
ea03747ace - updated to add initial support for google-breakpad exception handling 2013-01-31 20:17:52 +00:00
Tom Reynolds
c34c051f49 Set new maximum for fast speed loops so that we can have multiple accelerators (by pressing +). Thanks Titi. 2013-01-31 12:53:42 +00:00
Tom Reynolds
4471b711c0 Build deps installer support for Linux Mint 14, typo fix, code restructured 2013-01-25 19:34:10 +00:00
Mark Vejvoda
141f7eaa48 - cleanup some warnings in VC++
- more consistent project settings in vc++
2013-01-23 06:53:55 +00:00
Tom Reynolds
7e2b161a20 fix syntax error 2013-01-07 15:37:48 +00:00
Tom Reynolds
1e05fcc723 support opensuse 12.2 2013-01-07 15:15:48 +00:00
Mark Vejvoda
4b40f19eda - fix for Mac OsX 2013-01-07 02:54:02 +00:00
Tom Reynolds
7c511b1238 Remove executable bit (svn propdel svn:executable) off files which don't need it 2013-01-02 15:03:44 +00:00
Mark Vejvoda
5643cc67a4 - add ability to link static fribidi 2012-12-29 23:27:25 +00:00
Mark Vejvoda
56dc004119 - added fribidi for opensuse and fedora
- allow loading saved games on older versions if version are compatible
2012-12-29 21:31:54 +00:00
Mark Vejvoda
a6d985a488 - bugfix for new miniupnpc on windows XP (the authors added code making it require Vista and higher, no thanks)
- added fribidi support to vc++ build (requires new windows dependencies download)
2012-12-28 21:20:52 +00:00
Mark Vejvoda
7fdd70402d - added support for libfribidi for languages requiring complex text rendering like Arabic and Hebrew 2012-12-27 08:24:30 +00:00
Mark Vejvoda
7a57668a91 - added support for libminiupnpc 1.7 2012-12-26 01:11:11 +00:00
Mark Vejvoda
65b67d865a - updated to meet debian standards
- (changed mac osx file to utf-8)
2012-11-23 06:21:08 +00:00
Mark Vejvoda
989f37e23c - updating version to 3.7.1 in prep for release 2012-11-23 00:19:31 +00:00
Mark Vejvoda
3d158ed159 - remove refs to openssl (we can use gnutls for ssl) 2012-11-15 16:00:38 +00:00
Mark Vejvoda
d0006db4a1 - updated for debian compliance 2012-11-15 07:50:43 +00:00
Mark Vejvoda
53f1163ca4 - updated installer to include libssl and libcrypto 2012-11-12 06:39:15 +00:00
Mark Vejvoda
2469503128 - updated for debian compliance 2012-11-12 04:42:05 +00:00
Mark Vejvoda
924b0898ba - updated for debian compliance 2012-11-12 03:52:58 +00:00
Mark Vejvoda
ab5bd4687b - removed symlink 2012-11-12 01:49:42 +00:00
Mark Vejvoda
f5949cf605 - updating to 3.7.0 in prep for release 2012-11-12 01:37:25 +00:00
Mark Vejvoda
02e77c455e - fixed windows build (included new network protocol files) 2012-11-02 21:02:47 +00:00
Mark Vejvoda
df2ffa2bc1 - updated windows projects to add new byte_order file 2012-11-01 06:46:14 +00:00
Mark Vejvoda
cc083579f6 - added Linux Mint support to script 2012-10-31 14:50:23 +00:00
Mark Vejvoda
a243e36bc4 - attempt to cleanup for debian compliance (proper copyright, etc) 2012-10-30 07:04:53 +00:00
Mark Vejvoda
b30909f90b - attempt to cleanup for debian compliance (proper copyright, etc) 2012-10-30 06:48:12 +00:00
Mark Vejvoda
6835eb534c - added missing files to archive for cmake's install 2012-10-29 20:13:15 +00:00
Mark Vejvoda
5da574a35c - cleanup windows installer and binary script 2012-10-29 05:19:41 +00:00
Mark Vejvoda
cedd04e166 - updated build order of windows projects 2012-10-28 23:37:21 +00:00
Mark Vejvoda
c5d6c611b1 - updated to copy vlc lua files 2012-10-28 22:04:25 +00:00
Mark Vejvoda
b0df7ed373 - fixed custom flag handling for 7z in windows 2012-10-28 05:42:03 +00:00
Mark Vejvoda
2272f90a40 - add optional env var when calling 7z compress: 7Z_MG_COMPRESS_PARAMS 2012-10-28 02:34:42 +00:00
Mark Vejvoda
00dfe7eb4e - allow vc++ projects to use multi cores 2012-10-28 01:03:43 +00:00
Mark Vejvoda
e9c68e05ed - updated for ci builds 2012-10-27 22:46:29 +00:00
Mark Vejvoda
4dc9dd7a27 - updated for ci builds 2012-10-27 16:56:54 +00:00
Mark Vejvoda
93b4f0eb5f - remove luajit (too many issues and no value for us)
- added ssl dep
- remove more configurator files
2012-10-26 18:42:22 +00:00
Mark Vejvoda
478c61d18f - remove configurator refs 2012-10-26 00:05:44 +00:00
Mark Vejvoda
86f73dca3e - updated mojo linux installer script to auto name the Linux installers
- updated some documentation
2012-10-23 05:43:55 +00:00
Mark Vejvoda
0ba70dbfe9 - updated version to 3.7.0-beta2 2012-10-22 23:29:25 +00:00
Mark Vejvoda
6f58309f3d - don't save the transifex password to the ini (but still allow the user to enter the value manually in the ini) 2012-10-22 22:07:07 +00:00
Mark Vejvoda
d35a181aaa - added openssl to windows 2010 build so that curl can work on https url's (transifex) on the windows platform 2012-10-22 15:45:18 +00:00
Mark Vejvoda
4598299caf - added the ability for advanced translation features (transifex users can download and remove custom files from the transfex website and test their work) 2012-10-22 05:08:52 +00:00
Mark Vejvoda
9356034920 - updated to work with Ubuntu 12.10 2012-10-19 17:32:26 +00:00
Mark Vejvoda
72a0f93207 - added new bat files in windoze folder which create a standalone binary and stand alone data archive 2012-10-07 09:04:35 +00:00
Mark Vejvoda
b55b45428e - updated tool projects to avoid vc++ sxs dependency
- added new bat files in windoze folder which create a standalone binary and stand alone data archive
2012-10-07 08:58:42 +00:00
Titus Tscharntke
942392a9d9 remove MasterServerExternalPortList as we no longer use it 2012-10-06 19:22:36 +00:00
Titus Tscharntke
9a57dc095f PortExternal is only used when set. Normal case is PortServer now 2012-10-06 13:45:42 +00:00
Titus Tscharntke
685b15c91e renamed ServerPort->PortServer MasterServerExternalPort->PortExternal 2012-10-06 12:56:53 +00:00
Mark Vejvoda
14a4fc3ac8 - mention in comments how to install silently 2012-10-04 23:00:50 +00:00
Mark Vejvoda
ee78aed412 - updated linux installer script to build in any relative path and to check for installed tools 2012-10-03 14:42:22 +00:00
Mark Vejvoda
734694655f - remove uneeded lib from mojosetup 2012-09-28 06:50:41 +00:00
Mark Vejvoda
338c77d2b3 - updated mojosetup to latest 2012-09-28 05:24:48 +00:00
Mark Vejvoda
949f62209d - prepare for 3.7.0-beta1 2012-09-28 03:56:46 +00:00
Mark Vejvoda
8cfb948aba - attempt to fix the build for vc++ 2008 2012-09-27 02:18:51 +00:00
Mark Vejvoda
c4ead34ad3 - updated standalone archive scripts 2012-09-26 23:59:53 +00:00
Tom Reynolds
1e91adfb3a lower case roxxors 2012-09-26 23:57:38 +00:00
Mark Vejvoda
8d7dc0b087 - show parameters in echo output 2012-09-26 06:05:28 +00:00
Mark Vejvoda
c331a645da - more verbose info for skipping binary build 2012-09-26 01:09:52 +00:00
Mark Vejvoda
5c60317c99 - fixed build skip flag check 2012-09-26 00:58:18 +00:00
Mark Vejvoda
6ffab7463a - builds a standalone binary archive 2012-09-26 00:52:52 +00:00
Tom Reynolds
3bee8a5cc1 * a few more loading game hints (and fixes)
* setupBuildDeps.sh: hint on squeeze-backports
* servers.ini update for linux + windows, now with engineer2 on non std port
2012-09-25 22:29:24 +00:00
Mark Vejvoda
9e75b9144c - removed cell marker from popup menu and moved to hotkeys (f2 add f3 remove)
- added a new experiemntal feature called 'follow unit'. select 1 unit then press f4 and when the unit moves the camera tries to look from the units perspective. To turn this off select no unit and press f4.
2012-09-24 17:13:27 +00:00
Tom Reynolds
bde7b5d94d servers.ini: new IP address for summoner
source/shared_lib/CMakeLists.txt: minor typos
2012-09-22 23:18:26 +00:00
Mark Vejvoda
e30c479608 - updated vc 2010 project files to remove deprecated files 2012-09-22 21:56:54 +00:00
Titus Tscharntke
a5c2a50d60 only "named" console messages in chat-history, typically chat messages from users
smaller console font ( for test in linux only now )
2012-09-09 14:12:35 +00:00
Tom Reynolds
ba6907eb85 CRLF line breaks for CopyWindowsRuntimeDlls.bat 2012-08-18 00:04:16 +00:00
Mark Vejvoda
4d9b94168d - update windows project files for vc2010 for proper linker output names 2012-08-10 06:22:38 +00:00
Mark Vejvoda
752d0c14d6 - updated vc2008 project file to remove deprecated files 2012-08-10 05:22:15 +00:00
Tom Reynolds
93db1912e8 * fix weird typo in Debian 6.0 build deps, thanks Softcoder 2012-08-03 22:57:54 +00:00
Mark Vejvoda
39c85914e9 - updated to add more verbose info on startup when verbose enabled
- updated some projects for debug mode
2012-08-01 19:06:23 +00:00
Mark Vejvoda
378b2e0a33 - attempt to have windows installer set plugin dir correctly 2012-07-20 15:44:57 +00:00
Mark Vejvoda
91927263f5 - fixed to work with both 32 and 64 bit on Ubuntu 10.04 2012-07-18 18:43:08 +00:00
Mark Vejvoda
deca2e6b21 - added support for ubuntu 10.04 2012-07-18 18:36:03 +00:00
Tom Reynolds
30f79a3205 Make Linux wrapper script return the binaries' exit code 2012-07-15 17:02:41 +00:00
Tom Reynolds
62bc601cc6 * fix build dependencies for Debian 6.0/Squeeze as per http://glest.org/glest_board/?topic=8460 2012-07-14 19:44:25 +00:00
Titus Tscharntke
0043511e0a less alpha for building ghosts, 'X' key for highlighting, no camera move while highlighting 2012-07-13 23:19:53 +00:00
Tom Reynolds
8089848857 rewrite of setupBuildDeps.sh 2012-07-12 19:03:37 +00:00
Mark Vejvoda
a97f8ead7e - added headless min player required message
- remove configurator from linux installer
- bugfix for headless stats connected player counts
2012-07-10 13:49:49 +00:00
Tom Reynolds
02683e5a11 one libvlc-dev is enough on ubuntu 8.04 2012-07-07 18:55:44 +00:00
Mark Vejvoda
b75527cdd6 - added libvlc to startup script 2012-07-03 01:20:10 +00:00
Mark Vejvoda
7315745316 - fix cmake build on Fedora and other non friendly static lib distro's 2012-06-22 02:11:47 +00:00
Tom Reynolds
f5e8a523e3 minor improvements to mk/linux/setupBuildDeps.sh
property changes to text files (check out with native line endings) and mk/linux/setupBuildDeps.sh (make executable)
2012-06-17 13:27:36 +00:00
Mark Vejvoda
d0d432f204 - cmake now dynamically detects some versions of miniupnpc 2012-06-05 21:45:54 +00:00
Mark Vejvoda
19573a5f12 - attempt to fix build for users with libvlc version older than 1.1.13 2012-05-28 16:15:30 +00:00
Mark Vejvoda
a28004cc20 - fixed bad path in bat file 2012-05-22 22:31:33 +00:00
Tom Reynolds
115f05f198 better server.ini; add page title to masterserver list 2012-05-22 20:28:33 +00:00
Mark Vejvoda
e8c2c8ae39 - added libvlc's lua folder for windows installer 2012-05-21 21:06:50 +00:00
Mark Vejvoda
1ffc0a3fc4 - added libvlc to windows installer 2012-05-18 23:18:31 +00:00
Mark Vejvoda
5aea7887e5 - linux installer now adds libvlc and deps 2012-05-18 22:59:17 +00:00
Mark Vejvoda
fea44117a4 - updated deps script to work on ubuntu 10.04 2012-05-18 18:04:57 +00:00
Mark Vejvoda
66af241154 - few updates to video player 2012-05-17 21:52:00 +00:00
Mark Vejvoda
895428a954 - fixed vc++ 2008 project file so it builds again (vc++ 2008 missing a C99 header file, requires re-download of win32 deps) 2012-05-16 22:14:50 +00:00
Mark Vejvoda
c5e144f38f - fixed vc++ 2008 project file so it builds again 2012-05-16 21:56:23 +00:00
Mark Vejvoda
3438e15f6b - fighting with static linking libvlc 2012-05-16 06:32:41 +00:00
Mark Vejvoda
b7cf90a09e - attempt to get static linking working for libvlc 2012-05-16 05:46:04 +00:00
Mark Vejvoda
32b4925f31 - attempt for better support for older versions of libvlc 2012-05-14 21:09:44 +00:00
Mark Vejvoda
5d5224b4a2 - attempt to allow support for older vlc 2012-05-14 15:57:50 +00:00
Mark Vejvoda
ede0a63def - require libvlc version minimum 2.0.1 2012-05-12 22:36:44 +00:00
Mark Vejvoda
46395d1322 - added support for windows build for libvlc to play videos (requires updated deps) 2012-05-12 22:21:15 +00:00
Mark Vejvoda
7b3de2d109 - added support for intro videos using libvlc (if libvlc is installed for the developer, its optional) 2012-05-12 20:33:18 +00:00
Mark Vejvoda
ee6eed20a2 - fixed the build on windows 2012-05-07 01:37:43 +00:00
Mark Vejvoda
b5d49bf9b6 - updated windows projects to include new pathfinder 2012-05-04 15:03:52 +00:00
Mark Vejvoda
4ee365e1ed - updated 2008 bat file 2012-04-26 19:47:29 +00:00
Mark Vejvoda
a61f2941ec - try to fix build on 2010 2012-04-26 19:44:44 +00:00
Mark Vejvoda
c5855874f0 - try to fix build on 2010 2012-04-26 19:24:52 +00:00
Mark Vejvoda
37c06ebcb0 - try to fix build on 2010 2012-04-26 19:17:16 +00:00
Mark Vejvoda
266c2cb4e1 - added more info to 2010 build file 2012-04-26 18:45:41 +00:00
Mark Vejvoda
1352f42854 - added support for checking if LuaJit library is installed and use that instead of normal Lua for increased lua performance (Currently only implemented in gcc builds) 2012-04-26 16:17:12 +00:00
Mark Vejvoda
e5d1cada0e - fixed cmake build to work again with mingw 2012-04-24 03:52:06 +00:00
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
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
3ed8b3a58a - added fedora script to build rpms on fedora 2011-12-09 00:51:41 +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
49cee820d1 - updated linux installer with Italian text 2011-12-02 22:31:30 +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
dfd74604be - added ftgl to deps for suse and fedora 2011-12-02 18:30:04 +00:00
Tom Reynolds
4885f3f3a6 * Polish translation for installer - thanks Krzysztof Gurbała
* Improved German translation for installer
2011-12-02 13:43:46 +00:00
Mark Vejvoda
c86c506c2d - updated version for Linux installer in prep for release 2011-12-01 17:28:49 +00:00
Mark Vejvoda
1fc4837229 - updating various scripts and config files in preparation for a 3.6.0 release 2011-12-01 16:58:39 +00:00
Mark Vejvoda
d3012562d9 - added a script to run a performance test 2011-12-01 01:44:13 +00:00
Mark Vejvoda
9ca352d8f1 - updated mg startup script to add more libs that we try to ln for more robust support 2011-12-01 01:25:17 +00:00
Mark Vejvoda
99f8c23422 - added more deps to build static 2011-11-30 05:10:04 +00:00
Mark Vejvoda
598421fe3f - fix link for 32 bit linux startup script 2011-11-30 01:22:47 +00:00
Mark Vejvoda
4be653b516 added glew links to startup script 2011-11-19 18:48:51 +00:00
Mark Vejvoda
97b643f7c9 updated some font default sizes (so windows matches linux) 2011-11-19 09:30:12 +00:00
Mark Vejvoda
d0acde5d88 - fixed freetype-gl on windows compiler
- deprecated ancient opengl extension code and replaced it with glew
- testing new font renderer on windows (still in progress need to fix newlines)
(now need to check the Linux build and possibly make adjustments)
2011-11-18 08:28:42 +00:00
Mark Vejvoda
ab9243ea38 - got freetype-gl working under windows 2011-11-17 23:21:08 +00:00
Mark Vejvoda
ca40f8d0ab 2011-11-17 21:42:28 +00:00
Mark Vejvoda
89b1431882 - added libGLEW to compile statically when static linking enabled 2011-11-14 23:58:14 +00:00
Mark Vejvoda
c645d196e5 updated script to reflect latest version 2011-11-05 01:17:35 +00:00
Mark Vejvoda
9b3dcc1492 updated version # shown on Linux installer 2011-11-04 16:09:19 +00:00
Mark Vejvoda
34af179f3b added ftgl and freetype to linux installer deps for mojosetup 2011-11-04 06:05:14 +00:00
Mark Vejvoda
77911f2144 get cpack working in macosx 2011-10-28 16:33:57 +00:00
Mark Vejvoda
50adfb3305 - added ability to switch languages from nearly anywhere (and new hotkeys to do so):
CTRL+L shows language popup selection, CTRL+SHIFT+L toggles to next language automatically
2011-10-25 18:39:11 +00:00
Mark Vejvoda
9135b6155d fix legacyfont on intro and changed linux default legacy font to arial since helvetica is not working on ubuntu 2011-10-22 03:13:23 +00:00
mnaumann
a114e27e7d Add GLEW dev package to fedora/opensuse build deps 2011-10-18 18:29:20 +00:00
Mark Vejvoda
52c6fb1651 avoid referring to a specific version of glew 2011-10-18 12:54:12 +00:00
Mark Vejvoda
6bf2d2697e - fix for compiling md5 files on windows 2011-10-18 06:09:58 +00:00
Mark Vejvoda
5b7329594c - merging in changes from weltall for macosx 2011-10-18 01:13:38 +00:00
Mark Vejvoda
fa5aea7e42 updated deps script to include glew 2011-10-17 20:59:29 +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
642581237d - fix windows build for updated libupnpc 1.6 2011-10-12 20:49:49 +00:00
Mark Vejvoda
52b3507e98 - compile fix on windows 2011-10-05 14:56:15 +00:00
Mark Vejvoda
36a5deb916 - added freetype to linux deps script 2011-10-04 21:58:52 +00:00
Mark Vejvoda
54167054a1 - added script to run mg with valgrind 2011-09-28 15:38:16 +00:00
Mark Vejvoda
c4f4e28ca6 - bugfix to pull in nix xml instead of windows 2011-09-16 19:11:02 +00:00
mnaumann
2c67ea0a54 * add sysinfo.sh Linux support script
* update build dependencies installer script
* UTF-8 encoding for deutsch.lng
2011-07-14 16:45:16 +00:00
Titus Tscharntke
9ef8c82441 extra team color markers ( by default use * to toggle/switch on ) 2011-07-06 22:02:38 +00:00
Mark Vejvoda
1ea57853c5 - updated win32 project files with newly added files 2011-06-23 22:05:48 +00:00
Mark Vejvoda
d7e4d972a3 - fixed broken win32 compiling 2011-06-08 14:44:27 +00:00
Mark Vejvoda
ef0fbc5886 - fixed broken win32 compiling 2011-06-08 08:00:23 +00:00
Mark Vejvoda
815c832b33 - updated win32 project files to compile using ftgl
*NOTE: Requires updated win32_deps.7z from sourceforge.net
2011-06-07 03:18:04 +00:00
Mark Vejvoda
c808a5661a - added freetype2 / FTGL support 2011-06-06 21:38:25 +00:00
Mark Vejvoda
b6b13e2f0a - updated dependencies installer script 2011-06-03 02:33:04 +00:00
Mark Vejvoda
b24e1142f4 - need to include 7z.dll for windows users for archive extraction to work 2011-05-27 18:21:46 +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
718ff368ff - removed openal and vorbis related deps from Linux installer 2011-05-26 19:18:27 +00:00
Mark Vejvoda
23a26994b5 - updates for better handling with debian 2011-05-26 14:36:43 +00:00
Mark Vejvoda
58863b59f7 - updated linux installer with tomreyns changes 2011-05-26 13:33:16 +00:00
Mark Vejvoda
1e65f6f74e - updated some release related scripts 2011-05-26 05:06:51 +00:00
Mark Vejvoda
54285daa4f - updated windows build scripts so we can force a full rebuild:
build-mg pause rebuild
2011-05-26 02:57:09 +00:00
Mark Vejvoda
3eaabb1b41 - some bugfixes discovered while testing in windows, related to files not found checking
- Fixed debug project settings
2011-05-25 22:41:19 +00:00
Mark Vejvoda
879aaa7fe8 - added russian language (thanks Strannik)
- updated fonts to better handle non ascii languages (russian and ukraine display much better with more native fonts)
2011-05-25 19:03:22 +00:00
Mark Vejvoda
a1d80ae22f - updates in prep for 3.5.2 2011-05-25 16:11:49 +00:00
Mark Vejvoda
49f3518b03 - updating version # in prep for 3.5.2 2011-05-25 14:57:56 +00:00
Mark Vejvoda
cd4a77e1a2 - updated win32 installer with changes from tomreyn 2011-05-24 03:25:22 +00:00
Mark Vejvoda
1085f24c6f - more updates to handle unicode (most of the focus was getting tools working in windows using non ascii file paths) 2011-05-23 19:23:00 +00:00
Mark Vejvoda
60b8093f5b - attempt to get non ascii file paths working in megaglest (Japanese etc...) 2011-05-18 21:49:11 +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
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
1b573af86d - fixed some issues with files included in win32 installer 2011-05-07 20:08:05 +00:00
Mark Vejvoda
87b9f6f8a7 - updates to win32 installer in prep for release (renamed binaries to be consistent with linux names megaglest_x) 2011-05-07 19:31:11 +00:00
Mark Vejvoda
faf35d1d04 - updates to correct Linux installer issues
- updated changelog
2011-05-07 11:30:25 +00:00
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
Mark Vejvoda
e17325f18a - more rename changes for Linux installer to use new binary and script names 2011-04-09 19:46:58 +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
c11a3de8f0 - added linux desktop file and png icon file for any Nix distro bundlers 2011-04-09 18:59:02 +00:00