[go: up one dir, main page]

Menu

Commit [r12502]  Maximize  Restore  History

Added support for conditional tags in .system files, allowing for config-conditional content.

<Condition expression="<config-variable-name> <op> <value>">
conditional content
</Condition>

Or...

<Unit Condition="<expression>"... />

<op> may be <, <=, ==, !=, >=, >, but beware of > or < characters within xml: they must be written as entities: < or >

klaussfreire 2008-12-13

changed /trunk/vegastrike/src/star_system_generic.h
changed /trunk/vegastrike/src/star_system_xml.cpp