MadTracker-FOSS / MadTracker3

Continuation of the MadTracker project, aimed at Windows/Mac/Linux support
Other
38 stars 1 forks source link

Port libxml2 code to TinyXML-2 #5

Closed flibitijibibo closed 11 years ago

flibitijibibo commented 11 years ago

The XML stuff is only used in MTSystem, and it's a pretty small portion of the code. We could cut out a library dependency if we just use TinyXML-2:

https://github.com/leethomason/tinyxml2

Just a single cpp/h pair that can be used locally by MTSystem, and we'll just compile tinyxml2.cpp into the lib file.

This isn't hugely important, but it's one less external dependency to think about.

flibitijibibo commented 11 years ago

Turns out the XML stuff is never used. Scrapping it, if we want to add this feature we can do it when MadTracker 3 is stable with its current features.