Commit Graph

890 Commits

Author SHA1 Message Date
SoftCoder daf96d2af6 - added tar.exe to windows build process since it may be used for some build script in connection with git 2014-01-17 20:46:46 -08:00
SoftCoder 4bada8fc5a - updating game version to 3.9.1 in preparation for release 2014-01-17 19:37:25 -08:00
SoftCoder d6e7deb26e - bugfix for linux installer build script finding vlc folder 2014-01-17 19:23:33 -08:00
SoftCoder a690867bcd - small update to release data source build script (different assumed path) 2014-01-17 18:57:18 -08:00
SoftCoder 0078909bc1 - added shortcut to megaglest menu folder to point to installation folder 2014-01-17 18:10:58 -08:00
SoftCoder 6a007bff87 - attempt to see if this removes the splash screen after uninstall also 2014-01-12 12:34:03 -08:00
SoftCoder 4235e642be - updated linux installer build script to use git repo 2014-01-09 19:53:49 -08:00
SoftCoder f72b7046e5 - added experimental lunix32 cross compile support 2014-01-08 21:19:14 -08:00
SoftCoder 5e5f22e7ab - fix cmake checking for libminiupnpc versions to not actually call api's just compile check 2014-01-08 16:31:30 -08:00
SoftCoder 5f1e67ec9b - updated network throttle check to output nothing if we cannot open the reg key (likely because it does not exist and does not apply)
- updated libvlc use in windows to use 2.1.2
2014-01-01 14:58:14 -08:00
SoftCoder 6f4c3ed033 - added reg file for windows users to manually disable packet throttling
- added console warning for windows users that have this setting enabled.
2014-01-01 13:24:24 -08:00
SoftCoder e0aa65402d - added ability to force the LUA version to compile with (5.1 or 5.2) 2013-12-30 18:30:23 -08:00
SoftCoder 14627660d7 - updated lua cmake script version find ordering 2013-12-30 13:12:22 -08:00
SoftCoder c7c82b56e1 - a little cleanup of building with lua and CMAKE
- added ability to force building without static libs in build script: -d=1
- added --lua-debug commandline option
2013-12-30 11:02:43 -08:00
SoftCoder 7b7a594359 - updated some release scripts to use git instead of svn 2013-12-27 21:58:29 -08:00
SoftCoder 1adb40e024 - added export ignore directives to tell git which files to ignore on export
- updated build script version #
2013-12-26 23:39:17 -08:00
Tom Reynolds 533b1f0bfe Merge branch 'master' of github-tomreyn-megaglest:MegaGlest/megaglest-source 2013-12-26 18:29:35 +01:00
Tom Reynolds 9c51bfc60c introduce shared linux shell code / externalize distribution check 2013-12-26 18:28:21 +01:00
SoftCoder 5497e43fa0 - removed ds8 references from msvc project files 2013-12-25 11:54:19 -08:00
SoftCoder b77d3aaed0 - msvc 2012 x64 build now supports ssl for advanced translation 2013-12-23 07:15:44 -08:00
SoftCoder d01e026db9 - escape double quote in cmake module to cleanup warning 2013-12-22 09:20:25 -08:00
SoftCoder 86226c6702 - added progress to windows coverity script 2013-12-18 14:49:34 -08:00
SoftCoder 4d4b81d2a5 - updated windows coverity script to read from settings file 2013-12-18 13:51:15 -08:00
SoftCoder cf90ef9f3d - changed script shell to bash and removed hard coded info 2013-12-18 12:21:42 -08:00
SoftCoder 42ea7a5826 - added coverity linux script
- a few updates to fix coverity reported issues
2013-12-17 23:51:11 -08:00
Tom Reynolds 4883e54e4e - .gitignore: ignore coverity scan build tool subdirectory
- coverity-scan.bat: semi automate coverity scans on Windows
2013-12-15 04:26:17 +01:00
SoftCoder 69a0ae3c6b - updated windows build to pull submodules in a way that works 2013-12-14 12:50:27 -08:00
SoftCoder cdd80092c5 - updated windows build script to pull with submodules recursively 2013-12-14 10:27:12 -08:00
SoftCoder fe29c1c5c9 - fixed vc++ 2012 build 2013-12-14 03:15:31 -08:00
SoftCoder 22beafe122 - fixed windows build for vc++ 2010 2013-12-14 03:09:12 -08:00
Tom Reynolds a6ae9ec79b - mk/linux/setupBuildDeps.sh:
- add option for silent installs (APT only for now)
  - remove autotools, subversion dependency
  - add check for availability of 'git' command
  - replace svnversion by git commit output
