Richard Kettering
94d84d286a
Added team color macro and animation tweaks to woses.
2006-10-21 08:43:51 +00:00
Rusty Russell
0d06974344
Give up: full reversion of 2006-10-10T19:57:14Z!joerg.hinrichs@alice-dsl.de. Fixes bugs #7433 , #7483 .
2006-10-21 05:40:30 +00:00
Nils Kneuper
784121230f
updated Norwegian translation
2006-10-20 17:19:30 +00:00
Gunter Labes
48fd27c687
map updatemap update
2006-10-19 22:02:36 +00:00
Mark de Wever
c0d49df4de
Commit 2006-10-13T16:52:38Z!koraq@xs4all.nl should also have been applied to unit_types.cpp...
...
...since it has the same terrain alias bug.
2006-10-19 19:23:21 +00:00
Rusty Russell
bee48cc602
Fix bug #7378 : message bell sounds even on ignored messages.
...
Since ignoring is done inside add_chat_message, it now needs to be the
one to sound bell: add flag.
(BTW, message bell is not in prefs gui: needed to edit preferences to enable it)
2006-10-19 12:48:28 +00:00
Lari Nieminen
ffa98deaf1
Added some filler frames for troll warrior's melee attack,
...
and offset-fixed the new trolls (except the troll, which isn't animated yet).
2006-10-19 10:17:13 +00:00
Isaac Clerencia Perez
da06c32232
Merged 2006-10-14T20:41:12Z!patrick_x99@hotmail.com into 1.2 branch
2006-10-19 09:15:05 +00:00
Richard Kettering
f795d15b97
New images for troll warrior and rocklobber.
2006-10-19 08:17:19 +00:00
Benoît Timbert
4c30ffa45d
Remove not implemented fearless trait from the Dark Adept
2006-10-19 07:40:57 +00:00
Gunter Labes
650d08d649
Dark Adepts no longer get the 'strong' trait
2006-10-18 21:44:39 +00:00
Lari Nieminen
10b540ab01
...oops. Reverted an accidental commit.
2006-10-18 18:57:45 +00:00
Rusty Russell
b5302d8e71
Fix bug 7395: Help from main screen gives terrain table titles, no entries.
...
When Boucman introduced help from main screen, he didn't realize map
could be NULL, so handed a dummy map. NULL is handled specially in
code by not drawing terrain table at all for units.
2006-10-18 11:43:48 +00:00
Isaac Clerencia Perez
4978f11cd4
Fixed mavorte's name
2006-10-18 07:05:29 +00:00
Rusty Russell
c1394b56b8
Soliton got an assert in battle_context observing game using old era data.
...
We should go OoS when defender weapon is impossible, as we do for
attacker weapon.
2006-10-18 00:00:10 +00:00
Gunter Labes
c928d99268
updated team configuration
2006-10-17 18:32:24 +00:00
Josef Redinger
48fd4ce5fb
fix bug #7473 - random range only in positive number
2006-10-17 14:34:14 +00:00
Nils Kneuper
18d2adcff2
updated italian translation
2006-10-16 18:23:58 +00:00
Rusty Russell
e2bdce1542
Partial revert of 2006-10-10T19:57:14Z!joerg.hinrichs@alice-dsl.de which causes OOS (see #7433 ). 1.2 only.
...
Joerg: please revert this once you've found the problem!
Unfortunately that commit 2006-10-10T19:57:14Z!joerg.hinrichs@alice-dsl.de did several things. This keeps:
1) The renaming of status to gamestatus,
2) The use of gamestatus's snapshot member rather than a standalone.
3) Changes to firing of events in replays
2006-10-16 12:22:13 +00:00
Rusty Russell
8d19660966
Fix aggression calculations (bug #7432 )
...
1) harm_weight is 1 - aggression, but we were handing aggression
directly in all but one place! This lead to negative aggression
settings becoming actively masochistic: rewarding self-damage!
Changed battle_context constructor to take aggression and convert
internally, since that is how it was being used.
2) aggression was only taken into account when comparing chance to
kill, not damage. This means that the bug above only showed up in
cases where there was a chance to kill. This may re-balance some
scenarios slightly.
I suspect this may have been involved in bug #6095 (AI too uncautions
with its leader).
2006-10-16 01:58:47 +00:00
Nobuhito Okada
0479e64173
updated Japanese translation
2006-10-15 17:22:20 +00:00
Elias Pschernig
43266fc5a1
Merged 2006-10-14T09:36:23Z!elias@pschernig.at.
2006-10-14 10:18:11 +00:00
Nils Kneuper
9cc8bb90a8
updated German translation
2006-10-14 10:02:45 +00:00
Richard Kettering
fba9407567
New images for young ogres.
2006-10-14 08:48:24 +00:00
Richard Kettering
f443cdae82
New images for young ogre.
2006-10-14 08:44:01 +00:00
Richard Kettering
013265e886
New animations for saurian magic users.
2006-10-14 07:55:23 +00:00
Richard Kettering
91f931846a
New animations for saurian magic users.
2006-10-14 07:41:31 +00:00
Richard Kettering
98fa1fc815
New animations for saurian magic users.
2006-10-14 07:40:41 +00:00
Richard Kettering
237dfea0c7
Added halo for saurian magic.
2006-10-14 07:34:39 +00:00
Lari Nieminen
afec8247d3
Fixed some animation timings and the ruby of fire attack animation.
2006-10-13 23:43:38 +00:00
Nils Kneuper
6428d2fd3d
updated italian translation
2006-10-13 21:31:04 +00:00
Nils Kneuper
93fa09e844
updated italian translation
2006-10-13 21:30:25 +00:00
Jörg Hinrichs
e33d2c010b
[[Fixes for bug #7245 and bug #6937 ]]
...
fixes bug #7245 (stats in replay counted not from 0) and #6937 (at
replay end shows the scenario objectives). Also prevents to be thrown
back to the title screen if replay ends with victory or defeat.
2006-10-13 19:33:22 +00:00
Mark de Wever
d5643f91eb
unit::defense_modifier now uses the defense modifier
...
and the - sign is no longer ignored
2006-10-13 16:52:38 +00:00
Lari Nieminen
b3524e7f40
Fixed the sword of fire animation.
2006-10-13 15:37:05 +00:00
David Philippi
6260ec1e8f
changelog update
2006-10-13 12:51:03 +00:00
David Philippi
2d5072a9c3
MANUAL update
2006-10-13 12:45:23 +00:00
Lari Nieminen
612d97f257
Fixed bad offsets in elvish hero melee frames.
2006-10-13 09:57:08 +00:00
Lari Nieminen
787fcc608c
Some elf animation (mostly melee) timing tweaks.
2006-10-13 09:55:58 +00:00
Richard Kettering
a944945a2b
Added team color macro to trolls, and animation tweaks to whelp.
2006-10-13 09:12:51 +00:00
Richard Kettering
b9a680f0ef
New base images for trolls, and animations for whelp.
2006-10-13 09:02:53 +00:00
David Philippi
7be48a98d9
marked untranslateable string
2006-10-12 19:22:35 +00:00
Lari Nieminen
276cd4929a
Fixed a portrait bug.
2006-10-12 17:28:52 +00:00
Richard Kettering
248aedc9f3
New images for dragonguard.
2006-10-12 09:21:39 +00:00
Richard Kettering
3113063987
Added animations for Dragonguard.
2006-10-12 08:54:10 +00:00
Lari Nieminen
97aedec236
Fixed bad image paths in giant scorpion animations.
2006-10-11 18:55:27 +00:00
Lari Nieminen
15c2d64cdf
Added the new orcish warrior melee frames to 1.2.
2006-10-11 18:48:10 +00:00
Jordà Polo
8c6f7c6333
Updated catalan translation.
2006-10-11 17:29:13 +00:00
David Philippi
7f84320018
translation update
2006-10-11 14:38:37 +00:00
Serge Martin
bec5f3e58b
fix https://gna.org/bugs/?7346 even in sigle player
2006-10-11 08:10:13 +00:00