Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: a-v-o on Tue 06/01/2004 21:03:36

Title: Delphi plugin API for AGS 2.6
Post by: a-v-o on Tue 06/01/2004 21:03:36
The new Plugin API for Delphi is ready. Please email me to get the files, if you're interested.

Maybe someone can host them as long as my server is down.

Thanks.
Title: Re:Delphi plugin API for AGS 2.6
Post by: Dorcan on Tue 06/01/2004 21:05:17
I'm really interested, and I can host them  :)
my email : dorcan at digitalmindstudio.ch
Title: Re:Delphi plugin API for AGS 2.6
Post by: Dorcan on Tue 06/01/2004 22:57:47
Ok, here's the link:

ags_delphi_tutorial.zip (http://www.digitalmindstudio.ch/fichiers/divers/ags_delphi_tutorial.zip)

Thanks for your work, a-v-o !  :)
Title: Re:Delphi plugin API for AGS 2.6
Post by: a-v-o on Wed 07/01/2004 06:48:45
Thanks for the hosting, Dorcan  :)
Title: Re:Delphi plugin API for AGS 2.6
Post by: Pumaman on Fri 09/01/2004 23:30:34
Nice work, I've updated the link from the Plugin API page.
Title: Re:Delphi plugin API for AGS 2.6
Post by: a-v-o on Sat 10/01/2004 01:08:52
Thank you for updating the link.

And I have a question:

As you implement so many new script functions in each version, can you provide a list of all or the new functions with parameters?

Because in the plugin template I have a routine which imports the addresses for all script functions using GetScriptFunctionAddress, so that they can be used like normal delphi functions.

Title: Re:Delphi plugin API for AGS 2.6
Post by: Pumaman on Sat 10/01/2004 16:15:36
I think this is pretty recent:

http://www.agsforums.com/scriptFuncDefs.txt
Title: Re:Delphi plugin API for AGS 2.6
Post by: a-v-o on Sat 10/01/2004 23:32:49
That's what I wanted. Thanks.