Mark de Wever
a734e496ae
wassert -> assert
2007-12-12 22:06:32 +00:00
Mark de Wever
2d19b80d2d
Make sure all members are initialized in the constructor.
2007-12-12 22:05:46 +00:00
Mark de Wever
773e0c9d48
wassert -> assert
2007-12-12 22:01:38 +00:00
Mark de Wever
c2cf711c43
wassert -> assert
2007-12-12 21:59:34 +00:00
Mark de Wever
3e0b3f64e8
wassert -> assert
2007-12-12 21:55:13 +00:00
Mark de Wever
e86a26e87f
wassert -> assert
2007-12-12 21:39:38 +00:00
Mark de Wever
cf5c221ec6
Remove unused include.
2007-12-12 21:37:46 +00:00
Mark de Wever
253cfcddf8
wassert -> assert
2007-12-12 21:35:59 +00:00
David Philippi
9195158c8c
swedish translation update
2007-12-12 21:23:49 +00:00
Mark de Wever
1c3f7e6f45
Silence a warning in the copy constructor.
2007-12-12 21:04:46 +00:00
Mark de Wever
25953a199e
Add some comment.
2007-12-12 21:04:23 +00:00
Elias Pschernig
4c848dec37
Added boost-iostreams and z to libraries in the cross-compilation SConstruct.
2007-12-12 18:48:17 +00:00
Mark de Wever
c4d43c8cc3
wassert -> assert
2007-12-12 17:18:26 +00:00
Mark de Wever
d506aa280a
wassert removal
2007-12-12 17:08:12 +00:00
Mark de Wever
69d90d53dd
wassert -> assert
2007-12-12 17:05:32 +00:00
Mark de Wever
5416e08df5
wassert -> WML_ASSERT
2007-12-12 17:03:10 +00:00
Mark de Wever
5bc75acf6f
wassert -> assert
2007-12-12 16:29:38 +00:00
Mark de Wever
00a11a97b3
Converted wasserts.
2007-12-12 16:27:24 +00:00
Mark de Wever
f4a0564352
wassert -> assert
2007-12-12 16:21:26 +00:00
Mark de Wever
201c7975da
Converted wasserts.
2007-12-12 16:20:05 +00:00
Mark de Wever
61b8fa238c
wassert -> assert
2007-12-12 16:16:35 +00:00
Mark de Wever
0e196391c2
wassert -> assert
2007-12-12 16:15:18 +00:00
Mark de Wever
7cae1e28ba
wassert -> assert
2007-12-12 16:13:51 +00:00
Dimitar Ilccov
f8c883d8d0
Addressing bug #10169 .
...
Changed the unit types and and the transformations of Lady Outlaw in
TRoW.
2007-12-12 16:01:49 +00:00
Gunter Labes
28a26fa609
add a comment
2007-12-12 15:48:00 +00:00
Gunter Labes
5c4d8745a4
remove an obsolete condition to cover 1.2
2007-12-12 15:47:12 +00:00
Gunter Labes
93f3c2706d
typo fix
2007-12-12 15:45:54 +00:00
Gunter Labes
92de007e3f
add a proper doctype and put the meta tag at the correct place
...
fix line endings
2007-12-12 15:27:34 +00:00
Gunter Labes
e41aadb906
fix a couple of line ending and svn:eol-style issues
2007-12-12 15:05:43 +00:00
Ali El Gariani
3af9bb4dbd
I think that the error fixed in the previous commit...
...
...(about clearing fog+shroud) caused repetition in the vector
cleared_locations. But the use of std::unique was completely wrong
(unique need a sorted vector and don't remove anything, but give you
the new "end" iterator to use). Now it's not needed anymore.
PS: we could use a std::set, but vector is normally more efficient.
2007-12-12 11:34:26 +00:00
Ali El Gariani
22d5eb4c12
Fix another short-circuit evaluation:
...
When clearing shroud and fog, be sure to clear both, don't stop after the first
This fix a small latency of the clearing of some fogged corner in shroud during
a unit move (no effect on gameplay, the fog was removed at the end of the move
but probably cleaner if some sighted event interrupt the move)
2007-12-12 10:47:31 +00:00
Lari Nieminen
123551785e
Added Erk to the credits...
...
and reordered some art contributors around to maintain alphabetical
sorting.
2007-12-12 10:23:31 +00:00
Lari Nieminen
b221af3b99
...and updated the merman village icon, too.
2007-12-12 10:17:20 +00:00
Lari Nieminen
11467b927c
New merman village by Erk.
2007-12-12 10:15:55 +00:00
Ali El Gariani
68fcfa9dc6
Clean and comment last optimizations of the pathfinding
2007-12-12 10:15:22 +00:00
Ali El Gariani
f81c8a02e7
Experimental middle button mouse scrolling:
...
Keep the button pressed and the direction and speed of the scrolling
will depends to the position of the cursor relatively to the center of
the view.
It's allow slow and precise short scrolling, but also long fast ones.
The speed must be tuned but already use the scroll speed of
preferences. (currently top-speed is equal to direction-keys and
mouse-at-border)
PS: it also replace the old middle-click behavior, since just do a
long click has now a similar effect.
2007-12-12 10:04:29 +00:00
Gunter Labes
76ee766b5a
* slight less verbose output
2007-12-12 09:24:18 +00:00
Miguel Zapico
2f4c009d35
Support for translations based on source code.
...
Still missing description translation
2007-12-12 05:05:45 +00:00
David Philippi
fa71488fbc
danish translation update
2007-12-11 22:11:58 +00:00
Nils Kneuper
636c6751dd
updated German translation and manpages
2007-12-11 16:19:21 +00:00
Nils Kneuper
204015d002
added src/wml_exception.cpp to one of the POTFILES.in
2007-12-11 15:27:19 +00:00
Nils Kneuper
0f1092c698
add some definitions of textdomains,
...
should not be needed but should not hurt either...
2007-12-11 15:19:36 +00:00
Dimitar Ilccov
d39c43255e
added MAKE_HERO and UNMAKE_HERO macros in macros/image-utils.cfg
2007-12-11 14:36:20 +00:00
David Philippi
a240bb8eb3
font update
2007-12-11 01:31:00 +00:00
Benoît Timbert
f4c6304c96
Gender variation for the race name displayed.
...
PS: for the following races i didn't add gender-specific names,
because i don't know if it make senses :
- Mechanical
- Monster
- Wose (do they have a gender ?)
2007-12-10 21:55:45 +00:00
Nils Kneuper
307a9358f8
updated German translation
2007-12-10 19:54:22 +00:00
Mark de Wever
6905f4f9ef
Remove unused header.
2007-12-10 19:53:26 +00:00
Mark de Wever
4009cce0b8
Remove unused header.
2007-12-10 19:50:20 +00:00
Mark de Wever
7f8fb58cec
wassert -> assert
2007-12-10 19:47:24 +00:00
Mark de Wever
379fd9077f
wassert -> assert
2007-12-10 19:45:02 +00:00