PkmnLib_rs/src
Deukhoofd 10e93949e4
Cleaner handling of tracking seen opponents.
Instead of keeping track of unique identifiers, keep track of weak pointers to the pokemon, so we can just try and upgrade them later.
2022-06-06 16:24:13 +02:00
..
c_interface Major amounts of progress 2022-06-03 16:35:18 +02:00
dynamic_data Cleaner handling of tracking seen opponents. 2022-06-06 16:24:13 +02:00
static_data 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
utils Change to RwLock over Mutex, so we can read without locking, changes to BattleRandom to allow for cloning, and prevent race conditions. 2022-06-04 12:40:32 +02:00
defines.rs Initial work on outlining the dynamic side of the library. 2021-01-31 17:31:22 +01:00
lib.rs Further massive amounts of work 2022-06-06 13:54:59 +02:00