55395 Commits

Author SHA1 Message Date
Mark de Wever
2e46950e68 Fix a DEBUG_WINDOW_LAYOUT_GRAPHS compiler warning. 2014-02-08 17:23:01 +01:00
Nils Kneuper
c424ed1152 post release version bump to 1.11.9 2014-02-08 17:20:46 +01:00
Nils Kneuper
be60b47d5d version bump to 1.11.9 1.11.9 2014-02-08 13:32:13 +01:00
Nils Kneuper
a33f5f56a8 add note about input scheme to RELEASE_NOTES 2014-02-08 13:31:58 +01:00
Nils Kneuper
bafde02872 pot-update and regenerated doc files
preparation work for 1.11.9
2014-02-08 13:25:38 +01:00
loonycyborg
5e731bcba9 Scrub -DNDEBUG from flags returned by mysql_config 2014-02-08 15:20:35 +04:00
Ignacio R. Morelle
fc250334ca Remove empty directory tree containing nothing but .gitignore files 2014-02-08 08:05:02 -03:00
Ignacio R. Morelle
230fa23f9e Update run_campaignd script from production 2014-02-08 08:04:17 -03:00
Ignacio R. Morelle
7e7a32447e Update run_server script from production 2014-02-08 08:02:45 -03:00
Ignacio R. Morelle
01a6a3bb1d Update new_release script from production 2014-02-08 08:00:35 -03:00
Ignacio R. Morelle
6cad834573 Updated logfilter_irc* scripts with the current production versions 2014-02-08 07:59:25 -03:00
Ignacio R. Morelle
c6c0979800 Update create_symlinks script from production 2014-02-08 07:57:49 -03:00
Ignacio R. Morelle
639e78c4c1 Update tail_log_irc script from production
Removed a "fix the script" message.
2014-02-08 07:56:57 -03:00
Ignacio R. Morelle
ffc43a10e4 Update send_server_command with code changes from production
They mostly seem to be code cleanups or style changes, plus the hack to
try to start the irc echo for the old instance after restarting... which
doesn't seem to be working.
2014-02-08 07:55:23 -03:00
Ignacio R. Morelle
425cce189f Long overdue update to the update_server script to match production
* Added code for handling 1.8 and 1.10
 * Don't use libana for Wesnoth versions that include it (1.9.x)
 * We now use Git, not SVN. The downstream repository is managed
   externally, so we need to update a git-new-workdir checkout every
   time we want to build.
 * Other nondescript changes

(Apologies for the horrible commit message, but it looks like there was
more than my own changes awaiting to be committed.)
2014-02-08 07:48:41 -03:00
Ignacio R. Morelle
088d50a3b2 credits: I'm shadowm 2014-02-08 06:17:15 -03:00
Ignacio R. Morelle
0f1cbae347 gui2/taddon_description: Display first/last upload dates 2014-02-07 23:17:21 -03:00
Ignacio R. Morelle
7f8d77769d Update changelog for campaignd changes 2014-02-07 23:17:21 -03:00
Ignacio R. Morelle
9bed3ef79a addon/info: Support original_timestamp attribute
The server-side attribute was implemented in commit
60a8948d6ab18d90b3496fbca4d01b4a8b4a7d15.
2014-02-07 23:17:21 -03:00
Alexander van Gessel
f56d093920 Merge branch 'master' of github.com:wesnoth/wesnoth-old 2014-02-08 03:10:03 +01:00
Alexander van Gessel
c6262964ff Flip day/month order in dutch translation 2014-02-08 03:09:07 +01:00
Alexander van Gessel
04262d12aa Make format_time_summary display 4-digit years 2014-02-08 03:07:23 +01:00
Ignacio R. Morelle
713d9bc4e3 campaign: Remove convert_binary_to_gzip() method and related functionality
This has been around since commit 727294a4b5c72551f559645de504d3a9b8cdf49d
(version 1.5.1) and doesn't serve any purpose nowadays since add-ons
are always stored in gzip format and with the correct encoding.

The method was apparently repurposed a few times to deal with some
encoding issues that cropped up during the introduction of server-side
gzip streams in 1.5.x:

 * fdb32be49eb17023364ed2df3d4e60bf582082db "Fixed campaign to use
   correct compression level and encoding messages"
 * ed564762873d3d8ad043acb720112f92cf848ca3 "Fixed addon server
   conversion code for cr encoding"
 * f4c62eabe7e4d97eaf4a46edc0f67d75631e2cd1 "Made campaignd server
   encode CR in old content that is stored in campaignd"
 * efab5f83008b1f9937b1c101a3c1eaff87fd3fd8

All in all, the last time it possibly saw any use for wesnoth.org's
usage was with version 1.6.0, therefore it's safe to get rid of it now.

