29415 Commits

Author SHA1 Message Date
Eric S. Raymond
8e23cdb6a7 Address bug #12638 (compilation crash). This is a theoretical fix based
on examining the 2.6 Python.h header.  It will need testing.
2008-12-05 13:19:16 +00:00
Eric S. Raymond
bd51a35da5 Address bug #12632 (Reproducible pathfinding crash)...
...by backing out yet another suokko change it turns out I shouldn't
have merged.  Sigh...
2008-12-05 12:51:02 +00:00
Gunter Labes
4125745e07 put image cache debug messages in the cache domain 2008-12-05 09:51:31 +00:00
Gunter Labes
ad6ee841a1 Increased the cost of the Goblin Spearman from 8 to 9. 2008-12-05 08:45:27 +00:00
David White
74cda75e12 removed some unneeded header files 2008-12-05 06:02:20 +00:00
Patrick Parker
f0bced745f massive cleanup for the [role] code,
...including crash prevention for invalid side numbers, consistent
handling of precedence order, and removing excessive config copy
operations.
2008-12-05 04:06:02 +00:00
David White
39cb360d9a made the memory allocator get memory from dlmalloc...
...rather than using mmap(). Also made it free memory properly from
threads other than the main one.
2008-12-05 03:33:26 +00:00
Fabian Müller
0980cdfb71 LoW: replaced Troll leaders. 2008-12-05 01:12:15 +00:00
Alexander van Gessel
25c977c651 Stop wmlindent from using commented-out #enddefs. 2008-12-05 01:22:29 +01:00
Fabian Müller
82a4ece230 LoW::14: Redone the village ownership assignment. 2008-12-04 23:44:03 +00:00
Fabian Müller
c26f1bf3f3 LoW::2: Reduced the trolls leader to a lvl2 unit if played in EASY. 2008-12-04 21:14:36 +00:00
Nils Kneuper
c7cbc10c16 updated Spanish translation 2008-12-04 20:58:41 +00:00
Sergey Popov
4b1a220140 Committed McShark's projectfiles update. 2008-12-04 20:23:05 +00:00
Mark de Wever
47ab2f2d8d Add a fix for a crash in MSVC 2008.
MSVC 2008 doesn't seem to like

typedef typename foo<bar>::rhs_type rhs_type;

