55640 Commits

Author SHA1 Message Date
cbeck88
b511dd95dc Merge pull request #100 from cbeck88/eras
get list of all era ids and allow request for config of era by id
2014-02-20 14:36:41 -05:00
mattsc
e78462c395 Remove function ai_helper.random()
This was using the synced RNG which is exactly the wrong thing to do
within the AI evaluation/execution functions.
2014-02-20 11:33:05 -08:00
Lari Nieminen
68c2bd8953 Merge pull request #99 from aquileia/master
graphics update for the shadow mage line
2014-02-20 16:20:14 +02:00
aquileia
7970dc369a graphics update for the shadow mage line
New baseframes, standing animations an ranged animations for rogue mage,
shadow mage and shadow lord.

This commit replaces the older work of Blarumyrran with new versions by
him. WML by aquileia.
2014-02-20 15:16:04 +01:00
aquileia
602930ac42 png optimisation
using pnggauntlet because wesnoth-optipng expects a UNIX shell
2014-02-20 13:39:07 +01:00
Ignacio R. Morelle
ab35f30287 HttT S17: Add a wmllint: noconvert directive amidst Lua code
wmllint doesn't know what Lua is or that it should skip it.

The code in question was triggering the viewing_side -> side plain text
substitution rule because wesnoth.find_path takes an optional last table
argument that includes a 'viewing_side' table entry, that is completely
unrelated to the [filter_vision] viewing_side -> SSF change in 1.11.x.
2014-02-20 05:46:00 -03:00
Ignacio R. Morelle
58d11d7f07 LoW S3: Kill a unit that was stored and never used again, caught by wmllint 2014-02-20 05:36:01 -03:00
Ignacio R. Morelle
47f0a08cc5 UtBS S11: Fix a broken [message] speaker= attempt caught by wmllint 2014-02-20 05:33:37 -03:00
Ignacio R. Morelle
7f60c43424 UtBS: Add wmllint: recognize directives for dwarf/troll allies in S8 onwards
wmllint doesn't know what $ally_name means in the context of the
prestart [recall], so it complains about references to Grog/Nog and
Rogrimir/Jarl in these scenarios as a result. Since at this time wmllint
can only be taught to recognize character macros, use the "recognize"
command instead.
2014-02-20 05:33:37 -03:00
Ignacio R. Morelle
063c35251d UtBS S8: Add wmllint: recognize directives for units created in later event 2014-02-20 05:33:37 -03:00
Ignacio R. Morelle
d756074658 UtBS: Fix indirect terrain aliasing: Mm -> Mt 2014-02-20 05:33:37 -03:00
Ignacio R. Morelle
0c459c0689 CodeBlocks project update 2014-02-20 05:04:04 -03:00
Ignacio R. Morelle
181c64d70d wmllint: Extend [terrain_type] aliasof conversion to def_alias 2014-02-20 04:46:33 -03:00
Ignacio R. Morelle
8e7242927d wmllint: Extend [terrain_type] aliasof conversion to mvt_alias 2014-02-20 04:43:56 -03:00
Ignacio R. Morelle
184af275eb wmllint: Ignore Mercurial .hg directories 2014-02-20 04:40:36 -03:00
Ignacio R. Morelle
dd4dc91a9e wmllint: Add a small comment block
This is documentation for e1852e6854875f9d920f7f1862350f87afa854ab.
2014-02-20 04:33:55 -03:00
Ignacio R. Morelle
e1852e6854 wmllint: Implement [terrain_type] aliasof conversion for changes in 1.11.[89]
Adds a text transform step for the aliasof attribute under
[terrain_type] accounting for several changes to base terrain aliasing
in Wesnoth 1.11.8 and 1.11.9, including:

 * 10854d4802c4953cf05a8e28cb81ba5ab8d52b29 and related commits
 * c25849b7ea0a18e32d9065cfca91e703e179cf04 (Vit -> Vt in 1.11.9)

