Commit Graph

18778 Commits

Author SHA1 Message Date
Ali El Gariani
6abb672746 [[Tooltip and zoom fixes]]
* in help, the links to unencountered units now works but have a small "(?)"
  and point to an "Unknown Unit" page explaining why

* the sidebar HP tooltip now show resistances of the current unit

* the default zoom key now toggles between default and last used zoom. The
  switch is also faster (cached)
2007-08-23 17:31:33 +00:00
David Philippi
c81921de1c danish translation update 2007-08-23 17:25:40 +00:00
Nils Kneuper
234670bade updated Finnish translation 2007-08-23 16:50:42 +00:00
Nils Kneuper
515438e4d5 updated Finnish translation 2007-08-23 13:06:03 +00:00
Lari Nieminen
51a36b319e Fixed some invalid terrains in Out of the Frying Pan. 2007-08-23 09:00:50 +00:00
Patrick Parker
ee4b35507f update info.ticks for other pump_monitors instead of discarding it 2007-08-23 05:10:03 +00:00
Patrick Parker
789c997f94 added some comments to variable_info constructor,
and re-arranged one clause slightly
2007-08-23 04:34:59 +00:00
Patrick Parker
e505e421d4 correction to a static member initialization 2007-08-23 02:08:14 +00:00
Jérémy Rosen
509f21ffe1 use more const values instead of hard coded numbers
fix bug with units wo idle anims playing random anims instead

adapted movement anims to the new animation choice method
2007-08-22 22:17:30 +00:00
Mark de Wever
6a8584e31f Allow unlimited turns also to be loaded properly. 2007-08-22 19:22:26 +00:00
uso
ba0726b229 replace the somewhat counterintuitive 'Ok'/'Cancel' buttons
by 'Scroll To' and 'Close' buttons if we can scroll or not scroll to
the selected unit on close of the window
2007-08-22 19:11:07 +00:00
Benoît Timbert
81439f11b5 French translation update 2007-08-22 18:57:39 +00:00
Nils Kneuper
936198436d updated German translation 2007-08-22 17:39:41 +00:00
Nils Kneuper
a09caadb14 updated German translation 2007-08-22 16:49:42 +00:00
Nils Kneuper
2d77397ba6 pot-update 2007-08-22 15:56:26 +00:00
Nils Kneuper
5680199be9 update German translation 2007-08-22 15:50:24 +00:00
Nils Kneuper
23689f9ef7 corrected -h output,
...uncommented echo to tell which domain entrys will be changed
2007-08-22 15:48:16 +00:00
Mark de Wever
a99378680b Removed a debug message, spotted by Zookeeper. 2007-08-22 15:29:02 +00:00
Lari Nieminen
4e1ce12744 Should fix the weird bugs with the CHG_TYPE macro,
or at least the undead transformation in scenario 4.
2007-08-22 15:19:35 +00:00
Nils Kneuper
b03756de0a some small spelling fixes 2007-08-22 15:14:29 +00:00
Nils Kneuper
904b667c7e added some missing textdomains 2007-08-22 15:02:10 +00:00
George Birthisel
d8747a1747 misc. text and balance changes to numerous scenarios. 2007-08-22 14:48:35 +00:00
uso
dfd5847832 if a player got a gold bonus from a previous scenario...
...and his starting gold differs from the default start gold show both
values in the scenario settings
2007-08-22 07:56:54 +00:00
uso
31c2cd7f0e replace a define by a const, thanks for the hint Mordante 2007-08-22 06:57:04 +00:00
uso
1abddc914e fix line breaks inside of words in the unit_description 2007-08-22 05:46:19 +00:00
uso
ff27ce3ae8 'Scenario Settings' is more appropriate than 'Game Settings' 2007-08-22 04:55:55 +00:00
uso
640dd5414d use the proper default for the start team gold 2007-08-22 04:53:57 +00:00
Hans Joachim Gurt
8f3ba4ed6c doxygen, comments 2007-08-22 02:06:11 +00:00
Hans Joachim Gurt
7dcb2280be doxygen, comments 2007-08-22 01:56:59 +00:00
Patrick Parker
cd4fd879aa The problem with the CHG_TYPE macro is actually a bug...
...from the problematic advance-on-unstore feature; I worked around it
(for now) by setting advance=false