- add .travis.xml as per http://about.travis-ci.org/docs/user/languages/cpp/
- make git ignore megaglest man page as generated by Linux builds
2013-12-08 22:03:34 +01:00
SoftCoder 822f7884f2 update ignore list 2013-12-06 12:09:51 -08:00
SoftCoder 1e50f1cb93 - updated vc++ 2010 build file to use git 2013-12-02 12:59:36 -08:00
SoftCoder c97825d898 - updated windows x64 build to use git revision stamp 2013-12-02 09:45:46 -08:00
SoftCoder 2ff75c54e2 merged updates 2013-11-30 14:29:02 -08:00
filux d0836a6573 transfered .tx and tx-cleanup to data, added license/readme, basic configuration 2013-11-28 07:58:09 +01:00
Tom Reynolds fb749c6af3 Ensure gameserver start script is included in binary archives 2013-11-24 15:17:37 +00:00
Tom Reynolds 75298fcd72 Add script to start a headless game server 2013-11-24 15:15:34 +00:00
Mark Vejvoda fe07998816 - updated with patches from hasufell related to fribidi detection 2013-11-19 16:23:31 +00:00
Mark Vejvoda 5284d9c45c - disabled microsoft specific warning which is trying to coax us into writing non friendly cross platform code 2013-11-19 07:50:08 +00:00
Mark Vejvoda 36a440f9e3 - disabled microsoft specific warning which is trying to coax us into writing non friendly cross platform code 2013-11-19 07:45:53 +00:00
Mark Vejvoda da3d0c0685 - updated make binary bat file to detect and name binary archive for win 32 and 64 bit 2013-11-18 01:57:53 +00:00
Mark Vejvoda 7830785e7f - remove splahs screen image when installer done 2013-11-17 22:26:43 +00:00
Mark Vejvoda 145b90d341 - updating version to 3.9.0 for release
- increase installer size on linux for more accurate progrerss bar
2013-11-17 18:27:41 +00:00
Mark Vejvoda a10041af45 updated win64 project to use openal64.dll to avoid confusion with openal32.dll (new 2012 x64 deps on sourceforge) 2013-11-17 02:54:08 +00:00
Mark Vejvoda 810cdca588 - added new unit test to vc++ 2012 project 2013-11-16 22:14:58 +00:00
Mark Vejvoda fc47d9d4a0 - added new unit test to vc++ 2010 project 2013-11-16 22:14:55 +00:00
Mark Vejvoda e89210cf6c - updating version # to v3.9 in preparation for release 2013-11-16 21:50:54 +00:00
Mark Vejvoda 08a74bb78b - added a small tweak to the vc++ build files to ensure svn rev always included in binary 2013-11-15 17:40:29 +00:00
Mark Vejvoda c93c1298a5 vc++ 2012 command line build FINALLY works (discovered a hack to fix a stupid M$ bug) 2013-11-15 16:49:18 +00:00
Mark Vejvoda 84ea30445d when compressing archives ignore svn files 2013-11-14 17:43:49 +00:00
Mark Vejvoda 7efb37b723 fixed win32 bat file to adjust for changed readme path 2013-11-14 15:27:29 +00:00
Mark Vejvoda e64cdda6da added font unit test to vc++ 2012 project 2013-11-14 13:34:50 +00:00
Mark Vejvoda a300621415 - added a new commandline command to create data archives for network xfer for techtrees and tilesets:
megaglest --create-data-archives=all
2013-11-14 06:59:29 +00:00
Mark Vejvoda 41f7cc3648 added new unit test to vc++ project 2013-11-14 02:46:15 +00:00
Mark Vejvoda 0a0e3f408a - added experimental Right To Left 'mixed mode' support to attempt to make RTL languages with lines having mixed RTL and LTR words display properly (this is a manual hack). To enable, add this to the languages lng file: FONT_RIGHTTOLEFT_MIXED_SUPPORT=true 2013-11-13 07:56:19 +00:00
Mark Vejvoda d2494605e9 made performance info viewable by toggle key 2013-11-11 03:34:42 +00:00
Mark Vejvoda 597feb452f fix warnings from vc++ 2013-11-10 05:27:59 +00:00
Mark Vejvoda 8099a8696a added mac ports folder for curl to find it 2013-11-09 17:35:32 +00:00
Mark Vejvoda 7f94eb215b added mac ports folder for curl to find it 2013-11-09 17:20:21 +00:00
Mark Vejvoda 82fe1c326b removed files from libglest that should not have been in that project (vc++ 2010) 2013-11-08 05:22:54 +00:00
Mark Vejvoda 493981e8b3 - reverted win64 to sse2
- added some debug info for win64 testing
2013-11-06 02:14:49 +00:00
Mark Vejvoda 345907fc18 attempt to make win64 faster by using avx (as opposed to sse2) 2013-11-05 06:31:48 +00:00
Mark Vejvoda f4cbced3f4 more vc++ warning fixes as well as disable an unused font renderer in windows 2013-11-04 20:16:52 +00:00
Mark Vejvoda f461504541 some cleanup related to bugs filed on sourceforge from the Debian games team. 2013-11-03 04:10:20 +00:00
Mark Vejvoda 8b5e681ae5 updated for vc++ 2012 x64 compile 2013-11-03 01:51:20 +00:00
Mark Vejvoda 651edc6f1c updated vc++ 2012 project files to build in x64 2013-11-03 01:36:43 +00:00
Mark Vejvoda 08d654ee7d 2013-11-02 11:07:13 +00:00
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