Commit Graph

32 Commits

Author SHA1 Message Date
Deukhoofd 919b486f69
Adds support for pokemon eggs 2021-06-26 11:36:38 +02:00
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
Deukhoofd 7807ee9676
Adds ScopedOwner class, that disposes owned values when garbage collected. 2021-01-15 16:53:32 +01:00
Deukhoofd ed7e655783
Fixes for clearing battle after it's finished. 2020-12-28 15:11:25 +01:00
Deukhoofd e9a3a70c13
Adds a setter to nickname for Pokemon. 2020-12-23 13:50:00 +01:00
Deukhoofd 8d5f7f318f
Updates to latest pkmnlib, fixes issues. 2020-12-23 12:27:58 +01:00
Deukhoofd c34d7960ab
Support for getting types on Pokemon. 2020-10-23 18:59:38 +02:00
Deukhoofd 06e252dbac
Use full library names for Unity. 2020-10-17 18:16:00 +02:00
Deukhoofd c797a4180b
Getter for values of actual Pokemon ability. 2020-09-05 14:55:14 +02:00
Deukhoofd 471c082527
Allow ReadOnlyNativePtrArray to contain nulls when IntPtr is zero. 2020-09-01 12:27:16 +02:00
Deukhoofd 2c5f35c640
Use Constructor class in PointerArray 2020-08-24 18:33:04 +02:00
Deukhoofd a2cf693bbd
Fixed bug with libraries returning some values twice in GetEnumerator, move more over to Constructor class. 2020-08-22 16:42:56 +02:00
Deukhoofd 59a5ddf5da
Move constructing from pointer to Constructor class to easily handle inheritance. 2020-08-22 16:26:14 +02:00
Deukhoofd 2c931bd32c
Support for Evolution 2020-08-22 13:10:43 +02:00
Deukhoofd 743c63a99c
Several fixes and improvements. 2020-08-17 18:51:07 +02:00
Deukhoofd 00cfd3c469
Cleanup for EventData. 2020-08-14 16:15:19 +02:00
Deukhoofd 12ed340643
Adds additional functionality for Pokemon 2020-08-09 11:49:13 +02:00
Deukhoofd a19c3bdeb4
Adds setters for IVs and EVs. 2020-08-08 18:00:36 +02:00
Deukhoofd 00167ecbb4
Add Friendship 2020-08-08 17:09:01 +02:00
Deukhoofd 69ab7b197c
Reworks PokemonBuilder. 2020-08-08 17:07:05 +02:00
Deukhoofd cecb1e9a83
Remove public empty constructors for pointer arrays, implements basic evolutions. 2020-08-08 15:24:14 +02:00
Deukhoofd 01e622c22c
Use fancy C# 8 Nullable Reference pattern. 2020-08-08 14:32:27 +02:00
Deukhoofd 26f8722fee
Implements additional functionality for Pokemon class, such as Status and helper function to restore PP. 2020-08-08 12:43:09 +02:00
Deukhoofd 00c5f51c55
Update to latest CreatureLib, more work on battle tests. 2020-07-31 14:19:21 +02:00
Deukhoofd 283825b355
Initial battle class tests. 2020-07-26 15:40:08 +02:00
Deukhoofd d29aa60010
Initial outline of battle class. 2020-07-26 14:47:56 +02:00
Deukhoofd d01e6a8df7
Support for PokemonParty. 2020-07-25 15:23:01 +02:00
Deukhoofd e4a515e11a
Finished outlining Pokemon class. 2020-07-25 14:03:05 +02:00
Deukhoofd 34c64d6b68
Adds new NativePtrArray class to deal with native arrays easier. 2020-07-25 12:52:18 +02:00
Deukhoofd 4d74dcc263
More work on Pokemon class wrapping. 2020-07-24 10:57:18 +02:00
Deukhoofd c143235495
Support for Pokemon building. 2020-07-19 12:33:22 +02:00
Deukhoofd 049eb480c0
Initial work on battle side. 2020-07-18 16:49:11 +02:00