PkmnLibSharp/PkmnLibSharp/Utilities
Deukhoofd 382cbf2673
Update to latest version of pkmnLib.
2021-11-27 11:27:19 +01:00
..
Constructor.cs Update to latest version of pkmnLib. 2021-11-27 11:27:19 +01:00
MarshalHelper.cs Fixed issue where .ArrayPtr() would not give the pointer to the desired array, and instead returned a pointer to an array of C# objects. 2020-08-24 19:08:51 +02:00
NativeException.cs Fixes exception not showing c++ stacktrace in some cases. 2021-04-30 13:53:41 +02:00
PointerWrapper.cs Fixes issue where getting battle from a pokemon could result in battle being in a deleted state. 2021-01-31 12:53:35 +01:00
Random.cs Updates to latest pkmnlib, fixes issues. 2020-12-23 12:27:58 +01:00
ReadOnlyArray.cs Update to latest version of pkmnLib. 2021-11-27 11:27:19 +01:00
ReadOnlyNativePtrArray.cs Fixes ReadOnlyNativePtrArray.IndexOf returning invalid index. 2021-03-13 14:43:17 +01:00
ResultChecker.cs Fixes assert not throwing exceptions for PkmnLibAI, now always throws exceptions if non-zero response. 2021-04-30 13:53:16 +02:00
ScopedOwner.cs Fixes for scopedowner. 2021-01-16 14:48:07 +01:00
SignalHandler.cs Grab stacktrace on signal. 2020-08-18 19:26:39 +02:00