Skip to content

Releases: ntoxin66/Dynamic

Dynamic-0032

08 May 00:48
Compare
Choose a tag to compare
  • Fix persistent directive (thanks Kailo97!)

Dynamic-0031

13 Jan 00:17
Compare
Choose a tag to compare
  • Patched FlatConfigs bugs
  • Patched String->Bool datatype conversion
  • Allow double forward slash comments in flatconfigs
  • Patched CreateMemberFromString not reading ints/floats properly
  • Removed case sensitivity in String to Bool datatype conversion

Dynamic-0030

17 Sep 21:38
Compare
Choose a tag to compare
  • Fixed "Not called from inside a native function" bug (Thanks TR1D)

Dynamic-0029

09 Aug 09:47
Compare
Choose a tag to compare
  • Patches to Function type

Dynamic-0028

06 Aug 13:07
Compare
Choose a tag to compare
  • Fix Not called from inside a native function error during OnPluginEnd
  • Implement Function datatype

dynamic-0027

18 Jun 23:45
Compare
Choose a tag to compare
  • Patched Dynamic.WriteConfig

dynamic-0026

21 Mar 13:48
Compare
Choose a tag to compare
  • Add CloseHandle and CloseHandleByOffset
  • Add Dynamic.IsLoaded()
  • Intitalise all data along with natives in AskPluginLoad2

dynamic-0025

07 Mar 10:05
Compare
Choose a tag to compare
  • Garbage collector plugin handle patch
  • changed dynamic.Index to offset.Index (thx jdlovins)
  • Add Get/Set by offset to sm_dynamic_selftest
  • Fix Native_Dynamic_SetVectorByOffset

dynamic-0024

10 Feb 20:53
Compare
Choose a tag to compare
  • SetStringByOffset fix

dynamic-0023

30 Dec 03:29
Compare
Choose a tag to compare
  • Small fixes to compile on 1.9
  • Allow sm_dynamic_selftest from the server console
  • Implement Handle Usage Report
  • Collection Leak Fix