filter fix

new variations
This commit is contained in:
ronaldhordijk 2005-03-20 18:27:06 +00:00
parent 199e825473
commit 06b3625b7e
10 changed files with 401 additions and 268 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,5 +5,10 @@
<Transaction>2005-01-29 10:15:34.468.pas,X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas</Transaction>
<Transaction>2005-01-29 10:29:11.421.pas,X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Unit1.pas=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas</Transaction>
<Transaction>2005-01-29 10:29:11.421.dfm,X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Unit1.dfm=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.dfm</Transaction>
<Transaction>2005-01-30 14:41:10.093.pas,X:\Code\Delphi\Apophysis\2.02g\Source\cmapData.pas=</Transaction>
<Transaction>2005-02-06 08:21:07.265.pas,X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM2.pas=</Transaction>
<Transaction>2005-02-06 08:21:41.703.pas,X:\Code\Delphi\Apophysis\2.02g\Source\cmapdata.pas=</Transaction>
<Transaction>2005-03-05 08:49:36.656.pas,X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Unit1.pas=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHelper.pas</Transaction>
<Transaction>2005-03-05 09:01:19.265.pas,X:\Code\Delphi\Apophysis\2.02g\Source\GradientHelper.pas=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas</Transaction>
</Transactions>
</BorlandProject>

View File

@ -35,10 +35,10 @@
-N"..\..\out\dcu"
-LE"C:\Documents and Settings\Ronald Hordijk\Mijn documenten\Borland Studio Projects\Bpl"
-LN"C:\Documents and Settings\Ronald Hordijk\Mijn documenten\Borland Studio Projects\Bpl"
-U"..\..\Source ;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
-O"..\..\Source ;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
-I"..\..\Source ;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
-R"..\..\Source ;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
-U"X:\Code\Delphi\Apophysis\2.02g\Source;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
-O"X:\Code\Delphi\Apophysis\2.02g\Source;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
-I"X:\Code\Delphi\Apophysis\2.02g\Source;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
-R"X:\Code\Delphi\Apophysis\2.02g\Source;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
-w-UNSAFE_TYPE
-w-UNSAFE_CODE
-w-UNSAFE_CAST

View File

@ -38,7 +38,6 @@ uses
Save in '..\..\Source\Save.pas' {SaveForm},
About in '..\..\Source\About.pas' {AboutForm},
cmap in '..\..\Source\cmap.pas',
cmapData in '..\..\Source\cmapData.pas',
SavePreset in '..\..\Source\SavePreset.pas' {SavePresetForm},
ControlPoint in '..\..\Source\ControlPoint.pas',
HtmlHlp in '..\..\Source\HtmlHlp.pas',
@ -54,7 +53,11 @@ uses
RenderThread in '..\..\Source\RenderThread.pas',
Render in '..\..\Source\Render.pas',
Render32 in '..\..\Source\Render32.pas',
Render64 in '..\..\Source\Render64.pas';
Render64 in '..\..\Source\Render64.pas',
RenderMM in '..\..\Source\RenderMM.pas',
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
GradientHlpr in '..\..\Source\GradientHlpr.pas';
// ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring};
{$R *.RES}
@ -82,7 +85,7 @@ begin
Application.CreateForm(TSizeTool, SizeTool);
Application.CreateForm(TExportDialog, ExportDialog);
Application.CreateForm(TSheepDialog, SheepDialog);
// Application.CreateForm(TfrmImageColoring, frmImageColoring);
// Application.CreateForm(TfrmImageColoring, frmImageColoring);
Application.UpdateFormatSettings := False;
DecimalSeparator := '.';
Application.Run;

View File

