12486 Commits

Author SHA1 Message Date
Dominic Bolin
c6ea118917 Do not serialize detailed unit description, unless it has changed. 2006-08-09 18:13:21 +00:00
Patrick Parker
a5965957b2 include userdata scenarios as well 2006-08-09 16:45:10 +00:00
Dominic Bolin
13dca5e113 Revert 2006-08-05T08:23:28Z!patrick_x99@hotmail.com 2006-08-09 16:26:17 +00:00
Lari Nieminen
baec05e418 Fixed credits a bit. 2006-08-09 15:57:51 +00:00
Rusty Russell
e7beeb4833 Fix another crash bug on drain analysis:
unit's hp_dist must never be smaller than previous.
2006-08-09 00:55:31 +00:00
Karol Nowak
176cfe0a0b Update polish translation. 2006-08-08 20:16:08 +00:00
Bruno Wolff III
a73c9120f5 Make default optimization -O2 when building using *nix tools.
Allow CXXFLAGS to override the default flags when not using --enable-debug.
2006-08-08 16:52:55 +00:00
Dominic Bolin
8ac54337b0 Fix bug #6534, and being able to join started games. 2006-08-08 16:21:53 +00:00
Bruno Wolff III
5b049d3a61 Removed broken comments pointed out to me by Xan.
I will do another commit for the 1.3 branch.
2006-08-08 15:40:33 +00:00
Elias Pschernig
b6b36a2f75 Applied revised patch by Ronny Standtke. 2006-08-08 11:20:39 +00:00
Lari Nieminen
5449881815 Merged 12977 and 12979 to 1.2. 2006-08-08 08:38:34 +00:00
Karol Nowak
692fb177dd Sync polish manual with the english version. 2006-08-07 21:15:34 +00:00
Nils Kneuper
e800756886 updated Finnish translation 2006-08-07 19:57:38 +00:00
Bartek Waresiak
8337601657 Sablestone Delta update 2006-08-07 18:31:22 +00:00
Dominic Bolin
d2be145c9a Fix bug where games could remain in the lobby without any players. 2006-08-07 16:21:54 +00:00
Dominic Bolin
b009c17d49 Fix bug #6538 2006-08-07 12:22:52 +00:00
Bartek Waresiak
ca8c744805 Removed Necrophage from random_leader 2006-08-07 10:40:15 +00:00
Lari Nieminen
15e4513d58 Fixed some elf female variation defend animations
(they might have worked, but this is more clear).
2006-08-07 07:58:37 +00:00
Nobuhito Okada
311f5adef9 updated Japanese translation 2006-08-07 05:45:39 +00:00
Nils Kneuper
87a7720794 updated Slovak translation 2006-08-06 19:11:00 +00:00
Nils Kneuper
266b91aea7 updated Slovak translation 2006-08-06 19:09:49 +00:00
Lari Nieminen
c3f5c8326e Animation tweaks. 2006-08-06 10:12:26 +00:00
Rusty Russell
b584d905e4 And remove unused tutorial unit images now Konrad cannot advance 2006-08-05 23:51:22 +00:00
Rusty Russell
7ec6d2b23e Fix bug 6514 (Lisar too strong in tutorial)
In addition, make Konrad not advance either, get rid of unused
"scepter" variations, and kill unused Youth, Lord and Commander.
2006-08-05 23:36:12 +00:00
Nils Kneuper
dc68455f87 updated Russian translation 2006-08-05 20:03:12 +00:00
Nils Kneuper
fe92676b92 updated Russian translation 2006-08-05 20:02:17 +00:00
Rusty Russell
dcf9720224 Fix bug 6513: we auto-save at start of turn even if loading in middle of turn!
Now we generally suppress autosave on first turn: at best it's redundant.

I did not restore the previous MP behaviour of having one (constantly
over-written) AutoSave file: that logic still exists in
menu_handler::autosave() but is unused.
2006-08-05 11:30:30 +00:00
Lari Nieminen
9b8db33b48 Removed old and obsolete longbowman frames. 2006-08-05 11:26:19 +00:00
Nils Kneuper
df9405acd4 updated French translation 2006-08-05 11:08:07 +00:00
Rusty Russell
c50181c303 Fix bug 6168 (access beyond end of array when AI calculates vs. drain).
When an unit doesn't drain, we only allocate space up to current HP
(since we know it won't increase).

So when the AI simulates a series of attacks against a draining
defender, if the first attack is against the non-draining weapon, the
summary is ranges from 0 to orig_defender_hp.  If the second attack is
against the draining weapon, we allocate 0 to max_defender_hp, and
then try to copy across the old results, which are smaller.
2006-08-05 10:17:21 +00:00
Jérémy Rosen
ead955f0aa changelog update 2006-08-05 09:45:55 +00:00
Jérémy Rosen
1e486b5d4b client tells server about victory status 2006-08-05 09:44:05 +00:00
Jérémy Rosen
de3a477b6a fix UTF8 names under windows,
however I don't have windows myself, so please test that you can still
save and load correctly in particular in japanese
2006-08-05 09:30:16 +00:00
Lari Nieminen
12c05dbd1d Fixed storm trident sounds. 2006-08-05 08:50:52 +00:00
Patrick Parker
fc8cb98ae9 include userdir mp scenarios also 2006-08-05 08:23:28 +00:00
Richard Kettering
1ba8a72ef8 Added team-color macro to elvish sharpshooter cfg. 2006-08-05 07:48:14 +00:00
Richard Kettering
8078862e9a New, team-colored images for the elvish sharpshooter. 2006-08-05 07:42:25 +00:00
Nobuhito Okada
411ee3f417 updated Japanese translation 2006-08-05 04:02:52 +00:00
Lari Nieminen
64ad4229d5 Offset fixes for elves. 2006-08-04 10:33:15 +00:00
Richard Kettering
f19a45a44e Updated cfg file to match new images. 2006-08-04 10:18:20 +00:00
Richard Kettering
d68eb54200 New, team-colored images for the marksman. 2006-08-04 10:08:37 +00:00
Patrick Parker
a23df1ea64 From: Doc Paterson 2006-08-04 02:47:30 +00:00
Rusty Russell
06ea0eca0c Better fix for --with-icondir/--with-desktopdir not working w/ KDE (#6499)
We set up all the vars in configure, then override them if
--with-XXXdir is specified.

This is wrong: we should use --icondir not --with-icondir (the arg
isn't optional), but I don't want to break build scripts.
2006-08-04 00:45:23 +00:00
Nils Kneuper
df5abffebf updated Polish translation 2006-08-03 22:12:44 +00:00
Nils Kneuper
00f863a8cf updated Polish translation 2006-08-03 21:33:54 +00:00
Nils Kneuper
305fde8089 fixed --with-icondir and --with-desktopdir (#6499) 2006-08-03 21:31:08 +00:00
Karol Nowak
ed318af489 Add full name of a polish translator. 2006-08-03 16:15:52 +00:00
Patrick Parker
dcd5cfc46b team color the xbowman-ranged-2.png 2006-08-03 15:24:29 +00:00
David Philippi
c6aabd204e removed dead translations 2006-08-03 15:22:25 +00:00
David Philippi
22a8b0c3a9 don't pass an empty string into gettext 2006-08-03 11:01:24 +00:00