Commit Graph

515 Commits

Author SHA1 Message Date
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
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
Tom Reynolds
1e05fcc723 support opensuse 12.2 2013-01-07 15:15:48 +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
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
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
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
53f1163ca4 - updated installer to include libssl and libcrypto 2012-11-12 06:39:15 +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
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
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
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
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
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
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
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
93db1912e8 * fix weird typo in Debian 6.0 build deps, thanks Softcoder 2012-08-03 22:57:54 +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
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
Tom Reynolds
115f05f198 better server.ini; add page title to masterserver list 2012-05-22 20:28:33 +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
32b4925f31 - attempt for better support for older versions of libvlc 2012-05-14 21:09:44 +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
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
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
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
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
4f19172e2a - updated version # to 3.6.0.3 for installers 2012-01-23 07:53:27 +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