Commit Graph

19 Commits

Author SHA1 Message Date
46195d3042 Major rework of extern ref system for WASM, fixes most possible panics in WASM handling
All checks were successful
continuous-integration/drone Build is passing
2023-06-22 15:43:41 +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
ca54820483 Adds a large amount of the WASM interface
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-14 13:25:21 +01: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
bce636b97e Move Form and Species to traits, implement a bunch of mocks
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-28 21:34:28 +01:00
c1e09c654b Make LearnableMoves a trait
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-28 20:20:46 +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
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
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
0d95dcf618 Fixes all clippy warnings
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-01 18:20:16 +02:00
8f6ecdd4ad More documentation.
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-01 17:07:22 +02:00
c45c7538bf More removal of RwLocks and replace it with Atomics, to prevent locks.
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-18 14:17:29 +02:00
b6ddd1ee13 First chunk of battling is now fully working, along with integration tests! 🎉
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-17 19:53:33 +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
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
ce33ec0649 Further massive amounts of work 2022-06-06 13:54:59 +02:00
2a08fb2645 Initial commit, implements most of the static_data side. 2021-01-30 22:29:59 +01:00