Commit Graph

48231 Commits

Author SHA1 Message Date
Mark de Wever
6384943776 Fixes compilation with clang 3.0 in C++11 mode.
The actual problem was in the linking phase. Anonymissimus had a similar
problem in MSVC in C++11 mode, this change might fix that as well.
2011-12-09 19:07:23 +00:00
Gabriel Morin
2c87771745 Revert 2011-11-23T13:40:40Z!gabrielmorin@gmail.com
"Auto-execute remaining whiteboard planned actions at end of turn" for now.

Attacks were executing on remote clients but not locally, because of
the seed callback mechanism no having a chance to trigger.
2011-12-09 08:31:05 +00:00
Anonymissimus
a923a41598 ignore unit_types with empty id= (bug #19133) 2011-12-08 00:43:36 +00:00
Nils Kneuper
a768bc5bad updated Czech translation 2011-12-07 23:30:10 +00:00
Steven Panek
a2c34fc2dd Removed some now-redundant undead_variation= keys. 2011-12-07 20:52:31 +00:00
Steven Panek
c28d6c5845 Prevent the generation of more useless epilogue replay saves. 2011-12-07 14:40:30 +00:00
Steven Panek
6695d6d266 Do not generate replay saves for TSG's epilogues. 2011-12-07 14:33:03 +00:00
Anonymissimus
463ef77245 fix macro comment (bug #19128) 2011-12-07 14:04:19 +00:00
Anonymissimus
3a097be3af rename a parameter so that it matches the other occurances of the function signature 2011-12-07 14:04:01 +00:00
Gabriel Morin
79e013e826 Whiteboard fake units can now be selected and highlighted...
...by mouseover even under fog.

This involved changing some game logic so that units belonging to the
viewing team are considered visible even under fog.
2011-12-07 10:02:56 +00:00
Gabriel Morin
4d4e8f6096 Eclipse CDT wasn't happy about the missing break after default case 2011-12-07 10:02:46 +00:00
Anonymissimus
6f3bf560cd improve a comment to match what the code actually does now
(bug #15847, FR bug #4072)
2011-12-06 17:43:12 +00:00
Anonymissimus
c381e13f24 changelog update 2011-12-06 14:58:42 +00:00
Anonymissimus
24ef11ee7c don't change the viewing team when starting linger mode (fix for bug #15847)
(FR bug #4072)
2011-12-06 14:58:25 +00:00
Anonymissimus
c784e97387 don't use 0 instead of NULL
(actually it took me some time to realize that this is
no side number or team index)
2011-12-06 14:58:07 +00:00
Nils Kneuper
0a1b16ddd2 updated Russian translation 2011-12-06 09:57:58 +00:00
Gabriel Morin
60d60a702c Changelog entries for my last commit 2011-12-06 02:10:16 +00:00
Gabriel Morin
c8ee98cd6a Display turn numbers on multi-turn planned moves. 2011-12-06 02:07:40 +00:00
Gabriel Morin
0894b45c61 Rename variables and cleanup comments. 2011-12-06 02:07:30 +00:00
Steven Panek
7a379349ad Bumped version number in Doxyfile. 2011-12-06 01:56:58 +00:00
Simon Forsyth
1494d38766 Update Xcode package version to 1.9.12 2011-12-06 01:52:20 +00:00
Ignacio R. Morelle
bbbdc212a8 gui2/taddon_description: Do not use message dialog definition...
...with background blur

Add-ons with long descriptions (such as "The Fellowship of the Clay")
cause a scrollbar to appear, which isn't properly handled in conjunction
with the blur precommit hook. The automatic Close button still doesn't
work after changing the definition, though.
2011-12-05 20:39:37 +00:00
Ignacio R. Morelle
5902006c84 gui2: Make a label string translatable
(The string is already translatable in the same domain, so this
doesn't break the string freeze.)
2011-12-05 20:39:21 +00:00
Nils Kneuper
921399f253 post release version bump to 1.9.12+svn 2011-12-05 16:40:58 +00:00
Nils Kneuper
5d9e791842 bump version to 1.9.12 2011-12-05 15:29:37 +00:00
Nils Kneuper
3e5d52eb35 pot-update (preparing for 1.9.12, no new/changed strings)
regenerated doc files
2011-12-05 15:27:24 +00:00
Steven Panek
0e9a4f4db5 Updated the Latin translation.
Fixes bug #19115. Fixed a couple of typos in the changelogs.
2011-12-05 15:22:56 +00:00
Alexander van Gessel
4949dd660e Translation credits update 2011-12-05 14:27:05 +01:00
Alexander van Gessel
a26bbeec75 More git wescamp fixes 2011-12-05 00:51:02 +01:00
Gabriel Morin
32676ed2a5 Build the planned unit map even if the action queue is empty,
...since the mapbuilding does additional things such as removing
invisible units from the map.
2011-12-04 22:13:46 +00:00
Gabriel Morin
02056b6397 Entries in both changelog and release notes...
...for whiteboard changes since 1.9.11
2011-12-04 22:13:40 +00:00
Gabriel Morin
76d14e799f Better way to avoid unused param warning. 2011-12-04 22:13:35 +00:00
Gabriel Morin
60edd13cec Reduce scope of some unit map iterators.
Those in add/remove_temp_modifier() of the move class were just asking
to be used after their unit gets moved. Supposedly the unit map can
handle that, but avoiding out of principle.
2011-12-04 22:13:29 +00:00
Gabriel Morin
3a400a7013 Cleaned up the use of fake/real units in recruit and recall actions,
...and fixed a memory leak along the way.
2011-12-04 22:13:21 +00:00
Gabriel Morin
110c9fcd44 Added missing test file to cmake.
I checked that the test builds and passes fine beforehand.
2011-12-04 22:13:15 +00:00
Gabriel Morin
d758b06fc0 Don't keep an iterator around for no good reason. 2011-12-04 22:13:09 +00:00
Gabriel Morin
1ca3086ae0 Remove commented code 2011-12-04 22:13:01 +00:00
Gabriel Morin
250c8ab756 Change logging level of some traces. 2011-12-04 22:12:49 +00:00
Nils Kneuper
fe1082e0a5 updated German and Italian translation 2011-12-04 21:35:52 +00:00
Alexander van Gessel
d06d898e3b More fixes to git-mode of wescamp.py and libgithub 2011-12-04 18:24:48 +01:00
Alexander van Gessel
0c4a4c6720 Don't check errors on push for now, it writes to stderr even on success 2011-12-04 18:24:35 +01:00
Nils Kneuper
68acf4157d fixed a gcc warning in src/pathfind/astarsearch.cpp...
...when compilung under openbsd (fixed bug #19095, thanks George
Koehler <kernigh>)
2011-12-04 13:30:13 +00:00
Nils Kneuper
57b2c92900 fixed linker errors when using cmake on OpenBSD
(fixed bug #19096, thanks to George Koehler <kernigh>)
2011-12-04 13:08:26 +00:00
Nils Kneuper
ff6b3e2671 updated German translation 2011-12-04 12:18:03 +00:00
Steven Panek
af3d8fd2f3 Updated the Old English translation. 2011-12-04 04:24:56 +00:00
Alexander van Gessel
172decc603 Open commit message file in write mode 2011-12-04 02:02:18 +01:00
Nils Kneuper
6de351ff0e updated Czech and Russian translation 2011-12-03 11:03:21 +00:00
Steven Panek
b624fe9ae2 Updated the British English translation. 2011-12-02 01:01:05 +00:00
Nils Kneuper
8d1f663c30 updated Czech translation 2011-12-01 09:49:38 +00:00
Steven Panek
260b3c3353 Updated the Old English translation. 2011-11-30 21:51:47 +00:00