(The encoded and cr_encoded attributes in the server configuration files
for 1.8, 1.9/1.10, and 1.11 in production have been set to 'yes' for
ages already, which means the method wasn't being run beyond the first
statement on startup anyway.)
2014-02-07 21:58:13 -03:00
Ignacio R. Morelle
77bbab7886 Use correct existing titlescreen icon in the Hotkey preferences dialog
The name in the code was icons/icon-title_screen.png, but LordBob
commited it as icons/icon-titlescreen.png instead. Since no other icon
in the directory uses underscores, let's stick to LordBob's spelling.
2014-02-07 18:11:57 -03:00
Ignacio R. Morelle
7555b7133b Rename Elvish Castle terrain to "Elven Castle" for consistency with its keep
This is an editor-only change.
2014-02-07 18:10:14 -03:00
mattsc
44d680c58a Update changelogs and release notes with SotBE changes 2014-02-07 12:48:46 -08:00
mattsc
3313f619cf SotBE S12: rebalance gold, income and turns
It was way too easy previously.
2014-02-07 12:19:20 -08:00
mattsc
08dfe24a92 SotBE S12: do not give AI enemy side huge gold bonus ...
… when the other enemy leader is killed.  Instead, we give them more
starting gold and a large income.
2014-02-07 12:19:20 -08:00
mattsc
3b929f7b68 SotBE S12: give AI enemy side more starting villages
This is part of the on-going rebalancing effort.
2014-02-07 12:19:20 -08:00
fendrin
fe4064d774 Restored the old control scheme as the default 2014-02-07 20:05:20 +01:00
fendrin
4f50ef2be8 Reverted #d1a713a587015c6deca44acc0a614a9fbeed723e
The commit fixed bug #bug #21450 but introduced a new one: The end
scenari button was disabled thus players can't reach the next scenario
any longer.
2014-02-07 19:55:03 +01:00
fendrin
a8be318b66 Remove two empty lines, grouping side specific Hotkey code together. 2014-02-07 18:47:38 +01:00
fendrin
7c8279ef4e Fix spelling in a comment. 2014-02-07 18:47:38 +01:00
Elvish_Hunter
8fc12b4821 Changelog entry for my previous commit 2014-02-07 15:11:43 +01:00
Elvish_Hunter
7687c43d1e Made terrains Cea, Coa, Kea and Koa aliases of both Ct and At. Fixes an inconsistency against Cha and Kha terrains reported in the forums by Xalzar 2014-02-07 15:05:48 +01:00
Elvish_Hunter
e4c87305dc wmllint: moved in_clear_menu_item check in a better position 2014-02-07 15:05:48 +01:00
Ignacio R. Morelle
9b0b8eec52 Fix various changelog formatting issues 2014-02-07 02:38:29 -03:00
Ignacio R. Morelle
0f1e3fab3e Add missing check for a null surface from image::get_image()
Fixes a NULL pointer dereference when drawing preview pane overlays in
the Recall Unit dialog for a unit whose overlays list includes an image
that doesn't exist or can't be read, and debug mode is not enabled.

This didn't happen in debug mode because image::get_image() retrieves a
valid placeholder surface (currently images/misc/missing-image.png) in
that situation with debug mode enabled.

Reported by SkyOne in the forums: http://r.wesnoth.org/t39983

Thanks to mattsc for pinpointing the commit at fault.

Note: the code handling overlays on the listbox/menu of the Recall Unit
dialog shouldn't be affected by this since it uses the BLIT image path
function instead of accessing surfaces directly.
2014-02-06 18:53:55 -03:00
happygrue
3890c429fc Removed one strike from Dwarvish Lord hatchet
UMC balance nerf.
2014-02-05 20:27:37 -05:00
Wintermute
ced61bd87c Merge pull request #93 from Velensk/velensk/RoTD-edits
Update to RoTD along with a changelog note.
2014-02-05 19:29:58 -05:00
Velensk
4746355da5 Update to RoTD along with a changelog note.
The subject really says it all. Ruins of Terra-Dwelve got some tweaks.
2014-02-05 17:56:01 -05:00
Andrius Silinskas
43b134de9b Return by const reference, not by const value.
As a result, 3bf175313b3a2ffcaa8dc685abe6fe033975b19a has been reverted.
2014-02-05 21:25:29 +00:00
Nils Kneuper
3bf8e052f3 pot-update, regenerated doc files 2014-02-05 19:39:15 +01:00
Nils Kneuper
4f89026ed9 fixed the wesnoth-manual file for Portuguese and ran an update 2014-02-05 19:36:13 +01:00
Alexander van Gessel
242f0532f0 Derive from the correct exception class 2014-02-05 16:14:06 +01:00
Alexander van Gessel
e09305afac Exit if the build system can't be cloned 2014-02-05 16:12:59 +01:00
Alexander van Gessel
4c567d903e Merge branch 'master' of github.com:wesnoth/wesnoth-old 2014-02-05 00:26:41 +01:00
Alexander van Gessel
6bfcd26661 Restore the proper textdomain to some hotkey strings 2014-02-05 00:22:00 +01:00
Ignacio R. Morelle
60a8948d6a campaignd: Record the original upload TS of new add-ons
This should allow future clients to sort and display add-on
creation/first upload dates by looking at the original_timestamp
field.

NOTE: existing add-ons lack an original_timestamp field. This
functionality only applies to add-ons uploaded for the first
time.
2014-02-04 20:18:00 -03:00
Ignacio R. Morelle
7348bfe500 campaignd: Record upload TS early 2014-02-04 20:18:00 -03:00