Commit Graph

30023 Commits

Author SHA1 Message Date
Ignacio R. Morelle
51fa967ce8 Wire-in Pekka's runic hammer attack icon. 2009-01-13 20:29:11 +00:00
Ignacio R. Morelle
a3d16dc48d Remove a line of a copy-pasted block of code in show_wml_messages(),
...which was causing duplication of [wml_message] text in stderr.
2009-01-13 17:00:28 +00:00
Nils Kneuper
1f7b7f7bcb updated Chinese (Simplified) translation 2009-01-13 10:37:57 +00:00
Tomasz Śniatowski
8365c81ef0 try to avoid restarting the music on load game...
...if the song remains in the playlist
2009-01-13 11:31:20 +01:00
Tomasz Śniatowski
ea31aa6324 expand sound:: interface a bit 2009-01-13 11:26:54 +01:00
Tomasz Śniatowski
3708b6b8c9 add [replace_map] functionality.
Allows completely changing the map in a scenario, including loading a
map with a different size.
2009-01-13 11:26:22 +01:00
Nils Kneuper
91acb9022e updated Chinese (Simplified) translation 2009-01-13 09:04:26 +00:00
Ignacio R. Morelle
2590e6ce36 Fix indentation of first changelog entries. 2009-01-13 02:35:13 +00:00
Ignacio R. Morelle
b1406a6f50 I could not avoid documenting 2009-01-13T00:08:13Z!shadowm@wesnoth.org in the changelog,
...being the Oldest Bug Ever(tm) as far as I know.
2009-01-13 00:11:56 +00:00
Ignacio R. Morelle
57daf8d6f7 Major string melt ahed.
Replace "Lord Dionli" with "Lady Dionli" since the former is not correct...

...English, and she's using a female-only unit_type (Elvish Shyde).

