Commit graph

19991 commits

Author SHA1 Message Date
Charles Dang
fc25d2fc8b SoF S3: don't spawn enemies on map border when Thursagan is found (bug #23207) 2015-01-23 21:54:39 +11:00
Elvish_Hunter
94f62b6555 GUI.pyw: fixed the 3rd column width in the wmlindent tab 2015-01-23 21:44:50 +11:00
Elvish_Hunter
4bb2b733cb GUI.pyw: fixed wording of an option 2015-01-23 21:44:48 +11:00
Elvish_Hunter
254a605dff GUI.pyw: reworked verbosity options to fix a bug reported by vultraz 2015-01-23 21:44:46 +11:00
Elvish_Hunter
6d1bb2e767 GUI.pyw: check if the user already selected a folder, and use it in the directory selection dialog if so 2015-01-23 21:44:44 +11:00
Charles Dang
20be4c74f7 wmltools GUI: fixed wording of wmlindent -v -v toggle 2015-01-23 19:04:17 +11:00
Elvish_Hunter
68bdbae325 GUI.pyw: removed a line that I used while developing the latest modifications 2015-01-23 19:04:14 +11:00
Elvish_Hunter
d4b72f84bd GUI.pyw: added a Clear button to the directory selection box 2015-01-23 19:04:12 +11:00
Elvish_Hunter
f36f5ff5d6 GUI.pyw: use a better error message when Skip core directory is on and there is no directory selected. Also add a missing comment 2015-01-23 19:04:09 +11:00
Elvish_Hunter
5c4f20115f GUI.pyw: force Disable checks for unknown units when Skip core directory is enabled 2015-01-23 19:04:06 +11:00
Charles Dang
2b12de7ca0 wmltools GUI: use utf8 copyright symbol instead of '(C)' in About 2015-01-23 19:04:04 +11:00
Charles Dang
1c9b607cab wmltools GUI: Added option to skip core when running wmllint 2015-01-23 19:04:01 +11:00
Ignacio R. Morelle
7b0d2d76d3 Revert "Change title screen music to transience.ogg."
This reverts commit 155270b605.
2015-01-19 16:27:20 -03:00
Charles Dang
ebf034c713 UtBS: fixed more then/than typos 2015-01-15 20:53:39 +11:00
Charles Dang
994bad5717 NR: fixed more then/than typos 2015-01-15 20:53:36 +11:00
Ignacio R. Morelle
4ad0f92076 Backport the fixed Classic/Legacy (1.10) theme from master 2015-01-15 05:08:50 -03:00
Charles Dang
81224dace3 SotBE: fixed a few then/than typos 2015-01-15 18:59:55 +11:00
Ignacio R. Morelle
da9df4fcc5 Rename data/themes/macros.cfg and include it only once instead of 3 times
(Backports commit 61a7527a71 from master.)
2015-01-15 04:55:16 -03:00
Ignacio R. Morelle
898776b850 Merge branch 'backport_12' of https://github.com/aquileia/wesnoth into aquileia-backport_12 2015-01-15 04:24:57 -03:00
Espreon
d24a40fe26 Improved theme descriptions 2015-01-15 04:20:22 -03:00
aquileia
e13a477fb6 gitignore: Merge rules from doc/ and data/tools 2015-01-13 19:28:12 +01:00
aquileia
74e1a11b45 gitignore: Include more rules from subdirectories
That is: data/lua/, scons/, and utils/
2015-01-13 19:28:11 +01:00
aquileia
02732ae01c gitignore: Merge dozens of "Thumbs.db" rules
It suffices to apply the rule once in the root directory.
2015-01-13 19:25:50 +01:00
Boldizsár Lipka
155270b605 Change title screen music to transience.ogg. 2015-01-09 13:34:30 +01:00
Michael Strebel
f46baf2711 Add Michael Strebel to miscellaneous contributors. 2015-01-07 22:56:45 +01:00
Groggy Dice
128798d28c data/campaigns: correct "... then" to "... than"
Inspired by seeing a spelling correction by Vultraz in the logs back in
February.

Cannot be backported to 1.11 yet due to the stringfreeze.
2015-01-03 04:53:39 -03:00
Ignacio R. Morelle
1398133eac addons.w.o: New Year copyright update 2015-01-01 18:58:12 -03:00
Ignacio R. Morelle
3e5196b088 website: New Year copyright update 2015-01-01 18:58:08 -03:00
Ignacio R. Morelle
b335b1026d units.w.o: New Year copyright update 2015-01-01 18:58:04 -03:00
ln-zookeeper
68c5a2e8a5 Tweaked and expanded music playlists in HttT
Conflicts:
	changelog
