61242 Commits

Author SHA1 Message Date
Richard Kettering
e2164f3151 Added an image for a huntsman's hat. 2015-04-26 21:46:57 -05:00
Ignacio R. Morelle
bbd2ffd64f cwesnoth: Use setlocal to reliably restore env vars
Thanks to aquileia for the tip.
2015-04-26 05:04:48 -04:00
Ignacio R. Morelle
9e2513183d cwesnoth: Reset OMP_WAIT_POLICY environment variable on exit
We really should save the previous value in a temporary variable instead
and reset it to that but I hate ugly code so...
2015-04-26 05:49:41 -03:00
Ignacio R. Morelle
13107f3437 cwesnoth: Document environment assignments 2015-04-26 05:49:29 -03:00
Charles Dang
7c8f1e5616 Updated changelogs 2015-04-26 18:18:43 +11:00
Charles Dang
1c27faf3d2 New portrait for the Soulless by doofus-01
http://forums.wesnoth.org/viewtopic.php?p=584387#p584387
2015-04-26 18:05:24 +11:00
Charles Dang
985c66b524 DiD S3: fixed an incorrect speaker in the dwarves sighted event 2015-04-26 16:59:09 +11:00
Charles Dang
f482208315 Removed an unused linked group 2015-04-26 14:52:10 +11:00
aquileia
2f7af4c477 Update VC project (YAMG removal, wconsole addition)
[skip ci]
2015-04-25 18:36:01 +02:00
aquileia
04d7c5b587 Set OMP_WAIT_POLICY in cwesnoth.cmd 2015-04-25 18:34:34 +02:00
Charles Dang
5741d8542e NR S2.1: merged mushroom farm dialog with victory dialog 2015-04-25 20:12:41 +11:00
Ignacio R. Morelle
0775034563 Merge branch 'feature/w32console' 2015-04-25 04:55:50 -04:00
Ignacio R. Morelle
149d375a2b Update changelog 2015-04-25 04:55:19 -04:00
Ignacio R. Morelle
e32d9009dd cwesnoth: Add some documentation 2015-04-25 04:50:16 -04:00
Ignacio R. Morelle
c1fad7357d cwesnoth: Disable SDL stdio redirection
We can do this using an environment variable. Too bad doing so doesn't
give us a console, otherwise this whole hack wouldn't be necessary in the
first place.
2015-04-25 04:50:15 -04:00
Ignacio R. Morelle
8d2609ff4c Add --wconsole for allocating a Windows console on startup
This is only recognized by the game client at the moment. The
implementation is a bit hacky but it seems to work. Thanks, SDLmain.

The cwesnoth.cmd Windows batch file passes --wconsole to Wesnoth in the
command line, along with any other arguments passed to it. This is
intended to be *the* use case for --wconsole, since otherwise the fact
that Windows won't allocate a console for us on process initialization
(due to Wesnoth being compiled with the GUI application flag) causes
issues with the Command Prompt shell -- namely, the shell returns
before Wesnoth allocates its console, allowing shell input to happen
concurrently with Wesnoth's output to console.