This change is approved by ESR.
2009-01-13 00:08:13 +00:00
Phil Barber
d958e6cb05 Add alternate Marshal portrait by LordBob, update changelog. 2009-01-12 23:26:02 +00:00
Phil Barber
b2e49291b7 Update changelogs to fix the formatting. 2009-01-12 22:14:36 +00:00
Phil Barber
e590196431 Update changelogs to fix the formatting. 2009-01-12 22:10:43 +00:00
Nils Kneuper
9f1b97f3b0 updated Spanish translation 2009-01-12 22:05:11 +00:00
Phil Barber
a86fbf6f1a Update changelogs to include new portraits. 2009-01-12 22:03:02 +00:00
David Philippi
364f8e1749 spanish translation update 2009-01-12 21:44:25 +00:00
Nils Kneuper
3dca123b6a updated Czech translation 2009-01-12 21:19:32 +00:00
Ignacio R. Morelle
8d76c7dda4 Fix invalid memory accesses once the first add-on has been downloaded...
...for the "Update All" mechanism (bug #12837).
2009-01-12 20:35:04 +00:00
Ignacio R. Morelle
ea2c178b7e Fix "multiplayer UI" alignment and spacing (tsk, tsk) 2009-01-12 20:34:27 +00:00
Ignacio R. Morelle
55e3ef4044 Don't attempt to write error messages from an empty ostringstream...
...to stderr, in remove_local_addon(), when no errors have occurred to
have been written in the ostringstream.
2009-01-12 20:34:07 +00:00
Ignacio R. Morelle
c73a951e72 Fix a small logic mistake that made _info.cfg be generated...
...with type=unknown when the downloaded add-on's type is *known*.
2009-01-12 20:33:47 +00:00
Ignacio R. Morelle
9d1a3a94da Fix a small flaw in which we are putting a std::ostringstream's
streambuf address into stderr, instead of putting its real contents.
2009-01-12 20:33:24 +00:00
Thomas Baumhauer
1cfc820ee4 slight improvement of the login dialog mess:
...remove the dialog that displays an error message and display the
error in the dialog for choosing a new username instead
2009-01-12 20:08:38 +00:00
Mark de Wever
7f89a340d7 Fix a compiler warning. 2009-01-12 19:23:46 +00:00
Mark de Wever
eb4fd385a2 Comment out an unused parameter. 2009-01-12 19:23:23 +00:00
Ignacio R. Morelle
8ff15e743c It may be better to mention that messages are output to the in-game chat...
...too (INFO, WARNING, ERROR and DEBUG documentation).
2009-01-12 18:36:10 +00:00
Ignacio R. Morelle
dd5263ee23 Mention usage of :log in the DEBUG, LOG and WARNING macros'
documentation, and remove useless indications in ERROR's documentation
(the 'error' log level cannot be cancelled).
2009-01-12 18:35:25 +00:00
Ignacio R. Morelle
7ebc1d69bd Add the DEBUG macro to accompany LOG, ERROR and WARNING. 2009-01-12 18:32:35 +00:00
Ignacio R. Morelle
db120a6d4e Updated the LOG, WARNING and ERROR macros' documentation...
...since the 'notifs' logdomain has been replaced with 'wml'.
2009-01-12 18:21:55 +00:00
Ignacio R. Morelle
171b224422 Upgraded WML after deprecation of [debug_message]. 2009-01-12 18:10:02 +00:00
Ignacio R. Morelle
49ab92316a Mention the new logdomain in [debug_message] 's deprecation message. 2009-01-12 16:57:50 +00:00
Sergey Popov
4c9037f023 Added extra_flags_config option to scons.
Those flags affect configuration and all builds.
2009-01-12 15:16:30 +00:00
Lari Nieminen
d47ee300a5 Fixed the controller not getting fired for the right side...
...after selecting a location to protect.
2009-01-12 13:50:45 +00:00
Alexander van Gessel
825118f1b6 Remove a double [endlevel]. 2009-01-12 02:18:31 +01:00
Ignacio R. Morelle
a6a2932504 Made [wml_message] much more useful...
...by outputting the messages to the in-game interface (chat)
according to the log severity of the "wml" log domain.
2009-01-12 01:11:07 +00:00
Ignacio R. Morelle
7473a388bb Get rid of the ***_WML macros since their raison d'être...
...(lg::a.dont_log(lg::b)) will be used early enough and for more than
one operation.
2009-01-12 01:10:44 +00:00
Ignacio R. Morelle
ee9a99ee6d Surround the if/else blocks in put_wml_message() in braces...
...to avoid possible ambiguities. Issue pointed out by Sapient.
2009-01-12 00:44:34 +00:00
Ignacio R. Morelle
21365df863 Possible fix for a major problem originated by 2009-01-12T00:29:45Z!shadowm@wesnoth.org;...
...memory smashing due to a case of t_string illness.
2009-01-12 00:41:43 +00:00
Ignacio R. Morelle
ea3359788e Added the put_wml_message() function, which now performs the tasks...
...of the WML handlers for debug_message (dep.) and wml_message.
2009-01-12 00:29:45 +00:00
Patrick Parker
cd27f1b687 prevent infinite recursion of [fire_event] 2009-01-12 00:21:55 +00:00
Ignacio R. Morelle
b2ba521e19 Update changelog according to previous commit. 2009-01-12 00:14:45 +00:00
Ignacio R. Morelle
0595636cf1 Use the lg::wml logdomain instead of lg::events for [wml_message] stuff...
...as suggested by Soliton.
2009-01-12 00:14:25 +00:00
Ignacio R. Morelle
9665726d1d Added a helper function that will be shared both for showing messages...
...from the lg::wml_errors stream, and the events logdomain.
2009-01-11 23:30:17 +00:00
Ignacio R. Morelle
2ed1fe755a Add a changelog entry regarding the introduction of [wml_message]...
...and deprecation of [debug_message].
2009-01-11 23:19:31 +00:00
Eric S. Raymond
4f06d7754e WML renaming tweak at ShadowMaster's request. 2009-01-11 23:17:28 +00:00
Ignacio R. Morelle
58318983a7 Allow [wml_message] to expose the lg::debug logger.
( [wml_message] logger=dbg message=foo [/wml_message] )
2009-01-11 23:09:10 +00:00
Ignacio R. Morelle
9afc6a7cf9 Deprecated the WML handler for [debug_message] in events;...
...use [wml_message] instead, which will be extended later.
2009-01-11 23:06:22 +00:00
Ignacio R. Morelle
68d4a1cee7 Rename the lg::notifs log domain to lg::events . 2009-01-11 22:57:41 +00:00
Karol Nowak
666b39b72b Fixed naming of a private member to fit the naming convention. 2009-01-11 21:01:29 +00:00
Lari Nieminen
642874cdc9 Fixed bug #12842. 2009-01-11 19:22:00 +00:00