Skip to content

v10.0

Latest
Compare
Choose a tag to compare
@edo9300 edo9300 released this 18 Sep 11:46
· 291 commits to master since this release
  • Update internal race value to 64 bit #127
    • the race field in OCG_CardData is now an uint64_t
    • QUERY_RACE will send its value as an uint64_t
    • MSG_ANNOUNCE_RACE will send the value of the races to be declared as uint64_t and it will now expect an uint64_t as a response
    • HINT_RACE will send its value as an unt64_t
  • Update RNG engine to use Xoshiro256 #124
    • The seed value in the OCG_DuelOptions struct is now an array of 4 uint64_t values
  • Add new OCG_DuelOptions parameter to make the core not load "unsafe" libraries #126
    • This add a new uint8_t element at the end of the OCG_DuelOptions, setting it to a nonzero value will make the core not open the io library and will disable the dofile, loadfile and collectgarbage functions