Simon Forsyth
3dcdcbd72a
Make western tunnel charge event actually work
...
Likely increases difficulty since western guard no longer killed by
eastern tunnel
2012-07-07 04:36:08 +00:00
Simon Forsyth
6374377a70
Restore tunnel collapse message. Nested events can make it work properly.
2012-07-07 04:20:15 +00:00
Simon Forsyth
1d006456af
Merge command blocks
2012-07-07 04:10:18 +00:00
Simon Forsyth
c130451e70
Give more dialog to Nym instead of Dust Devil
2012-07-07 04:05:04 +00:00
Sergey Popov
6b6eafb213
Use BOOST_FOREACH directly instead of #define foreach BOOST_FOREACH
...
The define is extremely unreliable, will break compile with boost >=
1.50 and upstream can't fix issues with it, see
https://svn.boost.org/trac/boost/ticket/6131
2012-07-07 00:49:45 +00:00
Charles Dang
f0455a9ef9
Updated the XCode projectfile
2012-07-07 00:36:34 +00:00
Anonymissimus
0be2169d7a
fix MSVC warnings about struct/class discrepancy
2012-07-06 17:40:58 +00:00
Anonymissimus
71e6e2d705
fix MSVC warning about struct/class discrepancy
2012-07-06 17:40:50 +00:00
Anonymissimus
8c5c21ca74
reenable MSVC warning C4099 since CLang has a similar warning
2012-07-06 17:40:42 +00:00
Anonymissimus
c89be76e6f
VC9 project update
2012-07-06 17:40:34 +00:00
Anonymissimus
3c3e7f8dbe
CB project update
2012-07-06 17:40:24 +00:00
J. Tyne
6b7d4e1f56
Make the single-location version of get_tiles_radius()...
...
...simpler and more efficient.
2012-07-06 02:43:53 +00:00
Simon Forsyth
149e6bee24
Save ally_died_in_final fight regardless of whether ally is alive
2012-07-06 01:07:46 +00:00
Simon Forsyth
47a15596d7
Clear elvish_ally at scenario end
2012-07-06 00:53:44 +00:00
Simon Forsyth
fb8f1d129a
Remove more redundant comments
2012-07-06 00:51:14 +00:00
Simon Forsyth
cc7c931500
Remove random TODO question
2012-07-06 00:48:12 +00:00
Simon Forsyth
e924253dea
Remove no wmeaningless comment
2012-07-06 00:43:56 +00:00
Simon Forsyth
db8c60fd3c
Remove two variables from long term scope.
2012-07-06 00:42:41 +00:00
Étienne Simon
2d8430d248
wb::side_actions documentation correction.
2012-07-05 18:57:07 +00:00
Étienne Simon
eb6c1929f1
Rename a macro to reflect the new file name.
2012-07-05 18:56:32 +00:00
Mark de Wever
7f256d762b
Change a forward declared type to a struct.
...
The issue was spotted by CLang.
2012-07-05 18:34:01 +00:00
Mark de Wever
a568922f68
Change a forward declared type to a struct.
...
The issue was spotted by CLang.
2012-07-05 18:33:58 +00:00
Mark de Wever
577f5500b3
Change a forward declared type to a struct.
...
The issue was spotted by CLang.
2012-07-05 18:33:55 +00:00
Mark de Wever
ebcd1f0c33
Change a forward declared type to a struct.
...
The issue was spotted by CLang.
2012-07-05 18:33:52 +00:00
Mark de Wever
52b6a231ea
Change a forward declared type to a struct.
...
The issue was spotted by CLang.
2012-07-05 18:33:49 +00:00
Mark de Wever
1c8d7303d4
Change a forward declared type to a struct.
...
The issue was spotted by CLang.
2012-07-05 18:33:46 +00:00
Mark de Wever
8a3fbdf30a
Change a forward declared type to a struct.
...
The issue was spotted by CLang.
2012-07-05 18:33:42 +00:00
Étienne Simon
64caf0dc69
Refactoring of the whiteboard highlighter and removal of wb::enable_visit_all.
2012-07-05 18:28:40 +00:00
Simon Forsyth
ea6c521887
move variable clear to where it is used
2012-07-05 02:40:49 +00:00
Simon Forsyth
a14dc53efe
Make escorts not wander after messenger killed
2012-07-05 02:33:03 +00:00
Simon Forsyth
341ebfb394
Give the candidate actions unique names
2012-07-05 02:18:07 +00:00
J. Tyne
5e03725bcd
More documentation updates,
...
...plus more meaningful parameter names and adding a const qualifier.
2012-07-05 02:12:13 +00:00
Simon Forsyth
2620b63a26
Get rid of code adding bottlenecks on harder difficulties
...
It makes the scenario easier and slower, not harder
Also use cave bridges over water to show off a rarely used terrain
image in an appropriate place - added some extra dirt to deal with
units moving slower as a result
2012-07-05 02:00:52 +00:00
Simon Forsyth
302131822e
Change a sighted event to an attack event
...
This way dialog fires even if Panok starts visible because of map
2012-07-05 01:43:07 +00:00
J. Tyne
57deb6363c
Adding const qualifiers to functions.
2012-07-05 01:31:44 +00:00
Simon Forsyth
6a2aec5acb
Finding the map in scenario 3 now reveals the part of the map...
...
...outside the cave in scenario 4
2012-07-05 01:25:53 +00:00
Simon Forsyth
9b056eed92
Taking the ring of speed is now optional
2012-07-05 00:56:04 +00:00
Steven Panek
a26a452d5a
Updated the Spanish translation.
2012-07-04 19:52:51 +00:00
Steven Panek
e1318e5e42
Removed an extra n that's causing issues...
2012-07-04 19:47:31 +00:00
Steven Panek
f7001c9b34
Updated the Ukrainian translation.
2012-07-04 17:07:17 +00:00
Simon Forsyth
1211afd87e
Use new AI by mattsc for messenger in Out of the Frying Pan
...
Balancing required
2012-07-04 12:20:48 +00:00
Mark de Wever
3db07df42f
Disable a new GCC-4.8 warning.
...
If triggers in an external C header (png.h).
2012-07-03 19:16:33 +00:00
Étienne Simon
e87902c140
Replacing some uses of wb::enable_visit_all with wb::for_each_action.
2012-07-03 14:56:04 +00:00
Étienne Simon
bcc8c261fa
Fixes a bug in the execution of whiteboard attacks.
2012-07-03 13:57:37 +00:00
Charles Dang
7c68fe0240
Added tile image for lit stone walls and wired it in
2012-07-02 13:27:33 +00:00
Anonymissimus
e8d51edee4
fix wrong default leader name
2012-07-02 10:15:05 +00:00
Charles Dang
0c2c96ed4b
Fixed two typos in the changelog
2012-07-02 01:52:35 +00:00
Steven Panek
3e17938245
Fixed an error in the SET_LABEL example.
2012-07-01 20:07:57 +00:00
Timotei Dolean
fbca6a9784
eclipse plugin: Fix some typos in the documentation
2012-07-01 12:16:37 +00:00
Timotei Dolean
8b36370b90
eclipse plugin: small tweaks to the documentation
2012-07-01 12:06:05 +00:00