Commit graph

120 commits

Author SHA1 Message Date
Gunter Labes
35a55219cd build trunk campaignd with scons 2008-12-11 20:14:43 +00:00
Gunter Labes
29f94e070c corrected exit code handling 2008-10-28 17:15:08 +00:00
Gunter Labes
6abe39b695 update the run script to the recent campaignd changes 2008-10-06 00:54:52 +00:00
Gunter Labes
aa8e4aca1e move the profile to a better place and exit on fatal errors 2008-10-04 00:33:19 +00:00
Gunter Labes
a8db73bc18 added the campaignd run script 2008-10-03 19:42:42 +00:00
Gunter Labes
b55692a5f3 extended update_server to handle campaignd as well 2008-09-26 22:00:09 +00:00
Gunter Labes
f62e0366aa background wesnothd again.. 2008-09-01 12:27:13 +00:00
Gunter Labes
b053f464cc set a special port for the test mode 2008-09-01 12:19:10 +00:00
Gunter Labes
c41159b87e remove support for 1.2
simplify and add a test mode
2008-09-01 12:15:47 +00:00
Gunter Labes
dc3fb7b0e3 disable the banlist in favour of the new ban save file 2008-09-01 00:43:02 +00:00
Gunter Labes
cdc198e8b1 enable the bandwidth monitor 2008-08-31 22:48:58 +00:00
Gunter Labes
773c97c31c updated dev version 2008-08-31 22:48:33 +00:00
Gunter Labes
ac432ae132 return to using sh after fixing the signals 2008-08-31 22:23:55 +00:00
Gunter Labes
a3a9ff258a correct syntax.. 2008-08-24 00:17:16 +00:00
Gunter Labes
a4c1a18d26 make the script also stop on error 98 (port in use)
some more quoting to make the script a bit more robust
2008-08-12 16:19:31 +00:00
Pauli Nieminen
7c7871b337 added expiration time to bans
fixed minor memory leak
2008-05-15 16:27:20 +00:00
Gunter Labes
4ded7bc6eb correct a test 2008-05-12 12:09:31 +00:00
Gunter Labes
cf77ef5ac2 build dev servers with the default -O2
use the now implemented program_suffix option of scons
2008-05-11 10:35:58 +00:00
Gunter Labes
de6130605f some tweaks.. 2008-05-11 10:16:14 +00:00
Pauli Nieminen
7c3b6f494b MP server start script working with gracefull server restart 2008-05-09 08:15:41 +00:00
Gunter Labes
5bbb0afe2f go back to using sed to find the build dir, seems more reliable after all 2008-04-27 01:08:49 +00:00
Gunter Labes
7fa4661094 send error messages to STDERR
get the server port from the redirect.cfg (which needs to be changed anyway)
2008-04-26 18:10:52 +00:00
Gunter Labes
9ec6985365 correct some log file paths 2008-04-26 02:10:47 +00:00
Gunter Labes
82cc3608c9 add ban reason support to the ban list 2008-04-25 22:38:31 +00:00
Gunter Labes
9f608b9838 add support for a banlist for bans across restarts 2008-04-17 13:52:25 +00:00
Gunter Labes
0afbb92b11 actually use the set CXXFLAGS when bulding with scons.. 2008-04-17 13:51:18 +00:00
Gunter Labes
93e1e73e98 replace == with = in test comparisons...
...(fixes bug #11496: Unportable test(1) construct)
2008-04-15 02:51:29 +00:00
Gunter Labes
ebba6f469e remove the man pages after install 2008-04-09 10:52:07 +00:00
Gunter Labes
ac9f0827ab use the boost flags rather than supplying $CXXFLAGS and $LDFLAGS 2008-04-07 00:46:28 +00:00
Gunter Labes
4378124f3f turn library checks off in scons...
...and add some more options for a less noise compilation
2008-03-29 01:12:29 +00:00
Gunter Labes
e52fd6fffc specify the ports directly in the script 2008-03-28 23:39:27 +00:00
Gunter Labes
48a8bbfd29 keep symlinks relative
rename gmon.out even if the build symlink changed
2008-03-28 22:28:29 +00:00
Gunter Labes
69c3bb8726 make most operations use full paths rather than relative ones
add the PID to log file symlinks so it's easy to match them with core files
2008-03-28 18:54:04 +00:00
Gunter Labes
0d7e3c9bc5 also make a symlink to the log(s) in the build dir 2008-03-28 14:32:21 +00:00
Gunter Labes
79358694c5 update the install target 2008-03-27 14:46:53 +00:00
Gunter Labes
7b72f04ae8 use scons for trunk builds
use svnversion to get the revision
2008-03-27 01:45:06 +00:00
Gunter Labes
7241160454 rename gmon.out when the server terminates
add some error messages
2008-03-27 00:45:08 +00:00
Gunter Labes
43748b58e5 remove --enable-debug and use different $CXXFLAGS for the different versions 2008-03-22 15:15:46 +00:00
Gunter Labes
b4ead395c4 * give an error message when a non-existing server is used 2008-03-19 02:55:08 +00:00
Gunter Labes
bcacddea5e move the update_unit_tree script to a better location...
...since it is not primarily used on server.wesnoth.org anymore
2008-03-12 14:59:59 +00:00
Gunter Labes
247df6e56c tweak the site path to be more generic 2008-03-12 14:56:29 +00:00
Gunter Labes
1558443a7d build the server with -DNUM_SHARDS=7 2008-03-11 17:36:38 +00:00
Gunter Labes
ebaf455f55 use 4 threads now because of the sharded network worker threads...
...but keep 30 for 1.2
2008-03-11 17:16:07 +00:00
Gunter Labes
5c1a1fd3eb update to handle version 1.4 2008-03-03 05:23:24 +00:00
Gunter Labes
2bcb93b976 update to handle version 1.4 2008-03-03 05:12:32 +00:00
Gunter Labes
62b188cfe8 script to revert the current build to the old one 2008-02-01 11:13:18 +00:00
Gunter Labes
c8be0958d5 make a complete svn update rather 2008-01-27 22:31:23 +00:00
Gunter Labes
69915cd539 make it possible to provide additional parameters for wesnothd...
...on the commandline
2008-01-18 09:34:00 +00:00
Gunter Labes
85ad9d2a83 start the logger only for 1.2 now 2008-01-15 06:50:43 +00:00
Gunter Labes
1a18a8f9e2 kill the server until shut_down works properly 2008-01-04 13:13:37 +00:00