1904 Commits

Author SHA1 Message Date
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 6695365efb25b329a09f7b191f1ebb851cf44d48
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 6bca3fa96db46908c5914b8315024344e784e882.
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 d4f7ebc8edccb11c511f5199d81b0a24af43716c.
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 3d3e81036924cc4068330473e7374e74a4523d0a.
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 62eb55a5a712b3e2157cf7fc0bb12873c4f0a574, since it
was superseded by a real fix in 6629fdf64e7db529db574f2f8f6600ebd797d5ff.
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
Ignacio R. Morelle
912456bf29 send_server_command: Fix issues with screen stuff command not working
At least on baldras' version of screen, the stuff command argument here
absolutely needs to be wrapped in single or double quotes to work.

I actually fixed this months ago but forgot to commit.
2014-06-12 18:15:03 -04:00
Ignacio R. Morelle
1a1ccea4cb update_server: 1.11 is the 1.12 branch 2014-06-12 17:21:34 -04:00
Ignacio R. Morelle
090f8bf0cb update_server: Build from master if the $VERISON is not recognized 2014-06-12 17:21:34 -04:00
Ignacio R. Morelle
e122da96e4 update_server: Use $HOME/source for SOURCE_ROOT
... instead of hardcoding a path in /usr. This should let server2 and
server3 use an unmodified copy of the script.
2014-06-11 22:53:38 -04:00
aquileia
ca1e632b62 Remove remove-potcdate.sin from wescamp-import
If we delete the remove-potcdate.sin scripts, we may as well remove the paragraph importing them.
2014-06-10 20:32:10 +02:00
Chris Beck
02d8d0a07d add warning about memory leaks reported by cppcheck 2014-06-09 11:39:21 -04:00
Ignacio R. Morelle
284300cde9 update_server: Rewrote about 50% of the script, now works with RO checkouts
* Using scons -Y to point scons to a source tree that might be
   read-only for the user building campaignd/wesnothd (as is the case on
   baldras).
 * Renamed or changed several variables for clarity.
 * As a side-effect, links within the server instance dir are now
   absolute rather than relative (/home/wesnoth/build/foo/bar instead of
   ../../build/foo/bar).
 * ~/builds-int/<version> is the intermediate build directory
 * ~/builds/<build-id> remains as the target directory
 * /usr/src/wesnoth is the source directory base (we need to handle
   basilic and gonzo separately later)

I'm fairly sure nobody other than me could possibly demand a more
detailed description of this commit.
2014-06-08 22:52:06 -04:00
aquileia
1715ab3145 gitignore: Include more rules from subdirectories
That is: data/lua/, scons/, and utils/
2014-06-09 01:00:45 +02:00
Ignacio R. Morelle
983f14663d Move unused script to utils/ 2014-03-18 03:05:10 -03:00
Ignacio R. Morelle
b6ce79e634 update_server: The 1.12 branch now exists 2014-03-10 17:00:10 -03:00
Nils Kneuper
e73bd5e536 add steps for running pofix.py 2014-03-02 09:53:30 +01:00
Ignacio R. Morelle
62d3783f41 pofix: I forgot to add a conversion annotation 2014-03-02 00:59:16 -03:00
Mark de Wever
f7de93c685 Update valgrind suppression file.
Don't complain when strtod is called from luaO_str2d.
2014-02-23 15:19:16 +01:00
Ignacio R. Morelle
2237bde02e editor: Fix a filechooser dialog caption to use Title Case 2014-02-22 22:07:24 -03:00
Ignacio R. Morelle
400b2b28c7 pofix: Add UI string case fix
See commit 0ed8c1a83717b04ac1dae9eab967462405b356ea.
2014-02-22 22:07:24 -03:00
Ignacio R. Morelle
d4fad10ab6 run_server: 30 threads for 1.10, not 1.9 2014-02-21 06:02:03 -03:00
Ignacio R. Morelle
0540b987c2 run_server: Use more threads for 1.9 (32), less threads for 1.8 (8) 2014-02-21 05:52:25 -03:00
Ignacio R. Morelle
8aa1c0e1f2 run_campaignd: Use 4 threads for 1.9 or 1.12 only 2014-02-21 05:50:03 -03:00
Ignacio R. Morelle
fc250334ca Remove empty directory tree containing nothing but .gitignore files 2014-02-08 08:05:02 -03:00