Commit Graph

24950 Commits

Author SHA1 Message Date
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
Mark de Wever
a50860a912 Draw the reachmap in front of the terrain,
...the old way looked bad with mountains. Spotted by Zookeeper.
2008-05-09 22:02:52 +00:00
Nils Kneuper
e8e8fffc92 updated status of cmake recipe 2008-05-09 21:13:48 +00:00
Ignacio R. Morelle
9be9fc7d5c Fix bug #11655 ; I'll report to the spanish translation team later 2008-05-09 20:53:26 +00:00
Mark de Wever
5c77a6bccb Match the signature of the definition. 2008-05-09 20:43:23 +00:00
Sergey Popov
b77e5e62ec Made scons recipe use po/LINGUAS. 2008-05-09 19:53:36 +00:00
Moritz Göbelbecker
02d23ffb0e Revert accidental commit of wesnoth.pot 2008-05-09 19:36:10 +00:00
Moritz Göbelbecker
e9c10d50e4 Add translation support for manual and manpages (update-po4a)
Keep the list of languages only in po/LINGUAS (the old files remain
for now for compatibility)
2008-05-09 19:12:21 +00:00
Pauli Nieminen
b42cc2fd5c Fixed dissalow_observers only default to true if controller=null 2008-05-09 18:40:56 +00:00
Pauli Nieminen
6be0e05732 Fixed a bug in sdl threading use in upload_logs
dissallow_observers is forced on if side has controller=null
2008-05-09 18:23:21 +00:00
Mark de Wever
7acbc98933 Fix some compiler warnings about unused variables. 2008-05-09 16:25:26 +00:00