25110 Commits

Author SHA1 Message Date
Sergey Popov
7332864c1e SCons recipe:
- Made pot-update update manpages and manual pots.

- Made update-po print statistics.
2008-05-12 11:03:00 +00:00
Sergey Popov
d087738239 SCons recipe: pass -mthreads on windows. 2008-05-12 10:01:57 +00:00
Mark de Wever
e17d9aaeb2 Remove the deprecated notice on autotools...
...and change it to the fact that it probably will be replaced. Also
show both alternatives when still using autotools.
2008-05-12 09:26:00 +00:00
Mark de Wever
b51e63abd1 Allow a sizer to be fixed size,
...this is only available for C++ and not yetfor WML.
2008-05-12 07:37:32 +00:00
Mark de Wever
51f8b73e4b Avoid an assert when the scrollbar doesn't have a size yet...
...and setting a parameter forces a recalculation. set_size() also
recalculates so we won't be shown before being recalculated.
2008-05-12 07:36:27 +00:00
Mark de Wever
d3524bd60b Add the extra switches for the strict compilation in the wishlist. 2008-05-12 05:33:09 +00:00
Bruno Wolff III
817f860e83 Adds to the cmake wishlist 2008-05-12 04:17:18 +00:00
Richard Kettering
a97bbb0c89 Added a two-frame defense animation for the Sentinel. 2008-05-12 03:15:26 +00:00
Richard Kettering
91486bef43 Slight tweak to stalwart defense frame. 2008-05-12 03:05:38 +00:00
Richard Kettering
c66e493754 Added a two-frame defense animation for the Stalwart. 2008-05-12 02:32:12 +00:00
Richard Kettering
12940bd430 New, 2-frame defense animation for the dwarven lord. 2008-05-11 23:03:08 +00:00
Richard Kettering
a483a665ce New, 2-frame defense animation for the steelclad. 2008-05-11 21:46:33 +00:00
Pauli Nieminen
e76b2f5c4d added switch to enable per fight stats in autotools 2008-05-11 21:16:54 +00:00
Mark de Wever
b21ac061af Partial revert of 2008-05-11T17:47:32Z!koraq@xs4all.nl, this was old testing code. 2008-05-11 19:39:44 +00:00
Pauli Nieminen
859958b006 Added possibility to use per fight EV statistics proposed by maboul
Fixed possible cause for client disconnects when having bad connection

Cleaned up game config reading code

minor code cleanups
2008-05-11 19:34:32 +00:00
Mark de Wever
9adac709e8 Add initial version the new language selection dialog.
It works but the used widgets look ugly and since scrolling isn't
possible yet only a few languages can be choosen.
2008-05-11 17:47:32 +00:00
Mark de Wever
3802e81182 Fix a wrong path added in 2008-05-11T17:09:31Z!koraq@xs4all.nl. 2008-05-11 17:39:24 +00:00
Mark de Wever
63e8e030fe Adding a crude listbox class,
...not yet really functional but the basics are there.
2008-05-11 17:37:59 +00:00
Mark de Wever
723daf2ae1 Add a tcontainer base class, tpanel could use this as base. 2008-05-11 17:09:31 +00:00
Mark de Wever
cde6cce8dd Add tgrid::add_row(). 2008-05-11 17:04:36 +00:00
Nils Kneuper
6361ce89cc pot-update, regenerating doc files 2008-05-11 14:39:00 +00:00
Nils Kneuper
7784577742 fix syntax error in czech man pages 2008-05-11 14:27:28 +00:00
Nils Kneuper
bdd9f898e7 remove lines with huge amounts of (unneeded?) whitespace,
...those are a real problem to see in translation files

if they are needed, please readd them and concatenate as
untranslateable strings (that is: message= _"my message" + "


 ")
2008-05-11 14:10:43 +00:00
Nils Kneuper
ce832adf2b updated Czech translation 2008-05-11 14:03:24 +00:00
Sergey Popov
f12ea25441 Fixed default targets. 2008-05-11 12:51:21 +00:00
Sergey Popov
30071999bb Simplify build variants implementation.
No longer crash if some targets are disabled.
2008-05-11 12:34:55 +00:00
Gunter Labes
cf77ef5ac2 build dev servers with the default -O2
use the now implemented program_suffix option of scons
2008-05-11 10:35:58 +00:00
Gunter Labes
de6130605f some tweaks.. 2008-05-11 10:16:14 +00:00
Gunter Labes
af4dca255e polish the graceful restart feature 2008-05-11 09:52:49 +00:00
Mark de Wever
c9a4e89bbd Move the size calculation from the builder to the window,
...this way it can be recalculated if needed. (This is required for
listboxes).

Fix a few definition typos in comments.
2008-05-11 09:47:49 +00:00
Patrick Parker
556d50f738 Prevent steadfast ability from lowering resistance if already over 50% 2008-05-11 05:05:34 +00:00
Sergey Popov
06b7b5e592 SCons recipe no longer tries to pass paths in -D compiler flags on windows. 2008-05-10 19:42:36 +00:00
Moritz Göbelbecker
6cf78fa6f9 Fix revision.hpp when you build a specific target 2008-05-10 15:45:14 +00:00
Sergey Popov
f0885cb468 Added extra_flags_release and extra_flags_debug build variables. 2008-05-10 14:43:25 +00:00
Mark de Wever
58328e8a35 Name the togglebutton fields internal also selected or not,
...like the recent API change. This also fixes a bug with how to react
to the selected state.  (Some parts inverted selected and not
selected.)
2008-05-10 12:40:14 +00:00
Sergey Popov
c37a6f0944 SCons recipe:
- fixed regex in po/SConscript to work on windows.

- No longer pass -O2 -ansi on windows.
2008-05-10 12:02:55 +00:00
Moritz Göbelbecker
a96f8f2092 Add support for revision.hpp 2008-05-10 11:30:58 +00:00
Lari Nieminen
fb9df57ef5 Gave the upkeep panel a bit more space so that two-digit numbers fit nicely. 2008-05-10 10:55:09 +00:00
Mark de Wever
a03f59778e Add some helper functions. 2008-05-10 10:01:21 +00:00
Moritz Göbelbecker
0cb0e9e7e2 Build instructions for cmake. 2008-05-10 09:58:04 +00:00
Mark de Wever
c680ac76df Add callback function when clicking. 2008-05-10 09:52:22 +00:00
Mark de Wever
6b06fa5ac6 Add callback function when clicking. 2008-05-10 09:51:58 +00:00
Mark de Wever
1e4e33e27b Add helper class tselectable_ and let ttoggle_button derive from it. 2008-05-10 09:07:08 +00:00
Mark de Wever
061893af23 Update Doxyfile to 1.5.5 format. 2008-05-10 08:27:47 +00:00
Mark de Wever
a9c840e43a Made some functions static.
Wired in gzip_[en|de]code which were defined but not used.
2008-05-10 08:24:25 +00:00
Pauli Nieminen
0aa365bb75 fixed wrong cast 2008-05-09 23:22:22 +00:00
Pauli Nieminen
a00b0c475d Fixed null-pointer reference in network code 2008-05-09 22:54:20 +00:00
Mark de Wever
0973bfccee Make some functions static. 2008-05-09 22:44:58 +00:00
Mark de Wever
efa3cad57a Move some declarations to the proper header. 2008-05-09 22:28:12 +00:00
Moritz Göbelbecker
118498840d Change default CXXFLAGS for debug builds. 2008-05-09 22:07:30 +00:00