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
continuous-integration/drone/push Build is failing
Details
|
2021-09-25 17:56:45 +02:00 |
Deukhoofd
|
e5ea2bbc90
|
Adds caching for expensive type resolution.
continuous-integration/drone/push Build is passing
Details
|
2021-09-22 19:02:01 +02:00 |
Deukhoofd
|
f8427fa594
|
Many fixes for script handling.
continuous-integration/drone/push Build is passing
Details
|
2021-01-22 14:11:03 +01:00 |
Deukhoofd
|
9a91d356e0
|
Switch to doctest over Catch for unit tests.
continuous-integration/drone/push Build is passing
Details
|
2020-09-29 18:04:06 +02:00 |
Deukhoofd
|
3015133076
|
Remove test file after test run.
continuous-integration/drone/push Build is passing
Details
|
2020-05-02 11:55:04 +02:00 |
Deukhoofd
|
bd77b58743
|
Rework of ScriptResolver to binary handling. Now also serialises the type database to the stream, simplifying it's api.
continuous-integration/drone/push Build is passing
Details
|
2020-05-02 11:13:04 +02:00 |
Deukhoofd
|
42ea76cf53
|
Fixed spelling error in AngelScriptResolver name.
continuous-integration/drone/push Build is passing
Details
|
2020-04-24 00:05:43 +02:00 |
Deukhoofd
|
499f942104
|
Slight tweaks to writing byte code to file.
continuous-integration/drone/push Build is passing
Details
|
2020-04-12 10:17:15 +02:00 |
Deukhoofd
|
bf36103c11
|
Support for saving compiled AngelScript to either file or RAM, so we can reuse it.
continuous-integration/drone/push Build is failing
Details
|
2020-04-11 14:42:49 +02:00 |
Deukhoofd
|
149b0f08f6
|
Rework AngelScript effect names to be not based on script names, but on attributes instead.
continuous-integration/drone/push Build is failing
Details
|
2020-04-10 14:57:20 +02:00 |
Deukhoofd
|
48ef465c82
|
Update to the latest CreatureLib version.
|
2020-04-06 20:03:44 +02:00 |
Deukhoofd
|
29a82a5e75
|
Support for new version of CreatureLib.
continuous-integration/drone/push Build is failing
Details
|
2020-02-28 19:51:50 +01:00 |
Deukhoofd
|
b1f101d646
|
Update to newest version of CreatureLib.
continuous-integration/drone/push Build is passing
Details
|
2020-02-20 13:32:13 +01:00 |
Deukhoofd
|
321afbebe4
|
Use namespaces to differentiate between different categories of scripts.
continuous-integration/drone/push Build is passing
Details
|
2020-02-16 14:38:05 +01:00 |
Deukhoofd
|
6032610de6
|
Add script category to script creation function in AngelScript.
continuous-integration/drone/push Build is passing
Details
|
2020-02-13 13:59:07 +01:00 |
Deukhoofd
|
bcc038b49d
|
Actual implementation of Angelscript hooks into battle library.
continuous-integration/drone/push Build is failing
Details
|
2020-02-04 19:34:30 +01:00 |
Deukhoofd
|
aae96333b1
|
Reorganized files
|
2020-02-02 12:23:50 +01:00 |
Deukhoofd
|
041bd998fa
|
Register more types to AngelScript interface.
continuous-integration/drone/push Build is passing
Details
|
2020-01-12 19:30:44 +01:00 |
Deukhoofd
|
72c2e38ea8
|
Fixes for Windows ;_;
continuous-integration/drone/push Build is passing
Details
|
2020-01-12 18:20:59 +01:00 |
Deukhoofd
|
c716992f12
|
Layout work on an AngelScript implementation.
continuous-integration/drone/push Build is failing
Details
|
2020-01-11 22:30:23 +01:00 |