URL:
  <http://gna.org/bugs/?19598>

                 Summary: wmllint support for the new map format.
                 Project: Battle for Wesnoth
            Submitted by: fendrin
            Submitted on: Thu 29 Mar 2012 07:22:15 PM GMT
                Category: Bug
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: WML
                  Status: None
                 Privacy: Public
             Assigned to: esr
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.11.0+
        Operating System: any

    _______________________________________________________

Details:

Inside of the map file:

Old format:

######
border_size=1
usage=map

Gg          , Gg          , Gg                    
Gg          , Gg          , Gg              
Gg          , Gg          , Gg             
######

New format:

######
[map]
     border_size=1
     usage=map
     data="Gg, Gg, Gg,
Gg, Gg, Gg,
Gg, Gg, Gg"
[/map]
######

Inside the scenario files:

old:
map_data=" <old_format>"

gets:
[map]
<new format>
[/map]

and this:
map_data="{path/to/map/file}"

transforms into:
{path/to/map/file}




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?19598>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to