10913 Commits

Author SHA1 Message Date
Lari Nieminen
fb0e3ac637 Small fixes to units (sounds, attack icons). 2006-05-06 08:48:24 +00:00
Patrick Parker
0dd40a8e20 removing a dead if-statement that was causing access violaion size_t(-1) 2006-05-06 07:56:06 +00:00
Patrick Parker
2b67de2818 expansion and improvement of the slateborder menu style 2006-05-06 06:56:41 +00:00
Jörg Hinrichs
78b223a3b9 makes vc++ compile 2006-05-05 22:47:22 +00:00
Jörg Hinrichs
8fbc193562 implements mute functionality...
...as mute <nick> (mute specific observer), muteall (toggle mute for
all observers) and mute (display muted observers)
2006-05-05 22:46:48 +00:00
Nils Kneuper
49db9b5c02 updated german translation 2006-05-05 21:49:32 +00:00
Jörg Hinrichs
e8bd762a29 fixes missing observer list if a player/observer joins a started game 2006-05-05 21:30:33 +00:00
Dominic Bolin
9110a5ec87 implement remote scenario verification 2006-05-05 15:42:25 +00:00
Dominic Bolin
2973f58b37 update project file 2006-05-05 15:41:35 +00:00
Nils Kneuper
972693a088 updated german translation 2006-05-05 15:29:15 +00:00
Nils Kneuper
a06c32e442 updated german translation 2006-05-05 14:57:52 +00:00
Nils Kneuper
684a5c474a pot-update 2006-05-05 14:42:16 +00:00
Nils Kneuper
8c4d607e48 fix compiling the editor 2006-05-05 14:38:48 +00:00
Nils Kneuper
26dfcbf706 add menu_style.cpp to files possibly including strings 2006-05-05 14:37:36 +00:00
Jörg Hinrichs
b675c60c4c enhances mute command to mute all observers 2006-05-05 06:41:50 +00:00
Rusty Russell
b64fa50197 Fix compile errors in gcc from recent Windows-based checkins:
1) menu_events.cpp: can't compare std::string with iterator.
2) Makefile.am needs updating for new file
3) widgets/menu_style.cpp: can't add strings, use string concatentation.
2006-05-05 04:11:02 +00:00
Patrick Parker
a1869d1f34 support for menu listbox styles
image border select style added to campaigns, get more campaigns, and
preferences dialogs
2006-05-05 03:37:08 +00:00
Richard Kettering
34228f9498 Added attack icon for chakram. 2006-05-05 03:20:21 +00:00
Richard Kettering
fcd9cf8a18 Added projectile image for chakram. 2006-05-05 03:17:50 +00:00
Jörg Hinrichs
3c6eb8b3f1 implements a new command "mute" to mute observers 2006-05-04 23:54:29 +00:00
Jörg Hinrichs
e4f226997d fixes double appearance of change side control dialog in multiplayer.
Feature "Game does not end if host leaves" is implemented now
2006-05-04 18:49:21 +00:00
Patrick Parker
b2223c56d7 imgsel border images for menu::imgsel_style menu.slateborder_style 2006-05-04 18:27:03 +00:00
Jörg Hinrichs
1922bd47a7 fixes lobby synchronization if the last player leaves the game 2006-05-04 18:18:18 +00:00
Jörg Hinrichs
e1c5d0ec9b fixes bug that observers can't join before players
fixes crash if last player leaves the game
enhances config debug method
2006-05-04 17:21:13 +00:00
Gunter Labes
f891e7fd70 use stringstream instead of strstream 2006-05-03 22:51:27 +00:00
Jörg Hinrichs
56b66dc090 enhances logging and makes wesnothd compile again
also prepares feature for changing the host if he leaves
2006-05-03 20:06:49 +00:00
Dominic Bolin
056b3bd41b Fix hiding abilities 2006-05-03 18:54:56 +00:00
Jörg Hinrichs
c73fe9568d fixes broken undo for multiplayer 2006-05-03 18:36:59 +00:00
Dominic Bolin
d8baf5e626 Only rebuild terrain after the whole event has been handled. 2006-05-03 16:32:57 +00:00
Nils Kneuper
8025a95eb9 updated german translation 2006-05-03 15:11:42 +00:00
David Philippi
62034bcf0c translation update 2006-05-03 10:38:18 +00:00
Lari Nieminen
1110f9fe65 New torch sounds and slightly more volume to the sword sound. 2006-05-03 08:55:05 +00:00
Lari Nieminen
7796e80233 Fixed an accidental breaking of TRoW and updated changelog. 2006-05-03 06:44:17 +00:00
Rusty Russell
f7545d77a0 Fix segfault caused by 2006-05-01T22:54:40Z!patrick_x99@hotmail.com: you cannot overwrite string literals! 2006-05-03 06:09:19 +00:00
David Philippi
53885b52aa removed spurious ) 2006-05-02 22:30:46 +00:00
Dominic Bolin
d4ca0c4a58 allow [variation] to inherit from the base [unit] by specifiying 'inherit=yes' 2006-05-02 21:04:59 +00:00
Jörg Hinrichs
10434e1460 fixes bug #5356 (player gets kicked when all slots are filled up).
The behaviour is now this: The player that first presses "join game"
(more precisely whose join-message gets processed first on the server)
is in. Everyone else will only be able to join as observer if no more
free sides are left. This happens immediately after joining, no matter
how much time is spent in the faction choosing dialog.

I also reworked some of the code by introducing a new observer list
for a game (so far, player_ had both players and observers in it). It
helps a lot with the bug and i feel it is much less confusing.

I also hope that problems with corrupted observer lists ingame are
fixed now and that you should not get an empty lobby if you get kicked
out of the game (by whatever reason).
2006-05-02 19:08:39 +00:00
Nils Kneuper
f4766ddf22 updated poruguese (brazil) translation 2006-05-02 18:18:52 +00:00
Lari Nieminen
bcb6a97011 Added new sword sound...
...and tweaked the timing and sounds (mostly sword-related) of a lot
of animations.
2006-05-02 15:37:20 +00:00
Scott Klempner
022c6d75cb wired new attack icon 2006-05-02 14:23:35 +00:00
David Philippi
906deaa220 inserted missing stuff 2006-05-02 13:09:06 +00:00
Richard Kettering
df28332e30 Added two new attack icons. 2006-05-02 08:15:10 +00:00
Richard Kettering
966edfd381 New version of elven sword attack icon. 2006-05-02 08:12:27 +00:00
Richard Kettering
ae7f112096 New versions of several attack icons. 2006-05-02 08:10:54 +00:00
Gunter Labes
49f2776c28 two small fixes 2006-05-02 05:36:21 +00:00
Bruno Wolff III
bd1526984a After a recent change, Wesnoth would no longer compile...
...because of the spurious gamemap:: on the write_terrain definition.
2006-05-02 03:37:16 +00:00
Asa Swain
2a6a415036 UtBS: fixed scenario 6.1 crypt bug 2006-05-02 01:03:48 +00:00
Patrick Parker
d4486ed8d3 terrain stored in [store_locations] WML 2006-05-01 22:54:40 +00:00
Isaac Clerencia Perez
a44d632afe Apply patch #545 from Falk Hueffner: fix TTF_SizeUNICODE arguments 2006-05-01 21:25:05 +00:00
Isaac Clerencia Perez
a977d62272 Apply patch #544 from Falk Hueffner: fix 64-bit issue 2006-05-01 21:18:42 +00:00