Note: the comments in bug #9725 *should* have been filed in a separate
bug report, since that bug was different and furthermore it was
already fixed.
2007-08-22 01:16:03 +00:00
Patrick Parker
969b0791ad return "0" instead of empty string for the length of non-existant WML arrays 2007-08-22 00:36:49 +00:00
Hans Joachim Gurt
bd016f3e0a doxygen, comments 2007-08-21 23:34:34 +00:00
uso
d9c02756e9 don't assume a WML variable is always set, thanks Sapient 2007-08-21 23:32:16 +00:00
Patrick Parker
c84a1c08f3 use a constant instead of hard-coding -2 everywhere unit_animation matches fail 2007-08-21 23:02:08 +00:00
Patrick Parker
d0b10efcc1 'event_itor' : unreferenced local variable
'd' : redefinition; multiple initialization

Please read the Coding Standards section 4.1, "Respect for loop
scoping of different platforms"

http://www.wesnoth.org/wiki/CodingStandards#Respect_for_loop_scoping_of_different_platforms
2007-08-21 22:50:55 +00:00
Hans Joachim Gurt
f4944f8d57 doxygen, comments 2007-08-21 22:42:23 +00:00
Hans Joachim Gurt
0679c0cbab doxygen, comments 2007-08-21 22:41:42 +00:00
Jérémy Rosen
29123929b8 appllying patch 788: ability to add and remove abilities via WML
thx to joshudson
2007-08-21 21:27:06 +00:00
Jérémy Rosen
991cbc8219 change most non-fight animations to the new choosing method.
No user impact, WML deprecation are currently commented
2007-08-21 21:14:10 +00:00
Elias Pschernig
8994b2eead fixed a bug for when no local info.cfg existed, and changed up-to-date message 2007-08-21 19:06:25 +00:00
Nils Kneuper
fbf3ac42e5 updated German translation 2007-08-21 14:23:12 +00:00
uso
4dd45a098c snprintf() integer to string conversions replaced by str_cast() calls 2007-08-21 04:20:07 +00:00
Eric S. Raymond
0974ffa96a Typo and punctuation fixes.
Quote string literals containing single quote so the Emacs colorizer
code doesn't get confused.
2007-08-21 02:44:46 +00:00
Eric S. Raymond
dc8643f4ca Supply a user_description field for Harman. 2007-08-21 01:43:39 +00:00
uso
38bc9c87eb forgot to make some strings translatable,
added a translation prefix to the header fields so that translators
can use 2 lines to keep the columns straghit
2007-08-21 01:22:14 +00:00
Dimitar Ilccov
c6a99795e9 Some additions to HttT scenarios:
19c_Cliffs_of_Thoria and 20b_Underground_Channels
2007-08-21 00:02:50 +00:00
Dimitar Ilccov
09a944a9f5 Changes to the way Owaec gets his hero icon overlay...
...so that it doesn't cover it's leader icon.

Made the surviving Owaec's units recallable in the next scenarios

Added recruitment patterns to AI controlled sides
2007-08-21 00:01:41 +00:00
Ali El Gariani
ad0c669dee Display the hotkey in the "hotkeys settings" menu,
even if it's a special mark-up character
2007-08-20 23:45:22 +00:00
Ali El Gariani
ff33117ae9 Correctly sort column if the values use special mark-up characters
(even if it's the <r,g,b> tag)
2007-08-20 23:13:58 +00:00
Eric S. Raymond
bcb8357f7d Fix a bad ID in a death event. 2007-08-20 22:36:36 +00:00