@ -1,41 +1,56 @@
[Closed Files]
File_0=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas',0,1,83,21,109,0,0,,
File_1=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas',0,1,28,19,68,0,0,,
File_2=TSourceModule,'X:\Code\Delphi\Apophysis\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005\ap_System.pas',0,1,263,57,296,0,0,,
File_3=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\MyTypes.pas',0,1,1,1,1,0,0,,
File_4=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\MsMultiPartFormData.pas',0,1,109,1,123,0,0,,
File_5=TSourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\RenderThread.pas',0,1,777,23,804,0,0,,
File_6=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.identcache',0,1,1,59,12,0,0,,
File_7=TSourceModule,'x:\programs\borland\bds\3.0\source\Win32\rtl\common\Classes.pas',0,1,1188,15,1188,0,0,,
File_8=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas',0,1,1,1,1,0,0,,
File_0=TSourceModule,'c:\develop\borland\bds\3.0\source\Win32\rtl\win\Windows.pas',0,1,29720,1,29752,0,0,,
File_1=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas',0,1,439,15,475,0,0,,
File_2=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas',0,1,1,35,23,0,0,,
File_3=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas',0,1,91,49,94,0,0,,
File_4=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\cmap.pas',0,1,20,3,26,0,0,,
[Modules]
Module0=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
Module1=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
Module2=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
Module3=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
Module4=X:\Code\Delphi\Apophysis\2.02g\Source\cmap.pas
Module5=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
Module6=X:\Code\Delphi\Apophysis\2.02g\readme.txt
Module7=X:\Code\Delphi\Apophysis\2.02g\Changes.txt
Module8=X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.bdsproj
Module9=X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas
Module10=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
Module11=X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas
Module12=X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas
Module0=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
Module1=X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.bdsproj
Module2=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
Module3=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
Module4=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
Module5=X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas
Module6=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
Module7=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3-render.c
Module8=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\rect.c
Module9=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.h
Module10=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.c
Module11=X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas
Module12=c:\develop\borland\bds\3.0\source\Win32\rtl\sys\System.pas
Module13=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
Module14=default.htm
Count=15
Module14=X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas
Module15=default.htm
Count=16
EditWindowCount=1
[X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas]
ModuleType=TSourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.bdsproj]
ModuleType=TBaseProject
[X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas]
ModuleType=TSourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas]
[X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas]
ModuleType=TSourceModule
FormState=1
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas]
@ -43,61 +58,44 @@ ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas]
ModuleType=TSourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\cmap.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\readme.txt]
[X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3-render.c]
ModuleType=TSourceModule
[X:\Code\Delphi\Apophysis\2.02g\Changes.txt]
[X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\rect.c]
ModuleType=TSourceModule
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.bdsproj]
ModuleType=TBaseProject
[X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas]
[X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.h]
ModuleType=TSourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas]
[X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.c]
ModuleType=TSourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[c:\develop\borland\bds\3.0\source\Win32\rtl\sys\System.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas]
ModuleType=TSourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[default.htm]
ModuleType=TURLModule
[EditWindow0]
ViewCount=15
CurrentEditView=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
ViewCount=16
CurrentEditView=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
View0=0
View1=1
View2=2
@ -113,6 +111,7 @@ View11=11
View12=12
View13=13
View14=14
View15=15
PercentageSizes=1
Create=1
Visible=1
@ -131,17 +130,17 @@ MessageView=MessageView@EditWindow0
BorlandEditorCodeExplorer=BorlandEditorCodeExplorer@EditWindow0
TopPanelSize=0
LeftPanelSize=1906
LeftPanelClients=StructureView,DockSite3
LeftPanelData=00000800010100000000AE170000000000000172070000000000000100000000C50D00001100000053747275637475726556696577466F726D01000000009A1D000009000000446F636B5369746533FFFFFFFF
LeftPanelClients=StructureView,DockSite2
LeftPanelData=00000800010100000000AE170000000000000172070000000000000100000000C50D00001100000053747275637475726556696577466F726D01000000009A1D000009000000446F636B5369746532FFFFFFFF
RightPanelSize=2258
RightPanelClients=ToolForm,DockSite2
RightPanelData=00000800010100000000AE1700000000000001D20800000000000001000000006511000009000000446F636B536974653201000000009A1D000008000000546F6F6C466F726DFFFFFFFF
RightPanelClients=ToolForm,DockSite3
RightPanelData=00000800010100000000AE1700000000000001D20800000000000001000000006511000009000000446F636B536974653301000000009A1D000008000000546F6F6C466F726DFFFFFFFF
BottomPanelSize=1270
BottomPanelClients=MessageView@EditWindow0,ToDo List,DockSite0
BottomPanelData=000008000102020000000E000000546F446F4C69737457696E646F7709000000446F636B53697465307C3000000000000002F60400000000000001000000007C3000000B0000004D65737361676556696577FFFFFFFF
BottomPanelClients=MessageView@EditWindow0,ToDo List,DockSite1
BottomPanelData=000008000102020000000E000000546F446F4C69737457696E646F7709000000446F636B53697465317C3000000000000002F60400000000000001000000007C3000000B0000004D65737361676556696577FFFFFFFF
BottomMiddlePanelSize=0
BottomMiddlePanelClients=DockSite1
BottomMiddelPanelData=0000080001000100000009000000446F636B53697465310000000000000000000000000000000000FFFFFFFF
BottomMiddlePanelClients=DockSite0
BottomMiddelPanelData=0000080001000100000009000000446F636B53697465300000000000000000000000000000000000FFFFFFFF
[View0]
CustomEditViewType=TWelcomePageView
@ -150,8 +149,8 @@ WelcomePageURL=bds:/default.htm
[View1]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.dpr
CursorX=2
CursorY=90
CursorX=1
CursorY=88
TopLine=59
LeftCol=1
Elisions=
@ -159,133 +158,143 @@ Bookmarks=
[View2]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Changes.txt
CursorX=19
CursorY=4
TopLine=1
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
CursorX=33
CursorY=2195
TopLine=2168
LeftCol=1
Elisions=
Bookmarks=
Bookmarks={1,4280,5}
[View3]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\readme.txt
CursorX=1
CursorY=1
TopLine=1
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas
CursorX=26
CursorY=73
TopLine=41
LeftCol=1
Elisions=
Bookmarks=
[View4]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas
CursorX=32
CursorY=1479
TopLine=1463
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas
CursorX=5
CursorY=209
TopLine=166
LeftCol=1
Elisions=
Bookmarks=
[View5]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
CursorX=14
CursorY=661
TopLine=650
Module=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
CursorX=1
CursorY=216
TopLine=184
LeftCol=1
Elisions=
Bookmarks=
[View6]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
CursorX=1
CursorY=585
TopLine=560
Module=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
CursorX=44
CursorY=16
TopLine=1
LeftCol=1
Elisions=
Bookmarks=
[View7]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
CursorX=27
CursorY=102
TopLine=63
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
CursorX=34
CursorY=362
TopLine=314
LeftCol=1
Elisions=
Bookmarks=
[View8]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\cmap.pas
CursorX=3
CursorY=46
TopLine=1
Module=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.c
CursorX=18
CursorY=1603
TopLine=1560
LeftCol=1
Elisions=
Bookmarks=
[View9]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
CursorX=22
CursorY=3416
TopLine=3373
Module=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3-render.c
CursorX=23
CursorY=78
TopLine=46
LeftCol=1
Elisions=
Bookmarks={1,3102,15}
Bookmarks=
[View10]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
Module=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\rect.c
CursorX=38
CursorY=133
TopLine=126
CursorY=270
TopLine=238
LeftCol=1
Elisions=
Bookmarks=
[View11]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas
CursorX=28
CursorY=207
TopLine=168
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
CursorX=1
CursorY=179
TopLine=155
LeftCol=1
Elisions=
Bookmarks=
[View12]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
Module=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.h
CursorX=25
CursorY=124
TopLine=91
CursorY=135
TopLine=103
LeftCol=1
Elisions=
Bookmarks=
[View13]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
CursorX=54
CursorY=302
TopLine=297
Module=X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas
CursorX=71
CursorY=494
TopLine=486
LeftCol=1
Elisions=
Bookmarks=
[View14]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas
CursorX=52
CursorY=68
TopLine=31
Module=c:\develop\borland\bds\3.0\source\Win32\rtl\sys\System.pas
CursorX=16
CursorY=1253
TopLine=1233
LeftCol=1
Elisions=
Bookmarks={1,237,1}
Bookmarks=
[View15]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
CursorX=35
CursorY=1329
TopLine=1293
LeftCol=1
Elisions=
Bookmarks=
[Watches]
Count=0
@ -301,11 +310,11 @@ State=0
Left=0
Top=0
Width=3766
Height=724
Height=4698
MaxLeft=-1
MaxTop=-1
ClientWidth=3766
ClientHeight=724
ClientHeight=4698
TBDockHeight=201
LRDockWidth=13602
Dockable=1
@ -368,11 +377,36 @@ MaxLeft=-1
MaxTop=-1
ClientWidth=2258
ClientHeight=2988
TBDockHeight=8913
TBDockHeight=6911
LRDockWidth=2258
Dockable=1
StayOnTop=0
[PropertyInspector]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=1844
Height=3843
MaxLeft=-1
MaxTop=-1
ClientWidth=1844
ClientHeight=3843
TBDockHeight=412
LRDockWidth=1906
Dockable=1
StayOnTop=0
SplitPos=95
[PropInspDesignerSelection]
ArrangeBy=Category
SelectedItem=Miscellaneous.Name,
ExpandedItems=Action=1,"Border Style=1","Custom Glyphs=1","Drag, Drop and Docking=1","Help and Hints=1",Input=1,Layout=1,Legacy=1,Linkage=1,Locale=1,Localizable=1,Miscellaneous=1,Visual=1,"Border Style.BorderIcons=0",Linkage.Images=0
[RMAddinTool]
PercentageSizes=1
Create=1
@ -380,7 +414,7 @@ Visible=0
Docked=1
State=0
Left=-9
Top=1001
Top=-103
Width=5305
Height=5141
MaxLeft=-1
@ -401,11 +435,11 @@ State=0
Left=0
Top=0
Width=3766
Height=724
Height=4698
MaxLeft=-1
MaxTop=-1
ClientWidth=3766
ClientHeight=724
ClientHeight=4698
TBDockHeight=2072
LRDockWidth=3484
Dockable=1
@ -504,11 +538,11 @@ State=0
Left=0
Top=0
Width=3766
Height=724
Height=4698
MaxLeft=-1
MaxTop=-1
ClientWidth=3766
ClientHeight=724
ClientHeight=4698
TBDockHeight=412
LRDockWidth=4953
Dockable=1
@ -523,11 +557,11 @@ State=0
Left=0
Top=0
Width=3766
Height=724
Height=4698
MaxLeft=-1
MaxTop=-1
ClientWidth=3766
ClientHeight=724
ClientHeight=4698
TBDockHeight=201
LRDockWidth=7414
Dockable=1
@ -546,17 +580,17 @@ State=0
Left=0
Top=0
Width=3766
Height=724
Height=4698
MaxLeft=-1
MaxTop=-1
ClientWidth=3766
ClientHeight=724
ClientHeight=4698
TBDockHeight=262
LRDockWidth=3484
Dockable=1
StayOnTop=0
[PropertyInspector]
[ModelViewTool]
PercentageSizes=1
Create=1
Visible=1
@ -564,17 +598,16 @@ Docked=1
State=0
Left=0
Top=0
Width=1844
Height=3843
Width=2195
Height=3964
MaxLeft=-1
MaxTop=-1
ClientWidth=1844
ClientHeight=3843
TBDockHeight=412
LRDockWidth=1906
ClientWidth=2195
ClientHeight=3964
TBDockHeight=4879
LRDockWidth=5305
Dockable=1
StayOnTop=0
SplitPos=95
[BreakpointWindow]
PercentageSizes=1
@ -585,11 +618,11 @@ State=0
Left=0
Top=0
Width=3766
Height=724
Height=4698
MaxLeft=-1
MaxTop=-1
ClientWidth=3766
ClientHeight=724
ClientHeight=4698
TBDockHeight=1549
LRDockWidth=8742
Dockable=1
@ -668,29 +701,6 @@ Create=1
Visible=0
Docked=1
State=0
Left=-5
Top=-860
Width=3828
Height=1076
MaxLeft=-1
MaxTop=-1
ClientWidth=3828
ClientHeight=1076
TBDockHeight=1076
LRDockWidth=3828
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=LocalVarsWindow
TabDockClients=BreakpointWindow,ThreadStatusWindow,DebugLogView,CallStackWindow,WatchWindow,LocalVarsWindow
[DockSite1]
DockSiteType=1
PercentageSizes=1
Create=1
Visible=0
Docked=1
State=0
Left=-252
Top=-857
Width=2336
@ -707,30 +717,30 @@ TabPosition=1
ActiveTabID=FindReferencsForm
TabDockClients=RefactoringForm,FindReferencsForm
[DockSite2]
[DockSite1]
DockSiteType=1
PercentageSizes=1
Create=1
Visible=1
Visible=0
Docked=1
State=0
Left=0
Top=23
Width=2258
Height=4316
Left=-5
Top=-860
Width=3828
Height=5050
MaxLeft=-1
MaxTop=-1
ClientWidth=2258
ClientHeight=4316
TBDockHeight=1670
LRDockWidth=2258
ClientWidth=3828
ClientHeight=5050
TBDockHeight=5050
LRDockWidth=3828
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=ProjectManager
TabDockClients=ProjectManager,DataExplorer
ActiveTabID=LocalVarsWindow
TabDockClients=BreakpointWindow,CallStackWindow,WatchWindow,ThreadStatusWindow,DebugLogView,LocalVarsWindow
[DockSite3]
[DockSite2]
DockSiteType=1
PercentageSizes=1
Create=1
@ -745,7 +755,7 @@ MaxLeft=-1
MaxTop=-1
ClientWidth=1906
ClientHeight=3944
TBDockHeight=1740
TBDockHeight=5040
LRDockWidth=1906
Dockable=1
StayOnTop=0
@ -753,3 +763,26 @@ TabPosition=1
ActiveTabID=RMAddinTool
TabDockClients=RMAddinTool,PropertyInspector
[DockSite3]
DockSiteType=1
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=23
Width=2258
Height=4316
MaxLeft=-1
MaxTop=-1
ClientWidth=2258
ClientHeight=4316
TBDockHeight=1740
LRDockWidth=2258
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=ProjectManager
TabDockClients=ProjectManager,ModelViewTool,DataExplorer

