From 51b3c3cf9450471f7e2cba5fa1ef61ab69c9141b Mon Sep 17 00:00:00 2001 From: Raymond Date: Mon, 22 Mar 2010 15:58:30 +0100 Subject: [PATCH] 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. --- Projects/SAMufasaGUI/framescript.lrs | 2 + Projects/SAMufasaGUI/project1.lpi | 5 - Projects/SAMufasaGUI/pseventextension.pas | 40 ++++-- Projects/SAMufasaGUI/testunit.lfm | 51 ++++---- Projects/SAMufasaGUI/testunit.lrs | 144 ++++++++++----------- Projects/SAMufasaGUI/testunit.pas | 71 +++++----- Projects/SAMufasaGUI/updateform.pas | 4 +- Units/MMLAddon/PSInc/Wrappers/bitmap.inc | 2 + Units/MMLAddon/PSInc/Wrappers/other.inc | 9 +- Units/MMLAddon/PSInc/pscompile.inc | 2 + Units/MMLAddon/PSInc/psexportedmethods.inc | 3 +- Units/MMLAddon/scriptproperties.pas | 94 +++++++++++--- Units/MMLCore/bitmaps.pas | 8 +- Units/MMLCore/mufasabase.pas | 8 +- Units/MMLCore/os_windows.pas | 2 - 15 files changed, 265 insertions(+), 180 deletions(-) diff --git a/Projects/SAMufasaGUI/framescript.lrs b/Projects/SAMufasaGUI/framescript.lrs index 5248757..5c11ce6 100644 --- a/Projects/SAMufasaGUI/framescript.lrs +++ b/Projects/SAMufasaGUI/framescript.lrs @@ -1,3 +1,5 @@ +{ This is an automatically generated lazarus resource file } + LazarusResources.Add('TScriptFrame','FORMDATA',[ 'TPF0'#12'TScriptFrame'#11'ScriptFrame'#4'Left'#2#0#6'Height'#3'H'#1#3'Top'#2 +#0#5'Width'#3#141#1#12'ClientHeight'#3'H'#1#11'ClientWidth'#3#141#1#8'TabOrd' diff --git a/Projects/SAMufasaGUI/project1.lpi b/Projects/SAMufasaGUI/project1.lpi index f1cea6a..4d2258d 100644 --- a/Projects/SAMufasaGUI/project1.lpi +++ b/Projects/SAMufasaGUI/project1.lpi @@ -255,11 +255,6 @@ - - - - -