2014-12-31 23:58:55 +02:00
Charles Dang
3383d6462a Don't show ellipsecheck warning if ellipse=none 2014-12-31 15:01:26 +11:00
ln-zookeeper
47a3f8bec9 Restored a subtler Shaun and Ed easter egg 2014-12-27 15:06:40 +02:00
Ignacio R. Morelle
fd5e4a6db0 UtBS: Hide a stray Kaleh variation in help
AMLAs render variation pages nigh-completely useless for Kaleh anyway.
2014-12-22 22:25:11 -03:00
Ignacio R. Morelle
18250d4fb3 TRoW: Hide Jessene's unmasked variations in help
Not spoilery, but annoying since it's just a visual change.
2014-12-22 22:14:19 -03:00
Ignacio R. Morelle
a82a8eab36 Hide alternate Great Wolf variation from help as it's only a visual variation 2014-12-22 22:06:28 -03:00
Ignacio R. Morelle
5e4554f333 Assign translatable names to WC/Soulless variations (bug #22902)
Backported from master, commit bf75c9d062.

As I said on IRC, whether unit type variations use variation_id or
variation_name to define the variation id is wholly immaterial for
syncing purposes because serialized singular units:

 1) Do not include [variation] definitions nowadays;
 2) Have a single variation=<id> attribute, where the source for the id
    of variations is determined internally during initialization.

One situation that could result in collateral OOS errors is
[store_unit_type]/wesnoth.unit_types retrieving different information
for 1.12.0 and 1.12.1 game clients running the same WML/Lua script. I
suspect this should be relatively rare and it's possible to guard
against synchronization issues by checking for both variation_id and
variation_name for WC/Soulless variations and picking one accordingly.
2014-12-22 21:59:37 -03:00
Ignacio R. Morelle
6fcc2325f0 HttT: Hide Konrad and Li'sar's SoF-wielding variations in help
Otherwise it's a massive spoiler (not that anyone cares since it's
HttT).
2014-12-22 20:20:42 -03:00
ln-zookeeper
0a5868a0c0 Reinstated a commented-out easter egg 2014-12-20 19:01:44 +02:00
Matthias Schoeck
7c725f3772 Lurkers Micro AI: bug fix for attempting to attack petrified units 2014-12-15 19:21:25 -08:00
ln-zookeeper
3c60833fb1 Toned down the trolls on easier difficulties 2014-12-13 14:18:53 +02:00
ln-zookeeper
920b45da5e Simplified an event filter 2014-12-13 14:03:22 +02:00
ln-zookeeper
31ddd64825 Fixed bug #23054
bug #23054: EI: Captured - quick troll warrior ambushes rescuers
pre-disguise
2014-12-13 14:02:47 +02:00
ln-zookeeper
cc86e8d25e Ensure that at least one elf is spawned every time 2014-12-13 13:10:00 +02:00
ln-zookeeper
dcbeae4a77 Fixed bug #23059
bug #23059: SG: Vengeance - message using "name" doesn't display
2014-12-13 13:09:39 +02:00
ln-zookeeper
aa7b7eb80e Fixed bug #23048
bug #23048: EI: Evacuation - ill-formed terrain modification causes
horizontal line
2014-12-13 01:40:22 +02:00
ln-zookeeper
8d4c34d62f Simplify an event 2014-12-09 16:36:16 +02:00
ln-zookeeper
5a2e76e79e Scrap the random guard placement
The guard placement randomization is practically impossible to write so
that it'd guarantee a route through the map without making it too
trivial.

Now, there are 3 separate hardcoded guard layouts, one of which will be
chosen at random.
2014-12-09 16:20:01 +02:00
gfgtdf
73a8176833 remove unused lua code
this lua codes weren't used, on the other hand they break modifications that could be used with LoW otherwise.
2014-12-07 20:49:53 +01:00
Charles Dang
ac88447af1 UtBS S10: 'tallest peak was build' -> '[...] built' 2014-12-04 19:10:06 +11:00
ln-zookeeper
0a5cdbc395 Fix bug #23024 by repositioning {SOUND:SLOW} 2014-12-04 09:42:18 +02:00