Skip to content

Use a proper XML library instead of CEGUI’s XML lib #9

@Quintus

Description

@Quintus

People are constantly having problems with their CEGUI not having the NullRenderer and using a proper XML library directly rather than CEGUI’s (not really good) wrapper is better anyway. Use libxml++ instead.

The following things need to be done in order to remove CEGUI’s XML handling:

  • Convert the level loader to libxml++✓
  • Convert the world loader to libxml++ ✓
  • Convert the savegame loader to libxml++ ✓
  • Convert the user preferences loader to libxml++ ✓
  • Convert the editor config loader to libxml++ ✓
  • Convert the campaign loader to libxml++ ✓
  • Convert the level writer to libxml++ ✓
  • Convert the world writer to libxml++ ✓
  • Convert the savegame writer to libxml++ ✓
  • Convert the user preferences writer to libxml++ ✓
  • Convert the campaign writer to libxml++ ✓

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions