Commit Graph

387 Commits

Author SHA1 Message Date
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
Mark Vejvoda
e89210cf6c - updating version # to v3.9 in preparation for release 2013-11-16 21:50:54 +00:00
Mark Vejvoda
84ea30445d when compressing archives ignore svn files 2013-11-14 17:43:49 +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
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
f461504541 some cleanup related to bugs filed on sourceforge from the Debian games team. 2013-11-03 04:10:20 +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
2549469988 support build dependencies on Ubuntu 13.10 2013-10-23 12:34:32 +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
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
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
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
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
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
32a197e2ab build dependencies installer support for Ubuntu 13.04 - tested and works 2013-05-02 00:14:19 +00:00
Tom Reynolds
02d942e0cf minimalistic error testing for CI build script 2013-04-30 19:54:51 +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
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
Tom Reynolds
fa5f6f407a new translations, cppcheck script modification 2013-02-10 23:38:00 +00:00
Tom Reynolds
d491a6ae96 upgrade linux version info 2013-02-08 19:27:19 +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
Tom Reynolds
7e2b161a20 fix syntax error 2013-01-07 15:37:48 +00:00