Steven Panek
1ab5bef8f0
Tweaked the forests on the Far North map.
...
Removed some debris from the Far North map.
2008-12-22 22:07:31 +00:00
Tomasz Śniatowski
f73a7e4808
silence a warning
2008-12-22 23:04:44 +01:00
Tomasz Śniatowski
c17892256d
silence a warning
2008-12-22 23:03:51 +01:00
Steven Panek
1f19f8ad0e
Corrected the tree brush's spacing.
2008-12-22 21:44:16 +00:00
Steven Panek
54db4f95ed
Removed unecessary pixels from the tree brush.
2008-12-22 21:34:00 +00:00
Tomasz Śniatowski
8c8913524f
explain existing vc9 hack and disable warnings there
2008-12-22 20:33:39 +01:00
Mark de Wever
207624c412
Remove Kitty's large transparent portraits.
...
Kitty send the final version of all current portraits which will be added in
the next commit.
2008-12-22 19:01:41 +00:00
Tomasz Śniatowski
121606bde9
define __func__ as __FUNCTION__...
...
...if the former isn't found and the latter is. This also allows
removing the sunos special VALIDATE version
2008-12-22 19:58:50 +01:00
Tomasz Śniatowski
a72de56f6f
clear up some struct/class inconsistencies MSVC complains about
2008-12-22 19:54:51 +01:00
Tomasz Śniatowski
fb59459630
add static_cast<int> in two instances...
...
...of taking the negative of a unsigned number which may not work as
expected in some cases (and msvc complains with a warning)
2008-12-22 19:37:15 +01:00
Tomasz Śniatowski
ce09e14d52
fix a MSVC build error with boost's foreach using this->
2008-12-22 19:21:00 +01:00
Tomasz Śniatowski
a7739831d7
fix a C++ typo: audio_lock lock(); does not create a variable,
...
...it's a function declaration that does nothing. What was most likely
intended was audio_lock lock;
2008-12-22 18:56:35 +01:00
Eric S. Raymond
fcb558286d
Note addition of _initial.cfg.
2008-12-22 16:57:54 +00:00
Ignacio R. Morelle
42b3fb10c4
Mention Naga Warrior's graphic updates in changelogs.
2008-12-22 16:52:07 +00:00
Fabian Müller
e6960757a3
LoW::2: Redone Olurf's team switching code.
2008-12-22 16:39:10 +00:00
Tomasz Śniatowski
174046b0c5
add another missing #include VC9 complained about
2008-12-22 17:34:10 +01:00
Tomasz Śniatowski
ab2c04ed94
add some missing includes VC9 complained about
2008-12-22 17:15:29 +01:00
Ignacio R. Morelle
ce5efe7653
Revert "Remove a potential loose reference-to-const"
...
(SVN changeset of revision 2008-12-22T14:28:26Z!shadowm@wesnoth.org).
2008-12-22 16:09:47 +00:00
Ignacio R. Morelle
f83c171f61
Update changelog, mentioning new image-path functions
2008-12-22 14:36:00 +00:00
Ignacio R. Morelle
fc6ef29f74
Added some code comments
2008-12-22 14:30:00 +00:00
Ignacio R. Morelle
3b1f29dc21
Expose adjust_surface_alpha() as the ~O() image-path function
...
(O for Opacity).
Unlike ~CS() and sons, this is a "pretty" function which may be given an
argument in either a multiplier form (i.e. 0.5 for half-opaque, 1.0 for
original opacity), or as a percentage (50% and 100% for the
aforementioned examples). If the argument exceeds 100% (1.0), things get
interesting.
2008-12-22 14:29:41 +00:00
Ignacio R. Morelle
326332e89f
Expose blur_alpha_surface() as the image-path function ~BL()
...
~BL() takes only one argument, which seems to be the radius of blur
(blur_alpha_surface(), 2nd argument a.k.a. 'depth').
2008-12-22 14:29:29 +00:00
Ignacio R. Morelle
a0740f207b
Implement ~R(), ~G() and ~B() as subsets of the ~CS() functionality.
...
These are merely syntactic sugar. ~CS() should be, in general, faster
than a ~R()~G()~B() sequence since it doesn't have to iterate over 2
additional image mods in the sequence.
However, for single channel changes, one of them is faster than ~CS()
since no argument-splitting is made (which also implies that ~R(2,2)
breaks, but only a dumb person would try to fit more arguments than
expected, i.e. many random UMC-makers).
2008-12-22 14:29:15 +00:00
Ignacio R. Morelle
40808e5575
Apply the ~GS() (greyscale) modification _after_ ~CS() (color-shift)
2008-12-22 14:29:01 +00:00
Ignacio R. Morelle
e514a22226
Expose adjust_surface_color() as the ~CS(<R>,<G>,<B>) image-path function
...
The default value for R, G, B is zero.
2008-12-22 14:28:42 +00:00
Ignacio R. Morelle
d82d89a92b
Remove a potential loose reference-to-const
2008-12-22 14:28:26 +00:00
Ignacio R. Morelle
80358cda11
Tiny possible optimization: load_image_sub_file()
...
Eliminates calls to recolor_image() when the ~RC() or ~TC() functions
haven't been actually used in the path. Although recolor_image() knows
that it should do nothing in such a situation, the extra calls
(recolor_image() -> std::map<Uint32,Uint32>::size()) which the old
method implied worry me slightly.
2008-12-22 14:28:09 +00:00
Fabian Müller
81c372a7be
disabled the ai_controller popup.
2008-12-22 13:15:48 +00:00
Fabian Müller
9e5d15e4b3
LoW::3+7 map: minor cosmetic changes
2008-12-22 12:39:37 +00:00
Nils Kneuper
0dfc847d56
add missing image to german manual
2008-12-22 12:27:06 +00:00
Nils Kneuper
d7c85e670c
updated German translation
...
regenerated doc files
2008-12-22 11:27:09 +00:00
Nils Kneuper
13f67b1a07
updated German translation (tiny update for screenshots for the manual)
2008-12-22 11:03:47 +00:00
Nils Kneuper
d7c2091ec2
add a missing ' in string
2008-12-22 10:57:50 +00:00
Sergey Popov
903d1f93fb
Added CodeBlocks projectfiles which use SCons to build.
2008-12-22 10:14:34 +00:00
Nils Kneuper
7f12cd2f72
regenerate doc files
...
po update for the manual (fixes by esr)
2008-12-22 09:21:49 +00:00
Nils Kneuper
f69dfed326
fix dutch translation file not compiling
2008-12-22 09:19:36 +00:00
Nils Kneuper
82a4f2e42b
remove ~500 spaces from a line only consisting of those...
...
...(because those are not trival to see in translations and easily are
forgotten leading to probs with the translation due to *not* ending
with a newline)...
2008-12-22 09:18:03 +00:00
Nils Kneuper
c3b38e0304
updated Turkish translation (manual including images)
2008-12-22 09:12:53 +00:00
Lari Nieminen
531b9bb828
Updated changelogs.
2008-12-22 07:30:04 +00:00
Eric S. Raymond
dacb4a7a68
Edit pass before freeze - only needed minor changes.
2008-12-22 01:15:34 +00:00
David Philippi
a79cdd311c
dutch translation update
2008-12-21 23:17:04 +00:00
Sergey Popov
769d67ca2b
Fix variable substitution in serialization/parser.cpp
...
Was disabled since vgettext now depends on formula ai. Use boost's
string replace algorithm instead.
2008-12-21 22:41:19 +00:00
Patrick Parker
be0ed4e417
improved exception handling for $( ... ) formulas
2008-12-21 22:11:18 +00:00
Christian Bielert
f5321a06cf
modified the changelog to include the change in 2008-12-21T21:18:33Z!cib123@googlemail.com
2008-12-21 22:01:34 +00:00
Nils Kneuper
9d9e5e5c65
pot-update (no release today, but at least updated po files)
2008-12-21 21:56:17 +00:00
Nils Kneuper
ccf9f8819d
add missing file to list of source files for translations
2008-12-21 21:50:49 +00:00
Steven Panek
1abd5df105
Made scenario three of UtBS use Frantic instead of Nunc Dimittis.
2008-12-21 21:34:45 +00:00
Patrick Parker
af03eeab4c
do not use boost::lexical_cast without catching boost::bad_lexical_cast
2008-12-21 21:21:59 +00:00
Steven Panek
0a4157b5e9
[[NAMED_NOTRAIT_UNIT]]
...
* Removed instance of generate_name=yes from macro NAMED_NOTRAIT_UNIT,
as it was conflicting with the presence of name=.
* Made the example for NAMED_NOTRAIT_UNIT correct.
2008-12-21 21:21:51 +00:00
Christian Bielert
80c89acf83
direct modifications to a unit using unstore_unit...
...
...will now be kept when advancing to the next scenario
2008-12-21 21:18:33 +00:00