[Tickets] [Orxonox] #333: Improve XML-Level-Loader
Orxonox
trac at orxonox.net
Mon May 18 16:17:09 CEST 2009
#333: Improve XML-Level-Loader
-------------------------+--------------------------------------------------
Reporter: bknecht | Owner: nobody
Type: enhancement | Status: new
Priority: high | Milestone: Version 0.2 Codename: Bellatrix
Component: GameLoader | Version: 0.2.0
Severity: major | Keywords:
-------------------------+--------------------------------------------------
There are two major issues with the Level-Loader. First, the error
messages are not very conclusive, because we do not check what's written
in the file. Second, a bit more specific, syntax errors in lua are
devastating for the loader. Especially if the code is commented out, lua
still yields errors, which it should not.
Example (this yields to unreadable XML code for the XML-Loader):
{{{
#!xml
...
<!-- <?lua end >? -->
...
}}}
Your task is to catch the most common errors and yield more conclusive
error messages to make the level development and debugging of errors in
level loading easier.
--
Ticket URL: <http://www.orxonox.net/ticket/333>
Orxonox <http://www.orxonox.net>
Orxonox Open Source game
More information about the Tickets
mailing list