forked from FluXy/SMC
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Milestone
Description
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++ ✓