134 Commits

Author SHA1 Message Date
Guillaume Melquiond
b7e7d9b123 Fix the dialog frame being drawn after the buttons,
and hence not being registered as a background, causing bug
#11605. Since I'm at it, ensure that all the buttons have the same
width.
2005-01-20 23:03:25 +00:00
Guillaume Melquiond
d7b3e389b7 Remove unused parameters and enum from font.cpp. 2004-11-27 10:24:50 +00:00
Guillaume Melquiond
a740ded9d0 Blablabla, MSVC bad, GCC great. 2004-11-22 21:36:41 +00:00
Dave White
c661b3043a reduced warnings to 0 on VC++ 2004-11-18 04:08:33 +00:00
Cédric Duval
5e8c0d7ef0 Moved tips of the day from english.cfg to their own tips.cfg file. 2004-10-31 00:31:59 +00:00
Philippe Plantier
0bd2381c63 Fixed the window not always refreshing on resizing
Made default savegame names be ellipsed when they are too long
2004-10-27 20:42:37 +00:00
Yann Dirson
906541b2fb make titlescreen usable in USE_TINY_GUI 2004-10-22 00:09:46 +00:00
Guillaume Melquiond
ab86dc247a Put back the tip of the day...
...since it is one of the few rightful users of the empty symbol 'feature'.
2004-10-19 07:38:51 +00:00
Cédric Duval
559d36be3e Fixed "About" translation being duplicated for no real good reason. 2004-10-13 19:33:50 +00:00
Guillaume Melquiond
20f566ef06 Change log severity, really... 2004-10-06 06:18:18 +00:00
Guillaume Melquiond
6daacc278f Change log severity 2004-10-06 05:45:41 +00:00
Isaac Clerencia Perez
24012613e8 Switch to the new logging system 2004-10-05 23:11:35 +00:00
Yann Dirson
7002c23c7a use normal/small/tiny types of fontsize names, use them in src/widgets 2004-09-24 23:25:09 +00:00
Yann Dirson
02f61da5d9 first stake at centralizing font sizes into font.hpp 2004-09-24 23:04:49 +00:00
Guillaume Melquiond
b0b82073c0 No need to be so verbose,
it is only important to know if we are interactive or not
2004-09-10 17:40:12 +00:00
Dave White
404c93ad6f undo of previous accidental checkin 2004-08-30 02:00:36 +00:00
Isaac Clerencia Perez
2b18748bb2 Applied patch from Silene which deals with several warnings (patch #3318) 2004-08-29 11:12:20 +00:00
Dave White
0172e51f45 removed some unnecessary diagnostics (CVS internal) 2004-08-25 02:59:51 +00:00
Yann Dirson
84d908dd18 switch from | to ^ as prefix separator for translatable strings 2004-08-21 22:03:28 +00:00
Yann Dirson
67177d072e use sgettext on titlescreen buttons 2004-08-20 18:43:24 +00:00
Yann Dirson
d96e937344 qualified TitleScreen button strings to avoid ambiguities 2004-08-19 21:15:33 +00:00
Yann Dirson
0160b39a98 merged syncpoint_gettext1_5 from trunk 2004-07-19 21:55:23 +00:00
Yann Dirson
f1827de82e moved strings with constant IDs into C++ code 2004-06-28 14:17:35 +00:00
Yann Dirson
e3a229675f converted to gettext the remaining titlescreen button definitions,
switched fr.po to UTF-8
2004-06-24 12:11:14 +00:00
Yann Dirson
c557237045 gettextized on mainscreen the Tutorial button and its help string,
...breaking the display for other buttons and help strings
2004-06-23 23:32:13 +00:00
Dave White
bb90f34fdd added 'help strings' feature 2004-06-08 22:36:39 +00:00
Dave White
8e79c1abbe rebalancing, made saved games smaller, right-aligned 'tip of the day' 2004-06-08 18:21:33 +00:00
Dave White
c34a31cfa4 rebalanced 'Valley of Death' and 'Ford of Abez'. Made 'Skip AI Moves' option 2004-06-07 20:19:27 +00:00
Dave White
4479dfadcd added 'Show Haloing Effects' option. Tweaks to Valley of Death 2004-06-06 21:01:27 +00:00
Dave White
5d1979542e added halo effects for mage unit 2004-05-26 23:09:40 +00:00
John B. Messerly
0bdf49c8df Developer-only change: fixed remaining g++ compiler warnings:
double->int casts, and no newlines at the end of files.
2004-05-23 18:19:30 +00:00
Dave White
dbf5076c7f made chat box in multiplayer lobby support scrolling and wrapping 2004-05-06 16:17:02 +00:00
Dave White
c36cea09c4 made the game more responsive when it's the AI or another player's turn.
Added two new AI parameters: recruitment_ignore_bad_movement and
recruitment_ignore_bad_combat
2004-05-05 22:07:20 +00:00
Dave White
111cd8cbfa made resizing the window in the title screen work properly, ...
...and made basic keyboard shortcuts work in the title scren
2004-05-05 00:40:15 +00:00