This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-16 17:03:01 +08:00
Code
Issues
Releases
Wiki
Activity
24,822
Commits
4
Branches
791
Tags
32843ffef55c9dc956120ef8a4c8c96fd94de106
Commit Graph
55 Commits
Update RulesetStore to read from populated defaults
Dean Herbert
·
2019-12-24 16:16:55 +09:00
fcb7a9ade5
Remove LegacyID from Ruleset
Dean Herbert
·
2019-12-24 13:48:27 +09:00
a324bfbc2c
Remove RulesetInfo parameter from Ruleset constructor
Dean Herbert
·
2019-12-18 14:49:09 +09:00
6e0802e50c
Apply brace style.
Huo Yaoyuan
·
2019-11-11 20:13:13 +08:00
ccc8aa6fa4
Remove finalizer
smoogipoo
·
2019-10-17 11:27:23 +09:00
9b9138253c
Remove out-of-date todo
smoogipoo
·
2019-10-15 16:16:33 +09:00
96c6aeefe9
Make RulestStore initialise at construction time
smoogipoo
·
2019-10-15 16:14:06 +09:00
12cd57744b
Fix CI error
smoogipoo
·
2019-10-01 15:41:09 +09:00
ce609302ed
Log the exception that caused to loading of rulesets to fail.
miterosan
·
2019-09-29 19:25:44 +02:00
9f498d2990
Fix rulesets not matching in dictionary lookups due to missing GetHashCode implementation
Dean Herbert
·
2019-07-15 15:42:54 +09:00
9c1badd2e3
More methods
Dean Herbert
·
2019-07-03 18:42:10 +09:00
8120bb36bc
Fix typo
Dean Herbert
·
2019-07-03 18:41:01 +09:00
06ef8f71e9
Refactor comment slightly
Dean Herbert
·
2019-07-03 18:36:04 +09:00
62dd89197c
Remove whitespaces and lowercase the comments
miterosan
·
2019-07-03 10:57:09 +02:00
5ecb764cdc
Add comment about the android ruleset situation.
miterosan
·
2019-07-03 10:54:10 +02:00
43d7f66c5b
Only log that the rulesets could not be loaded from a directory.
miterosan
·
2019-07-03 10:21:18 +02:00
ab244d1b7f
Use addRuleset inside loadRulesetFromFile
miterosan
·
2019-07-03 09:51:09 +02:00
d9e646d9ef
style fixes
miterosan
·
2019-07-02 17:25:12 +02:00
f1ceea8361
Allow discover of rulesets that are already loaded.
miterosan
·
2019-07-02 17:05:04 +02:00
778c36c7d7
Fix test dlls being loaded as actual rulesets (and failing)
Dean Herbert
·
2019-02-19 12:13:55 +09:00
133c002d02
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
Fix rulesets not loading in debug builds after running a release build
Dean Herbert
·
2018-07-01 18:03:15 +09:00
98fb2e03c0
Fix mania maps not being treated as mania maps in release builds
Dean Herbert
·
2018-06-28 17:10:30 +09:00
b1a3f01212
Logexceptions when loading ruleset DLLs
Dean Herbert
·
2018-06-03 00:28:29 +09:00
88628812c6
Fix possibility of test rulesets being discovered from assemblies
smoogipoo
·
2018-05-14 19:39:23 +09:00
47cf4f27fb
Normalize all the line endings
Dean Herbert
·
2018-04-13 18:26:38 +09:00
32a74f95a5
Only check by null instead of sign
HoLLy
·
2018-03-11 21:27:49 +01:00
9c75c392f2
Fix check against LegacyID for non-default rulesets
HoLLy
·
2018-03-11 20:19:03 +01:00
a321bcf3af
Add interface for database context factory
Dean Herbert
·
2018-02-12 23:10:05 +09:00
a738664167
DatabaseWriteUsage
Dean Herbert
·
2018-02-12 17:55:11 +09:00
edc3638175
Allow rulesets to create their own instantiation info
Dean Herbert
·
2018-01-10 17:04:07 +09:00
58626e3b30
Update licence headers
Dean Herbert
·
2018-01-05 20:21:19 +09:00
37d393bca0
Add a method to get ruleset by name
smoogipoo
·
2017-12-27 17:33:34 +09:00
b87e6c8b2a
Update RulesetInfo and add migration
Dean Herbert
·
2017-12-10 12:15:55 +09:00
d02e1ae896
Cache available rulesets as they are pretty static for now
Dean Herbert
·
2017-10-25 22:14:36 +09:00
90af472717
Remove DatabaseBackedStore Reset functions
TocoToucan
·
2017-10-25 15:12:14 +03:00
5107489cda
Remove DatabaseBackedStore Prepare functions
TocoToucan
·
2017-10-25 14:53:20 +03:00
63fe569afa
Standardise context retrieval
Dean Herbert
·
2017-10-17 15:50:42 +09:00
e487b6f82a
Add back transaction support for beatmap importing
Dean Herbert
·
2017-10-17 15:00:27 +09:00
cd41862e3b
Connection -> context
Dean Herbert
·
2017-10-17 12:46:29 +09:00
66894d11ea
Correct and simplify RulesetStore
Dean Herbert
·
2017-10-16 17:02:31 +09:00
acc299c7b9
Remove ValidTypes from databased stored; explicitly expose query methods instead
Dean Herbert
·
2017-10-16 14:47:33 +09:00
7049a73490
Fix formatting regressions
Dean Herbert
·
2017-10-16 13:12:51 +09:00
4981630131
Revert "Return back DatabaseBackedStore's query and populate functions"
This reverts commit
7cf5d63cd3
.
Dean Herbert
·
2017-10-16 12:59:59 +09:00
8a0b184dd6
Return back DatabaseBackedStore's query and populate functions
TocoToucan
·
2017-10-15 00:40:41 +03:00
7cf5d63cd3
Let's not rename columns yet
smoogipoo
·
2017-10-14 14:30:58 +09:00
b178be21d1
Fix RulesetStore preparation
TocoToucan
·
2017-10-10 22:29:16 +03:00
4653470779
Small DB-related refactoring
TocoToucan
·
2017-10-09 23:30:32 +03:00
ef417c6388
Initial EF Core commit
TocoToucan
·
2017-10-04 22:52:12 +03:00
6a4198d0d6
Output ruleset assemblies to the game folder rather than adding special logic
Dean Herbert
·
2017-09-19 19:27:14 +09:00
99b512cce5
First
Previous
1
2
Next
Last