Commit Graph

18 Commits

Author SHA1 Message Date
4bc76b0ee4 More work on Rune
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-13 10:47:40 +02:00
78bb91093b Complete refactor of the FFI to use handles instead of pointers.
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-24 14:44:23 +02:00
c0e4702e45 Replace most panics in the core library with results
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-19 18:44:11 +02:00
47df85e8d3 Moves a bunch of libraries to traits
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-24 12:00:50 +01:00
e04f61d9e6 Make Ability a trait
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-27 17:47:51 +01:00
efd1acdfa5 Loads of cleanup
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-11-27 17:29:29 +01:00
d1ed14119d A bunch of work on unit testing
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-26 15:33:50 +01:00
691bf7c12e Style and Clippy fixes.
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-14 16:53:30 +02:00
41b40ef98e Rework of FFI, adding a value identifier, so we can keep knowledge of data even when data moves.
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-08 13:15:04 +02:00
a4fd112a07 A bunch of fixes and improvements
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-17 09:38:02 +02:00
b1890681a1 A lot more work on WASM script execution
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-07 18:01:26 +02:00
1e43c07d43 Fixes unit tests
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-20 13:26:06 +02:00
55cc0906c9 Remove lifetime mess, replace a lot of code with Arc instead of borrows.
Some checks failed
continuous-integration/drone/push Build is failing
This cleans up the codebase massively, and allows me to maintain some semblance of sanity.
2022-08-20 13:17:20 +02:00
8f6ecdd4ad More documentation.
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-01 17:07:22 +02:00
314e9dbe1a Initial work on adding documentation, reorganises modules
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-19 21:34:08 +02:00
ff541b0696 Loads more work on battling, initial stretch to run a turn done.
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-16 17:59:33 +02:00
56e1237c22 Adds more unit tests
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-11 20:51:37 +02:00
6e8f4dd4a5 A lot more work on a bunch of different parts of the system. 2022-06-11 17:22:46 +02:00