Commit Graph

432 Commits

Author SHA1 Message Date
Tom Reynolds 86ce576a45 include more info in coverity build "description" 2014-11-10 09:39:19 +01:00
titiger 250294bc9e fix for librtmp.so.0 missing
https://forum.megaglest.org/index.php?topic=9578.0
2014-11-02 22:26:38 +01:00
titiger 6267756646 trying to fix the ubuntu libtasn1.so.3 problem 2014-10-02 00:42:45 +02:00
Tom Reynolds 30d362652d And another... 2014-09-25 02:22:57 +02:00
Tom Reynolds 2738169c6b Another try... 2014-09-25 02:09:16 +02:00
Tom Reynolds 9ae185e37b add shared ini's when packaging bin's 2014-09-25 00:48:39 +02:00
Tom Reynolds 7c73b47a13 buildDeps: Fix openSUSE + add current Ubuntu/Mint 2014-07-24 22:14:36 +02:00
Tom Reynolds a4c7652db5 SuSE is now OpenSuse is now openSUSE 2014-07-24 21:59:15 +02:00
titiger 49fc7d4bce Suse 13.x is supported too now 2014-07-23 23:24:47 +02:00
Tom Reynolds d348edc634 build-mg.sh: no more warning when clang is not installed [ci skip] 2014-02-15 02:38:42 +01:00
Tom Reynolds cc64e6cc8e fix detection for CXX=clang 2014-02-12 00:55:29 +01:00
SoftCoder e63b3d7499 - added support for team unit sharing 2014-01-27 14:15:05 -08:00
SoftCoder 338f156a95 - changing version to v3.10.0-dev for new development 2014-01-27 11:21:22 -08:00
filux aa5403d8ef Merge remote branch 'upstream/master'.
Conflicts:
	mk/linux/.gitignore
	mk/windoze/coverity-scan.bat
2014-01-27 08:23:42 +01:00
Tom Reynolds 57397b3f28 Update .gitignore's 2014-01-27 06:42:10 +01:00
Tom Reynolds d97ad0015c replace remaining references to .coverity-submit by .coverity-scan 2014-01-27 06:13:14 +01:00
filux 8ec938a940 Merge remote branch 'upstream/master'. Resolved conflicts in: mk/windoze/coverity-scan.bat 2014-01-26 09:46:53 +01:00
SoftCoder 42dae7cda6 - updated git ignore 2014-01-25 21:27:39 -08:00
SoftCoder 952004151c - removed d3d files which were deprecated long ago
- removed freetype-gl (the embedded library from code.google.com)
2014-01-25 17:54:46 -08:00
filux a1adfb6b66 Another one converted file LF -> CRLF. 2014-01-25 22:16:20 +01:00
filux 3b8e350b4b The documentation's files format will be more friendly for the average Windows OS user. 2014-01-25 20:29:49 +01:00
Tom Reynolds d95a47807e Make the coverity-scan script use a configuration file name which is closer to its own name 2014-01-25 13:55:56 +01:00
SoftCoder ea6d208947 - fix linux scripts 2014-01-24 18:32:42 -08:00
SoftCoder c64693898f - removed uneeded softlinks 2014-01-24 17:56:02 -08:00
SoftCoder fe808556bd - added more fields for dev path support.. onlu ico files for linxu left to fix 2014-01-24 17:51:06 -08:00
SoftCoder 581a975209 - added support for dev mode paths and removed linux symlinks for game data
- bugfix for segfault on headless when client disconnects
2014-01-24 13:44:21 -08:00
SoftCoder 1cacb0df27 - missed some updates 2014-01-24 09:50:17 -08:00
SoftCoder b6a956d395 - moved duplicate files in mk/shared and adjusted various scripts and references 2014-01-24 09:44:18 -08:00
Tom Reynolds f0b1537e0b Merge branch 'master' of github-tomreyn-megaglest:MegaGlest/megaglest-source 2014-01-22 19:19:05 +01:00
Tom Reynolds 87aa45ef81 - Fix CC / CXX environment variable detection n build-mg.sh
- gitignore build-mg.sh's build/ at the new location
2014-01-22 19:17:01 +01:00
SoftCoder c5e40aade4 - somehow this files was missed 2014-01-22 10:07:24 -08:00
SoftCoder 1bd772a4f3 - updated linux and windows installer scripts with new paths 2014-01-21 23:40:53 -08:00
SoftCoder 92daccf963 - cleanup of cmake scripts and proper organizing of files 2014-01-21 23:21:56 -08:00
SoftCoder 11ac54a705 - bugfix for linux data archive script and git repo 2014-01-18 16:59:46 -08:00
SoftCoder 2e5d6f8814 - increase linux installer expanded byte size 2014-01-18 00:54:34 -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 4235e642be - updated linux installer build script to use git repo 2014-01-09 19:53:49 -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 9c51bfc60c introduce shared linux shell code / externalize distribution check 2013-12-26 18:28:21 +01: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 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 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 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