It ends with an internal compiler error, so changed the typedef to use
different names for rhs_type.
2008-12-04 19:54:48 +00:00
Mark de Wever
2f700cd925 Added a horizontal scrollbar widget.
Also added 'new' art, since the current toolkit has no art for it. The art is
of the copy-paste-rotate kind. (The scrollbar is not used yet.)
2008-12-04 19:00:44 +00:00
Ignacio R. Morelle
2de9990f1d Add Id line and set correct SVN properties for src/malloc.c 2008-12-04 18:35:53 +00:00
Ignacio R. Morelle
67b7e94b13 Add Id line and set correct SVN properties for src/poolalloc.c 2008-12-04 18:33:06 +00:00
Ignacio R. Morelle
2fdba3c097 Don't scroll to Lich-Lord Caror on side 4 turn until he is unstoned. 2008-12-04 18:16:31 +00:00
Fabian Müller
d9c5f88a3c fixed bug #12667 2008-12-04 16:41:35 +00:00
Fabian Müller
195f04be10 Added a macro that assigns all villages on the map to a specified side. 2008-12-04 15:45:55 +00:00
Ignacio R. Morelle
62321f60f8 Remove useless {~scenarios/multiplayer} include.
UMC MP scenarios are supposed to be located at ~campaigns/
with the rest in order to work properly and be uploadable,
anyway.
2008-12-04 15:21:33 +00:00
Ignacio R. Morelle
3aba2a1a9e The map editor is started automatically...
...if the game binary used contains "editor" somewhere in its name
(useful for symlinks).
2008-12-04 15:21:17 +00:00
Lari Nieminen
78a3731089 Fixed textdomains: the ability macros belong to wesnoth,
...special notes to wesnoth-utbs.
2008-12-04 08:33:03 +00:00
Nils Kneuper
7afc3c510c updated Spanish translation 2008-12-04 06:55:30 +00:00
Ignacio R. Morelle
890bb12e5b Fixed bogus textdomain. This is a STRING-FREEZE BREAKING commit,
...however it is necessary to get the strings in the correct textdomain.
2008-12-04 00:48:52 +00:00
Ignacio R. Morelle
27e54c93d0 Ran wmlindent on single file 2008-12-04 00:48:37 +00:00
Ignacio R. Morelle
aef161e8e5 Correct memory saving statement in earlier commit 2008-12-04 00:48:19 +00:00
Ignacio R. Morelle
44071db8e7 Mention Sirp's allocator in changelog 2008-12-04 00:40:43 +00:00
Ignacio R. Morelle
93197a6736 Add a missing new line 2008-12-04 00:40:04 +00:00
Lari Nieminen
ce3b90adb2 Updated TSG maintenance credits. 2008-12-03 20:10:22 +00:00
Nils Kneuper
38217b325f pot-update
regenerated doc files
2008-12-03 18:51:08 +00:00
Lari Nieminen
8bb38ca3cf Decreased the enemy starting gold on easy and normal. 2008-12-03 18:50:45 +00:00
Lari Nieminen
8ab65791d3 WML cleanup. 2008-12-03 17:10:28 +00:00
Nils Kneuper
bc6515c54c updated Czech translation 2008-12-03 14:12:00 +00:00
Sergey Popov
313a9c76a1 ifndef init_custom_malloc's declaration too for documentation purposes. 2008-12-03 13:56:40 +00:00
Alexander van Gessel
cce4ca958f Standardise some syntax. 2008-12-03 14:39:06 +01:00
Alexander van Gessel
de26624182 Fix [role] not working without type key. (bug #12660) 2008-12-03 14:30:34 +01:00
Sergey Popov
ac816d4e38 Added an option to disable custom pool malloc...
...to scons and disabled it on windows.
2008-12-03 13:30:30 +00:00
Alexander van Gessel
9f12b5b1f1 Silenced a warning. 2008-12-03 13:30:10 +01:00
Alexander van Gessel
0c55b9bee6 Ran wmlindent. 2008-12-03 12:25:14 +01:00
Alexander van Gessel
10bc9e8733 Fix #enddef detection in wmlindent. 2008-12-03 12:24:22 +01:00
Alexander van Gessel
5c2aa1cd25 Allow Uradredia to recruit. 2008-12-03 12:12:43 +01:00
Sergey Popov
7e1b6b200e Change CXXFLAGS to CCFLAGS so .c sources will be affected too. 2008-12-03 09:12:40 +00:00
Steven Panek
698f2443b9 [[Map brush fixes]]
* Converted city/fort brushes, the hill brush, the mountain brush, the
  label brush, the tree brush and the signpost brush to gbrs.

* Made the brush names consistent.

* Combined all the swamp brushes into one gih.
2008-12-03 03:06:45 +00:00
Alexander van Gessel
12b7aae740 Commit Sirp's fix for an assertion failure. 2008-12-03 02:00:25 +01:00
Steven Panek
7f47265705 Applied the undead flag to relevant sides. 2008-12-02 23:43:52 +00:00
Richard Kettering
6fa7c92247 Removed several extremely obsolete lightning graphics...
...so that they don't end up in 1.6.  Please use the elder-mage's
attack instead.
2008-12-02 23:34:09 +00:00
Steven Panek
7a6390ac4b Applied the undead flag to relevant sides. 2008-12-02 23:26:43 +00:00
Eric S. Raymond
781e50826b Minor documentation-comment revisions. 2008-12-02 20:59:20 +00:00
Fabian Müller
e409785705 Added more village ownership macros to side-utils.cfg.
ESR_ please review the language.

zookeeper please review the code.
2008-12-02 20:48:46 +00:00