Commit Graph

39 Commits

Author SHA1 Message Date
Deukhoofd a05a9ac76d
Style fixes 2022-06-07 23:23:40 +02:00
Deukhoofd a6b1c8a8ec
Enable pedantic errors 2022-04-02 13:03:11 +02:00
Deukhoofd f7c881b4e7
Implement held item scripts 2022-02-19 14:04:43 +01:00
Deukhoofd 545e321018
Updates needed for breaking change in how abilities work. 2021-11-15 12:47:02 +01:00
Deukhoofd accf582a51
Style fixes. 2021-09-26 10:53:26 +02:00
Deukhoofd 8005ad1232
Large cleanup of type registration, added new "NativeArray" (or narray in angelscript) type that simply holds a pointer to a native list, to prevent copies we don't need 2021-09-25 17:56:45 +02:00
Deukhoofd 5a082c5995
Style Fixes 2021-07-09 14:36:14 +02:00
Deukhoofd 733c1d0ce4
Fixes C Interface for GetPreEvolution function 2021-06-26 17:07:09 +02:00
Deukhoofd 68e7dd5f08
Adds a bunch of new evolution methods. 2021-06-26 16:20:25 +02:00
Deukhoofd 1f298cef08
Fixes for FindPreEvolution from C Interface 2021-06-26 13:36:21 +02:00
Deukhoofd 27dd8a8202
Initial support for item use scripts in angelscript. 2021-03-07 17:09:30 +01:00
Deukhoofd 53bd6e7a94
Update to new Arbutils memory model. 2020-12-12 14:25:27 +01:00
Deukhoofd cc92cf1491
Defensive programming. 2020-08-17 18:23:25 +02:00
Deukhoofd ca53676b6d
Fixes C Interface naming. 2020-08-12 17:13:03 +02:00
Deukhoofd 5e917b7047
Support for finding the previous evolution step of a Pokemon. 2020-08-11 21:46:22 +02:00
Deukhoofd 9274b675e9
SUpport for EggMoves 2020-08-11 19:36:18 +02:00
Deukhoofd 88971dce37
Support flags for species and formes. 2020-08-10 18:03:01 +02:00
Deukhoofd de3ad4a9c8
Support for getting natures by index for iterating purposes. 2020-08-09 11:31:22 +02:00
Deukhoofd ca087a7ed8
Add support for Egg Groups. 2020-08-08 18:41:27 +02:00
Deukhoofd 66aea09e80
Add C Interface function to get all evolutions. 2020-08-08 15:10:15 +02:00
Deukhoofd 593aadbda5
Fix wrong C Interface naming. 2020-08-08 14:55:26 +02:00
Deukhoofd ae0a364504
Make GetRandomNature CInterface be wrapped in a try, as it can throw. 2020-07-19 11:41:39 +02:00
Deukhoofd 41b15dc693
Update to newer CreatureLib. 2020-07-12 15:53:27 +02:00
Deukhoofd d50926afba
Cleanup of CInterface, removed operator-> on BorrowedPtr, as it throws when null. 2020-07-07 15:54:25 +02:00
Deukhoofd 7f1bc252ba
Update to newer CreatureLib. 2020-07-04 15:50:30 +02:00
Deukhoofd 2d3a2fc63b
Smart pointers for most library and battle classes. 2020-06-02 20:37:21 +02:00
Deukhoofd f42ce8865d
Update CreatureLib. 2020-05-27 17:26:25 +02:00
Deukhoofd 92135a88eb
Move experience gain from species to forme. 2020-05-22 13:43:02 +02:00
Deukhoofd 6c7c460640
Support Pokemon style experience gain. 2020-05-20 16:05:52 +02:00
Deukhoofd a19965c1c3
C Interface for PokemonLibrary. 2020-05-04 18:07:39 +02:00
Deukhoofd 93983bdf5b
Turns PokemonSpecies Construct C interface into Try function 2020-05-03 12:46:35 +02:00
Deukhoofd 91bd7f8670
Fixes for wrong C declarations 2020-05-02 16:19:24 +02:00
Deukhoofd c4b866cb38
File formatting. 2020-04-28 14:48:56 +02:00
Deukhoofd 66060c68c0
Item C Interface. 2020-04-17 21:02:17 +02:00
Deukhoofd a95b6d1817
C Interface for nature. 2020-04-17 20:15:21 +02:00
Deukhoofd bd3e274d3d
Nature Library C Interface. 2020-04-17 20:03:01 +02:00
Deukhoofd 82e0774b40
C Interface for EvolutionData 2020-04-16 16:18:09 +02:00
Deukhoofd 8344f33e95
C Interface for PokemonSpecies 2020-04-16 15:04:53 +02:00
Deukhoofd 2ab9445b71
Implements CInterface core, C Interface for LibrarySettings. 2020-04-14 16:36:54 +02:00