cwesnoth.cmd should be used in shortcuts and given Wesnoth's install
path as its initial working directory.
2015-04-25 04:49:30 -04:00
Charles Dang
30617a4c5b Removed core: 'The Broken One' 2015-04-25 19:34:38 +11:00
Charles Dang
8a7fe3a7db tcore_selection: removed image field under description
This also replaces the icon= key with the image= key
2015-04-25 19:33:36 +11:00
Charles Dang
bce7c9c329 tcore_selection: cleaned up cruft left over from the campaign dialog 2015-04-25 19:04:10 +11:00
Charles Dang
7fe17353f1 Dropped some includes unused after 9f6c07815e13 2015-04-25 17:31:18 +11:00
Charles Dang
9f6c07815e tcampain_selection: removed unused tree view 2015-04-25 17:15:42 +11:00
Ignacio R. Morelle
0bef9d6553 campaignd: Write an error to ERR_CS instead of LOG_CS 2015-04-25 02:09:12 -03:00
Ignacio R. Morelle
3acca15ee1 campaignd: Refactor [campaign] searches into a get_campaign() method 2015-04-25 02:08:10 -03:00
Ignacio R. Morelle
2dc58348e4 travis: Use saucy from old-releases.ubuntu.com
saucy went EOL about a year ago so it's no longer in the main mirrors.
2015-04-25 04:02:15 +00:00
Ignacio R. Morelle
548efbbf97 send_campaignd_command: Add to repository 2015-04-24 23:57:39 -03:00
Charles Dang
4f227059cf NR S2,3: properly give endlevel bonus when appropriate 2015-04-25 05:23:47 +11:00
Bär Halberkamp
82073c1c51 EI: more improvements to S7b 2015-04-24 12:47:54 +02:00
Ignacio R. Morelle
cec8bb6118 Fix up commit 0087870 by adding return statements
Otherwise the add-on isn't actually rejected.
2015-04-24 00:30:56 -03:00
Ignacio R. Morelle
07739ea261 Merge branch 'campaignd/adminctl' 2015-04-24 00:09:31 -03:00
Ignacio R. Morelle
d708b39611 campaignd: Implement setpass command
Replaces an add-on's passphrase via FIFO without needing the previous
passphrase.
2015-04-23 23:19:51 -03:00
Ignacio R. Morelle
9f118c49ad campaignd: Fix SIGINT/reload command issues with an unchanged FIFO path
This prevents campaignd from deleting the current FIFO on config reload
if the path in the config hasn't changed, and potentially losing queued
up commands.
2015-04-23 22:42:36 -03:00
Ignacio R. Morelle
66e92fe597 Add input_stream::path() method to retrieve the original path 2015-04-23 22:42:36 -03:00
Ignacio R. Morelle
4b71db0c8e campaignd: Implement reload command
By default is has the same effect as SIGINT, but it also takes an
optional 'blacklist' argument which instructs campaignd to only re-read
the blacklist file.
2015-04-23 22:42:36 -03:00
Ignacio R. Morelle
a982c376e9 campaignd: Implement 'flush' command, flushes config to disk immediately 2015-04-23 22:42:36 -03:00
Ignacio R. Morelle
974c033cd1 campaignd: Implement 'readonly' command, toggles RO mode 2015-04-23 22:42:36 -03:00
Ignacio R. Morelle
e00bf02df1 campaignd: Log unrecognized FIFO commands 2015-04-23 22:42:35 -03:00
Ignacio R. Morelle
fd96b333f5 campaignd: Log message on shut down request via FIFO 2015-04-23 22:42:35 -03:00
Ignacio R. Morelle
4c7bc28ad5 campaignd: Add dedicated type for parsing admin commands 2015-04-23 22:42:31 -03:00
Ignacio R. Morelle
a810cb8937 wesnothd: Don't warn about FIFODIR being unset on Windows
Since to my knowledge it's impossible to create named pipes on Windows on
a regular filesystem and both the listener and the sender have to use the
Win32 API to establish communication instead.
2015-04-23 19:37:16 -04:00
Ignacio R. Morelle
d7d76ac1fc mp: Ignore formatting markup in era names 2015-04-23 20:13:20 -03:00
Ignacio R. Morelle
c976c1682e mp: Fix uninitialized variable warning
Introduced by commit 36451c214fc7aaf7741c389ceec4bf038936e8c7.

vultraz, check whether the logic is still correct after this change.
2015-04-23 20:08:49 -03:00
Bär Halberkamp
699debae7d wesnoth-optipng run 2015-04-24 00:04:34 +02:00
Bär Halberkamp
bf6eb506a5 Added a se bob anim for the Skeleton Archer by Kwandulin 2015-04-24 00:04:33 +02:00
Bär Halberkamp
5850d8f831 Outlaw sprite fixes by Kwandulin 2015-04-24 00:04:33 +02:00
Randypk
4aa8148542 Fixed up changelog for BugFix #23201.
Conflicts:
	changelog
2015-04-23 22:22:58 +02:00
Randypk
552a6ce619 BugFix #23201 Toggle icons display error in replay
Enable hotkeys during GUI initialization in replay controller.
2015-04-23 22:21:43 +02:00
gfgtdf
a8da5e2b6d fix assertion failure when dismissing units
http://gna.org/bugs/?23510
2015-04-23 22:20:25 +02:00
Charles Dang
ba3f4129fe Show objectives at the proper time at start of turn (bug 23518) 2015-04-24 01:45:33 +11:00
Charles Dang
36451c214f Made starting an mp game with no sides impossible (bug 23519) 2015-04-23 21:26:31 +11:00
Ignacio R. Morelle
35fdff6622 Remove ANA
This project was never completed, the author left, and what we had was
too buggy to use in production (including such gems as a server DoS
bug).

Only removed from the CMake recipe since it was already removed from the
SCons script in commit 634b0039f80e3ba3ecf9729516071d533c25d3d5.
2015-04-23 06:08:40 -03:00