1969 Commits

Author SHA1 Message Date
Celtic Minstrel
5bc16e2544 Travis hack: Don't require vorbis on OSX 2016-11-12 15:20:04 -05:00
Celtic Minstrel
217a6e91f7 Travis: Install OSX dependencies
Also restrict environment and compiler for OSX build
2016-11-12 15:20:04 -05:00
Charles Dang
3ff4a18983 Update GUI2 test plugin names (since c43651f99b24) 2016-11-12 18:35:44 +11:00
Celtic Minstrel
bc7c66d9f0 Travis: Wrap entire install script in travis_wait
Using travis_wait inside the install script doesn't
have the desired effect of increasing the timeout duration.
2016-11-11 20:07:58 -05:00
Celtic Minstrel
9322f90b3a Split Travis dependency installation into a shell script
This is a prerequisite for getting an OSX build working,
since a different package manager is used there.
2016-11-11 17:41:04 -05:00
Celtic Minstrel
c43651f99b Rename GUI2 MP tests to replace their now-missing GUI1 counterparts 2016-11-11 17:33:25 -05:00
Celtic Minstrel
5c57f25ce7 Remove GUI1 MP tests 2016-11-11 17:33:25 -05:00
Gregory A Lundberg
75c7f9ec39 Delete support for Google Native Client (Nacl).
This is Chrome-only and W3C is said to be working on a portable alternative.

There is an x86-64/i686 version 1.10 of BfW on the Chrome web store. There appears to be no interest in upgrading to curret versions of NaCL and supporting the Chrome-only plugin.
2016-11-09 11:34:32 -06:00
Timotei Dolean
d5a1584176 Merge pull request #854 from selony/patch-1
Add port for 1.13 in the UMC addons preferences
2016-11-01 00:55:16 +02:00
Timotei Dolean
0f6a779152 Merge pull request #853 from selony/patch-2
Fix xtext javadoc path
2016-11-01 00:55:07 +02:00
SJD
084853e262 Add port for 1.13 in the UMC addons preferences 2016-10-31 23:46:57 +02:00
SJD
9bbaf23aee Fix xtext javadoc path 2016-10-31 23:38:18 +02:00
SJD
d5a84948dc Fix typo in readme 2016-10-31 23:36:15 +02:00
Jyrki Vesterinen
e7c2105c48 Add a script to simulate heavy lobby traffic
Plus a bunch of changes which were necessary for the script to work:
* The "simulate lobby activity" plugin now exits when the server is shut
  down.
* The plugin now uses wesnoth.random() for random number generation.
  Math.random() uses a fixed seed, which would make all the clients
  perform the exact same actions.
* Exposed wesnoth.random() to plugins to allow the change above.
* --nogui no longer implies --wconsole on Windows. With implied --wconsole
  the clients attached themselves to the standard output of the Python
  script, which made it impossible to see the output of the script itself.
