This website requires JavaScript.
66060c68c0
Item C Interface.
Deukhoofd
2020-04-17 21:02:17 +0200
a95b6d1817
C Interface for nature.
Deukhoofd
2020-04-17 20:15:21 +0200
bd3e274d3d
Nature Library C Interface.
Deukhoofd
2020-04-17 20:03:01 +0200
a9075d7ef3
Cleanup natures.
Deukhoofd
2020-04-17 18:50:26 +0200
c5df576dde
Inline nature functions.
Deukhoofd
2020-04-17 18:45:00 +0200
6b704224d0
Handle natures as pointers instead of values.
Deukhoofd
2020-04-17 18:39:04 +0200
086438f547
Reworks nature library to be simpler.
Deukhoofd
2020-04-17 18:20:48 +0200
94980ef7ab
Implements struggle.
Deukhoofd
2020-04-17 17:56:41 +0200
82e0774b40
C Interface for EvolutionData
Deukhoofd
2020-04-16 16:18:09 +0200
8344f33e95
C Interface for PokemonSpecies
Deukhoofd
2020-04-16 15:04:53 +0200
c11da2d966
Changes for EffectParameter type in AngelScript, fixes for ConstString memory leak in AngelScript.
Deukhoofd
2020-04-16 14:25:20 +0200
2ab9445b71
Implements CInterface core, C Interface for LibrarySettings.
Deukhoofd
2020-04-14 16:36:54 +0200
24245957a5
Fix for Windows build.
Deukhoofd
2020-04-12 12:29:59 +0200
db8de6cdcc
Another attempt at fixing Windows build.
Deukhoofd
2020-04-12 11:52:07 +0200
9caf1959fa
Fix for build.
Deukhoofd
2020-04-12 11:37:01 +0200
b3290f0672
Don't link C libraries statically by default for Windows, as this isn't needed if another library has their own C libraries already has them statically linked.
Deukhoofd
2020-04-12 11:20:16 +0200
499f942104
Slight tweaks to writing byte code to file.
Deukhoofd
2020-04-12 10:17:15 +0200
229850257b
Attempt at fixing memory issue on Windows build.
Deukhoofd
2020-04-11 15:03:44 +0200
09c71487be
Fixed mismatched integer types.
Deukhoofd
2020-04-11 14:48:43 +0200
bf36103c11
Support for saving compiled AngelScript to either file or RAM, so we can reuse it.
Deukhoofd
2020-04-11 14:42:49 +0200
0b045db811
Removed OnStatusMove hook.
Deukhoofd
2020-04-10 23:21:43 +0200
2ad441debc
Update to new CreatureLib version.
Deukhoofd
2020-04-10 22:27:40 +0200
f1cc8a7b07
Attempt at caching between steps in Drone.
Deukhoofd
2020-04-10 21:35:24 +0200
aadef20533
Revert "Remove conan cache, as it mostly causes issues."
Deukhoofd
2020-04-10 21:32:55 +0200
4a1efd2843
Remove conan cache, as it mostly causes issues.
Deukhoofd
2020-04-10 21:26:53 +0200
10f7f38c2d
Implements float Effect Parameter.
Deukhoofd
2020-04-10 21:18:18 +0200
d12267c695
Implements new Effect Parameters in AngelScript/
Deukhoofd
2020-04-10 20:39:11 +0200
0700f7cfbd
Fix for Pokemon.HasHeldItem in AngelScript, added tests.
Deukhoofd
2020-04-10 16:03:15 +0200
d2573fe959
Fixed size_t that should be asUINT.
Deukhoofd
2020-04-10 15:15:46 +0200
bbb01ae458
Fixed ints for vector counts. Should be size_t.
Deukhoofd
2020-04-10 15:10:22 +0200
149b0f08f6
Rework AngelScript effect names to be not based on script names, but on attributes instead.
Deukhoofd
2020-04-10 14:57:20 +0200
72ef9599ed
Add conststring to several tests.
Deukhoofd
2020-04-07 12:05:37 +0200
aa8915b314
Angelscript support for ConstString.
Deukhoofd
2020-04-07 12:04:23 +0200
1046eceacf
Clean up AngelScript context on exception.
Deukhoofd
2020-04-06 20:06:43 +0200
48ef465c82
Update to the latest CreatureLib version.
Deukhoofd
2020-04-06 20:03:44 +0200
29a82a5e75
Support for new version of CreatureLib.
Deukhoofd
2020-02-28 19:51:50 +0100
dba8ae2b83
Link Arbutils in CMake.
Deukhoofd
2020-02-27 19:06:59 +0100
f91e36085a
Include Arbutils in conan.
Deukhoofd
2020-02-27 19:00:22 +0100
40a003429e
Updates CreatureLib, implements ConstStrings.
Deukhoofd
2020-02-27 18:59:15 +0100
d57b5852f1
Force conan export-pkg
Deukhoofd
2020-02-27 13:12:52 +0100
d1ec6325a0
Update Conan url.
Deukhoofd
2020-02-27 13:03:30 +0100
98e17a1eb8
Move script name to type.
Deukhoofd
2020-02-23 16:02:27 +0100
13a8228a44
Changes for Conan file.
Deukhoofd
2020-02-23 14:16:36 +0100
e27cc2270d
Update CreatureLib, added RemoveVolatile function to AngelScript.
Deukhoofd
2020-02-23 12:46:44 +0100
6a3df344da
Fixed invalid AngelScript declaration.
Deukhoofd
2020-02-22 16:14:20 +0100
ed287f93db
Update CreatureLib, added AddVolatile function to AngelScript.
Deukhoofd
2020-02-22 16:10:22 +0100
1f07ddc428
Fix build.
Deukhoofd
2020-02-22 15:26:16 +0100
904af99022
Update to newest version of CreatureLib, added ChoiceQueue in AngelScript.
Deukhoofd
2020-02-22 15:22:13 +0100
b1f101d646
Update to newest version of CreatureLib.
Deukhoofd
2020-02-20 13:32:13 +0100
19cfcc9e32
Support for specific PkmnLib functions in Scripts, added ModifyCriticalStage function.
Deukhoofd
2020-02-20 13:28:31 +0100
83a49eee6c
Add new damage library script hooks to AngelScript.
Deukhoofd
2020-02-19 10:25:27 +0100
a6e1726dc5
Include extern directory in conan.
Deukhoofd
2020-02-19 09:59:46 +0100
6fc6dbd05f
Added ScriptBuilder that gives us access to conditional compilation and metadata attributes.
Deukhoofd
2020-02-19 09:07:44 +0100
93be2ee8a1
Add Held Item functions to AngelScript.
Deukhoofd
2020-02-17 17:35:14 +0100
f507d76432
Make Pokemon battle class inherit publicly.
Deukhoofd
2020-02-17 16:56:44 +0100
6fff01a994
Add PokemonParty class.
Deukhoofd
2020-02-17 16:05:03 +0100
f9f83f892d
Fixed ModifyEffectChance function having uint16 instead of float as chance.
Deukhoofd
2020-02-17 10:55:42 +0100
3446412c0d
Fix EffectChance using uint16 instead of float.
Deukhoofd
2020-02-17 10:34:11 +0100
27f5c5b3b5
Update CreatureLib
Deukhoofd
2020-02-17 10:10:32 +0100
40f3b24bed
Change battle.Random from address to handle..
Deukhoofd
2020-02-16 17:57:51 +0100
30c3c5f405
Upgrade CreatureLib, added basic Battle class, as we'll use it later on/
Deukhoofd
2020-02-16 17:50:16 +0100
62eaf24f31
Fix ChangeStatBoost using the wrong underlying function
Deukhoofd
2020-02-16 17:00:52 +0100
57c142a11a
Add Stat boost change script function in AngelScript.
Deukhoofd
2020-02-16 16:55:46 +0100
98c3bdea1a
Register many new types and properties in AngelScript.
Deukhoofd
2020-02-16 16:43:37 +0100
0147515ffb
Implement AngelScript support for effect chance changes.
Deukhoofd
2020-02-16 15:21:58 +0100
321afbebe4
Use namespaces to differentiate between different categories of scripts.
Deukhoofd
2020-02-16 14:38:05 +0100
bb06026587
Allow creating script from direct string instead of invoking load function.
Deukhoofd
2020-02-16 13:33:58 +0100
a31477d4cb
Fix HitData.Damage being float instead of uint on scripts.
Deukhoofd
2020-02-16 12:37:13 +0100
3a141e7f9d
Fix Script GetAttackDataForTarget function.
Deukhoofd
2020-02-16 12:28:05 +0100
85d402c2c1
Update CreatureLib.
Deukhoofd
2020-02-16 12:19:14 +0100
5bbb880700
Improve script exception error message.
Deukhoofd
2020-02-16 11:44:50 +0100
7a452f96a7
Update to newer version of CreatureLib.
Deukhoofd
2020-02-16 10:14:44 +0100
3f3cb8cd9a
Update to newer version of CreatureLib.
Deukhoofd
2020-02-16 09:23:27 +0100
0587d5b47d
Update CreatureLib version.
Deukhoofd
2020-02-15 19:18:45 +0100
45662cb29b
Update to new CreatureLib version, updated libraries in accordance.
Deukhoofd
2020-02-15 19:04:06 +0100
4ee791c6cb
Force newest build to be Conan version.
Deukhoofd
2020-02-15 17:35:22 +0100
2ad6e2a2eb
Update CreatureLib version.
Deukhoofd
2020-02-13 19:02:49 +0100
7aa29e4543
Update CreatureLib, handle getting formes cleaner.
Deukhoofd
2020-02-13 18:00:23 +0100
dd45fea342
Update CreatureLib version.
Deukhoofd
2020-02-13 16:28:23 +0100
b83cefce11
Register Heal Method in AngelScript.
Deukhoofd
2020-02-13 15:15:07 +0100
6032610de6
Add script category to script creation function in AngelScript.
Deukhoofd
2020-02-13 13:59:07 +0100
eeedbdac03
Minor fixes.
Deukhoofd
2020-02-13 11:13:27 +0100
2ebe63a14e
Updates CreatureLib, adds Fling Power.
Deukhoofd
2020-02-13 11:09:24 +0100
c91b1b0906
Fix issues with AngelScript not handling statistics enum well.
Deukhoofd
2020-02-12 20:36:05 +0100
b8d7e5624c
Update to latest version of CreatureLib, apply new ENUM macro.
Deukhoofd
2020-02-12 20:30:22 +0100
9974adb5ad
Fix MoveData to use signed byte for priority constructor instead of unsigned.
Deukhoofd
2020-02-12 10:12:29 +0100
4ee5a14b4c
Implement Species destructor of base.
Deukhoofd
2020-02-09 11:02:29 +0100
450753cb50
Update CreatureLib version.
Deukhoofd
2020-02-08 20:31:46 +0100
61e9c9ba1f
Update CreatureLib headers, move header files to PkmnLib subdirectory.
Deukhoofd
2020-02-08 19:22:29 +0100
c55524be69
Update to newer version of CreatureLib.
Deukhoofd
2020-02-08 18:04:18 +0100
9f7557eecb
Use conan-data cache when doing a conan deploy
Deukhoofd
2020-02-08 11:05:21 +0100
02c0d1c27e
Setup conan remote before build at conan deploy.
Deukhoofd
2020-02-08 10:37:30 +0100
905087f7b9
Support for deploying to Conan.
Deukhoofd
2020-02-08 10:22:18 +0100
af2f62a278
When calling script hooks from another script, re-use existing script context.
Deukhoofd
2020-02-08 09:39:36 +0100
b8b692d4d6
Fix error in Windows build.
Deukhoofd
2020-02-07 19:21:22 +0100
67d317e22b
Fixes for valgrind failure.
Deukhoofd
2020-02-06 16:25:55 +0100
b425a7e8b9
Implements most script hooks
Deukhoofd
2020-02-05 17:06:15 +0100
bcc038b49d
Actual implementation of Angelscript hooks into battle library.
Deukhoofd
2020-02-04 19:34:30 +0100
0455fec875
Removes Windows valgrind for now
Deukhoofd
2020-02-02 16:26:50 +0100
82eee58455
Potential fix for Windows build.
Deukhoofd
2020-02-02 15:34:38 +0100