Commit graph

36 commits

Author SHA1 Message Date
Eric S. Raymond
aba249cf83 Move all #textdomain declarations to line 1 at Ivanovic's request. 2008-02-05 21:56:35 +00:00
Eric S. Raymond
b1b2435d40 Reindent the mainline content to uniiform whitespace. 2008-01-24 00:16:42 +00:00
uso
f86bd3bc77 add a menu option to save replays manually
maybe this can be removed later when the whole save game mechanism is
cleaned up again, but to have it there before the string freeze blocks
us from adding it ;)
2008-01-09 17:26:38 +00:00
Benoît Timbert
2fb0462b2c Theme & changelog update.
Now the race should be displayed in the unit preview panel
2007-12-01 17:01:36 +00:00
Eric S. Raymond
35245ba904 Move the themes images again,
this time to where the binary_paths code reliably finds them.
2007-11-26 23:43:13 +00:00
Eric S. Raymond
15f26e42be Move theme images to their own directory.
This makes cleaner reporting of  unused images possible.
2007-11-26 03:29:38 +00:00
Lari Nieminen
0abefc6701 Change the "Next Scenario" button label to "End Scenario". 2007-10-09 17:16:34 +00:00
Eric S. Raymond
541df15e2d The long-awaited dynamic modification of the End Turn button for linger mode. 2007-10-05 09:09:23 +00:00
Eric S. Raymond
1e06e55aba Give all end-of-turn button declarations in themes a title2 attribute...
...to be used in linger mode.  Note, the C++ to implement this does not
yet exist (YogiHH says he's working on it).
2007-10-04 15:19:53 +00:00
Hans Joachim Gurt
c67ca4490b added missing AUTOSAVES to menu 2007-10-02 19:48:18 +00:00
Mark de Wever
60bb1b1b71 Made the offmap tiles themable in the map, the minimap stays as is. 2007-08-12 14:22:41 +00:00
Mark de Wever
2f750bb152 Renamed some images and fixed their references.
Also fixed a small bug in the top border, always using the same images
instead of alternating.
2007-08-11 14:08:03 +00:00
Mark de Wever
246f65b846 Made the border themable.
Still doesn't work in the editor, also the
0.5 hex border is still assumed at some places.
2007-08-11 13:27:36 +00:00
Nils Kneuper
c19e3c2311 added a default textdomain definition to all .cfg files 2007-07-06 09:00:49 +00:00
Eric S. Raymond
08c6876453 Almost all WML files are now uniformly indented.
There are a few exceptions that need further work or careful
examination; UtBS, the tutorial, and the terrain macros.
2007-06-29 10:36:10 +00:00
Ali El Gariani
99024ff072 Adapt the 2 remaining themes to the new icon sizes
(the general 16px height and the 24px width of flag icon)
2007-05-19 00:17:48 +00:00
Gunter Labes
c3ccae587b fixed some macro calls that weren't updated with the new font parameter
(starting wesnoth once to test changes helps ;-))
2007-04-06 13:05:03 +00:00
Patrick Parker
17fad43a69 add sample wml menu items to scenario-test
add themes support

fix minor bugs
2007-03-27 03:52:59 +00:00
Pauli Nieminen
b58a67c38b Support for team only labels 2007-01-01 10:32:00 +00:00
Jérémy Rosen
1ebcd3aa4d add an entry menu to save current map during a game, thx to EdB 2006-09-10 09:35:36 +00:00
Gunter Labes
4cfd4738fb fixed the observer icon's position 2006-06-13 17:27:49 +00:00
Gunter Labes
04b5252d4e moved the replay theme part to macros and added it to all themes 2006-06-13 13:31:31 +00:00
Gunter Labes
488e861307 more line ending clean-ups 2006-06-06 00:05:03 +00:00
Gunter Labes
e6c19b1964 added the timelimit panel to dfools theme 2006-03-02 21:26:19 +00:00
Jérémy Rosen
d5db8ede04 add a command to clear all labels in mp games 2006-02-05 00:34:03 +00:00
John W. C. McNabb
2bcd3491af fixed theme bug and updated replay in dfool theme 2005-12-14 18:39:22 +00:00
John W. C. McNabb
8ded490aa4 added colors to themes and modified sidebar unit information layout 2005-11-23 07:03:14 +00:00
John W. C. McNabb
5b8c282298 updated dfool theme 2005-11-22 05:45:05 +00:00
John W. C. McNabb
4a33def2e4 fixed replay in dfool theme 2005-11-17 22:35:26 +00:00
John W. C. McNabb
1f27469de1 fixed macro-ized replay elements 2005-11-12 21:42:00 +00:00
John W. C. McNabb
e5bd02c62b macro-ized replay elements 2005-11-12 21:29:34 +00:00
John W. C. McNabb
b0b55bc961 Added new reports: unit_amla and unit_advancement_options 2005-11-06 15:38:57 +00:00
John W. C. McNabb
4ac033574b added clock report to DFool Theme 2005-05-14 20:56:43 +00:00
John W. C. McNabb
8253f42222 fix observer location, bug 13027 2005-05-13 13:58:07 +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
John W. C. McNabb
5660d8143a added dfool theme 2005-03-25 20:25:05 +00:00