15106 Commits

Author SHA1 Message Date
Mark de Wever
7368cf87c4 moved some includes 2007-02-09 19:24:22 +00:00
Gunter Labes
e8a62d5fab updated maps 2007-02-09 18:52:58 +00:00
Mark de Wever
9e5741ee2f removed unused function turn_info::turn_slice 2007-02-09 18:52:16 +00:00
Mark de Wever
a045620b1c marked some functions for inlining 2007-02-09 18:13:23 +00:00
Mark de Wever
88fd999523 marked some functions for inlining 2007-02-09 18:09:19 +00:00
Mark de Wever
b81ecb9432 marked some functions for inlining 2007-02-09 18:02:44 +00:00
Mark de Wever
e091827197 marked some functions for inlining 2007-02-09 17:09:01 +00:00
Mark de Wever
81ac750186 Changed the UtbS rubble terrain to fix the transitions, now uses an overlay 2007-02-09 16:54:54 +00:00
Mark de Wever
d5041fbe68 removed empty unused function validate_recruit_unit 2007-02-09 16:22:18 +00:00
Mark de Wever
dc7e63fe76 removed duplicate wrapper function get_village...
...by adding a default parameter for the other one
2007-02-09 16:15:10 +00:00
Nils Kneuper
94b5489259 updated Italian translation 2007-02-09 12:01:56 +00:00
Nils Kneuper
be3dca2d58 updated Serbian translation 2007-02-09 11:27:41 +00:00
Isaac Clerencia Perez
2ac6847331 Updated Spanish translation for httt 2007-02-09 08:15:21 +00:00
Mark de Wever
a7c9cd824e removed obsolete function terrain_label::invalidate_handle 2007-02-08 23:28:13 +00:00
Mark de Wever
b6ef0c2c95 marked one more function for inlining...
...and changed it to use a constant instead of a hardcoded value
2007-02-08 22:46:12 +00:00
Mark de Wever
c6aeff28d6 marked functions for inlining 2007-02-08 21:14:54 +00:00
Mark de Wever
0bf6de05b1 the result of the parameter str_to_terrain was unused so removed it
part 1 of the terrain.id removal
2007-02-08 19:59:45 +00:00
Mark de Wever
a5041e75ce removed commented out code 2007-02-08 18:14:38 +00:00
Mark de Wever
e63bc2c68d avoid the + to be seen as a concatenate symbol 2007-02-08 17:59:03 +00:00
Nils Kneuper
b57492814b updated Italian translation 2007-02-08 16:31:33 +00:00
Richard Kettering
fad22b29fd Fixed incorrect TC on grunt death (bug #8455). 2007-02-07 23:37:15 +00:00
Jörg Hinrichs
fc6f835cab Synchronizes the if-constructs of trunk to those of 1.2
(so Soliton can sleep relaxed again ;-)
2007-02-07 23:06:39 +00:00
Jörg Hinrichs
3defcccd89 Duh, i am getting tired. This fixes the compiler error...
...caused by forgetting one line to move...
2007-02-07 23:02:51 +00:00
Jörg Hinrichs
d350f01046 Fixes bug #6924:
In a re-hosted game (default era), "unknown era" is shown in the lobby.
2007-02-07 22:16:45 +00:00
Nils Kneuper
7db827001e updated czech manpages 2007-02-07 20:41:34 +00:00
David Philippi
739452000d applied patch #671 2007-02-07 18:10:07 +00:00
J.W. Bjerk
388ad8a45c fixed glitch with tropical forest and merman village. 2007-02-07 17:44:56 +00:00
David Philippi
4852283ab3 applied patch from bug #673 2007-02-07 17:34:45 +00:00
Nils Kneuper
fd8f91e569 updated Czech translation 2007-02-07 14:05:36 +00:00
Lari Nieminen
06095b2694 Fixed the user changelog a bit. 2007-02-07 09:07:11 +00:00
J.W. Bjerk
61c7d4005b fixed a couple terrain glitches which i caused. 2007-02-07 07:11:06 +00:00
J.W. Bjerk
f1cefe833b moved swamp terrain into subfolder 2007-02-07 06:03:06 +00:00
J.W. Bjerk
60b7507883 enhanced cobbled road transitions. 2007-02-07 05:49:38 +00:00
Karen Baskins
72683fb07c Updated to reflect new death animations. 2007-02-07 05:14:29 +00:00
Karen Baskins
f2b73fd1f5 Adding death animations for both make and female human outlaw thieves.
For inclusion in trunk only.
2007-02-07 05:09:41 +00:00
J.W. Bjerk
fd122ed27c fixed some broken image links. 2007-02-07 04:04:55 +00:00
J.W. Bjerk
1074d78f6d moved grassland type terrain into a subfolder. 2007-02-07 03:20:39 +00:00
J.W. Bjerk
817e71be32 moved forest into subfolder, and fixed merge of terrain-graphics.cfg. 2007-02-07 03:01:24 +00:00
J.W. Bjerk
17e160c52a moving cave and water terrain images to subfolder, had to merge with 15626, hope i merged correctly. 2007-02-07 02:37:36 +00:00
J.W. Bjerk
87bde8b25e partial move of cave images to subfolder 2007-02-07 02:07:57 +00:00
Jörg Hinrichs
f8efbcd540 Fixes message "no multiplayer sides available"...
...while joining an mp game with free slots.
2007-02-06 20:59:10 +00:00
Benoît Timbert
cd0441b9d0 Now it is possible to remove attacks with WML:
The new remove_attacks key in [effect] will remove all the matching
attacks.

Note: since 0-attacks units aren't supported, it won't remove the last
remaining attack.
2007-02-06 20:46:06 +00:00
Mark de Wever
ffa1dd5ec3 fixed the starting positions for scenario 11 and 13 (was still on my todo list) 2007-02-06 19:59:52 +00:00
Nils Kneuper
dfcbada5cc updated Italian translation 2007-02-06 19:38:14 +00:00
Mark de Wever
8cffc834fa fixed a bug which caused the slow effect being applied twice (bug #8458)
also added some extra const modifiers forgot that in 1.2 but since it's a branch I leave it as is
2007-02-06 19:23:26 +00:00
J.W. Bjerk
c0b98d5c66 enhanced coffin item. 2007-02-06 16:34:00 +00:00
J.W. Bjerk
18c493b818 added gold coins, other item tweaks. 2007-02-06 15:13:42 +00:00
David Philippi
cb331e6c0d pot-update, mostly to get the translateable unit names in 2007-02-06 14:19:26 +00:00
Richard Kettering
b5670131a5 Added images for magic shield on sorceress line. 2007-02-06 13:00:41 +00:00
Richard Kettering
5ff5fabc69 Added shielding halo on defense to certain elves. 2007-02-06 12:32:03 +00:00