-
a88719e2b3
Supports cloning battles for AI purposes.
Deukhoofd
2021-04-11 16:27:21 +02:00
-
14016837d9
Adds ModifyNumberOfHits Angelscript script hook.
Deukhoofd
2021-03-28 19:58:08 +02:00
-
c89c572aa2
Adds new Angelscript script hooks.
Deukhoofd
2021-03-28 18:53:08 +02:00
-
4e215895b7
Adds proper AddVolatile wrapper for battle.
Deukhoofd
2021-03-28 17:55:45 +02:00
-
76053af77f
Use borrowedPtr helpers in AngelScript turn choices.
Deukhoofd
2021-03-28 17:35:00 +02:00
-
514de9a2ba
Adds helper function for printing constString.
Deukhoofd
2021-03-28 17:15:06 +02:00
-
f8c3e92769
Fixes type causing PreventOpponentRunAway to not work.
Deukhoofd
2021-03-28 16:54:41 +02:00
-
515446bf20
Fixes GetPokemonIndex on BattleSide, adds unit test for it.
Deukhoofd
2021-03-28 16:16:47 +02:00
-
a8e71ddd0b
The angelscript addons really need to check their unused variables.
Deukhoofd
2021-03-27 23:22:10 +01:00
-
639d7e977f
Fixes unused variable in scripthelper.cpp.
Deukhoofd
2021-03-27 23:07:31 +01:00
-
acf7d1cc6e
Fixes unused variable in scriptdictionary.cpp
Deukhoofd
2021-03-27 22:57:05 +01:00
-
057884b0a5
Remove unused parameter in angelscript addon.
Deukhoofd
2021-03-27 22:46:47 +01:00
-
78268c51c0
Style fixes.
Deukhoofd
2021-03-27 22:40:16 +01:00
-
e748f6e96f
Updates Angelscript addons, adds angelscript dictionary addon.
Deukhoofd
2021-03-27 22:39:25 +01:00
-
e5b2ff5c59
Fixes memory leaks in unit test.
Deukhoofd
2021-03-27 22:29:28 +01:00
-
e361507ec9
Adds support for modifying volatile scripts after adding them.
Deukhoofd
2021-03-27 22:19:18 +01:00
-
5cfa174396
Adds new run prevention script hooks.
Deukhoofd
2021-03-27 15:34:04 +01:00
-
793daeae80
Adds missing scripts.
Deukhoofd
2021-03-27 13:51:06 +01:00
-
9b4cb06641
Style fixes.
Deukhoofd
2021-03-27 13:46:34 +01:00
-
af559f757c
Support for new move fail handling.
Deukhoofd
2021-03-27 13:33:56 +01:00
-
301c28d7a7
Make Battle and Battleside getters on Pokemon in Angelscript not const.
Deukhoofd
2021-03-27 10:06:23 +01:00
-
bee9170603
Adds some more Angelscript functionality for the BattleSide.
Deukhoofd
2021-03-26 23:05:51 +01:00
-
41475fcb2f
Style fixes.
Deukhoofd
2021-03-26 19:14:22 +01:00
-
47097cb9fc
Fixes hopefully last issue on CI.
Deukhoofd
2021-03-26 18:32:06 +01:00
-
4eb2b4f53d
Potential fix for CI issue?
Deukhoofd
2021-03-26 18:08:45 +01:00
-
2546751f64
Further adding back pthread to dynamically linking.
Deukhoofd
2021-03-26 17:59:40 +01:00
-
b2b0ef5bd6
Move pthread to dynamic links for test executable.
Deukhoofd
2021-03-26 17:56:12 +01:00
-
7f9c11c77c
Add back public linking.
Deukhoofd
2021-03-26 17:52:26 +01:00
-
4e7cfdf649
Force shared library in CI.
Deukhoofd
2021-03-26 17:43:47 +01:00
-
c5accd9438
Revert change that snuck into previous commit.
Deukhoofd
2021-03-26 17:40:21 +01:00
-
4ade8f0dca
Adds Angelscript functions for getting a battle side, and swapping positions on it.
Deukhoofd
2021-03-26 15:28:24 +01:00
-
9f973c53df
Fixes IsUseValidForCreature Angelscript function calling wrong function.
Deukhoofd
2021-03-13 14:22:56 +01:00
-
1540009912
Adds initialization from parameters to ItemUseScript.
Deukhoofd
2021-03-07 20:03:07 +01:00
-
090b77ff2b
Fixes error on reading compiled scripts.
Deukhoofd
2021-03-07 19:35:38 +01:00
-
20f90222d1
Fix memory issues.
Deukhoofd
2021-03-07 18:20:42 +01:00
-
7216d9d71b
Support serializing item use scripts.
Deukhoofd
2021-03-07 18:11:18 +01:00
-
27dd8a8202
Initial support for item use scripts in angelscript.
Deukhoofd
2021-03-07 17:09:30 +01:00
-
18cebe842a
Updates to newer CreatureLib.
Deukhoofd
2021-03-07 11:12:18 +01:00
-
f8427fa594
Many fixes for script handling.
Deukhoofd
2021-01-22 14:11:03 +01:00
-
c56b001ce4
Include precompiled.hxx in conan package.
Deukhoofd
2021-01-16 18:29:09 +01:00
-
5e6892ac58
Clearer code for resolving to nullptr script.
Deukhoofd
2021-01-16 18:14:08 +01:00
-
2ea6f391b4
Use environment variable to determine compiler version for conan.
Deukhoofd
2020-12-31 14:43:50 +01:00
-
9d49b4839d
Reduce file size by using IPO and LTO.
Deukhoofd
2020-12-31 13:56:36 +01:00
-
cab1b57a8e
Reduce file size by only including relevant debug symbols for stacktraces.
Deukhoofd
2020-12-31 13:55:31 +01:00
-
03c364765e
Fixes issue where resolving script could segfault.
Deukhoofd
2020-12-28 18:04:04 +01:00
-
31008c0107
Several fixes and improvements.
Deukhoofd
2020-12-28 15:11:06 +01:00
-
bbb2691b91
Update to latest Arbutils.
Deukhoofd
2020-12-13 12:32:52 +01:00
-
ecf8582c59
Fixes ItemLibrary compilation error in GCC.
Deukhoofd
2020-12-12 14:46:27 +01:00
-
53bd6e7a94
Update to new Arbutils memory model.
Deukhoofd
2020-12-12 14:25:27 +01:00
-
b6a5e41b51
Style fixes.
Deukhoofd
2020-12-11 14:08:13 +01:00
-
affb17fd92
Use compiler 9.3, as that's what mingw is using on the build.
Deukhoofd
2020-12-11 14:00:09 +01:00
-
002d550b80
Further fixes for linker issue.
Deukhoofd
2020-12-11 12:44:09 +01:00
-
092fb9b9ce
Potential fix for linker issues.
Deukhoofd
2020-12-11 12:34:23 +01:00
-
9d4da515bf
Update angelscript.
Deukhoofd
2020-12-07 18:01:10 +01:00
-
fff926b617
Mark several classes as final for devirtualization performance benefits.
Deukhoofd
2020-10-15 18:13:00 +02:00
-
f816975b63
Fix for Pokemon::ClearStatus crashing when a Pokemon does not have a status. Now will just do nothing.
Deukhoofd
2020-10-02 17:43:16 +02:00
-
64c5a94800
Revert "Link pthreads when linking statically."
Deukhoofd
2020-09-30 19:09:10 +02:00
-
b1d9add9a7
Fixes sign build.
Deukhoofd
2020-09-30 18:55:35 +02:00
-
feff992e59
Sign build.
Deukhoofd
2020-09-30 18:55:02 +02:00
-
d15f4b333e
Revert "Remove libwinpthread copy action from drone, as we should no longer depend on it."
Deukhoofd
2020-09-30 18:54:15 +02:00
-
545a220fd6
Remove libwinpthread copy action from drone, as we should no longer depend on it.
Deukhoofd
2020-09-29 20:03:31 +02:00
-
2c7082a728
Link pthreads when linking statically.
Deukhoofd
2020-09-29 18:52:58 +02:00
-
1686434440
Use lld for Clang.
Deukhoofd
2020-09-29 18:28:54 +02:00
-
9a91d356e0
Switch to doctest over Catch for unit tests.
Deukhoofd
2020-09-29 18:04:06 +02:00
-
f9eade32db
Use Ninja as generator.
Deukhoofd
2020-09-29 17:54:26 +02:00
-
c3f8c2dc53
Adds clang-tidy file.
Deukhoofd
2020-09-29 17:53:45 +02:00
-
2ce766f589
Adds precompiled header.
Deukhoofd
2020-09-29 17:51:11 +02:00
-
fda3c8f86d
Support not including standard angelscript libraries such as string and array.
Deukhoofd
2020-09-19 15:57:20 +02:00
-
f073e951b1
Removed invalid angelscript registering.
Deukhoofd
2020-09-19 14:10:46 +02:00
-
6f17cb046e
Add getter for as module in angelscriptresolver.
Deukhoofd
2020-09-19 13:53:56 +02:00
-
9e507d5c3f
Handling for Library being passed to AngelscriptResolver being nullptr, for testing purposes.
Deukhoofd
2020-09-19 13:33:17 +02:00
-
1568c561d0
Remove unused defines for now.
Deukhoofd
2020-09-19 12:22:52 +02:00
-
eb25221b90
Remove thinlto, causes more issues than it helps.
Deukhoofd
2020-09-18 19:54:50 +02:00
-
ffc2819913
Use ThinLTO for shared library building.
Deukhoofd
2020-09-12 17:22:27 +02:00
-
8f73a9a43a
Several fixes.
Deukhoofd
2020-08-30 13:53:15 +02:00
-
c6e2de6156
Use level_int_t for levels.
Deukhoofd
2020-08-22 12:24:52 +02:00
-
cc92cf1491
Defensive programming.
Deukhoofd
2020-08-17 18:23:25 +02:00
-
f3721ad2a5
Fixes damage calculation,
Deukhoofd
2020-08-17 18:23:13 +02:00
-
3baabe6d79
Update tp latest CreatureLib.
Deukhoofd
2020-08-17 12:36:21 +02:00
-
0983658913
Add debug symbols.
Deukhoofd
2020-08-16 18:03:26 +02:00
-
cd4893936e
Link to library we use for stacktraces.
Deukhoofd
2020-08-16 11:22:43 +02:00
-
b5a1d74bdb
Update to latest CreatureLib
Deukhoofd
2020-08-16 11:12:04 +02:00
-
d9badefb07
Update to latest CreatureLib.
Deukhoofd
2020-08-15 15:21:02 +02:00
-
3477de14cb
Update to latest CreatureLib.
Deukhoofd
2020-08-14 15:26:44 +02:00
-
77eae12326
Fixes for new CreatureLib.
Deukhoofd
2020-08-12 18:09:24 +02:00
-
ca53676b6d
Fixes C Interface naming.
Deukhoofd
2020-08-12 17:13:03 +02:00
-
ece07f5648
Defensive programming in DamageLibrary, ensuring the final damage is between 0 and uint32 max.
Deukhoofd
2020-08-11 21:47:05 +02:00
-
5e917b7047
Support for finding the previous evolution step of a Pokemon.
Deukhoofd
2020-08-11 21:46:22 +02:00
-
9274b675e9
SUpport for EggMoves
Deukhoofd
2020-08-11 19:36:18 +02:00
-
badfccf440
Style fixes.
Deukhoofd
2020-08-10 18:09:32 +02:00
-
88971dce37
Support flags for species and formes.
Deukhoofd
2020-08-10 18:03:01 +02:00
-
de3ad4a9c8
Support for getting natures by index for iterating purposes.
Deukhoofd
2020-08-09 11:31:22 +02:00
-
ca087a7ed8
Add support for Egg Groups.
Deukhoofd
2020-08-08 18:41:27 +02:00
-
2a884a0a8b
Setters for IVs and EVs.
Deukhoofd
2020-08-08 17:52:57 +02:00
-
66aea09e80
Add C Interface function to get all evolutions.
Deukhoofd
2020-08-08 15:10:15 +02:00
-
593aadbda5
Fix wrong C Interface naming.
Deukhoofd
2020-08-08 14:55:26 +02:00
-
2fa59b9ea9
Update to new CreatureLib.
Deukhoofd
2020-08-08 13:06:08 +02:00
-
7e84b6cf04
Fixed C Interface naming.
Deukhoofd
2020-08-08 12:40:33 +02:00
-
0ace5798f8
Update to new Arbutils.
Deukhoofd
2020-08-08 12:35:57 +02:00
-
683f3ad08b
Add Pokemon Status.
Deukhoofd
2020-08-08 12:01:05 +02:00