10913 Commits

Author SHA1 Message Date
Lari Nieminen
f53ce2d54d Added better magic-dark-big and fixed some dark magic animations. 2006-05-08 09:05:27 +00:00
Jérémy Rosen
0172033bda show intermediate distance when sending a unit far away 2006-05-08 08:56:36 +00:00
Lari Nieminen
6ecf3554f3 New naga sounds. 2006-05-08 08:16:46 +00:00
Jérémy Rosen
91d376143d make flag on village synchronized per team instead of globally 2006-05-08 08:07:29 +00:00
Nils Kneuper
aa2735617b updated polish translation 2006-05-08 07:36:49 +00:00
Rusty Russell
15cd672189 valgrind found more uninitialized vars 2006-05-08 07:13:36 +00:00
Jérémy Rosen
fc168242bd make recruit undoable when there is no randomness in recruiting 2006-05-08 06:55:40 +00:00
Dominic Bolin
e33805092b only print warning if heals=true, not any non-zero value 2006-05-07 23:47:56 +00:00
Gunter Labes
23e1523f59 fix --enable-python compiling provided by allefant
make a forgotten string translatable as pointed out by grzywacz
2006-05-07 22:52:26 +00:00
Lari Nieminen
76bfa5e070 More frames for dwarvish berserker attack. 2006-05-07 22:19:51 +00:00
Scott Klempner
91cfcf9356 changelog update 2006-05-07 20:08:16 +00:00
Dominic Bolin
67c3a594ca Fix default value of scenario endlevel bonus 2006-05-07 20:05:24 +00:00
Scott Klempner
a606339e65 bugfix for swamp of dread, tried to make snow plains more interesting 2006-05-07 20:04:01 +00:00
Dominic Bolin
18063042bb fix bugs #5908, #5914, and #5916; revert accidental changes to some unit cfgs 2006-05-07 18:37:58 +00:00
Nils Kneuper
fbcda79ec4 pot-update 2006-05-07 17:26:46 +00:00
Patrick Parker
b807d4371d make strings in loadscreen.cpp translatable 2006-05-07 17:21:48 +00:00
Nils Kneuper
27b542085f updated polish translation 2006-05-07 16:08:16 +00:00
Gunter Labes
eec0715293 typo fix 2006-05-07 15:39:26 +00:00
Gunter Labes
5c783d1465 new section with :commands thanks to grzywacz 2006-05-07 15:29:01 +00:00
Gunter Labes
5862b24a3b typo fix 2006-05-07 14:57:18 +00:00
Nils Kneuper
d204703d0d updated filipino translation 2006-05-07 09:21:34 +00:00
Gunter Labes
a304087894 applied patch by allefant to add --turns= parameter
streamlined and (hopefully) completed the --help output

streamlined and (hopefully) completed the wesnoth man page
2006-05-07 05:16:53 +00:00
Rusty Russell
b1bce9495b Apply patch from elias to fix bug #5910 2006-05-07 04:42:18 +00:00
Rusty Russell
051e43cf7a Initialize unit_halo_ & unit_halo_anim_ to zero in constructor. 2006-05-07 04:28:20 +00:00
Rusty Russell
c14919f081 Fix uninitialized member,
...which was causing random erasure of screen (I saw only half a logo
one time, and none the other)
2006-05-07 04:05:25 +00:00
Rusty Russell
6f0f5125dc Fix delete instead of delete[]: just use std:;string instead of allocrobatics. 2006-05-07 03:50:47 +00:00
Rusty Russell
7a6b4b69fc More gcc warning fixes: unsigned vs. signed comparisons 2006-05-07 03:30:52 +00:00
Rusty Russell
e05e035544 List initializers in member order
(which is actual order they occur): fixed gcc 4.0 warnings.
2006-05-07 02:47:15 +00:00
Scott Klempner
a404b52d91 updated help text for new port 2006-05-07 02:40:47 +00:00
Scott Klempner
e3f0fb3e0e changed campaign server perl client default port to 15003 2006-05-07 02:37:17 +00:00
Lari Nieminen
2c5e55c7c2 Fixed the campaign ending after this scenario. 2006-05-06 23:52:10 +00:00
Lari Nieminen
1d214646f2 Added name= for the [scenario] (the default savefile name was empty without). 2006-05-06 23:18:36 +00:00
Gunter Labes
2c18fedbf7 remove the ai as a dependency from the editor
compiled fine here..
2006-05-06 22:19:28 +00:00
Lari Nieminen
1e0e36dd12 Wired in newer sounds for the cutscene and fixed a unit .cfg bug. 2006-05-06 21:51:25 +00:00
Benoît Timbert
63938470ba Interpolated [item] ... More tomorrow if my computer doesn't overheat 2006-05-06 20:24:06 +00:00
Nils Kneuper
4dcc063f78 updated changelog, correct string for lang-selection 2006-05-06 17:12:47 +00:00
Nils Kneuper
bb4843c472 added tagalog translation 2006-05-06 17:06:05 +00:00
Nils Kneuper
7ba0937004 updated polish translation 2006-05-06 16:36:57 +00:00
Jörg Hinrichs
51a94bd00e update changelog with multiplayer feature 2006-05-06 15:43:27 +00:00
Gunter Labes
faae944a96 change default income from villages to 2 gold...
...since the upkeep rule has been simplified this effects ALL campaign
scenarios as it seems none sets it explicitely (with village_gold=) as
this in general now will give slightly more gold maybe some scenario
balancing needs to be reviewed
2006-05-06 15:28:24 +00:00
Rusty Russell
61003c69dd Remove all unused warnings, and remove unused function parameters 2006-05-06 15:21:53 +00:00
Lari Nieminen
c67454b295 New drake hit sounds. 2006-05-06 13:07:26 +00:00
Rusty Russell
2281caaa8c Fix gcc 4.0 warnings in src/widgets 2006-05-06 13:05:54 +00:00
Rusty Russell
945e4b8b3c Fix "unused parameter map" warning, and keep going up the call chain. 2006-05-06 12:50:19 +00:00
Rusty Russell
96b04e060a Remove (correct) warning (gcc 4.0) by providing virtual destructors. 2006-05-06 12:38:14 +00:00
Rusty Russell
b593125d9e Fix sign warnings, clean up a little (remove extra {}). 2006-05-06 12:24:43 +00:00
Rusty Russell
b8fa4089ca Fix warnings (gcc 4.0) about initializers in wrong order. 2006-05-06 12:23:23 +00:00
Rusty Russell
1d1786742d Minor invalidate optimization
(if a unit at this loc, we already invalidate surrounds)
2006-05-06 12:22:04 +00:00
Rusty Russell
52821da014 Remove "cases not handled in switch" warning (gcc 4.0) 2006-05-06 12:19:05 +00:00
Richard Kettering
5fa42f5f90 Updated icon to match logo. 2006-05-06 09:08:20 +00:00