View File

@ -86,6 +86,7 @@ ProductName=
ProductVersion=2.02
Comments=
[Excluded Packages]
W:\Lib\dgmr_60.bpl=Dgmr bibliotheek 6.1
C:\Program Files\Indy 10 for Delphi 6\LibD6\dclIndyCore60.bpl=Indy 10 Core Design Time
C:\Program Files\Indy 10 for Delphi 6\LibD6\dclIndyProtocols60.bpl=Indy 10 Protocols Design Time
[HistoryLists\hlDebugSourcePath]

View File

@ -23,6 +23,7 @@ program Apophysis202;
uses
Forms,
Dialogs,
SysUtils,
Main in '..\..\Source\Main.pas' {MainForm},
Editor in '..\..\Source\Editor.pas' {EditForm},
@ -33,6 +34,7 @@ uses
Fullscreen in '..\..\Source\Fullscreen.pas' {FullscreenForm},
Render in '..\..\Source\Render.pas',
Render32 in '..\..\Source\Render32.pas',
Render64 in '..\..\Source\Render64.pas',
RenderThread in '..\..\Source\RenderThread.pas',
FormRender in '..\..\Source\FormRender.pas' {RenderForm},
Mutate in '..\..\Source\Mutate.pas' {MutateForm},
@ -57,11 +59,19 @@ uses
Sheep in '..\..\Source\Sheep.pas' {SheepDialog},
ap_FileCtrl in '..\..\Source\ap_FileCtrl.pas',
XForm in '..\..\Source\XForm.pas',
cmapdata in '..\..\Source\cmapdata.pas';
cmapdata in '..\..\Source\cmapdata.pas',
RenderMM in '..\..\Source\RenderMM.pas',
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
GradientHlpr in '..\..\Source\GradientHlpr.pas';
{$R *.RES}
begin
if now > EncodeDate(2005,6,20) then begin
ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.');
Halt
end;
Application.Initialize;
Application.Title := 'Apophysis';
Application.HelpFile := 'Apophysis 2.0.chm';
@ -84,6 +94,7 @@ begin
Application.CreateForm(TSizeTool, SizeTool);
Application.CreateForm(TExportDialog, ExportDialog);
Application.CreateForm(TSheepDialog, SheepDialog);
Application.CreateForm(TfrmImageColoring, frmImageColoring);
Application.UpdateFormatSettings := False;
DecimalSeparator := '.';
Application.Run;

