Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Releases: fr-Pursuit/AsiSupport

ASI Support for RAGE Plugin Hook 0.4.6 BETA

17 Mar 19:12
Compare
Choose a tag to compare

* Fixed a crash that could occur when trying to draw an invalid texture

ASI Support for RAGE Plugin Hook 0.4.5 BETA

16 Mar 21:21
Compare
Choose a tag to compare

* The versions manifest has been updated (up to version 1.0.2245.0)

ASI Support for RAGE Plugin Hook 0.4.4 BETA

10 Feb 14:32
Compare
Choose a tag to compare

* The versions manifest has been updated (up to version 1.0.2215.0)

ASI Support for RAGE Plugin Hook 0.4.3 BETA

15 Dec 10:35
Compare
Choose a tag to compare

* The versions manifest has been updated (up to version 1.0.2189.0)

ASI Support for RAGE Plugin Hook 0.4.2 BETA

15 Aug 00:02
Compare
Choose a tag to compare

* The versions manifest has been updated (up to version 1.0.2060.0)
* Thread crashes can now be notified to the player
- SHVDN support has been removed as it is obsolete. A new support might be added in the future.

ASI Support for RAGE Plugin Hook 0.4.1 BETA

25 May 19:53
Compare
Choose a tag to compare

* SHVDN support is now disabled by default (because of its instability)
* The versions manifest has been updated (up to version 1.0.1868.1)
* Process corrupted state exceptions (ie: AccessViolations) are now properly handled.

ASI Support for RAGE Plugin Hook 0.4.0 BETA

26 Jul 22:58
Compare
Choose a tag to compare

* The maximum number of native arguments has been increased from 25 to 32
* All argument buffers are now pre-allocated: this should improve the plugin's overall performance
+ ScriptHookVDotNet support added

ASI Support for RAGE Plugin Hook 0.3.3 BETA

22 Jun 16:27
Compare
Choose a tag to compare

* The plugin can now optionally consider the current game version as unknown (getGameVersion() then always returns -1)
* The plugin can now optionally ignore calls to unknown natives. This could prevent some plugins from crashing. If a plugin tries to call an unknown native, 0 will be returned.
* Added the ReloadAsiConfig command

ASI Support for RAGE Plugin Hook 0.3.2 BETA

15 Dec 00:51
Compare
Choose a tag to compare

* The plugin should no longer crash if it failed to load or convert an ASI file
* The plugin now detects non ScriptHookV scripts instead of trying to convert them

ASI Support for RAGE Plugin Hook 0.3.1 BETA

30 Oct 21:53
Compare
Choose a tag to compare