Just like usual terrain string conversions, this step can be disabled
for a specific line using # wmllint: noconvert.
2014-02-20 04:24:23 -03:00
Ignacio R. Morelle
e0e486aa0b THoT S12: Move a couple of macros down to appease wmllint's [message] id check 2014-02-20 03:53:36 -03:00
Ignacio R. Morelle
9932b289d7 HttT: Prevent wmllint from complaining about UK spelling in a WML comment 2014-02-20 03:49:16 -03:00
Ignacio R. Morelle
a5a357eaa3 EI S8: Disable spellchecking for a single line 2014-02-20 03:47:26 -03:00
Ignacio R. Morelle
e1d159ad31 'rarified' -> 'rarefied' 2014-02-20 03:47:07 -03:00
Ignacio R. Morelle
561b914643 Fix typo: 'facilites' -> 'facilities' 2014-02-20 03:44:18 -03:00
Ignacio R. Morelle
cfef162e40 Add wmllint spelling exception for 'unwalkable' 2014-02-20 03:43:40 -03:00
Ignacio R. Morelle
93e6930593 wmllint: Spellcheck [terrain_type] editor_name= and help_topic_text= 2014-02-20 03:41:35 -03:00
Ignacio R. Morelle
16677d019e wmllint: Add check for [theme]s without an id 2014-02-20 02:05:43 -03:00
Ignacio R. Morelle
e2bc4a9de7 wmllint: Add check for user-visible [theme]s without a name or description 2014-02-20 02:03:28 -03:00
Ignacio R. Morelle
d16ec0cf9e wmllint: Add check for deprecated [theme] name= usage 2014-02-20 01:53:11 -03:00
Ignacio R. Morelle
a15f89e873 wmllint: Fix incorrect ToD schedule image substitution 2014-02-20 01:47:29 -03:00
Chris Beck
238dd0343e update changelog 2014-02-19 23:20:38 -05:00
Chris Beck
690de2e97a add eras_list and wesnoth.get_era 2014-02-19 23:16:28 -05:00
Chris Beck
c0985f0980 eras_list initial commit 2014-02-19 22:40:34 -05:00
aquileia
3d781813bd graphics update for the shadow mage line
New baseframes, standing animations an ranged animations for rogue mage,
shadow mage and shadow lord.

This commit replaces the older work of Blarumyrran with new versions by
him. Animations are partly by aquileia.
2014-02-20 04:25:57 +01:00
Ignacio R. Morelle
b7848663bd Revert most of c1374ba032a06510e741f0944547dfeb655edadd
Commit c1374ba032a06510e741f0944547dfeb655edadd for some reason reverted
commits 4a44369d8ab01feb69bee0875d659fe7bd086970 and
91cbc9aff14c6290071e6d317024cd4ebf24917d.
2014-02-19 23:12:15 -03:00
ln-zookeeper
c1374ba032 Clarified 'Evacuation' now taking place at Lake Vrug. 2014-02-20 00:56:39 +02:00
ln-zookeeper
a626090278 Removed ability to recruit Young Ogres. 2014-02-19 23:57:43 +02:00
ln-zookeeper
d9ba6ac4c8 Make sure Dacyn stops casting even on :n-triggered victory. 2014-02-19 23:52:49 +02:00
cbeck88
803edf9356 Update changelog 2014-02-19 15:20:51 -05:00
cbeck88
acb49a5580 Merge pull request #98 from cbeck88/carryover_WML
feature: [endlevel] may specify carryover WML merged/appended into next scenario
2014-02-19 15:18:42 -05:00
mattsc
ee8c1afc31 Update changelogs and release notes 2014-02-19 10:15:05 -08:00
mattsc
5afa681705 Update Xcode project 2014-02-19 09:25:05 -08:00
mattsc
093a0c4716 SotBE S18: balancing adjustments to gold and income 2014-02-19 09:13:53 -08:00
mattsc
6dbecc86d8 SotBE S18: minor change to starting location of human reinforcements 2014-02-19 09:13:53 -08:00
mattsc
768b54c320 SotBE S18: minor tweak to starting villages for side 6 2014-02-19 09:13:53 -08:00
mattsc
5ba55c50ca SotBE S18: make human ally AI protect its leader (Howgarth)
Since Howgarth may not die, this takes some randomness out of the
scenario.
2014-02-19 09:13:53 -08:00
mattsc
d138d73d14 SotBE S18: increase aggression of orc enemy AI 2014-02-19 09:13:53 -08:00
mattsc
d3b8a4ba60 SotBE S18: decrease human enemy AI aggression during nighttime 2014-02-19 09:13:52 -08:00
mattsc
5d36d410f6 SotBE S18: make the human enemy AI leader passive
… so that one cannot make him leave his keep suicidally.
2014-02-19 09:13:52 -08:00
mattsc
dd3e767966 SotBE S18: make all guards loyal 2014-02-19 09:13:52 -08:00
mattsc
85cc8979a3 SotBE S18: some changes to map
Make Shan Taum’s keep larger and the path to it easier.  Both of those
changes make the scenario a little harder.
2014-02-19 09:13:52 -08:00
Chris Beck
82e71a9fba merge the "allow_new_game" field before test for mp ui 2014-02-19 11:54:15 -05:00