2005-03-25 03:35:39 -05:00
|
|
|
{
|
|
|
|
Apophysis Copyright (C) 2001-2004 Mark Townsend
|
2006-03-20 10:47:54 -05:00
|
|
|
Apophysis Copyright (C) 2005-2006 Ronald Hordijk, Piotr Boris, Peter Sdobnov
|
2005-03-25 03:35:39 -05:00
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
}
|
2005-12-30 07:11:16 -05:00
|
|
|
program Apophysis203;
|
2005-03-25 03:35:39 -05:00
|
|
|
|
2005-12-30 07:11:16 -05:00
|
|
|
{%ToDo 'Apophysis203.todo'}
|
2005-03-25 03:35:39 -05:00
|
|
|
|
|
|
|
uses
|
|
|
|
Forms,
|
2005-06-04 10:08:44 -04:00
|
|
|
Dialogs,
|
2005-03-25 03:35:39 -05:00
|
|
|
SysUtils,
|
|
|
|
Main in '..\..\Source\Main.pas' {MainForm},
|
|
|
|
Editor in '..\..\Source\Editor.pas' {EditForm},
|
|
|
|
Global in '..\..\Source\Global.pas',
|
|
|
|
Options in '..\..\Source\Options.pas' {OptionsForm},
|
|
|
|
Regstry in '..\..\Source\Regstry.pas',
|
|
|
|
Fullscreen in '..\..\Source\Fullscreen.pas' {FullscreenForm},
|
|
|
|
FormRender in '..\..\Source\FormRender.pas' {RenderForm},
|
|
|
|
Mutate in '..\..\Source\Mutate.pas' {MutateForm},
|
|
|
|
Adjust in '..\..\Source\Adjust.pas' {AdjustForm},
|
|
|
|
Browser in '..\..\Source\Browser.pas' {GradientBrowser},
|
|
|
|
Save in '..\..\Source\Save.pas' {SaveForm},
|
|
|
|
About in '..\..\Source\About.pas' {AboutForm},
|
|
|
|
Cmap in '..\..\Source\cmap.pas',
|
|
|
|
SavePreset in '..\..\Source\SavePreset.pas' {SavePresetForm},
|
|
|
|
ControlPoint in '..\..\Source\ControlPoint.pas',
|
|
|
|
HtmlHlp in '..\..\Source\HtmlHlp.pas',
|
|
|
|
Preview in '..\..\Source\Preview.pas' {PreviewForm},
|
2006-03-20 10:47:54 -05:00
|
|
|
ScriptForm in '..\..\Source\ScriptForm.pas' {ScriptEditor},
|
2005-03-25 03:35:39 -05:00
|
|
|
ScriptRender in '..\..\Source\ScriptRender.pas' {ScriptRenderForm},
|
|
|
|
FormFavorites in '..\..\Source\FormFavorites.pas' {FavoritesForm},
|
|
|
|
FormExport in '..\..\Source\FormExport.pas' {ExportDialog},
|
|
|
|
MsMultiPartFormData in '..\..\Source\MsMultiPartFormData.pas',
|
|
|
|
XForm in '..\..\Source\XForm.pas',
|
2006-03-20 10:47:54 -05:00
|
|
|
XFormMan in '..\..\Source\XFormMan.pas',
|
2005-03-25 03:35:39 -05:00
|
|
|
cmapdata in '..\..\Source\cmapdata.pas',
|
2005-06-04 10:08:44 -04:00
|
|
|
GradientHlpr in '..\..\Source\GradientHlpr.pas',
|
|
|
|
formPostProcess in '..\..\Source\formPostProcess.pas' {frmPostProcess},
|
2005-07-25 13:48:50 -04:00
|
|
|
RndFlame in '..\..\Source\RndFlame.pas',
|
|
|
|
bmdll32 in '..\..\Source\bmdll32.PAS',
|
2005-12-30 07:11:16 -05:00
|
|
|
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
|
|
|
|
BaseVariation in '..\..\Source\BaseVariation.pas',
|
|
|
|
ImageMaker in '..\..\Source\ImageMaker.pas',
|
2006-03-20 10:47:54 -05:00
|
|
|
Render in '..\..\Source\Render.pas',
|
|
|
|
Render64 in '..\..\Source\Render64.pas',
|
|
|
|
RenderMM in '..\..\Source\RenderMM.pas',
|
|
|
|
RenderMM_MT in '..\..\Source\RenderMM_MT.pas',
|
2005-12-30 07:11:16 -05:00
|
|
|
Render64MT in '..\..\Source\Render64MT.pas',
|
2006-03-20 10:47:54 -05:00
|
|
|
RenderThread in '..\..\Source\RenderThread.pas',
|
2005-12-30 07:11:16 -05:00
|
|
|
BucketFillerThread in '..\..\Source\BucketFillerThread.pas',
|
|
|
|
CustomDrawControl in '..\..\Source\CustomDrawControl.pas',
|
2006-03-20 10:47:54 -05:00
|
|
|
varRings2 in '..\..\Source\varRings2.pas',
|
2005-12-30 07:11:16 -05:00
|
|
|
varFan2 in '..\..\Source\varFan2.pas',
|
2006-03-20 10:47:54 -05:00
|
|
|
varblob in '..\..\Source\varblob.pas',
|
2005-12-30 07:11:16 -05:00
|
|
|
varpdj in '..\..\Source\varpdj.pas',
|
2006-03-20 10:47:54 -05:00
|
|
|
varPerspective in '..\..\Source\varPerspective.pas',
|
|
|
|
varSmoke2 in '..\..\Source\varSmoke2.pas',
|
|
|
|
varJuliaN in '..\..\Source\varJuliaN.pas',
|
|
|
|
varJuliaScope in '..\..\Source\varJuliaScope.pas';
|
2005-03-25 03:35:39 -05:00
|
|
|
|
|
|
|
{$R *.RES}
|
|
|
|
|
|
|
|
begin
|
2005-12-30 07:11:16 -05:00
|
|
|
if now > EncodeDate(2006, 4, 30) then begin
|
2005-03-25 03:35:39 -05:00
|
|
|
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';
|
|
|
|
Application.CreateForm(TMainForm, MainForm);
|
|
|
|
Application.CreateForm(TEditForm, EditForm);
|
|
|
|
Application.CreateForm(TOptionsForm, OptionsForm);
|
|
|
|
Application.CreateForm(TFullscreenForm, FullscreenForm);
|
|
|
|
Application.CreateForm(TRenderForm, RenderForm);
|
|
|
|
Application.CreateForm(TMutateForm, MutateForm);
|
|
|
|
Application.CreateForm(TAdjustForm, AdjustForm);
|
|
|
|
Application.CreateForm(TGradientBrowser, GradientBrowser);
|
|
|
|
Application.CreateForm(TSaveForm, SaveForm);
|
|
|
|
Application.CreateForm(TAboutForm, AboutForm);
|
|
|
|
Application.CreateForm(TSavePresetForm, SavePresetForm);
|
|
|
|
Application.CreateForm(TScriptEditor, ScriptEditor);
|
|
|
|
Application.CreateForm(TPreviewForm, PreviewForm);
|
|
|
|
Application.CreateForm(TScriptRenderForm, ScriptRenderForm);
|
|
|
|
Application.CreateForm(TFavoritesForm, FavoritesForm);
|
|
|
|
Application.CreateForm(TExportDialog, ExportDialog);
|
2005-06-04 10:08:44 -04:00
|
|
|
Application.CreateForm(TfrmPostProcess, frmPostProcess);
|
2005-07-25 13:48:50 -04:00
|
|
|
Application.CreateForm(TfrmImageColoring, frmImageColoring);
|
2005-03-25 03:35:39 -05:00
|
|
|
Application.UpdateFormatSettings := False;
|
|
|
|
DecimalSeparator := '.';
|
|
|
|
Application.Run;
|
|
|
|
end.
|
|
|
|
|