Commit Graph
6 Commits
Author SHA1 Message Date
SupSuper b7e4dfe669 AGS: Fix plugin name typo blocking Whispers of a Machine
WadjetUtil, not WadgetUtil
2021-03-06 00:44:14 +00:00
Paul Gilbert 800adbacf5 AGS: Fix crash calling AGSCreditz plugin method
The latest change to try and properly handle NumberPtr results
from plugin methods broke the passed parameters on methods with
a void return. To solve this once and for all, I changed all
plugin methods to be a void return, and added a _results field
as part of the passed params parameter
2021-03-03 21:18:32 -08:00
Paul Gilbert 7029b58187 AGS: Implemented skeleton AGSWadgetUtil plugin 2021-03-02 19:34:56 -08:00
Paul Gilbert 8f6884b21c AGS: Implemented skeleton AGSJoy plugin 2021-03-02 19:22:50 -08:00
Paul Gilbert f556ba3fc9 AGS: Startup fixes for Kathy Rain 2021-02-20 15:22:24 -08:00
Paul Gilbert 155e74eae5 AGS: Change DLL base class to PluginBase 2021-02-16 20:22:43 -08:00