Commit Graph

6844 Commits

Author SHA1 Message Date
András Salamon
a67207d021 Language fix (addressing a FIXME). 2005-04-28 10:56:05 +00:00
András Salamon
fe9aa8a00f Updated changelog. 2005-04-28 04:37:23 +00:00
John W. C. McNabb
712abd530c new death animations 2005-04-28 04:26:45 +00:00
Joseph Simmons
f9902af660 Fixed defence frame not showing up 2005-04-28 02:05:17 +00:00
Joseph Simmons
ca42917175 Fixed a bug where Dacyn is not recalled
This was caused by [recall] not working when the leader is not a keep;
perhaps that should be changed?
2005-04-28 01:23:18 +00:00
Guillaume Melquiond
f272983639 Get rid of the static linesource vector, ...
...it was the last obstacle before switching to an on-line
preprocessor. Instead, directly embed the token positions into the
preprocessor output stream. Change the parser so that it can take this
information into account.
2005-04-27 22:17:37 +00:00
John W. C. McNabb
67f849960c new death animations 2005-04-27 22:06:04 +00:00
Philippe Plantier
eccc1c65a7 Added support for the "next_scenario" WML value in multiplayer games.
(This means that now, we only need a few UI polishing fixes to have decent
support for multiplayer campaigns)

