James Spencer
47ec955a8b
Make it 'flow' a little better- Feel free to edit to taste.
2005-04-14 10:18:56 +00:00
James Spencer
240490062d
Fix some double spaces, trim a sentence
2005-04-14 09:35:16 +00:00
James Spencer
b96bba5549
Fix the knockback effect for TRoW's WML plague
...
(and add some horse cantering to boot)
2005-04-14 08:12:05 +00:00
Philippe Plantier
5b570f0f6a
Fixed bug #12658 : new forest being drawn on top of units.
2005-04-13 20:36:59 +00:00
James Spencer
aec94b812f
Fix traits in the tutorial, and update the changelog
2005-04-13 12:20:12 +00:00
Susanna Björverud
e884ba9916
Removed double space from within translatable strings.
...
In the process some re-indentation has occurred. Also removed the
non-utf8 Gruu death event
2005-04-13 11:55:33 +00:00
James Spencer
25e2922b1a
Fixed the section on traits.
...
Used most of what Jetryl said plus fix (and probably caused) a couple
of other errors as well.
2005-04-13 11:48:15 +00:00
Susanna Björverud
a7c530736c
Fixed typo (double space within string)
2005-04-13 09:49:29 +00:00
Joseph Simmons
cab9388de4
The second part of the evacuation bug is fixed;
...
...once 0.9.1 is released I will close that bug...
I would have committed this earlier, but it changes some strings.
2005-04-12 22:36:26 +00:00
John W. C. McNabb
268735b66a
changed ruin terrains to upper-case
2005-04-12 21:06:58 +00:00
Isaac Clerencia Perez
e929188d56
Fix two bugs in units: Dark Adept and Mermaid Initiate
2005-04-12 06:35:08 +00:00
James Spencer
d7b65ba0aa
Remove the id= from the message tags
2005-04-11 22:13:19 +00:00
Hogne Håskjold
92d066d8d7
Added new multihex forest
2005-04-11 21:21:59 +00:00
Guillaume Melquiond
2daab92513
Fix bug #12602 : the fastest mermen ever,
...
...they are able to warp around the map once freed.
2005-04-09 18:15:09 +00:00
Isaac Clerencia Perez
dc0f7fa875
Move questions to utils.cfg to make the scenarios more readable
2005-04-09 16:31:32 +00:00
Philippe Plantier
ec38d67fff
Adding the support for the Arphic gkai00mp.ttf font for the Chinese language
...
Fixed a font-initialization-order bug, where the font order was not
used in the title screen.
2005-04-09 09:46:12 +00:00
Richard Kettering
d175d4f2e1
Removed the Slurbow for next release.
2005-04-09 07:02:51 +00:00
Philippe Plantier
91f7775230
Fixed traits not being always translated.
2005-04-07 21:16:50 +00:00
Richard Kettering
1cc07c27fb
Added the Orcish Slurbow to the main tree.
2005-04-07 05:01:18 +00:00
Philippe Plantier
34be7286d5
Fixed some quoted image filenames containing extraneous spaces,
...
...resulting in missing unit images.
2005-04-05 20:37:12 +00:00
John W. C. McNabb
4f7fb9db47
added undead-zombie variations
2005-04-05 16:22:24 +00:00
Yann Dirson
c657694007
use quotes around "+" zoom label in 320x240 theme
2005-04-05 12:08:05 +00:00
James Spencer
5bec8649f6
The Drake Changes
...
(Please note, anything labelled increase tends to be no more than + 1)
2005-04-05 00:15:10 +00:00
James Spencer
64eeddcc72
Some minor non-playable scenario tweaks
2005-04-03 04:54:02 +00:00
Philippe Plantier
c2c61db905
Updated changelog
2005-04-02 21:34:56 +00:00
James Spencer
6e47f32e5d
Lady Outlaw Portrait
2005-04-01 21:38:05 +00:00
James Spencer
66162fb756
Don't draw lava transitions when next to cavewall
2005-03-31 05:37:58 +00:00
Richard Kettering
1d5e113a93
New attack images for Cave Spider.
2005-03-31 02:06:11 +00:00
John W. C. McNabb
404d148460
reverted strings to pre-freeze state
2005-03-29 20:25:47 +00:00
John W. C. McNabb
4775cb3bbc
changelog
2005-03-29 17:41:09 +00:00
Richard Kettering
bbec794582
New images for Mermaid Priestess and Diviner.
2005-03-29 09:08:29 +00:00
Jon Daniel
ca846bb66d
fixed ... not followed by space
2005-03-28 23:06:28 +00:00
Jon Daniel
b492418a08
fixed . . .
2005-03-28 22:22:46 +00:00
Jon Daniel
e34eac5ec3
Changed all . . . to ...
2005-03-28 21:35:57 +00:00
Jon Daniel
b581db6a8b
removed some double spaces
2005-03-28 20:59:58 +00:00
Philippe Plantier
0200f44e86
Added the "generate_description" variable in the [unit] tag.
...
If set to yes, this tag automatically generates a user_description for
a unit.
Fixed scenarios so they do not include translatable user_descriptions
corresponding to the unit descriptions, but instead use a generated
description.
2005-03-28 15:00:13 +00:00
Susanna Björverud
4e47d15371
Fixed malformed utf-8
2005-03-28 13:22:49 +00:00
Susanna Björverud
37dee1c8c3
Removed underscore from before null strings, since it messes up pot-files
2005-03-28 10:03:24 +00:00
Richard Kettering
d53c12ed96
New animations for mermen Javelineer.
2005-03-28 09:11:05 +00:00
Richard Kettering
dab8946945
New images for Merman Spearman, timing adjustments for animations.
2005-03-28 08:10:56 +00:00
Philippe Plantier
ba195ecd8a
[[Attack some problems with data serialization in saves]]
...
* Made serialized data be saved as untranslated. To achieve this, added the
t_string class, which encapsulates a translatable string.
* Completely rewrote the (text) WML parser, making it use a tokenizer / parser
architecture. The parser is now much more strict and validates a WML grammar.
- Change to the WML syntax: pluses are now ignored, spaces are now forbidden
in WML keys
* Rewrote the way the variables are interpolated. There is no more default
interpolation, however, the vconfig class was added, which provides a
variable-interpolating proxy to config objects.
* There is still an important known bug: this is impossible to load textmode
save games now, because the statistics module saves some WML with spaces in
keys, which the parser refuses. I am commiting anyway to respect the string
freeze; the fix for this bug will come tomorrow
Hoping I do not break everything...
2005-03-27 23:06:17 +00:00
Richard Kettering
f10831f1d9
New images for merman hunter.
2005-03-26 11:11:18 +00:00
Richard Kettering
aa94b0523b
New animations for merman hunter.
...
Also, I have increased the airtime for spears to 150ms, which I think
looks better. This change will be propagated to other units with
pointy sticks when they get directional animations (and they all
will).
2005-03-26 10:38:44 +00:00
Guillaume Melquiond
fceb130ab9
Fix comment. Thanks to Cyberjack for spotting it.
2005-03-25 20:55:56 +00:00
John W. C. McNabb
5660d8143a
added dfool theme
2005-03-25 20:25:05 +00:00
James Spencer
38be702982
Canyon fix (Credit Turin 90% of the work on the png cleanups),
...
...Ford Update (Scott & Shadow- I'm not sure if it's an improvement),
Lava as 'l'. I'll be back after string freeze but before release to
improve / fix / revert if needed.
2005-03-25 15:11:41 +00:00
Richard Kettering
0b3f0ae857
New images for Lady Jessica.
2005-03-25 09:07:04 +00:00
Richard Kettering
45880b3899
New images for lady Jessica.
2005-03-25 06:14:59 +00:00
Richard Kettering
a047c0b9c4
New images for Haldric.
2005-03-25 00:48:00 +00:00
Richard Kettering
4f87bdfc6e
New images for Haldric.
2005-03-24 22:08:09 +00:00