[Wesnoth-bugs] [bug #25390] [for] tag ignores start/end attributes

2017-03-18 Thread Charles Dang
Update of bug #25390 (project wesnoth): Open/Closed:Open => Closed ___ Reply to this item at: ___ Message

[Wesnoth-bugs] [bug #25390] [for] tag ignores start/end attributes

2017-03-13 Thread Celtic Minstrel
Update of bug #25390 (project wesnoth): Status:None => Invalid ___ Reply to this item at: ___ Message

[Wesnoth-bugs] [bug #25390] [for] tag ignores start/end attributes

2016-12-16 Thread Pentarctagon
Follow-up Comment #2, bug #25390 (project wesnoth): Ohh. It feels really weird thinking about it that way rather than how FOREACH does it, but it's literally just like: for(int i = 1; i <= 2; i++) My first thought when reading it was "I'm looping over an array, so I should use the array

[Wesnoth-bugs] [bug #25390] [for] tag ignores start/end attributes

2016-12-16 Thread Celtic Minstrel
Follow-up Comment #1, bug #25390 (project wesnoth): The array and start/end/step attributes are intended to be mutually exclusive, as documented on the wiki. In effect, the array attribute is a shorthand. If you simply remove array=test from that example, it should work.