Thibault Févry
5f3fdc7f4f
Remove trailing whitespaces.
2011-03-12 01:21:10 +00:00
Thibault Févry
384981b974
Use isinstance instead of type() checks.
...
Use repr() instead of deprecated . Also make it fully respectfull of Pep8.
2011-03-12 01:15:58 +00:00
Nils Kneuper
6f1bd4e90d
commit WIP version (commented out!) of small res editor stuff
2011-03-11 17:19:03 +00:00
Nils Kneuper
131dbbb5a1
fixed the grey background in the right pane...
...
...so that it is the "correct" size for the buttons
2011-03-11 17:08:23 +00:00
Nils Kneuper
a4fbd98fd8
removed --smallgui from --help output...
...
...as well as from the manpages since it is no longer required
(some small leftovers, especially at unit tests are still there,
someone else has to test those)
2011-03-11 15:49:21 +00:00
Nils Kneuper
1b081b5c32
automatically remove the files with pixel differences...
...
...from the changed file list (making sure that those can't end
committed)
2011-03-11 14:31:18 +00:00
Nils Kneuper
0d5aa46e74
ran utils/wesnoth-optipng
...
(not commiting any files that were reported as broken, there are many!)
Original size: 130846 KiB on 10530 files
Optimized size: 127520 KiB
Total saving: 3325 KiB = 2% decrease
2011-03-11 14:17:45 +00:00
Fabian Müller
c00c06ce15
LoW: Decapitalized Cleodil's abilities after a hint from shadowmaster.
2011-03-10 11:49:09 +00:00
Nils Kneuper
a7a0e6bfae
updated Slovak translation
2011-03-09 23:40:56 +00:00
Fabian Müller
c165ac0c4c
LoW::1: Made the story title cursiv like Espreon suggested.
2011-03-09 16:02:33 +00:00
Fabian Müller
6c8fa57dfe
Documented the c++ interface to the [tunnel] feature.
2011-03-09 11:42:09 +00:00
Fabian Müller
86f448a866
LoW: Fixed Cleodil's abilities after a hint from shadowmaster.
2011-03-09 09:49:18 +00:00
Ignacio R. Morelle
bcf1db29df
LoW: fix multiple problems with translatability mark...
...
...s in utils/abilities.cfg
Also fixes a problem mentioned in bug #17601 regarding the ^ translation
note symbol.
2011-03-09 05:50:31 +00:00
Fabian Müller
770810b2b4
Fixed segmentation fault caused by wrong usage...
...
...of the vconfig class in the teleport system.
Spotted by AI and Espreon.
I also had help from crab with getting behind what caused it.
2011-03-09 02:08:39 +00:00
Nils Kneuper
4eeb6b1ca0
updated Slovak translation
2011-03-08 09:27:58 +00:00
Steven Panek
0e9a0cf325
Applied patch #1883 with slight modifications.
2011-03-08 00:22:02 +00:00
Steven Panek
1dd559998d
Applied patch #1887 with slight modifications.
2011-03-07 23:51:15 +00:00
Jérémy Rosen
cdf559886a
fix bug #17845 : unit facing is randomized even when forced by WML
2011-03-07 21:30:37 +00:00
Fabian Müller
42351e9291
LoW::1: Halved the loot in multiplayer for killing the leader.
2011-03-07 16:59:22 +00:00
Fabian Müller
6e01fe587a
LoW adjusted the village_gold to one...
...
...since two seems to be the default in MP.
2011-03-07 16:34:07 +00:00
Fabian Müller
8d0dd598cc
LoW: New flags for elvish sides.
2011-03-07 15:34:48 +00:00
Fabian Müller
3b3085202e
LoW::7: Adjusted the fleeing conditions.
2011-03-07 15:16:44 +00:00
Fabian Müller
3113bfb074
LoW::1: Disabled the canrecruit disabling of Velon after his side switch.
2011-03-07 15:16:10 +00:00
Fabian Müller
36c5e2b970
LoW: Fixed the LOOT macro to display for the right side only.
2011-03-07 15:15:14 +00:00
Fabian Müller
a6440fa96d
LoW::7: Fixed missing or wrongly applied speech.
2011-03-07 14:42:34 +00:00
Fabian Müller
2d42429c68
Applied patch #2585
2011-03-07 14:00:20 +00:00
Fabian Müller
16f45cb9c5
LoW::3: Fixed mispelled preprocessor symbol,
...
...fixing the unnamed bug that caused Landar's side to be merged in
Kalenz.
2011-03-07 12:22:08 +00:00
Fabian Müller
091db85e65
LoW::2: Fixed the scenarios objectives on multiplayer.
2011-03-07 10:26:32 +00:00
Fabian Müller
64f419ef10
LoW: Fixed the experience_modifier to the singleplayer default 100.
...
It seems not to be the default in multiplayer.
2011-03-07 10:19:20 +00:00
Steven Panek
16f1cd26cd
Fixed some typos.
2011-03-06 23:04:24 +00:00
Steven Panek
1c870ce47c
Updated the changelogs.
2011-03-06 23:02:53 +00:00
Steven Panek
e6eca41c39
Added context providers to the RoJ's 'Take it' and 'Leave it' strings.
2011-03-06 22:54:09 +00:00
Steven Panek
595cd77286
Added TAKE_IT_STRING and LEAVE_IT_STRING arguments...
...
...to PICKUPPABLE_ITEM to ensure the possibility of accurate
translatability.
2011-03-06 22:45:43 +00:00
Steven Panek
be495c0a75
Adapted the desert castle's and the desert keep's...
...
...terrain graphics code to their ruined counterparts.
2011-03-06 22:21:34 +00:00
Sergey Popov
ad9df182fb
Fixed broken filename in the SConscript file.
2011-03-06 19:27:20 +00:00
Mark de Wever
6db76d8d5f
Improve pathfind::teleport_map constructor.
...
Remove an unused parameter.
Send a not modified vector as const ref instead as copy.
Make some other parameters const as well.
2011-03-06 19:08:17 +00:00
Mark de Wever
f7d02d6a76
Mark teleport_group::get_teleport_pair as const.
...
Also mark a const parameter const.
2011-03-06 19:08:14 +00:00
Mark de Wever
9066e95698
Send a read only param as const reference.
...
The parameter was send as copy before.
2011-03-06 19:08:11 +00:00
Mark de Wever
be1d8c2d6a
Pass parameter by const ref instead of const value.
...
Issue found by cppcheck.
2011-03-06 19:08:09 +00:00
Mark de Wever
aa3b048268
Pre instead of post increment a variable.
...
Issue found by cppcheck.
2011-03-06 19:08:06 +00:00
Mark de Wever
1f2bab3930
Rethrow original exception instead of a copy.
...
Issue found by cppcheck.
2011-03-06 19:08:03 +00:00
Mark de Wever
3a09a98d25
Rethrow original exception instead of a copy.
...
Issue found by cppcheck.
2011-03-06 19:07:59 +00:00
Mark de Wever
71c0db2a12
Strip trailing whitespace.
2011-03-06 18:27:59 +00:00
Mark de Wever
b06e17931a
Strip trailing whitespace.
2011-03-06 18:27:54 +00:00
Mark de Wever
579c62e1a3
Initialize all members.
2011-03-06 18:27:50 +00:00
Mark de Wever
a51d55b939
Added constructor to initialize all members.
2011-03-06 18:27:47 +00:00
Mark de Wever
61ce2a151a
Initialize all members.
2011-03-06 18:27:44 +00:00
Mark de Wever
357bb9fdb7
Added constructor to initialize all members.
2011-03-06 18:27:41 +00:00
Mark de Wever
0dc504bf8c
Added constructor to initialize all members.
2011-03-06 18:27:36 +00:00
Mark de Wever
e28e545a29
Update some comment and output text.
2011-03-06 17:47:48 +00:00