Commit graph

217 commits

Author SHA1 Message Date
Bram Ridder
119e2702d3 Tweaked the toolbar layout a little bit 2005-07-13 05:43:52 +00:00
Bram Ridder
a59bde7da9 Created a toolbar under the mini map.
The buttons with labels have been replaced by buttons with icons. The
art needs to be redone, obviously, but the current images work for
now...
2005-07-13 00:27:57 +00:00
András Salamon
a298ea548f actually update button text 2005-07-05 20:22:43 +00:00
Bram Ridder
915ffc2b01 The previous contained a WIP on bug #11969 2005-07-05 10:43:27 +00:00
Bram Ridder
8726ea7e61 Fixes bug #11965
and makes the pallette 3-wide in stead of 2-wide (see also patch #4144)
2005-07-05 10:14:50 +00:00
Jordà Polo
5bd9b83c65 added left margin to [terrain] 2005-06-05 20:44:00 +00:00
Jordà Polo
4f397b9ae1 unit_weapons' size fixed 2005-06-05 20:28:44 +00:00
Jordà Polo
88b3a5451c added experimental theme 2005-05-23 08:30:07 +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
Yann Dirson
c657694007 use quotes around "+" zoom label in 320x240 theme 2005-04-05 12:08:05 +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
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
Jordà Polo
0967d9c75e increased the width of unit-hp and unit-xp 2005-03-08 15:11:13 +00:00
Jon Daniel
c4436e2fa9 Added refresh image cache hotkey and menu entry to the editor 2005-03-05 19:03:56 +00:00
Yann Dirson
1aaf2d1971 group #defines at top of file and use better names 2005-02-18 20:48:59 +00:00
Yann Dirson
b21b4956f7 use #defines for font sizes in default theme 2005-02-18 20:03:50 +00:00
Guillaume Melquiond
a976231401 Putting the textdomain outside a block breaks almost all the translations...
...of the game. Putting it inside the theme will solve the problem with
the editor menu, but only once this file has been switched to the
wesnoth-editor domain, gettext-wise. In the meantime it won't solve
anything, but at least it shouldn't make the game untranslated.
2005-02-11 23:45:07 +00:00
Jordà Polo
1c02204ece increased the width of HP/XP labels 2005-02-11 14:53:03 +00:00
Jon Daniel
ac806bcfec fix typo 2005-02-09 19:22:34 +00:00
Jon Daniel
9029d68081 Fixed editor theme
so generated buttons aren't translated by adding textdomain=wesnoth-editor
2005-02-09 15:53:42 +00:00
Jordà Polo
9bffaa4133 centered End Turn button 2005-01-20 08:22:39 +00:00
Yann Dirson
a834d2b1d7 320x240 theme: horizontal adjustments in top panel, add +/- buttons for zooming 2004-12-27 21:05:16 +00:00
Yann Dirson
a6261bc0b9 use consistent widths for HP and XP displays 2004-12-27 19:53:24 +00:00
Isaac Clerencia Perez
8f843db01d Temporary (until yann is back) fix for the annoying "unit over hp-xp" bug 2004-12-22 00:27:38 +00:00
Yann Dirson
5afb2d1249 320x240 theme fixes 2004-12-17 02:22:19 +00:00
Yann Dirson
478344e7a9 adapted 320x240 to nex theme capabilities 2004-12-16 06:59:30 +00:00
Yann Dirson
c93222e8bd implemented [partialresolution] for theme inheritance;
use it to define 800x600 in a much more compact way
2004-12-11 01:27:22 +00:00
Yann Dirson
a94e9354e3 more relative positionning in 1024x768 theme 2004-12-08 23:11:16 +00:00
Yann Dirson
8d97394fa7 implemented ref= to specify explicit reference rect...
...in relative positionning of theme elements (still one problem with
finding an id in grand-children of [resolution] blocks); converted
most of the 1024x768 theme to use them
2004-12-05 22:14:04 +00:00
Yann Dirson
fbed895ff3 more use of relative rects in 1024x768 2004-11-30 00:38:21 +00:00
Yann Dirson
61dbb61df0 start to use syntax relative positionning in default theme 2004-11-30 00:12:45 +00:00
Yann Dirson
35dbed8ece first stake at a 320x240 theme 2004-10-29 22:33:52 +00:00
Yann Dirson
57ee2ea3b5 allow 320x240 resolution with USE_TINY_GUI;
provide a dummy 320x240 theme as a work basis, copy of 800x600
2004-10-29 19:53:22 +00:00
Jordà Polo
272f6a4521 changed rightside panel HP/XP (now uppercase) 2004-09-19 14:02:56 +00:00
Guillaume Melquiond
1152bcd674 Allow top statusbar tooltip strings to be translated. 2004-09-14 20:26:56 +00:00
Yann Dirson
0219dcc6fb fixed install and dist target in po/ 2004-09-02 22:25:07 +00:00
Isaac Clerencia Perez
aef901ccf2 Marked hp and xp as translatable in default theme 2004-08-28 12:13:13 +00:00
Jordà Polo
c668009afe rightclick menu changes 2004-08-26 11:22:02 +00:00
Yann Dirson
84d908dd18 switch from | to ^ as prefix separator for translatable strings 2004-08-21 22:03:28 +00:00
Yann Dirson
8063f64918 merged syncpoint_gettext1_7 from trunk 2004-08-04 22:20:25 +00:00
Yann Dirson
59d92e859b tagged more theme strings, using sgettext syntax 2004-07-22 23:42:28 +00:00
Yann Dirson
44c11f914f translate strings in default theme 2004-07-20 12:31:30 +00:00
Yann Dirson
0160b39a98 merged syncpoint_gettext1_5 from trunk 2004-07-19 21:55:23 +00:00
Yann Dirson
2965548fb1 merged syncpoint_gettext1_4 from trunk 2004-07-18 20:04:28 +00:00
Yann Dirson
508df62a2b merged syncpoint_gettext1_3 from trunk 2004-06-29 20:40:09 +00:00
Yann Dirson
5d4b3e9e4e merged syncpoint_gettext1_2 from trunk 2004-06-27 20:34:24 +00:00
Yann Dirson
4c9a6d303f merged syncpoint_gettext1_1 from trunk 2004-06-25 23:04:51 +00:00
Kristoffer Erlandsson
77fc29a1b9 Help browser added. Some basic help is included, but it should be extended. 2004-06-15 20:14:10 +00:00