This website requires JavaScript.
Explore
Help
Sign In
Deukhoofd
/
PkmnLib
Watch
1
Star
0
Fork
0
You've already forked PkmnLib
Code
Issues
Pull Requests
Releases
Wiki
Activity
PkmnLib
/
src
/
ScriptResolving
/
AngelScript
/
TypeRegistry
/
Battling
History
Deukhoofd
b7c27cb1f8
Some checks failed
continuous-integration/drone/push
Build is failing
Details
Move all dependencies over to CPM
2022-02-11 12:17:27 +01:00
..
RegisterBattleClass.cpp
Move all dependencies over to CPM
2022-02-11 12:17:27 +01:00
RegisterBattleClass.hpp
Adds Angelscript functions for getting a battle side, and swapping positions on it.
2021-03-26 15:28:24 +01:00
RegisterBattleHistory.cpp
Adds GetLastUsedAttackOnTargetWrapper wrapper function to Angelscript.
2021-11-19 13:10:30 +01:00
RegisterBattleHistory.hpp
Adds Angelscript interface for Battle History.
2021-10-23 18:16:17 +02:00
RegisterBattleLibrary.cpp
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
RegisterBattleLibrary.hpp
Fixed issue on build with gcc.
2020-07-18 13:19:35 +02:00
RegisterExecutingAttack.cpp
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
RegisterExecutingAttack.hpp
Fixed issue on build with gcc.
2020-07-18 13:19:35 +02:00
RegisterParty.cpp
Readds missing function.
2021-09-25 18:27:27 +02:00
RegisterParty.hpp
Adds Angelscript wrappers for Party.
2021-05-08 12:12:36 +02:00
RegisterPokemonClass.cpp
Move all dependencies over to CPM
2022-02-11 12:17:27 +01:00
RegisterPokemonClass.hpp
Fixed issue on build with gcc.
2020-07-18 13:19:35 +02:00
RegisterTurnChoices.cpp
Support for failing a MoveTurnChoice in Angelscript.
2021-11-12 13:00:34 +01:00
RegisterTurnChoices.hpp
Adds new run prevention script hooks.
2021-03-27 15:34:04 +01:00