180 Commits

Author SHA1 Message Date
Nils Kneuper
c19e3c2311 added a default textdomain definition to all .cfg files 2007-07-06 09:00:49 +00:00
Tuukka Hastrup
c03c4ab064 Make replays to not reveal all information by default.
Include a menu for choosing the point of view: team 1, each team, full
map.

This design is per https://gna.org/bugs/index.php?6946 but doesn't yet 
implement the combo box or menu entries for teams other than number 1.
2007-07-04 00:00:06 +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
938562f3e7 In all themes, adapt the time icon to its new 16x16 size 2007-05-19 00:35:13 +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
Ali El Gariani
4350408f06 Dark magic of ThemeWML had eaten some tooltips of the status bar.
Something like you must provide enough space to fit the inner parts,
(but it seems that if you don't do it, in some cases it will work.
Just to be sure that you don't understand the reason)
2007-05-13 01:24:59 +00:00
Ali El Gariani
02b4eeb22f [[Theme tweaks]]
* Changing the size of the icons from the odd 15x15 and 24x15 to 16x16 and 24x16
  by adding black pixels to right and bottom of the image

* Adapt the default theme to prevent ugly image scaling with this new size

This is normally an invisible change, but the flags icons and other
themes are not changed.
2007-05-12 21:23:09 +00:00
Ali El Gariani
4559a0ac44 Use same width (24 instead of 15) for the flag icon...
...as other big icons (upkeep and income)

Prevent bad scaling of the current images and allow better visibility
of the playing side

(only changed in default theme)
2007-05-12 17:20:06 +00:00
Lari Nieminen
d946916a0a Fixed the somewhat broken timer display. 2007-05-11 12:29:37 +00:00
Ali El Gariani
67169e261a For pseudo bug #9104
(Zoom hotkeys not working in editor, also no option for standard zoom)

Use the same default keys for zoom (+,-,0) as the game.
For some reason you need to install to activate this change.
2007-05-10 18:28:27 +00:00
Ali El Gariani
a559247f43 Add 2 commands in the editor:
"update transitions"(key b) and "delay transitions update" (key ctrl+t)
2007-04-24 19:56:24 +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
Eric S. Raymond
c2860d228a Remove unused "320" definitions, this theme doesn't need them. 2007-04-06 09:35:07 +00:00
Eric S. Raymond
fcc22c3f61 Avoid multiple definitions of the same macro. 2007-04-06 08:26:27 +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
Mark de Wever
051b6958fa made some tooltips visible again (bug #6702 and bug #8380) 2007-02-21 19:27:24 +00:00
Mark de Wever
f126c2cc9e added the paste option to the edit menu 2007-02-10 11:31:20 +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
62310f0f2c make tooltip cases consistent
fix Elvish Sylph description (bug #6494)
2006-08-23 14:41:52 +00:00
Karol Nowak
398906e131 The default theme should now be usable at 320x240 2006-08-03 17:41:10 +00:00
Jörg Hinrichs
dce42fd2e3 adds yobbo's reworked images for replay controls (play-side and play-turn) 2006-07-12 21:32:26 +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
Patrick Parker
0158294883 as requested by Soliton,
use kotkey ctrl+l to toggle the mouse scrolling preference

renamed disable mouse scroll to prevent double-negative logic (disable(false))
2006-06-08 01:14:52 +00:00
Gunter Labes
488e861307 more line ending clean-ups 2006-06-06 00:05:03 +00:00
Jörg Hinrichs
50bcf5e4ba fixes display of replay widgets...
...and adds a "tooltip" attribute to theme-wml menu tags
2006-05-27 03:49:39 +00:00
Rusty Russell
19d075af1e Implement feature https://gna.org/bugs/index.php?func=detailitem&item_id=5413
Autosave now happens at start of every third turn, and placed in menu.
Loading a non-autosave file cleans them up.
2006-05-20 11:14:24 +00:00
Gunter Labes
3153ffc13d added timelimit to the experimental theme
it doesn't fit perfectly on 1024 but I hope it's better than nothing for now
2006-03-02 21:59:58 +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
Hogne Håskjold
d48c5c5a8c Adjust theme to the new and smaller income and upkeep icons 2006-01-30 11:40:37 +00:00
Jérémy Rosen
bc50e763b8 minor fixes to the MP clock 2005-12-17 08:24:45 +00:00
Jérémy Rosen
c9090cbc90 added fisher's clock, patch by mtx 2005-12-16 21:52:50 +00:00
John W. C. McNabb
2bcd3491af fixed theme bug and updated replay in dfool theme 2005-12-14 18:39:22 +00:00
Jörg Hinrichs
9bdb4bbd0a adds support for changing themes ingame
removes replay gui controls from normal gameplay
fixes "corrupted file"-message after single side turn
2005-12-06 20:38:00 +00:00
András Salamon
80dff6f996 whitespace tidy (checked with diff -b) 2005-12-05 09:53:34 +00:00
John W. C. McNabb
2170819642 removed clock 2005-11-28 21:32:40 +00:00
Bram Ridder
5a0808d073 Editor works once more 2005-11-24 18:46: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
Jörg Hinrichs
369d88c569 Replay functionality
- added main menu support

- add mouse click support (minimap)

- fixed endless loop at end of replay bug

- fixed gui layout for german translation

- minor corrections to make vc++ compile
2005-11-20 18:44:44 +00:00
John W. C. McNabb
7c1dea238c removed clock from 320x240 2005-11-20 04:58:16 +00:00
John W. C. McNabb
fc88239628 fix end button and add clock 2005-11-20 02:59:54 +00:00
John W. C. McNabb
4a33def2e4 fixed replay in dfool theme 2005-11-17 22:35:26 +00:00
Jörg Hinrichs
c7b60eee9b prevents replay buttons appearing in main menu
places replay panel above the map
adds chat message support for replays
2005-11-16 19:18:56 +00:00
Bram Ridder
678863e7a3 Fixed small bug, the rectangle coordinates of the selection menu were corrupt.
This prevented the editor from starting up.
2005-11-15 23:39:03 +00:00
Bram Ridder
4a03b49aed Partial fix for bug #3948.
The only strings not translated after the user changes the language,
are the menu buttons (File, Edit, Settings). A new menu button,
'settings' is added. Users can access the preferences and change
language dialog from here.
2005-11-14 14:37:51 +00:00
Jörg Hinrichs
dafeaad042 replay: added "skip animation" functionality
minor corrections for vc++ compile
2005-11-12 22:55:09 +00:00
John W. C. McNabb
1f27469de1 fixed macro-ized replay elements 2005-11-12 21:42:00 +00:00