55640 Commits

Author SHA1 Message Date
Ignacio R. Morelle
cd5974f5ec HttT S15: Try to spawn Burlin on a location that's not water 2014-02-11 04:34:33 -03:00
mattsc
7afddfd90d Update link to changelog in OS X windowed copy to github
Was still set to svn.gna.org
2014-02-10 21:56:21 -08:00
mattsc
733a2fb0c7 Update changelog in OS X windowed copy
Add entries for 1.11.8 and 1.11.9.  This should have been done for the
previous two releases, but I did not know about this.  It will be done
correctly for 1.11.10.

Thanks to Alarantalara for the pointers.
2014-02-10 20:02:21 -08:00
Alarantalara
be60c664cf Remove old chengelog entries in OS X windowed copy 2014-02-10 19:42:16 -05:00
mattsc
950f1f31ef Update changelog 2014-02-10 15:42:51 -08:00
mattsc
9b8d8711b2 HttT S15: prevent non-player sides from triggering sighted events
If [filter_second] is not given, sighted events are now triggered by
_any_ side.  We need to figure out whether this is a bug or intended
behavior.  If the latter, all sighted events in mainline campaigns need
to be checked.
2014-02-10 15:34:10 -08:00
Ignacio R. Morelle
d68b7057d5 Clear RELEASE_NOTES 2014-02-10 18:22:36 -03:00
David Mikos
1ac4aaa421 remove 'untitled' string from default filename in save dialog and change default .scenario to .cfg 2014-02-11 06:25:58 +10:30
GunChleoc
8bdc96ecbb Merge branch 'master' of https://github.com/wesnoth/wesnoth-old.git 2014-02-10 12:58:20 +00:00
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