Commit Graph

9 Commits

Author SHA1 Message Date
Raymond 48a43fa897 Kinda completed the backend of ScriptManager, left is GUI and some small adjustments! 2010-12-26 14:50:04 +01:00
Raymond 3ee128f8ed Simple GUI added. 2010-11-10 20:45:52 +01:00
Raymond 8dc542e9e8 Updatesszzzz 2010-11-10 20:05:39 +01:00
Raymond 4a357ec461 Getting the ScriptManager somewhere! 2010-09-11 23:24:53 +02:00
Merlijn Wajer 11e16b876c Script manager things 2010-07-20 20:26:49 +02:00
Merlijn Wajer e092f6aadd Script Manager changes.
Just a few changes, committing because I'm switching computers.
2010-06-13 00:07:35 +02:00
Merlijn Wajer 3c8a311844 Parsing of the XML concept.
Adding the rest of the data is peanuts. Now to figure out a good place to
install the scripts to. The hardest part is probably keeping track of installed
scripts, and updating them when possible.
2010-06-12 14:29:56 +02:00
Merlijn Wajer 14e929decc Just a bit of the Script Manager code.
I need to code a lot more, and it will be a bit hackish.

Basically, the TMMLSettings is not able to handle childs with the same name.
It can parse them into the tree, but the finding methods will not work. (They
will always find the first.)
Three possibilities:
-   Delete the one we just parsed, and search again. (We will get the next
result)
-   Use WalkToNode and then manually parse the node. (This is more dangerous
but doesn't delete the settints)
-   Do the XML parsing semi-manually, kind of like rewriting the settings unit.
2010-06-08 00:15:20 +02:00
Merlijn Wajer 535d6f63d7 First few bits of ScriptManager.
Nothing much, just committing from my other computer so I can resume work on it
here.
2010-06-06 13:05:15 +02:00