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 |
|
Fabian Müller
|
0b01eb933a
|
LoW::14: Removed the different time limits per difficult level.
|
2009-01-11 17:13:11 +00:00 |
|
Lari Nieminen
|
af75a62cd7
|
A bunch of little cleanups, mostly TC'ing of [move_unit_fake]s.
|
2009-01-11 17:07:18 +00:00 |
|
Alexander van Gessel
|
365fbc0168
|
Change a "turn 21" event into "time over".
|
2009-01-11 17:34:30 +01:00 |
|
Nils Kneuper
|
748d5582af
|
pot-update
regenerate doc files
|
2009-01-11 16:12:50 +00:00 |
|
Nils Kneuper
|
e987a38887
|
updated German and Spanish translation
|
2009-01-11 16:04:55 +00:00 |
|
Lari Nieminen
|
6acba79288
|
Removed the hideously bloaty HIGHLIGHT_UNIT macro.
Might be added back in later if implemented in a more sane manner.
|
2009-01-11 15:03:42 +00:00 |
|
Sergey Popov
|
31b4593e56
|
Fixed installation of translations.
Made localedirname option actually affect the directory where
translations are installed.
|
2009-01-11 13:15:27 +00:00 |
|
Sergey Popov
|
15e0575116
|
Rewritten InstallFiltered builder.
Made it have semantics similar to env.InstallAs and operate only on
directories.
|
2009-01-11 13:15:16 +00:00 |
|
Phil Barber
|
1f7e5b0b99
|
Add LordBob's Human General and Marshal portraits.
|
2009-01-11 12:58:31 +00:00 |
|
Lari Nieminen
|
713c4c66dd
|
Added a default next_scenario= to make :n not end the campaign.
|
2009-01-11 10:09:10 +00:00 |
|
David White
|
23a329f25b
|
made simple wml ordered properly
|
2009-01-11 05:50:01 +00:00 |
|
Patrick Parker
|
809feea121
|
revert a couple of lines of debugging code
|
2009-01-11 05:45:14 +00:00 |
|
Patrick Parker
|
53ffd7a3d3
|
possible fix for bug #12824
- prevent fire_event from prematurely committing new event handlers
|
2009-01-11 05:27:10 +00:00 |
|
Patrick Parker
|
b4f608871a
|
fix more bugs which were introduced during an apparent refactoring attempt
- parseQuotes now handles quotes in comments correctly as it did originally
|
2009-01-11 01:31:12 +00:00 |
|
Ignacio R. Morelle
|
7cd77cf45e
|
Recover a lost grammatical fix.
Thanks gins from the Spanish translation for pointing this out.
|
2009-01-11 01:23:27 +00:00 |
|
Sergey Popov
|
f89f6d9bdd
|
Fixed "scons install" with gui=tiny.
|
2009-01-11 01:12:58 +00:00 |
|
Patrick Parker
|
ac41da8fd7
|
remove unused code section
|
2009-01-11 01:03:21 +00:00 |
|
Patrick Parker
|
d4cbd32e40
|
fix wmliterator.py:
- AttributeError: 'WmlIterator' object has no attribute 'printError'
- Unwanted spam printed to the console
|
2009-01-11 00:59:35 +00:00 |
|