36070 Commits

Author SHA1 Message Date
Eric S. Raymond
0de1823328 Fix bug #14378: Storm's text is "spoken" by Nym. 2009-09-29 19:25:46 +00:00
Eric S. Raymond
b57ec11a9c Typo fix and corresponding pofix patch. Addresses bug #14402. 2009-09-29 18:58:51 +00:00
Chusslove Illich
6d3fb49ef8 Moving template images for localization to separate subdir,
...to make room for language dirs.
2009-09-29 18:57:00 +00:00
Chusslove Illich
f62b70e51e Updated localized images for German. 2009-09-29 18:42:54 +00:00
Richard Kettering
fbd9c32c20 Shadow fixes on the orcish crossbowman. 2009-09-29 05:06:46 +00:00
Richard Kettering
e609a76da8 New idle animation for the orc archer. 2009-09-29 03:48:43 +00:00
Richard Kettering
ea6c6019ef New melee attack animation for the orcish crossbowman. 2009-09-29 03:46:49 +00:00
Mark de Wever
17d6191d6a Convert the toggle panel to use new click events.
This needs some work regarding the pre events to properly select in all
cases but that will follow later.
2009-09-28 21:04:14 +00:00
Mark de Wever
2b83b2b48c Convert the toggle button to use new click events. 2009-09-28 21:04:11 +00:00
Mark de Wever
59424655bb Convert the mouse button events to new style. 2009-09-28 21:04:07 +00:00
Mark de Wever
00de3a842b Add event handlers for the mouse button.
Still calls the old callback, but this will change later on.
2009-09-28 21:04:04 +00:00
Mark de Wever
150d8ce0d5 Remove the default case and add the missing cases.
Removing the default causes gcc to warn about this missing cases, which
makes finding them easier.
2009-09-28 21:04:01 +00:00
Mark de Wever
f7ccc8481d Workaround for a problem in MSVC 2008.
YogiHH discovered the problem and tested the work-around. Seems MSVC
doesn't like a templated operator().
2009-09-28 19:56:04 +00:00
Nils Kneuper
7f5e6cb088 post release version bump to 1.7.6+svn 2009-09-28 17:08:35 +00:00
Nils Kneuper
816ae209ed bump version to 1.7.6 1.7.6 2009-09-28 16:32:42 +00:00
Nils Kneuper
f2d5787837 pot-update (preparing for 1.7.6, no new/changed strings)
regenerated doc files
2009-09-28 16:30:56 +00:00
Nils Kneuper
071715b125 updated German translation 2009-09-28 10:28:04 +00:00
Nils Kneuper
e08b2a4d50 updated Russian translation 2009-09-28 09:09:52 +00:00
Nils Kneuper
dde489f325 updated Estonian and German translation 2009-09-27 21:44:03 +00:00
Steven Panek
bc51c2913f (Hopefully) Final fix for the 'Bahía de las Perlas' label. 2009-09-27 21:20:37 +00:00
Alexander van Gessel
ddb15aa36f Add 'source' key (from [tip]) to wmllint translatables 2009-09-27 22:16:35 +01:00
Nils Kneuper
094a1cfb12 updated German translation 2009-09-27 20:31:19 +00:00
Gunter Labes
9245a71bf7 save experience_modifier in the level again where it is expected by non-mp code
fixes bug #14381: XP modifier is not taken into account for multiplayer games
2009-09-27 20:25:15 +00:00
Guillaume Melquiond
a13c00f911 Ensured extraneous return values are not lost. 2009-09-27 19:59:16 +00:00
Mark de Wever
9563feb6c6 Add some new event types. 2009-09-27 19:52:19 +00:00
Mark de Wever
b9a0f60b86 Add some doxygen documentation. 2009-09-27 19:52:16 +00:00
Mark de Wever
c0e386fa82 Toggle panel can send events to client.
Only allow this for the new gui event handling. But at least buttons on
the panel now get highlighted as wanted. (Clicking also works but
doesn't select the panel yet.)
2009-09-27 19:15:49 +00:00
Ignacio R. Morelle
234dd067cd SCATTER_IMAGE and SCATTER_UNITS should not use RANDOM...
...as the caller may be using $random already as a macro
parameter. This is a gratuitous fix to an issue that would be
correctly solved if mainline macros used a well defined variable
naming convention for the lack of the scope concept.
2009-09-27 19:11:47 +00:00
Nils Kneuper
c5dce56726 pot-update (start of string and feature freeze preparing for 1.8!)
regenerated doc files (formating in manpages was unified -> many changes...)
2009-09-27 18:33:25 +00:00
Jérémy Rosen
b55036cec6 apply patch 1175 new option to prevent ally stoping movemen 2009-09-27 18:18:52 +00:00
Gunter Labes
ef0d925e4f put the output() call into the try block as well 2009-09-27 18:00:52 +00:00
Mark de Wever
215897e4ed Minor changelog cleanup. 2009-09-27 17:51:09 +00:00
Mark de Wever
a35c237ecf Don't indent #ifdefs. 2009-09-27 17:40:32 +00:00
Mark de Wever
4768b60e30 Remove leading whitespace. 2009-09-27 17:34:17 +00:00
Mark de Wever
39ea411d23 Wire in new mouse movement event handler. 2009-09-27 17:34:14 +00:00
Mark de Wever
b1b0539048 Add get_mouse_position(). 2009-09-27 17:34:11 +00:00
Mark de Wever
b5c84194f9 Wire in the new mouse enter/leave event handler. 2009-09-27 17:34:08 +00:00
Mark de Wever
fa26d9200d Wire in the new mouse enter/leave event handler. 2009-09-27 17:34:03 +00:00
Mark de Wever
cf98d3bbf7 Improve the debug output for button events. 2009-09-27 17:33:57 +00:00
Nils Kneuper
57140fb22b updated German translation 2009-09-27 17:03:40 +00:00
Gunter Labes
639b62283d fixed/unified formatting 2009-09-27 16:37:30 +00:00
Gunter Labes
5bb2d9d1b1 abort the game when no multiplayer tag is found 2009-09-27 16:37:24 +00:00
Gunter Labes
2a14ed2ee0 use string_span::to_bool() instead of utils::string_bool() 2009-09-27 16:37:20 +00:00
Gunter Labes
665656bab2 made string_span::to_bool() behave the same as utils::string_bool() 2009-09-27 16:37:14 +00:00
Mark de Wever
797ea0c2bf Large rewrite of the new event handling.
The events now go up and down in the list of events as documented before. Also
a lot of polishing and using more template functions to avoid code duplication.
The mouse movement is now working, only some widgets still need to be
converted.
2009-09-27 15:14:47 +00:00
Jérémy Rosen
e3dfc2162d revert accidental commit 2009-09-27 14:13:40 +00:00
Nils Kneuper
90d17b783e updated Italian translation 2009-09-27 14:05:42 +00:00
Nils Kneuper
274b369607 pot-update...
...(*NOT* the one for the string freeze yet, but *many* changes in
wesnoth-units and some in wesnoth)

regenerated doc files
2009-09-27 13:58:36 +00:00
Nils Kneuper
6441a1fd98 add typo fixes from 2009-09-27T13:07:16Z!esr@thyrsus.com by esr to utils/pofix.py...
...and apply the changes
2009-09-27 13:46:30 +00:00
Lari Nieminen
0fe6584034 Added necessary future strings for the upcoming special orders menu...
...and the leader-moving order.
2009-09-27 13:28:08 +00:00