Commit Graph

60 Commits

Author SHA1 Message Date
Deukhoofd 4121501a9b
Updates native libraries
continuous-integration/drone/push Build is passing Details
2022-05-15 13:12:11 +02:00
Deukhoofd 4ce0aa54ea
Implements pkmnlib battle events 2022-05-15 13:11:39 +02:00
Deukhoofd 907e145083
Adds ItemTurnChoice interface
continuous-integration/drone/push Build is passing Details
2022-04-23 18:46:25 +02:00
Deukhoofd 36b39ba3c4
Update PkmnLib to new functionality with capture mechanics
continuous-integration/drone/push Build is failing Details
2022-03-26 16:46:07 +01:00
Deukhoofd cb3d3c74a1
Update to latest version of PkmnLib
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is passing Details
2022-03-12 10:32:31 +01:00
Deukhoofd 382cbf2673
Update to latest version of pkmnLib. 2021-11-27 11:27:19 +01:00
Deukhoofd d542e75cd1
Update to latest. 2021-11-05 13:58:01 +01:00
Deukhoofd dc79ed6e46
Adds support for new evolution helper functions 2021-07-09 15:59:42 +02:00
Deukhoofd 3b25f8b415
Adds setter to IsEgg 2021-06-27 12:24:11 +02:00
Deukhoofd 74bd383093
Adds a bunch of evolution methods 2021-06-27 12:23:26 +02:00
Deukhoofd ecea85c26a
Fixes for SpeciesLibrary 2021-06-26 14:09:38 +02:00
Deukhoofd 02afdbf479
Adds AllowedExperienceGain interface to Pokemon 2021-06-26 11:48:34 +02:00
Deukhoofd 919b486f69
Adds support for pokemon eggs 2021-06-26 11:36:38 +02:00
Deukhoofd 1153ad6034
Updates to latest pkmnlib 2021-05-24 11:41:55 +02:00
Deukhoofd 12850e3771
Updates pkmnlib, adds wrappers for PkmnLib_ai 2021-04-23 10:53:50 +02:00
Deukhoofd 3a7edb2fc3
Updates CreatureLib, implements support for ItemUseScript. 2021-03-07 19:36:09 +01:00
Deukhoofd 9f30f411cc
Adds ChangeStatBoostEvent, fixes issue where ExecutingMove would create default LearnedMove, instead of potential inheritor. 2021-01-31 12:48:02 +01:00
Deukhoofd a1668cd374
Fixes build. 2020-12-31 12:54:33 +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 a90fb3e481
Support for getting the last turn time. 2020-08-30 13:50:19 +02:00
Deukhoofd ea4c9c6877
Adds more events. 2020-08-25 19:13:15 +02:00
Deukhoofd 01fcbc1935
Update CreatureLib 2020-08-22 15:45:50 +02:00
Deukhoofd 2187221a17
Additional support for ExecutingMove 2020-08-22 14:45:13 +02:00
Deukhoofd 2c931bd32c
Support for Evolution 2020-08-22 13:10:43 +02:00
Deukhoofd 59b4223d18
Grab stacktrace on signal. 2020-08-18 19:26:39 +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 504bee3bda
Support for finding a previous evolution of a Pokemon. 2020-08-11 21:57:02 +02:00
Deukhoofd e08be5c013
Implements more functionality. 2020-08-11 21:48:41 +02:00
Deukhoofd e4f8e46102
Additional functionality. 2020-08-10 19:13:17 +02:00
Deukhoofd 12ed340643
Adds additional functionality for Pokemon 2020-08-09 11:49:13 +02:00
Deukhoofd a9b0ec0e98
Support getting a nature iterator. 2020-08-09 11:39:41 +02:00
Deukhoofd cae763fdc0
Implements Formes iterator. 2020-08-09 11:01:43 +02:00
Deukhoofd a19c3bdeb4
Adds setters for IVs and EVs. 2020-08-08 18:00:36 +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 1b025ea3cf
Support getting type name. 2020-08-08 13:15:17 +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 90d5c2a16c
Implements new events 2020-08-07 12:41:02 +02:00
Deukhoofd b0dea8b6e7
Support for battle event listeners. 2020-08-04 17:32:20 +02:00
Deukhoofd 00c5f51c55
Update to latest CreatureLib, more work on battle tests. 2020-07-31 14:19:21 +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 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