55476 Commits

Author SHA1 Message Date
David Mikos
8588595b50 add default cursor selection to save game dialog 2014-02-10 08:16:47 +10:30
David Mikos
e05ded74dc add translatable default filename to editor save box. 2014-02-10 08:07:22 +10:30
Mark de Wever
cb65b325a0 Remove an unneeded temporary variable.
Issue found by cppcheck.
2014-02-09 19:19:19 +01:00
Mark de Wever
3b1b13e96d Limit variable scope.
Also avoid shadowing the variable res.

Issue found by cppcheck.
2014-02-09 19:17:43 +01:00
Mark de Wever
6f3dd3b1e1 Remove a variable which is only assigned.
Issue found by cppcheck.
2014-02-09 19:08:55 +01:00
Mark de Wever
cd1b62929a Remove a variable which is only assigned.
Issue found by cppcheck.
2014-02-09 19:05:00 +01:00
Mark de Wever
702ad0a12c Remove a variable which is only assigned.
Issue found by cppcheck.
2014-02-09 19:00:03 +01:00
Mark de Wever
a18b102c24 Remove a variable which is only assigned.
Issue found by cppcheck.
2014-02-09 18:58:51 +01:00
Mark de Wever
8249f7e9bb Remove a variable which is only assigned.
Issue found by cppcheck.
2014-02-09 18:57:18 +01:00
Mark de Wever
274ef5841a Pre instead of post increment a variable.
Issue found by cppcheck.
2014-02-09 18:39:53 +01:00
Mark de Wever
4b3c10afd8 Pre instead of post increment a variable.
Issue found by cppcheck.
2014-02-09 18:38:47 +01:00
Mark de Wever
6ba1495961 Pre instead of post increment a variable.
Issue found by cppcheck.
2014-02-09 18:37:46 +01:00
Mark de Wever
3208dd8065 Pre instead of post increment a variable.
Issue found by cppcheck.
2014-02-09 18:37:05 +01:00
Mark de Wever
e5253f3265 Use clang-format on the gui directory.
Most of the formatting has been done automatically, but some minor manual
polishing has been applied afterwards.

Also add .clang-format file containing the settings used for the
formatting.
2014-02-09 16:58:32 +01:00
Mark de Wever
2cc2f3b248 Minor formatting improvements in GUI2.
These improvements are done in preparation to use clang format on the gui
directory.
2014-02-09 13:27:37 +01:00
Mark de Wever
5fe1dbf883 Remove an unused private function.
Issue found by cppcheck.
2014-02-09 10:07:09 +01:00
Mark de Wever
837bf59b8b Validate a pointer before deferring it.
The problem was introduced in 818ffad0, David Mikos please review this
patch.

Issue found by cppcheck.
2014-02-09 10:06:59 +01:00
Mark de Wever
ff4c0ebb09 Pre instead of post increment a variable.
Issue found by cppcheck.
2014-02-09 10:06:30 +01:00
Mark de Wever
97eb5ab8c9 Limit variable scope.
Issue found by cppcheck.
2014-02-09 10:06:21 +01:00
Mark de Wever
35961bd4b6 Avoid an unnecessary copy of a string. 2014-02-09 10:06:08 +01:00
Ignacio R. Morelle
b488db4bc3 HttT scenario 4: Use find_vacant=yes to unstore Delfador at the end
Fixes the somewhat unlikely situation of him clobbering whichever unit
happens to be standing on 31,11 and causing it to disappear from the
game forever (especially bad if it's a player unit).

This commit is dedicated to my loyal Knight Haldiel, who became victim
to this oversight.
2014-02-08 23:53:30 -03:00
Ignacio R. Morelle
4831ae1f72 Fix changelogs formatting 2014-02-08 23:51:53 -03:00
Mark de Wever
5da495122a Add a new GUI2 tooltip.
The placement of tooltip is controlled by the WML of the GUI engine. The
code is not used yet, only available with a proof-of-concept define named
DEBUG_TOOLTIP.
2014-02-08 21:13:08 +01:00
Mark de Wever
8ff55378cc Add reevaluate_best_size_ function for a window.
This function will be used in the tooltip window to evaluate whether the
final window size is proper. It also lets the window really handle
functions.
2014-02-08 21:10:31 +01:00
Mark de Wever
b9aef81982 Implement the function table in GUI2 formulas. 2014-02-08 20:14:11 +01:00
Ignacio R. Morelle
66aee405f3 Bump Doxyfile version 2014-02-08 14:31:38 -03:00
Ignacio R. Morelle
91f5329d1d Changelog formatting fix 2014-02-08 14:31:23 -03:00
mattsc
d2c9710605 Xcode project: post release version bump 2014-02-08 09:15:03 -08:00
Bär Halberkamp
9934549611 EI: Updated Scenario 11 and 12's map 2014-02-08 17:31:08 +01:00
Bär Halberkamp
6eda35d64b EI: updated S10 map 2014-02-08 17:31:08 +01:00
Bär Halberkamp
94cbbb4324 EI: Updated map for S9 2014-02-08 17:31:08 +01:00
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