Commit Graph

13 Commits

Author SHA1 Message Date
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
Dave White
ed980734c7 added death animations for Skeleton and Revenant 2005-03-22 23:35:00 +00:00
Richard Kettering
d475f301a5 New defensive images for Skeleton Archer and Revenant. 2005-01-09 06:02:25 +00:00
Richard Kettering
83f23659da Added third-level skeleton warrion, the Draug. 2004-11-06 22:55:33 +00:00
Yann Dirson
cf37ad6f84 use IDs for units and tag their names as translatable 2004-07-22 21:00:39 +00:00
John Muccigrosso
858716c296 Polishing unit descriptions. 2004-03-01 04:46:49 +00:00
uid68852
9cfb77b5e0 Added new hit sounds, and a new icon 2004-02-24 01:19:51 +00:00
uid68852
2933196c1e Added attack image for Revenant 2004-02-13 23:25:10 +00:00
uid68803
910afee07d tweaked undead stats.
applied patches by enkidude to give a default selection for weapons
when attacking, and to make the AI better select the weapon it uses
2004-01-09 19:18:33 +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
Dave White
6337d61888 Added in unit descriptions for undead units 2003-09-16 21:38:02 +00:00
Dave White
12b5c0300e [[Image additions and property changes]] 2003-09-15 12:22:11 +00:00