Commit graph

2123 commits

Author SHA1 Message Date
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
timotei
62b08404f6 umc ide: post-release version bump to 2.0.3 2015-03-22 01:10:44 +02:00
timotei
920f59f963 umc ide: Use binary mode when modifying version 2015-03-22 01:10:44 +02:00
timotei
613e8bc29d umc ide: Allow overriding addons server port 2015-03-22 01:10:43 +02:00
timotei
f238b11c96 umc ide: Add the port for 1.12.x 2015-03-22 01:10:43 +02:00
aquileia
a349b0eb7e WML tests: Delete old scripts, fix OpenMP 2015-03-14 18:06:32 +01:00
Chris Beck
9b78a41d25 unit tests: add --noaddons switch to the networked mp unit tests 2015-03-05 13:28:33 -05:00
Ignacio R. Morelle
26234c6d55 pofix: Coalesce imports 2015-01-25 22:01:07 -03:00
Ignacio R. Morelle
9065d878b9 pofix: Add download path string fixes for the 1.12.1 release 2015-01-25 21:44:11 -03:00
Ignacio R. Morelle
bde95ed7c9 pofix: Read *.html files from the command line 2015-01-25 21:44:11 -03:00
Ignacio R. Morelle
c9a0591dfa pofix: Implement -w switch to apply only website-related string fixes
This is intended to be used for applying string fixes for the website
repository without reading the full game string fixes table and avoiding
potential future collisions between both.

Also removed an obsolete entry from 1.10.
2015-01-25 21:44:11 -03:00
Ignacio R. Morelle
04cdc8e447 pofix: Add entry for commit ebf034c713 2015-01-15 17:31:15 -03:00
Ignacio R. Morelle
c109c63a0d pofix: Add entries for commit 994bad5717 2015-01-15 17:26:49 -03:00
Ignacio R. Morelle
990115f733 pofix: Add entries for commit 81224dace3 2015-01-15 05:20:02 -03:00
Ignacio R. Morelle
b8eb943e65 pofix: Add entries for commit 128798d28c 2015-01-15 04:15:16 -03:00
Ignacio R. Morelle
c5b25a6938 pofix: Add entry for commit ac88447af1 2015-01-15 04:14:35 -03:00
Chris Beck
36592738a2 move graphincludes projectfile to utils/
This is an old project to analyze header inclusions, described in
email from Yann Dirson here:

https://mail.gna.org/public/wesnoth-dev/2014-07/msg00009.html
2015-01-03 21:53:34 -05:00
Chris Beck
032d8c1a93 fixup travis test_wrapper.sh
fixes up commit 6695365efb
2014-12-28 18:00:41 -05:00
Chris Beck
7a148154c3 travis: also check changelogs & RN for utf8 errors 2014-12-28 14:18:16 -05:00
Chris Beck
6695365efb travis: ignore error code 200 from test executable if repeats 10x 2014-12-28 14:14:32 -05:00
Chris Beck
e3bc595fff travis: add mp unit tests to travis build #3 (clang -O2) 2014-12-19 19:47:29 -05:00
Chris Beck
392f980dbf Revert "travis: as a test, try turning off the nogui option for play test"
This reverts commit 6bca3fa96d.
2014-12-02 20:57:13 -05:00
Chris Beck
6bca3fa96d travis: as a test, try turning off the nogui option for play test 2014-12-02 20:12:08 -05:00
Ignacio R. Morelle
2c625b6d9d update_server: boost_prefix=-mt isn't good for gonzo anymore 2014-11-22 05:09:01 -03:00
Ignacio R. Morelle
d95b181eaa update_server: Show locations of scons' output 2014-11-22 04:31:18 -03:00
Chris Beck
e93a974277 fix a bug in the header_times script 2014-11-13 11:47:03 -05:00
Ignacio R. Morelle
0e9f0a0ef0 Revert "create_symlinks: Make an exception for 1.10"
This reverts commit d4f7ebc8ed.
2014-10-30 00:12:57 -03:00
Ignacio R. Morelle
d4f7ebc8ed create_symlinks: Make an exception for 1.10 2014-10-29 21:38:44 -03:00
Ignacio R. Morelle
11c1976a3b Fix thread count setting for 1.9 wesnothd and add one for 1.12 2014-10-29 21:31:36 -03:00
Ignacio R. Morelle
a5340a2bc4 pofix: Add convertion for HttT S23 typo fix
From commit 3d3e810369.
2014-10-06 02:47:17 -03:00
Chris Beck
baeac17fa2 move ai playtest and backtrace out of travis.yml to a script 2014-07-07 15:18:35 -04:00
Chris Beck
49be669cd0 move bom search code to a script 2014-07-07 15:14:28 -04:00
Chris Beck
38a2852ee7 mark the test executor script as executable 2014-07-07 15:11:02 -04:00
Chris Beck
166c69b65f run test executable through gdb always, on travis
We keep getting segfaults that don't reproduce the second time it
is run, so maybe this will catch them.

It also moves the test execution code out into a script.
2014-07-07 15:08:48 -04:00
Chris Beck
d7ea8f9656 add header analysis scripts to the utils directory
Maybe someone will find them useful...
2014-07-06 22:56:03 -04:00
Chris Beck
30276db7d3 wrap exit commands when used in .travis.yml 2014-07-05 13:52:05 -04:00
Chris Beck
2659acdb19 debug output on travis 2014-07-05 10:51:25 -04:00
Chris Beck
56dc1c2307 fixup travis segfault handling in test executable 2014-07-05 09:22:23 -04:00
Chris Beck
e8298cff01 fix travis test wrapper
Apparently it doesn't like the "let" syntax for some reason
2014-07-05 08:24:13 -04:00
Chris Beck
e370bfdefc add po/ to the set of folders checked for ut8 validity by travis 2014-06-29 19:38:15 -04:00
Chris Beck
b8eb79411e inline a very short travis-related script 2014-06-29 19:31:32 -04:00
Chris Beck
f5aab2680a move travis related scripts to utils/travis/ 2014-06-29 19:26:25 -04:00
Ignacio R. Morelle
050aab785c Revert "new_release: Workaround race condition in wesnothd SIGHUP handler"
This reverts commit 62eb55a5a7, since it
was superseded by a real fix in 6629fdf64e.
2014-06-26 19:44:39 -04:00
timotei
7fdbf0c166 Update the UMC IDE developer manual 2014-06-21 14:29:21 +03:00
Ignacio R. Morelle
8712e60bee gui2/taddon_filter_options: Make SP/MP campaigns checkbox use Sentence case
For consistency with all other non-menu/listbox checkboxes.

pofix rule included and applied.
2014-06-14 23:29:35 -04:00
Alexander van Gessel
07a6ba695e Merge pull request #199 from aquileia/ignore
Restructure and merge .gitignore files
2014-06-13 16:27:01 +02:00
Ignacio R. Morelle
62eb55a5a7 new_release: Workaround race condition in wesnothd SIGHUP handler
If we try to send a message immediately after signaling SIGHUP to
wesnothd, it won't get caught by wesnothd, probably because the control
socket is being reopened just as the message arrives. Thus, we need a 1
second delay after the signal.

This was fixed in production a while ago but I forgot to commit the
change.
2014-06-12 18:17:31 -04:00