Commit Graph

21898 Commits

Author SHA1 Message Date
Ali El Gariani
9309dedcbb fix bug #10710:
MP in sidebar show crazy number when max_MP is 0

It was a division by 0 when evaluating the <r,g,b> tag graying these
numbers
2008-01-08 12:06:25 +00:00
Piotr Cychowski
84a7ce8155 Fix for an issue spotted when investigating #10710
- properly apply [object]s to Troll High Shamans
2008-01-08 10:23:31 +00:00
Gunter Labes
6c53aa08fe correct a log message 2008-01-08 10:09:47 +00:00
Gunter Labes
0c2bd29207 remove an unneeded and bogus check 2008-01-08 10:09:05 +00:00
Gunter Labes
82a8d1dc89 indentation fix 2008-01-08 09:56:28 +00:00
Gunter Labes
12d567263f remove an unused function: vacant_villages() 2008-01-08 09:35:00 +00:00
Gunter Labes
d9e640b306 adjust some log levels 2008-01-08 09:29:27 +00:00
Gunter Labes
e56280353d apply patch #926
(Adding map name to interface when waiting for game to start) from
Anni Mäkelä with some tweaks
2008-01-08 04:11:06 +00:00
Gunter Labes
5fea63df40 indentation fix 2008-01-08 04:04:58 +00:00
Gunter Labes
47d205ea4c some error/success reporting for :commands 2008-01-08 00:51:20 +00:00
Eric S. Raymond
8ab69af045 Address bug #10708. 2008-01-07 22:56:13 +00:00
Gunter Labes
77b313a3a2 add the time to all chat messages...
...and only govern the display of the timestamp by the preferences

also display the timestamp everywhere not only in-game (fixes bug
#10572: Making the timestamp feature better)
2008-01-07 22:24:13 +00:00
Nils Kneuper
da1de3871b pot-update 2008-01-07 21:33:48 +00:00
Nils Kneuper
5b77e1a750 fixed " " in the middle of the strings
you musn't use those inside a string...
2008-01-07 21:29:50 +00:00
Nils Kneuper
25fe393726 updated German translation 2008-01-07 21:05:51 +00:00
Nils Kneuper
4c8cf00bdd updated German translation 2008-01-07 20:34:25 +00:00
Jérémy Rosen
d9813f7374 second attempt at fixing the scrolling bug, please test again 2008-01-07 20:16:09 +00:00
Jérémy Rosen
8315dcc51c make the bug seen by grzywacz pratically invisible...
solving it would be too tricky at this stage
2008-01-07 19:30:32 +00:00
Gunter Labes
65d4f759c7 also send the history and observer joins (needed?)...
...to players that advance to the next scenario (should fix bug
#10646: Player 2 can get stuck in replay in MP campaign)

needs testing..
2008-01-07 19:15:57 +00:00
Gunter Labes
b5c00cc185 don't check the timeout if we're sending/receiving
(fixes bug #10530: Ping timeout and multiplayer scenario interaction.)
2008-01-07 18:19:41 +00:00
Nils Kneuper
8b01a311d2 updated Chinese translation 2008-01-07 14:26:58 +00:00
Richard Kettering
17803c6613 Touched up orcish warrior frames. 2008-01-07 06:19:26 +00:00
Richard Kettering
5184c4ba85 Touched up orcish grunt images. 2008-01-07 06:15:14 +00:00
Richard Kettering
bae200d575 Touched up orcish grunt and warrior animations, added offset tweaks. 2008-01-07 06:10:29 +00:00
Gunter Labes
1650a2a910 unify the multiplayer command handling:
most (all?) commands are now available as :command <argument> and
/command <argument>

accept lobby-style messages also in-game (construct_server_message()
can be simplified now)
2008-01-07 05:55:40 +00:00
Gunter Labes
70c7badb08 log and return the unrecognized query command 2008-01-07 05:48:01 +00:00
Gunter Labes
250182b75b refactored the friends and ignore list and its handling:
* friends and ignores are now in separate lists

  * nicks are now stored as values not keys (fixes bug #10688: a minus
    sign in the friendslist causes wesnoth 'hang')

should work as before.. needs more testing
2008-01-07 03:49:19 +00:00
Gunter Labes
a1ac9b53a9 minor tweaks 2008-01-07 03:36:45 +00:00
Gunter Labes
3b5150b67d fix bug #10695: Multiplayer Hall does not get loaded 2008-01-07 03:13:26 +00:00
Gunter Labes
e15059a019 adjust some log levels 2008-01-07 03:02:03 +00:00
Jérémy Rosen
3a36667c56 fix more mvt anim glitches.
should be good this time, please report any problem
2008-01-06 22:19:01 +00:00
David White
a9fa722963 fixed off-by-one bug in deleting auto saves 2008-01-06 21:33:44 +00:00
Nils Kneuper
4ce3fde203 cleaned up the release notes 2008-01-06 20:39:26 +00:00
Nils Kneuper
2a384e137e added the autosave option to the changelog 2008-01-06 20:38:35 +00:00
Patrick Parker
3371fe612c fix a problem with [filter_vision] not reading visible= attribute correctly 2008-01-06 19:53:03 +00:00
Nils Kneuper
2bacb85f05 modify the "maxsaves slider" to handle the number of autosaves instead
due to Dave's additon of removing autosaves the function of this slider
was gone anyway

someone please review my changes to make sure that i do not break
something...
2008-01-06 19:35:59 +00:00
Gunter Labes
95e086127d typo fix 2008-01-06 19:27:59 +00:00
Gunter Labes
a140a3773e return 'def' on the empty string again 2008-01-06 19:10:02 +00:00
Patrick Parker
bb78efd8fb FR #10316 - new tag [filter_vision] for Standard Unit Filter 2008-01-06 19:04:57 +00:00
Nils Kneuper
7e7b2532de updated Slovak translation 2008-01-06 18:55:15 +00:00
Gunter Labes
6614ca4c63 implement a function (word_match()) to check if a string contains a word
(will be used for chat message highlighting)

remove an unused function declaration (has_value())
2008-01-06 18:37:58 +00:00
David White
2a94407222 attempt to make auto-save detection work well with i18n 2008-01-06 18:18:56 +00:00
Gunter Labes
3dedd35786 don't check for a lobby join message here...
...it's done in add_chat_message() anyway
2008-01-06 18:15:34 +00:00
Benoît Timbert
2fc402bb19 Whoops forgot to update the changelog :) 2008-01-06 18:08:34 +00:00
Benoît Timbert
1ea5f8212e Implementation of Sapient's suggestion for FR #9676 :
now :droid works this way:

- :droid 1 (toggle the AI on side 1)

- :droid 1 on (set the AI on side 1)

- :droid 1 off (disable the AI on side 1)
2008-01-06 18:07:50 +00:00
Nils Kneuper
651c59e0cc updated Slovak translation 2008-01-06 17:48:21 +00:00
Nils Kneuper
1d98df3f46 updated Chinese translation 2008-01-06 17:45:37 +00:00
Patrick Parker
4da7800923 improve default returns of string_bool for garbage input 2008-01-06 17:35:34 +00:00
Nils Kneuper
ac971d2bf2 pot-update 2008-01-06 17:32:37 +00:00
Nils Kneuper
2903a14493 macrofy all special notes
clean up [female] sections for UtBS units
2008-01-06 11:06:36 +00:00