34684 Commits

Author SHA1 Message Date
Guillaume Melquiond
e33f90a2ab Worked around an assertion failure...
...when Formula AI recruits by overwriting the invalid recruit location.
2009-07-26 16:56:40 +00:00
Lari Nieminen
c564317690 Probably fixes a bug with the spawns not getting their normal movement back. 2009-07-26 14:53:45 +00:00
Alexander van Gessel
28ec5cc16e Turn forgotten catch-by-value into catch-by-reference. 2009-07-26 15:14:17 +01:00
Alexander van Gessel
0f3ef4dd75 Rewrite [end_turn] to end the turn after the event has finished. 2009-07-26 15:07:44 +01:00
McShark
5f5cfcbb84 Fix compiler warning about "no newline at end of file" 2009-07-26 13:48:05 +00:00
Tomasz Śniatowski
247176eedd make F5 in title screen flush image cache in addition to reloading config 2009-07-26 12:05:38 +01:00
Phil Barber
03f7e7fb68 Add and wire new Human Fencer portrait, update changelogs, portrait credits. 2009-07-26 08:30:26 +00:00
Ignacio R. Morelle
90540e2ecd Moved some WML evaluation code from a method in sound.cpp...
...to the music_track class constructor.
2009-07-26 02:19:38 +00:00
Ignacio R. Morelle
35e1c71853 Restored alphabetical order on the credit entries for Wayfarer,
...Jason Lutes and Neoskel.
2009-07-25 22:36:44 +00:00
Ignacio R. Morelle
30a31a372b Update Jetr[ey]l's username - the wiki username...
...shouldn't have changed unless he registered a separate account or
someone slaughtered MediaWiki...
2009-07-25 22:36:24 +00:00
Ignacio R. Morelle
f5a1cefc18 Whoever moved thespaceinvader to first-tier Art Contributors...
...forgot to keep this alien thing called "alphabetical order".
2009-07-25 22:36:02 +00:00
Ignacio R. Morelle
794c771a2b Delfador's Memoirs scenario 13:
...a spurious WML variable expansion caused the code that selects
Kalenz's first line during the victory event to always fall back into
the Chantal-is-Druid case. This commit fixes that.
2009-07-25 22:35:41 +00:00
Bruno Wolff III
7ccc195a18 Fix typo in INSTALL instructions 2009-07-25 15:31:21 +00:00
Phil Barber
eac818f0fe Add and wire new Merman Fighter/Warrior portrait,
...update changelogs, portrait credits.
2009-07-25 11:31:45 +00:00
Nils Kneuper
2a83e25806 updated Hungarian translation 2009-07-25 10:12:21 +00:00
Richard Kettering
9ccfa2ed89 New graphics for the orcish archer. 2009-07-25 08:12:54 +00:00
Ignacio R. Morelle
b28cb0496c Fix a doxygen comment. 2009-07-25 03:02:05 +00:00
Iurii Chernyi
4ea82c92bc Fixed problem with unit_map::replace
when its map_location parameter 'l' is the reference to map_location
that is part of that unit iterator which is to be deleted by erase
(1st part of unit_map::replace), 'l' is invalidated, so adding unit at
'l' (2nd part of unit_map::replace) fails. Fixed by making a copy of
the locationinside unit_map::replace (fixes bug #14014)
2009-07-24 21:48:38 +00:00
Ignacio R. Morelle
d751f908ac Document :unit <advances=N> in the Debug Mode Commands...
...section of the help.
2009-07-24 20:13:28 +00:00
Eugen Jiresch
1164d35f2a removed the [player] tag from replay_start in savegames.
saves with player tags in replay_start still work
2009-07-24 14:56:24 +00:00
Eugen Jiresch
96ad766e9e scenariostart saves now store persistence information in [side] tags 2009-07-24 13:53:19 +00:00
Eugen Jiresch
2c2a5b42ff added carryover gold handling to game_state::write_players...
...if merge_side is specified
2009-07-24 13:36:08 +00:00
Tomasz Śniatowski
e638a4b584 add a --no-srng command line option to disable...
...server-side RNG support to allow potential OoS debugging without
having to rebuild
2009-07-24 14:06:50 +01:00
Tomasz Śniatowski
63a4de5e61 add an advanced preference for disabling new lobby player grouping...
...in the player list
2009-07-24 14:06:30 +01:00
Tomasz Śniatowski
4249455378 change default value for one new lobby preference 2009-07-24 14:06:08 +01:00
Tomasz Śniatowski
1cdb275cff remeber playerlist sort settings in new lobby 2009-07-24 14:05:51 +01:00
Tomasz Śniatowski
a529e30c61 add advanced_preference entries for lobby friends-only whisper setting...
...and lobby auto-opening of new whisper windows
2009-07-24 14:05:33 +01:00
Tomasz Śniatowski
df61054bc4 change chat window open message to include /ignore help for a whisper window 2009-07-24 14:05:16 +01:00
Tomasz Śniatowski
438cca61be add admin auth recognition to new lobby 2009-07-24 14:04:59 +01:00
Tomasz Śniatowski
2929a85255 lobby cfg cleanup 2009-07-24 14:04:38 +01:00
Tomasz Śniatowski
c927601e25 fix issue with gamelist dblclick 2009-07-24 14:04:19 +01:00
Tomasz Śniatowski
a8db684d3a wire in skip replay preference to new lobby 2009-07-24 14:03:30 +01:00
Gunter Labes
ddcb738c50 add 2 HP on the full-heal AMLA of the Dust Devil 2009-07-24 12:36:04 +00:00
Eric S. Raymond
fdc1230bc7 Minor fix to a bug in Drake name phonotactics pointed out by Kitty. 2009-07-24 10:38:40 +00:00
Eugen Jiresch
a5bbaec259 game_state::get_player_info can now use [side] tags...
...in addition to [player] to get persistence information from
starting_pos. also removed obsolete error message
2009-07-24 08:36:38 +00:00
Richard Kettering
81df5ce258 Shadow updates for the ghouls. 2009-07-24 05:48:25 +00:00
Ignacio R. Morelle
2ddc783bc9 Little cosmetic change: make the event Ghouls in DiD scenario 2...
...start facing southwest instead of southeast ("staring at the wall").
2009-07-24 05:17:53 +00:00
Richard Kettering
2afde9b009 Shadow updates for the soulless. 2009-07-24 04:53:24 +00:00
Eric S. Raymond
4592d83e65 Simplify and document the phonology of Drake names,
...so Kitty can do the writing system.
2009-07-23 23:09:23 +00:00
Gunter Labes
bf1e87c50a simplified and improved Grimnir's and Zurg's appearance 2009-07-23 21:01:38 +00:00
Gunter Labes
8565377fd7 corrected off-by-1 error in log messages 2009-07-23 21:01:18 +00:00
Tomasz Śniatowski
2a1d540c74 reorder playerlist sort buttons, move room close button...
...below the roomlist and conditionally enable it, kill the next room button
2009-07-23 19:40:35 +01:00
Tomasz Śniatowski
86723b7645 more lobby player list update fixes 2009-07-23 19:40:11 +01:00
Tomasz Śniatowski
13b2f41b91 new lobby layout tweak 2009-07-23 19:39:49 +01:00
Tomasz Śniatowski
4fdd84b904 added code to update the new lobby playerlist...
...when a user is ignored via a /command
2009-07-23 19:39:23 +01:00
Tomasz Śniatowski
271c53bd0a fix a warning 2009-07-23 19:39:01 +01:00
Tomasz Śniatowski
0d8e99d925 add a player info dialog that pops up on doubleclick...
...on newlobby's player list. Similar to the old lobby dialog.
2009-07-23 19:38:25 +01:00
Tomasz Śniatowski
638daadac6 add get_game_by_id to lobby_info 2009-07-23 19:37:47 +01:00
Tomasz Śniatowski
2fc6713b25 expose chat_handler::send_command 2009-07-23 19:36:55 +01:00
Phil Barber
828b3d0412 Add and wire new Mermaid Priestess/Diviner portrait,
...update changelogs, portrait credits.
2009-07-23 16:54:35 +00:00