1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-02-22 05:51:53 -05:00

12 Commits

Author SHA1 Message Date
Merlijn Wajer
5440b8d802 Merge mc_teo's initial script manager work.
Squashed commit of the following:

commit 1d7101946d26850c947c2c7348397ebe2876d050
Merge: 5e27247 a115d1b
Author: Merlijn Wajer <merlijn@wizzup.org>
Date:   Tue Oct 11 13:50:09 2011 +0200

    Merge remote branch 'mcteo/master' into script-manager

    Conflicts:
    	Projects/ScriptManager/scriptmanager.lfm
    	Projects/ScriptManager/scriptmanager.pas

commit 5e272475c5aa29ed3006ee396f70b3c5b054a4b2
Merge: bd415f5 e60a542
Author: Merlijn Wajer <merlijn@wizzup.org>
Date:   Sun Oct 9 22:56:12 2011 +0200

    Merge branch 'master' into script-manager

commit a115d1b37b807f396d5aa59cacbd4363a0f3505b
Merge: e10ff5e 9602559
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Sat Aug 13 12:08:08 2011 +0100

    Dist Cleaned the files, removed binaries, etc.

commit e10ff5efc10524799b08928349a4b1db1b601c95
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Sat Aug 13 11:57:26 2011 +0100

    Test Update 0.1

commit a0c8a75bc18fa8161a1c0407255f3277d7bc5a05
Merge: b825a17 6936a1f
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Sat Aug 13 11:56:58 2011 +0100

    Merge branch 'updateable'

commit b825a17bd22c14b31d4f8c3057f4ee1a17beab3e
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Aug 12 17:24:21 2011 +0100

    Updated more code to make it cleaner?

commit 6936a1f1934efe3ed706387cdae8ca210e8aa2f6
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Aug 12 17:21:58 2011 +0100

    Fixed Manager to actually work, started adding multiple repository support.

commit bd415f596a4dd202e56cc9a9c217af2076fbb001
Merge: b072e88 da0de6e
Author: Merlijn Wajer <merlijn@wizzup.org>
Date:   Sat Jul 30 00:15:22 2011 +0200

    Merge branch 'master' into script-manager

commit b072e8859d09383c51c4c974d349d8727188674d
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Jul 8 15:26:20 2011 +0100

    Forgot to add the updated form as well. Updated with column, and layout tweaks.

commit 31560cf871960733617b0b0303f2d577ed1e5b3b
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Jul 8 13:38:34 2011 +0100

    Worked on the GUI, fixed loading of script lists, left is installing/updating them

commit 51bf2fccd3c3e58b8f64e55de494a2f14c086d59
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Jul 8 15:26:20 2011 +0100

    Forgot to add the updated form as well. Updated with column, and layout tweaks.

commit ecd96be99c074a1f1f9defb348e904f344f9b058
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Jul 8 13:38:34 2011 +0100

    Worked on the GUI, fixed loading of script lists, left is installing/updating them
2011-10-11 16:54:16 +02:00
Raymond
48a43fa897 Kinda completed the backend of ScriptManager, left is GUI and some small adjustments! 2010-12-26 14:50:04 +01:00
Merlijn Wajer
19c37f70be ScriptManager: Improvements by Raymond. 2010-12-05 17:42:41 +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
Merlijn Wajer
4b5f7d0305 ScriptManager: Fix threads on UNIX 2010-09-12 14:27:42 +02: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