35094 Commits

Author SHA1 Message Date
Tomasz Śniatowski
ac1b674eef vcproj update 2009-08-15 23:34:17 +01:00
Tomasz Śniatowski
9f60ee8302 reverse the "core" terrain logic so UMC can pull core terrains...
...into an UMC terrain group without making the terrain non-core
2009-08-15 23:33:51 +01:00
Tomasz Śniatowski
7ec4ad9946 add some editor terrain palette load debug messages 2009-08-15 23:33:29 +01:00
Tomasz Śniatowski
1e3c76625d use std::remove_if in place of a hand-coded loop 2009-08-15 23:32:32 +01:00
Gunter Labes
471cfea4b9 if we're searching by IP also match online players by IP 2009-08-15 22:13:23 +00:00
Iurii Chernyi
d353870ad3 rework of 2009-08-15T19:59:42Z!terraninfo@terraninfo.net - set human leader names to player names,
...AI leader names to AI descriptions
2009-08-15 21:44:19 +00:00
Gregory Shikhman
1d211ce9f6 Date selection is now saved between page refreshes on the killmap page.
Removed some code now unnecessary because of the SQL JOIN.
2009-08-15 21:36:38 +00:00
Gregory Shikhman
947ad4154b Added an SQL JOIN to merge GAMES/GAMES_MP and KILLMAP tables...
...when doing filtering. Still need to refactor things to get rid of
temporary hacks.  Added some debugging to look at a rare change in
[kill_event] format that my parser does not handle.
2009-08-15 20:53:24 +00:00
Iurii Chernyi
6a55681bb3 Added a new developer ai configuration 2009-08-15 19:59:52 +00:00
Iurii Chernyi
ee6b314da6 WIP on show_ai_moves 2009-08-15 19:59:48 +00:00
Iurii Chernyi
0eb769dc3b Set leader names to player names in MP...
...(can be overridden on per-faction/per-scenario basis)
2009-08-15 19:59:42 +00:00
Gregory Shikhman
435280f3eb Changed all instances of dateconstruct()...
...with the more general rangeconstruct(). Added unique game-id
generation to rows added to GAMES/GAMES_MP.
2009-08-15 19:20:11 +00:00
Mark de Wever
ae446c35ec Added a listbox assertion failure work-around.
In the MP lobby it can happen that a listbox has first zero ite then
gets filled and since there are no visible items the second asse after
this block will be triggered. Use this ugly hack to avoid that case.
2009-08-15 18:46:15 +00:00
Guillaume Melquiond
7b127bfef2 Added backward compatibility for drake changes. 2009-08-15 17:47:52 +00:00
McShark
c103d79f8c Update according to recent file changes:
...added src/gui/dialogs/unit_create.cpp+hpp
2009-08-15 17:21:28 +00:00
Guillaume Melquiond
0f70433cf2 Removed useless assertion. 2009-08-15 15:07:19 +00:00
Guillaume Melquiond
24f1921e1f Fixed a few fuzzy strings and typos. 2009-08-15 14:48:41 +00:00
Guillaume Melquiond
37737112ca Moved turn change notifications before the player starts. 2009-08-15 14:36:02 +00:00
Guillaume Melquiond
151eeb879f Fixed segfault. 2009-08-15 14:21:16 +00:00
Guillaume Melquiond
9100043769 Removed unused function utils::uppercase. 2009-08-15 14:21:12 +00:00
Guillaume Melquiond
a304af167d Removed unused function utils::strip_char. 2009-08-15 14:21:08 +00:00
Guillaume Melquiond
56a89d7646 Removed unused function unit_ability_list::lowest. 2009-08-15 14:21:04 +00:00
Guillaume Melquiond
eaa1800a22 Removed unused field mouse_handler::enemy_visible_. 2009-08-15 14:21:00 +00:00
Guillaume Melquiond
cc94ed8cd6 Removed unused function chat_log::assemble_text. 2009-08-15 14:20:55 +00:00
Guillaume Melquiond
09e76345a7 Removed unused function cursor::temporary_use_bw. 2009-08-15 14:20:51 +00:00
Guillaume Melquiond
b118b7c68c Removed unused function config::merge_and_keep. 2009-08-15 14:20:48 +00:00
Guillaume Melquiond
f778440952 Removed unused function utils::capitalize. 2009-08-15 14:20:43 +00:00
Guillaume Melquiond
68e485ee3e Removed unused function sound::play_no_music. 2009-08-15 14:20:39 +00:00
Guillaume Melquiond
15247bf9d6 Removed unused field display::hex_overlay_. 2009-08-15 14:20:34 +00:00
Guillaume Melquiond
9a26bfa344 Removed unused function attack_type::has_special_by_id. 2009-08-15 14:20:29 +00:00
Guillaume Melquiond
30e688bf4b Removed unused function unit::team_rgb. 2009-08-15 14:20:23 +00:00
Guillaume Melquiond
258342d55d Removed unused function font::text_to_lines. 2009-08-15 12:01:07 +00:00
Guillaume Melquiond
3344673aea Removed unused function unit_display::unit_visible_on_path. 2009-08-15 12:01:02 +00:00
Guillaume Melquiond
36fb3a75db Removed unused function map_location::legacy_difference_assigns. 2009-08-15 12:00:58 +00:00
Guillaume Melquiond
a555a1221f Removed unused function write_possibly_compressed. 2009-08-15 12:00:53 +00:00
Guillaume Melquiond
cc46cec60a Removed unused function languagedef_name. 2009-08-15 12:00:49 +00:00
Guillaume Melquiond
50352cf7f9 Removed unused function color_to_int. 2009-08-15 12:00:45 +00:00
Guillaume Melquiond
53fdea3a48 Removed unused function get_addon_dirs. 2009-08-15 12:00:40 +00:00
Guillaume Melquiond
f7d16cdbd4 Removed unused function timeofday_at. 2009-08-15 12:00:35 +00:00
Guillaume Melquiond
1620a04e69 Removed unused function darken_image. 2009-08-15 12:00:31 +00:00
Guillaume Melquiond
ccc7a9c02d Removed unused function menu_events::has_team. 2009-08-15 12:00:26 +00:00
Guillaume Melquiond
73bd9a02a2 Reduced code duplication. 2009-08-15 12:00:21 +00:00
Guillaume Melquiond
8619da1b7f Simplified code. 2009-08-15 12:00:16 +00:00
Guillaume Melquiond
d5bc358ced Reduced code duplication. 2009-08-15 12:00:05 +00:00
Richard Kettering
54fc444c39 Shadow conversion on the peasants,
...and added an updated bow attack for the woodsman.
2009-08-15 10:06:29 +00:00
Tomasz Śniatowski
3099e29f5e avoid '*/ found outside of comment' warnings in msvc 2009-08-15 09:09:08 +01:00
Tomasz Śniatowski
ef0805deab int64_t -> long long to avoid a MSVC problem...
...or having to include a boost header just for that
2009-08-15 09:07:54 +01:00
Guillaume Melquiond
a6dde5e695 Added some error messages. 2009-08-15 08:00:35 +00:00
Guillaume Melquiond
4fc242003b Made prefixed error messages appear as WML errors. 2009-08-15 08:00:29 +00:00
Guillaume Melquiond
f2a7970492 Removed undocumented and redundant function. 2009-08-15 08:00:24 +00:00