Commit Graph

11 Commits

Author SHA1 Message Date
Dean Herbert 61009013cc Give a more correct default value to beatmap and set statuses 2021-11-24 18:48:12 +09:00
Dean Herbert 183b95cbc2 Rename `BeatmapSetOnlineStatus` to `BeatmapOnlineStatus`
This variable is used at more than just a set level.
2021-11-24 18:42:49 +09:00
Dean Herbert a8bc1ab052 Attempt to fix fody issues by ignoring new property 2021-11-22 16:45:55 +09:00
Dean Herbert 1cdfa6d9a0 Add helper property to access a realm beatmap's beatmap file 2021-11-22 15:30:11 +09:00
Dean Herbert 9207b87b76 Add back interface equality but limit to only matching types 2021-11-16 12:35:18 +09:00
Dean Herbert 0b4822b552 Remove newly added equality 2021-11-15 14:35:01 +09:00
Dean Herbert 1d962648c2 Standardise implementations 2021-11-12 19:00:27 +09:00
Dean Herbert a67e156883 Add `IBeatmapInfo` equality support 2021-11-12 18:11:33 +09:00
Dean Herbert 2c5ba1d8e2 Change `OnlineID` to non-nullable to allow for indexing in Realm 2021-10-18 15:53:40 +09:00
Dean Herbert 76c64751de Remove `RealmBeatmap.Clone` for the time being (incorrectly implemented) 2021-10-12 16:18:12 +09:00
Dean Herbert 6ca415da9f Add basic realm models
Only the file related ones are really required outside of tests, but
seems like as good an opportunity as ever to get the rest of the models
into the game project.
2021-10-11 15:25:04 +09:00