This is possibly buggy and needs polishing anyway.
2005-04-27 21:11:44 +00:00
András Salamon
1d9045d7b6 Language fixes. 2005-04-27 19:54:28 +00:00
Guillaume Melquiond
ae4fe7427c Fix slow so that it removes an attack from the slowed unit,
...even if it is the last one. Don't remove it if it is the only one
though. Also fix slow and berserk so that they play nice. And add a
comment explaining why berserk and stoned already play nice.
2005-04-27 19:34:08 +00:00
András Salamon
f9d6e22997 Updated Hungarian translation. 2005-04-27 14:21:15 +00:00
Guillaume Melquiond
b3236f7e1d A few typos. 2005-04-26 21:21:29 +00:00
Guillaume Melquiond
0d4372743a For the systems where wchar_t is not unsigned... 2005-04-26 21:06:43 +00:00
Guillaume Melquiond
0fb617c422 Tone down the width needed for displaying the weapon area,
...by switching to the more compact x-y damage style. Also clean up
header creations, a nice decrease in code size.
2005-04-26 20:45:12 +00:00
Guillaume Melquiond
b456000ad7 Fix female units not appearing in the help;
the converter was not compatible with the new parser: missing
quotes. Also clean a bit error messages.
2005-04-26 19:57:44 +00:00
Jordà Polo
94f6f16547 added Jon Daniel (forcemstr) to about 2005-04-26 19:33:46 +00:00
John W. C. McNabb
4a1630a838 added death animations 2005-04-26 17:23:53 +00:00
András Salamon
3641dc0428 Updated Afrikaans translation. 2005-04-26 11:48:11 +00:00
András Salamon
87e45b279d Updated Afrikaans translation. 2005-04-26 08:40:42 +00:00
Richard Kettering
f824456c66 Mild touchups to the Lisar/Delfador pictures. 2005-04-26 05:04:21 +00:00
Guillaume Melquiond
a73f1a5f57 Just in case somebody goes as far as reading the help. 2005-04-25 22:57:50 +00:00
John W. C. McNabb
a00f3d69c7 added death animations 2005-04-25 18:39:32 +00:00
Philippe Plantier
9c46efc0e1 Fix the checksum not working the same way in 64-bit platforms...
...that it does in 32-bit platforms. Should be portable now.
2005-04-25 18:06:41 +00:00
Nils Kneuper
8018437781 Updated Slovenian translation 2005-04-25 17:26:40 +00:00
András Salamon
35742d4244 Dmg -> Damage, space for #strikes modifier to match other modifiers. 2005-04-25 14:50:52 +00:00
András Salamon
04125da7be Language fix for TRoW, spotted by miq. 2005-04-25 14:11:48 +00:00
András Salamon
2eb681da7d SotBE: fix bug #11932 (shamans can be recalled). 2005-04-25 14:00:40 +00:00
András Salamon
5d27318c07 HttT language fixes. Fixes bug #12779. 2005-04-25 11:38:49 +00:00
András Salamon
5883bd7aa9 SotBE language fixes; make Jetto "Loyal" explicitly. 2005-04-25 11:36:44 +00:00
András Salamon
e7dccdc8b3 Language fixes. 2005-04-25 11:33:23 +00:00
Isaac Clerencia Perez
5f812cbe1c Bump version to 0.9.1+cvs, change Dave's mail address to the new one 2005-04-25 08:41:10 +00:00
Guillaume Melquiond
8932895b3c An awful typo. Thanks to GCC4 for pointing it out.
The castle ranking on random map was then completely flawed.
2005-04-25 07:25:04 +00:00
Isaac Clerencia Perez
60322069b6 Update changelog 2005-04-24 21:51:29 +00:00
Philippe Plantier
ee3c53ab8e Fixed #12791: statistics not being reset between MP games. 2005-04-24 21:31:29 +00:00
András Salamon
1be39553c0 Updated Hungarian translation. 2005-04-24 19:47:04 +00:00
Isaac Clerencia Perez
eefa929bd4 0.9.1 in changelog 2005-04-24 19:45:12 +00:00
Isaac Clerencia Perez
5de3ee68bb Bump version to 0.9.1 2005-04-24 19:34:07 +00:00
Isaac Clerencia Perez
cfdcd73e01 total saved: 39.8076171875 KB, 13 files 2005-04-24 19:30:07 +00:00
Isaac Clerencia Perez
c438353316 Remove CRLF line endings 2005-04-24 19:15:39 +00:00
Guillaume Melquiond
c01041154f Fix the About help screen not being correctly rendered.
Along the way, remove formatting strings and simplify the code.
2005-04-24 16:14:24 +00:00
Yann Dirson
5f9aefa2ac make non-breaking space in Vera.ttf have smaller width 2005-04-24 15:15:35 +00:00
Philippe Plantier
6bdfa0af2f In theory, nothing prevents wchar_t to be 16 bits and signed,
...so better safe than sorry.
2005-04-24 12:21:19 +00:00
Guillaume Melquiond
483d196342 Reduce the gold slider width...
...so that the text value doesn't interfere with the scrollbar when
there are many players.
2005-04-24 12:17:56 +00:00
Guillaume Melquiond
afe9ffb11b Split the longer strings that break user interface. Also fix a few punctuations. 2005-04-24 12:06:50 +00:00
Guillaume Melquiond
d9f7981e7f Give a bit more space on the right...
...so that non-english languages don't go over the border.
2005-04-24 12:05:28 +00:00
Philippe Plantier
d56ef59dbb Removed the capitalization functions from help.cpp,
...and put them in string_utils.cpp

Made them use toupper on MacOSX, instead of towupper
2005-04-24 11:58:04 +00:00
Philippe Plantier
70f3c80a3e Made the "load" menu work in test mode
...(instead of exiting the game due to a failed exception).

Fixed bug #11636: level-specific terrain_graphics being lost when saving.
2005-04-24 11:05:45 +00:00
John W. C. McNabb
05219dec4a balancing changes 2005-04-24 02:06:12 +00:00
Guillaume Melquiond
4fa2ca05eb Fix punctuation in trait tooltip. 2005-04-23 22:14:52 +00:00
Guillaume Melquiond
ab0998e983 Fix weapon names not being translated in the tooltip for the 'strong' trait.
Indeed, weapon names have never been translated in data files (a
short-sighting?), hence they should not be available as t_string,
especially since a lot of places in the code already call gettext on
them (otherwise this bug would have been noticed a lot sooner).
2005-04-23 21:55:38 +00:00