PkmnLibSharp/PkmnLibSharp/Utilities
Deukhoofd cbe5747d04
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
..
Constructor.cs Use Constructor class in PointerArray 2020-08-24 18:33:04 +02: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 Several fixes and improvements. 2020-08-17 18:51:07 +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 CreatureLib, more work on battle tests. 2020-07-31 14:19:21 +02:00
ReadOnlyNativePtrArray.cs Lock cache while using it in ReadOnlyNativeArray 2021-01-16 19:50:43 +01:00
ResultChecker.cs Adds ChangeStatBoostEvent, fixes issue where ExecutingMove would create default LearnedMove, instead of potential inheritor. 2021-01-31 12:48:02 +01: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