Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revisited xored-globals and related logic
Added separate bit for "hasmove", which means we don't need to check the move id, and allows us to add more sync-related global states in the future, as long as they never happen simultaneously (such as orphans and moves). Also refactored some of the logic and removed the union in the global structure, which didn't really add anything of value.
- Loading branch information