2016-10-23 16:52:36 +03:00
Nobun
cb11bcc647 wmlxgettext: corner case fix 2016-10-09 08:46:39 +02:00
Nobun
0ac42d4dab bugfix: usage of varname_(varname) doesn't confuse anymore wmlxgettext 2016-10-09 08:28:54 +02:00
Nobun
5b68df53ea wmlxgettext: plural forms: retyped another comment 2016-10-05 09:24:09 +02:00
Nobun
f41a3aa4ae wmlxgettext: plural forms: comments "fixed" 2016-10-05 09:17:30 +02:00
Nobun
91c9677b22 wmlxgettext: added support for plural forms (used on lua files) 2016-10-03 15:01:01 +02:00
Jyrki Vesterinen
1c97c8890c Mark mp_test_executor-gui2.sh as executable 2016-09-25 20:17:48 +03:00
Ignacio R. Morelle
cfd4a04381 Make wesnoth-defaults handle arguments and paths with whitespace correctly
Probably. Untested.
2016-09-23 06:23:50 -03:00
Jyrki Vesterinen
c4992dcd38 viesti.txt 2016-09-13 21:18:50 +03:00
Celtic Minstrel
3e6fcc4450 Make some translatable variable names more descriptive 2016-09-04 01:09:38 -04:00
Charles Dang
793b8491ad Added GUI2-compatible versions of mp tests and plugin scripts 2016-08-27 01:14:49 +11:00
Espreon
66134e0400 Replaced remnant instances of "don't" with "do not" 2016-08-14 00:42:54 -04:00
Wedge009
0672a7dad6 Grammar correction for Legend of Wesmere. 2016-07-25 13:09:59 +10:00
Sergey Popov
0b88decba5 Merge pull request #693 from AncientLich/wmlxgettext
bugfix: wmlxgettext '--recursive'  option and symlinks
2016-07-15 12:23:55 +03:00
Nobun
ffb1588b57 bugfix: wmlxgettext '--recursive' option now work correctly also on path containing symlinks 2016-07-14 06:59:01 +02:00
Celtic Minstrel
e8d1934142 Merge pull request #669 from AncientLich/wmlxgettext
terminal colored text extended to windows
(from AncientLich/wmlxgettext-unoff#3)
2016-06-12 12:26:02 -04:00
Nobun
fa20da9821 terminal colored text extended to windows 2016-06-12 11:58:26 +02:00
Ignacio R. Morelle
d5fdc951c1 wesnoth-optipng: Fix compatibility issues with newer versions of PIL 2016-06-09 21:44:55 -04:00
Ignacio R. Morelle
73a8cf4a8b wesnoth-optipng: Run companion script with Python 3
No actual porting work required, the code is already compatible.
2016-06-09 21:44:08 -04:00
Celtic Minstrel
cd8d5c24df Merge pull request #653 from AncientLich/master
wmlxgettext: added support for _ << translatable string >> on WML
2016-06-05 21:55:58 -04:00
Nobun
a262ff7caa fixed assertion error on wmlstr02 2016-05-25 07:01:40 +02:00
aquileia
809e61db88 Python scripts: Unify encoding magic comments 2016-05-03 22:12:19 +02:00
aquileia
3939b9ebab po: Update pofix
Fix closing brace, specify encoding, expand *, run
2016-05-03 21:30:30 +02:00
Nobun
bd78612320 wmlxgettext: added support for _ << translatable string >> on WML 2016-05-03 17:11:32 +02:00
Wedge009
cf6a8cf822 Uupdating as instructed by aquileia.
Sorry if I've done this incorrectly.
2016-05-03 19:23:20 +10:00
loonycyborg
c66572ef62 Commit wmlxgettext2, Nobun's python3 reimplementation of wmlxgettext 2016-04-30 19:01:31 +03:00
Celtic Minstrel
5bd0466069 wmlxgettext: Accept single-quoted textdomains in Lua 2016-03-06 17:05:20 -05:00
Ignacio R. Morelle
7bbb18452e pofix: Add latest website rules 2016-02-18 06:18:38 -03:00
aquileia
5adfa80eed Unify khalifate unit plural forms
Noted by Chewan
2015-12-02 00:36:53 +01:00
Ignacio R. Morelle
7caf603d20 pofix: Add download path string fixes for the 1.12.5 release 2015-11-28 04:37:56 -03:00
Celtic Minstrel
9859091c7c Convert test scenario maps to new format 2015-10-07 14:19:48 -04:00
Ignacio R. Morelle
337dd246b2 pofix: Add download path string fixes for the 1.12.4 release 2015-07-27 09:52:13 -03:00
Kunal Mehta
51fb515def Remove outdated and likely broken utils/mediawiki.py
This script apparently predates MediaWiki's api.php interface, and
resorts to screen-scraping, which most likely no longer works due to
changes in form submission.

Nothing else appears to be using it.
2015-07-25 00:57:28 -07:00
Ignacio R. Morelle
548efbbf97 send_campaignd_command: Add to repository 2015-04-24 23:57:39 -03:00
Ignacio R. Morelle
3ce8f05219 pofix: Add download path string fixes for the 1.12.2 release 2015-04-12 04:53:34 -03:00
timotei
d3ea22dcab umc ide: Improve the keystore signing process
With this we allow off-the-source keystore path
to be specified.
2015-03-22 01:10:45 +02:00
timotei
b6b172c5ba umc ide: Update the default output paths 2015-03-22 01:10:44 +02:00