Deukhoofd
d8b8559c2e
Basic implementation of evolutions
continuous-integration/drone/push Build is passing
Details
2023-07-29 12:57:52 +02:00
Deukhoofd
f23fc43405
Fixes for comments
continuous-integration/drone/push Build is passing
Details
2023-07-15 14:22:48 +02:00
Deukhoofd
78bb91093b
Complete refactor of the FFI to use handles instead of pointers.
continuous-integration/drone/push Build is passing
Details
2023-06-24 14:44:23 +02:00
Deukhoofd
c0e4702e45
Replace most panics in the core library with results
continuous-integration/drone/push Build is failing
Details
2023-04-19 18:44:11 +02:00
Deukhoofd
ca54820483
Adds a large amount of the WASM interface
continuous-integration/drone/push Build is passing
Details
2023-01-14 13:25:21 +01:00
Deukhoofd
bce636b97e
Move Form and Species to traits, implement a bunch of mocks
continuous-integration/drone/push Build is passing
Details
2022-11-28 21:34:28 +01:00
Deukhoofd
efd1acdfa5
Loads of cleanup
continuous-integration/drone/push Build was killed
Details
2022-11-27 17:29:29 +01:00
Deukhoofd
41b40ef98e
Rework of FFI, adding a value identifier, so we can keep knowledge of data even when data moves.
continuous-integration/drone/push Build is passing
Details
2022-10-08 13:15:04 +02:00
Deukhoofd
a4fd112a07
A bunch of fixes and improvements
continuous-integration/drone/push Build is failing
Details
2022-09-17 09:38:02 +02:00
Deukhoofd
b1890681a1
A lot more work on WASM script execution
continuous-integration/drone/push Build is passing
Details
2022-09-07 18:01:26 +02:00
Deukhoofd
55cc0906c9
Remove lifetime mess, replace a lot of code with Arc instead of borrows.
...
continuous-integration/drone/push Build is failing
Details
This cleans up the codebase massively, and allows me to maintain some semblance of sanity.
2022-08-20 13:17:20 +02:00
Deukhoofd
2d4253e155
More work on WASM handling.
continuous-integration/drone/push Build is failing
Details
2022-08-20 12:22:12 +02:00
Deukhoofd
0961b199ff
Cleans up the WASM environment handling.
...
Instead of passing the entire script resolver as a pointer to the WebAssemblyEnv, we now have split off the data actually relevant to the environment into it's own class, which is stored inside of an Arc.
2022-07-18 13:18:11 +02:00
Deukhoofd
7682704945
Initial work on wasm scripting backend
2022-07-18 10:16:47 +02:00
Deukhoofd
717fcdefda
Finished documenting all public interfaces.
continuous-integration/drone/push Build is passing
Details
2022-07-01 17:52:00 +02:00
Deukhoofd
b6ddd1ee13
First chunk of battling is now fully working, along with integration tests! 🎉
continuous-integration/drone/push Build is failing
Details
2022-06-17 19:53:33 +02:00
Deukhoofd
ff541b0696
Loads more work on battling, initial stretch to run a turn done.
continuous-integration/drone/push Build is passing
Details
2022-06-16 17:59:33 +02:00
Deukhoofd
56e1237c22
Adds more unit tests
continuous-integration/drone/push Build is passing
Details
2022-06-11 20:51:37 +02:00
Deukhoofd
6e8f4dd4a5
A lot more work on a bunch of different parts of the system.
2022-06-11 17:22:46 +02:00
Deukhoofd
c27ea0ae1e
Removes derive-getters, as it was incredibly annoying in IDEs, and couldn't figure out borrow lifetimes.
2022-06-06 14:43:41 +02:00
Deukhoofd
ce33ec0649
Further massive amounts of work
2022-06-06 13:54:59 +02:00
Deukhoofd
2a08fb2645
Initial commit, implements most of the static_data side.
2021-01-30 22:29:59 +01:00