Raymond
|
6183f771c9
|
Added script property SP_OnTerminate.. This way you can add functions to a OnTerminate event list, these functions will be called at the end of the script.
|
2010-04-10 14:34:24 +02:00 |
|
Raymond
|
61f3c1ce98
|
Added {$H+} to units where it was missing.. Should solve some string-issues! Started with cleaning up the units a bit.. Adding 'const' where needed (all of those big record structures like DTMs should require to be passed as a const.. Saves some (unneeded) memory copying).
Settings in extensions should work now, see test extension.
|
2010-04-02 17:55:54 +02:00 |
|
Raymond
|
51b3c3cf94
|
Uhm ScriptSetProp and ScriptGetProp now work with an Enum, ctrl + alt + s is a global shorcut (on windows). f2 is a non-local shortcut to stop the script. Console now hides without losing the information, changed compiler setting for windows, added define mDebug for if you want a more extensive debug.
|
2010-03-22 15:58:30 +01:00 |
|
Merlijn Wajer
|
11406043f1
|
Move scriptprop
|
2010-03-20 01:46:29 +01:00 |
|