summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Collapse)AuthorAgeFilesLines
* Initial creation of frontend/tour_gtk_frontend.py and a few smallRyan Rix2009-12-081-10/+3
| | | | | changes to tour_menuobject.py, the only notable one being the removal of the pprint class import, which was basically worthless.
* pooRyan Rix2009-12-081-1/+2
|
* Fixed the XML parser by fixing a stupid == -> = mistake. XML parser isRyan Rix2009-12-081-8/+1
| | | | | | | | | working but could still use quite a bit of cleanup. We also need to look at how exactly it is that I can verify that this data is intact properly without writing a debug class for it. I've looked at pprint but it doesn't seem to be deseigned to operate on arbitrary things like perl's DataDumper Will look into that more at a later time.
* I'm not sure wtf is wrong but the object is kinda broken right now.Ryan Rix2009-12-051-5/+19
| | | | | I think my algorithm for generating the tree of objects is broken :( WIll look into it tomorrow, suffering massive caffeine headache.
* Finished code documentation, added some good TODO entries.Ryan Rix2009-12-051-31/+69
|
* Commenting my code and fixing some broken stufgRyan Rix2009-12-051-8/+38
|
* Updated the first mockup to use a blue foliage instead of green. LooksRyan Rix2009-12-042-12/+57
| | | | a little cooler :)
* Maybe finished parserRyan Rix2009-12-041-8/+34
|
* WorkRyan Rix2009-12-041-8/+13
|
* uhhh I added these filesRyan Rix2009-12-041-2/+16
|
* Working on backend XML parserRyan Rix2009-12-043-0/+143