Commit Graph

48 Commits

Author SHA1 Message Date
Deukhoofd 41475fcb2f
Style fixes. 2021-03-26 19:14:22 +01:00
Deukhoofd 27dd8a8202
Initial support for item use scripts in angelscript. 2021-03-07 17:09:30 +01:00
Deukhoofd 18cebe842a
Updates to newer CreatureLib. 2021-03-07 11:12:18 +01:00
Deukhoofd f8427fa594
Many fixes for script handling. 2021-01-22 14:11:03 +01:00
Deukhoofd 31008c0107
Several fixes and improvements. 2020-12-28 15:11:06 +01:00
Deukhoofd 53bd6e7a94
Update to new Arbutils memory model. 2020-12-12 14:25:27 +01:00
Deukhoofd 8f73a9a43a
Several fixes. 2020-08-30 13:53:15 +02: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 2a884a0a8b
Setters for IVs and EVs. 2020-08-08 17:52:57 +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 7e84b6cf04
Fixed C Interface naming. 2020-08-08 12:40:33 +02:00
Deukhoofd 683f3ad08b
Add Pokemon Status. 2020-08-08 12:01:05 +02:00
Deukhoofd d8e166e49a
Adds explicit destructor for AngelscriptScript. 2020-08-04 18:33:27 +02:00
Deukhoofd 770d3be466
Changes PkmnLibException. 2020-07-30 20:06:41 +02:00
Deukhoofd 90c33bfef0
Add C Interface for random seed. 2020-07-26 11:02:54 +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 dc3630b171
Cleanup cmake file. 2020-07-18 12:42:54 +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 e17a8e016b
Implements support for registering types and functions in AngelScript externally. 2020-05-02 11:53:12 +02:00
Deukhoofd 9b125503ee
AngelScriptResolver C Interface 2020-05-02 11:38:13 +02:00
Deukhoofd 846580550a
C Interface for PkmnScript. 2020-04-29 20:17:18 +02:00
Deukhoofd 9206ff642b
C Interface for battle libraries. 2020-04-29 19:46:24 +02:00
Deukhoofd c4b866cb38
File formatting. 2020-04-28 14:48:56 +02:00
Deukhoofd 686f898259
WeatherChangeEvent. C Interface. 2020-04-26 20:12:31 +02:00
Deukhoofd 718c146ebe
Battle C Interface. 2020-04-26 20:01:11 +02:00
Deukhoofd caa353191d
C Interface for Pokemon. 2020-04-18 13:43:05 +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