View File

@ -1,8 +1,8 @@
[Closed Files]
File_0=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\About.pas',0,1,1,31,9,1,0
File_1=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Adjust.pas',0,1,1,16,27,1,0
File_2=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\Main.pas',0,1,4354,45,4394,0,0
File_3=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas',0,1,64,17,81,0,0
File_0=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas',0,1,551,60,588,1,0
File_1=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\About.pas',0,1,1,31,9,1,0
File_2=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Adjust.pas',0,1,1,16,27,1,0
File_3=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\Main.pas',0,1,4354,45,4394,0,0
File_4=SourceModule,'X:\Code\Delphi\Apophysis\Apolibstuff\imglib\ImageDLLLoader.pas',0,1,101,55,120,0,0
File_5=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\About.pas',0,1,1,1,1,0,0
File_6=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\cmapdata.pas',0,1,47709,1,47737,0,0
@ -11,27 +11,78 @@ File_8=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\ap_FileCtrl.pas',0,1,
File_9=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\ap_SysUtils.pas',0,1,1,3,20,0,0
[Modules]
Module0=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
Module1=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
Module2=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
Module3=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
Module4=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
Module5=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
Module6=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
Module7=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
Module8=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
Module9=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
Module10=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
Module11=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
Module12=X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas
Module13=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
Module14=X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas
Module15=X:\Code\Delphi\Apophysis\2.02g\Source\Editor.pas
Module16=X:\Code\Delphi\Apophysis\2.02g\Source\Browser.pas
Module17=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
Count=18
Module0=X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr
Module1=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
Module2=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas
Module3=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas
Module4=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
Module5=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
Module6=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
Module7=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
Module8=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
Module9=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
Module10=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
Module11=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
Module12=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
Module13=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
Module14=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
Module15=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
Module16=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
Module17=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
Module18=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
Module19=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
Module20=X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas
Module21=X:\Code\Delphi\Apophysis\2.02g\Source\Editor.pas
Module22=X:\Code\Delphi\Apophysis\2.02g\Source\Browser.pas
Module23=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
Count=24
EditWindowCount=1
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas]
ModuleType=SourceModule
FormState=0
@ -77,11 +128,6 @@ ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas]
ModuleType=SourceModule
FormState=0
@ -92,16 +138,6 @@ ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas]
ModuleType=SourceModule
FormState=0
@ -126,17 +162,13 @@ FormOnTop=0
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr]
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.todo]
FormState=0
FormOnTop=0
[EditWindow0]
ViewCount=18
CurrentView=17
ViewCount=24
CurrentView=23
View0=0
View1=1
View2=2
@ -155,6 +187,12 @@ View14=14
View15=15
View16=16
View17=17
View18=18
View19=19
View20=20
View21=21
View22=22
View23=23
CodeExplorer=CodeExplorer@EditWindow0
MessageView=MessageView@EditWindow0
Create=1
@ -170,9 +208,9 @@ ClientWidth=1008
ClientHeight=846
LeftPanelSize=0
RightPanelSize=0
BottomPanelSize=0
BottomPanelSize=52
BottomPanelClients=MessageView@EditWindow0
BottomPanelData=00000400010000000B0000004D6573736167655669657700000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF
BottomPanelData=000004000000000000000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF
[View0]
Module=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
@ -204,102 +242,144 @@ LeftCol=1
[View4]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
CursorX=1
CursorY=1
CursorX=26
CursorY=6
TopLine=1
LeftCol=1
[View5]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas
CursorX=1
CursorY=1
TopLine=1
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
CursorX=29
CursorY=134
TopLine=106
LeftCol=1
[View6]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
Module=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View7]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View8]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View9]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
CursorX=1
CursorY=1
TopLine=1
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
CursorX=10
CursorY=431
TopLine=403
LeftCol=1
[View10]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
CursorX=1
CursorY=1
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas
CursorX=25
CursorY=51
TopLine=1
LeftCol=1
[View11]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
Module=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View12]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
CursorX=1
CursorY=1
TopLine=1
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
CursorX=21
CursorY=393
TopLine=345
LeftCol=1
[View13]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View14]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View15]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View16]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View17]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View18]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View19]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View20]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View21]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View22]
Module=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
CursorX=36
CursorY=25
TopLine=1
LeftCol=1
[View23]
Module=X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr
CursorX=11
CursorY=70
TopLine=43
LeftCol=1
[Watches]
Count=0
@ -386,7 +466,7 @@ LRDockWidth=190
Dockable=1
SplitPos=85
ArrangeBy=Name
SelectedItem=Caption
SelectedItem=
ExpandedItems=
HiddenCategories=
@ -488,17 +568,17 @@ Dockable=1
[MessageView@EditWindow0]
Create=1
Visible=0
Visible=1
State=0
Left=12
Top=0
Width=996
Height=285
Height=52
MaxLeft=-1
MaxTop=-1
ClientWidth=996
ClientHeight=285
TBDockHeight=285
ClientHeight=52
TBDockHeight=52
LRDockWidth=443
Dockable=1
@ -522,6 +602,6 @@ TBDockHeight=451
LRDockWidth=177
Dockable=1
TabPosition=2
ActiveTab=Object Inspector
ActiveTab=Project Manager
TabDockClients=ProjectManager,CodeExplorer@EditWindow0,CallStackWindow,PropertyInspector