Commit Graph

17 Commits

Author SHA1 Message Date
Dave White
a690330607 improved Lieutenant's melee attack to balance it with comparable units 2005-05-09 00:23:13 +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
Joseph Simmons
55cb9b9ffa New portraits for Gweddry (in Eastern Invasion) 2004-12-19 16:29:44 +00:00
Cédric Duval
e450761977 Animations for Sergeant -> Lieutenant -> General 2004-08-22 13:40:20 +00:00
Yann Dirson
cf37ad6f84 use IDs for units and tag their names as translatable 2004-07-22 21:00:39 +00:00
Francisco Muñoz
0a72b811f1 Added Lieutenat defend image 2004-06-11 16:48:04 +00:00
Cédric Duval
19e7927420 As a part of the ongoing "tidying the images tree" effort, ...
...moved all projectiles to their own hierarchy.
2004-06-08 00:11:25 +00:00
Francisco Muñoz
cdcb29cd63 Added Lieutenant leadership image. Png crushed all units again. 2004-05-01 14:22:26 +00:00
Dave White
3d503a5632 fixed Lieutenant -> General advancement path 2004-03-18 14:21:31 +00:00
John Muccigrosso
a3b70c378e More polished unit descriptions. 2004-02-29 04:30:16 +00:00
uid66289
150597ab0f v0.6rc1 2003-12-23 20:16:21 +00:00
Pauli Manninen
904edd169b get_hit_sound=groan.wav 2003-10-27 07:56:12 +00:00
Pauli Manninen
28a0225dee Changed alignment for Elves to neutral and humans to lawful. 2003-10-27 00:24:30 +00:00
Francisco Muñoz
9b1dbe0cd0 More unit updates. 2003-10-23 18:03:50 +00:00
Francisco Muñoz
1fcbda4f15 Updated arrow sounds and images in units. 2003-10-22 22:18:02 +00:00
Dave White
62b4528345 Fixed bug with ctrl-s to save inserting an 's' into the textbox.
Made it so that strings will be stripped of whitespace at the ends
when loading config files. Added in Caranha's new unit descriptions.
2003-09-23 10:17:25 +00:00
Dave White
12b5c0300e [[Image additions and property changes]] 2003-09-15 12:22:11 +00:00