Dean Herbert
|
e8b027130f
|
Remove unused variable.
|
2017-02-27 23:17:21 +09:00 |
|
Alex Amadori
|
8b336156f0
|
Merge remote-tracking branch 'upstream/master'
|
2017-02-27 14:55:44 +01:00 |
|
Dean Herbert
|
afdb95f4d5
|
Fix even more test regressions.
|
2017-02-27 20:39:04 +09:00 |
|
Dean Herbert
|
4da09713a9
|
Fix test case regression.
|
2017-02-27 18:09:27 +09:00 |
|
Dean Herbert
|
68dd3c02aa
|
Fix failing testcase (nullref).
|
2017-02-27 17:05:12 +09:00 |
|
Dean Herbert
|
7c602a2af3
|
Update framework.
|
2017-02-27 15:55:57 +09:00 |
|
smoogipooo
|
25a1c7a8ad
|
Initial groups implementation.
|
2017-02-27 14:19:07 +09:00 |
|
Dean Herbert
|
47997c20ad
|
Weld -> BindWith.
|
2017-02-27 12:24:53 +09:00 |
|
default0
|
8d91519d59
|
Update usage of FlowContainer and its subclasses
|
2017-02-26 21:32:43 +01:00 |
|
Dean Herbert
|
bc231c6bd4
|
Remove dispose which is no longer necessary.
|
2017-02-26 22:08:29 +09:00 |
|
Dean Herbert
|
c227eb1be5
|
Welded bindables.
|
2017-02-26 22:08:21 +09:00 |
|
Dean Herbert
|
c5ad79e3e2
|
Remove unnecessary schedule.
|
2017-02-26 21:15:33 +09:00 |
|
Thomas Müller
|
1585ae842a
|
Update framework
|
2017-02-26 11:22:58 +09:00 |
|
Dean Herbert
|
17a28cd3b6
|
Don't push Player if we aren't still current.
|
2017-02-25 11:46:19 +09:00 |
|
Dean Herbert
|
7483b69477
|
Remove unnecessary Dispose logic.
|
2017-02-25 10:44:19 +09:00 |
|
Thomas Müller
|
4aecd59c74
|
Merge branch 'master' into fix-memory-leak
|
2017-02-24 19:54:14 +01:00 |
|
Thomas Müller
|
f7d985fe18
|
Fix and refactor star difficulty calculation boilerplate
Moves star difficulty calculation entry-point to Beatmap, and sets
star difficulty at the correct place for song select to display.
|
2017-02-24 19:36:17 +01:00 |
|
Alex Amadori
|
ace023f0c7
|
Refactor local vars named in a c-like fashion
|
2017-02-24 17:08:18 +01:00 |
|
Alex Amadori
|
90b0f035ad
|
Compute average of star ratings
|
2017-02-24 17:01:14 +01:00 |
|
Alex Amadori
|
51b6075210
|
Merge remote-tracking branch 'upstream/master'
|
2017-02-24 16:54:37 +01:00 |
|
Alex Amadori
|
e2ae03e798
|
Merge with upstream/master
|
2017-02-24 16:54:27 +01:00 |
|
Dean Herbert
|
c4fbfb5a8f
|
Update comment with new knowledge.
|
2017-02-24 21:46:34 +09:00 |
|
Dean Herbert
|
5096f6b83d
|
Fix memory leak from Player's InputManager.
|
2017-02-24 21:01:05 +09:00 |
|
Dean Herbert
|
ea4639932c
|
Simplify event names.
|
2017-02-24 17:21:14 +09:00 |
|
Dean Herbert
|
d24403e58e
|
Remove unused using statement.
|
2017-02-24 17:20:00 +09:00 |
|
Dean Herbert
|
958bf54c31
|
Add safe deletion support.
|
2017-02-24 17:08:13 +09:00 |
|
Dean Herbert
|
6c3bda18b6
|
Add beatmap deletion support.
Note that this is a very naive approach and will result in file access exceptions. This will be fixed in a further commit.
|
2017-02-24 14:37:54 +09:00 |
|
Dean Herbert
|
3a89348413
|
Centralise access to WorkingBeatmaps.
They can now only be instantiated from BeatmapDatabase and are abstract (to avoid misuse).
|
2017-02-24 13:43:21 +09:00 |
|
Dean Herbert
|
355bbb6324
|
SearchTextBox should not handle shift-delete.
|
2017-02-24 11:44:40 +09:00 |
|
Dean Herbert
|
c5552dfb27
|
Merge remote-tracking branch 'upstream/master' into remove-usings
|
2017-02-24 11:29:34 +09:00 |
|
Thomas Müller
|
0264c44a20
|
Do not shadow Colour in TwoLayerButton
Renames Colour to BackgroundColour instead.
|
2017-02-23 22:33:37 +01:00 |
|
Thomas Müller
|
37bc75a7b6
|
Remove unused variables
|
2017-02-23 22:32:49 +01:00 |
|
Thomas Müller
|
2689de0c0c
|
Update framework and add "Async" suffix to asynchronous methods
|
2017-02-23 22:32:10 +01:00 |
|
Thomas Müller
|
a5dfa7ab06
|
Remove unnecessary using statements
|
2017-02-23 21:38:10 +01:00 |
|
Dean Herbert
|
6701cd9016
|
Merge branch 'master' into general-fixes
|
2017-02-23 17:04:53 +09:00 |
|
Dean Herbert
|
f812641696
|
Merge pull request #383 from peppy/player-loading-screen
Add loading screen.
|
2017-02-23 17:04:44 +09:00 |
|
Dean Herbert
|
da2bfe6d3c
|
Framework updates.
|
2017-02-23 16:42:12 +09:00 |
|
Dean Herbert
|
aef0eb49a1
|
Add loading screen.
|
2017-02-22 21:53:59 +09:00 |
|
Dean Herbert
|
7cda82d016
|
Space to skip.
|
2017-02-22 21:28:40 +09:00 |
|
Thomas Müller
|
0d3cc39cbc
|
Merge branch 'master' into general-fixes
|
2017-02-22 08:01:34 +01:00 |
|
Dean Herbert
|
2d2660c1c5
|
Improve transition when retrying a beatmap.
|
2017-02-22 14:14:37 +09:00 |
|
Alex Amadori
|
3d19199218
|
Fixed for star difficulty
|
2017-02-21 18:27:39 +01:00 |
|
Alex Amadori
|
6c161fb167
|
Merge remote-tracking branch 'upstream/master'
|
2017-02-21 18:15:46 +01:00 |
|
Dean Herbert
|
afba4fbfad
|
Merge remote-tracking branch 'upstream/master' into chat-improvement
|
2017-02-21 15:46:28 +09:00 |
|
Thomas Müller
|
444c3ba817
|
Merge branch 'master' into difficulty-calculator
|
2017-02-20 07:38:10 +01:00 |
|
Alex Amadori
|
a0d0c1854b
|
Merge remote-tracking branch 'upstream/master'
|
2017-02-19 19:09:55 +01:00 |
|
Thomas Müller
|
417f146386
|
Add difficulty calculation
Adds base classes for difficulty calculations, hooks them up with
carousel container, and adds a port of the osu difficulty calculator.
|
2017-02-19 17:41:51 +01:00 |
|
Dean Herbert
|
520e040396
|
Add FocusedTextBox abstraction.
|
2017-02-19 17:59:22 +09:00 |
|
Jorolf
|
a48e4a31a7
|
Parallax Option works now
|
2017-02-18 21:34:21 +01:00 |
|
Alex Amadori
|
21cf96ec10
|
More sorting rookie mistakes
|
2017-02-18 16:23:13 +01:00 |
|
Alex Amadori
|
f48c83b787
|
Fix silly sorting mistakes
|
2017-02-18 15:56:29 +01:00 |
|
Alex Amadori
|
d92382c1aa
|
Merge remote-tracking branch 'upstream/master'
|
2017-02-18 15:18:26 +01:00 |
|
Alex Amadori
|
6bbbbd8f96
|
Implemented sorting in TestCasePlaySong
|
2017-02-18 15:11:40 +01:00 |
|
Dean Herbert
|
c1194102b1
|
Remove second sample playback when clicking osu! logo.
|
2017-02-18 22:33:24 +09:00 |
|
Dean Herbert
|
32ce8cf723
|
Audio class renames in line with framework changes.
|
2017-02-18 17:35:04 +09:00 |
|
Alex Amadori
|
1cd93f79b3
|
General sorting improvements
|
2017-02-18 07:59:01 +01:00 |
|
Dean Herbert
|
bf33cc6f53
|
Make disclaimer actually be a thing.
|
2017-02-18 14:16:46 +09:00 |
|
Alex Amadori
|
6b3ecc28b8
|
Fixed BeatmapPanels disappearing
|
2017-02-17 23:32:14 +01:00 |
|
Alex Amadori
|
7dcbefd50f
|
Implemented basic sorting logic
|
2017-02-17 17:41:53 +01:00 |
|
Dean Herbert
|
fe3a6248ec
|
Add better screen hierarchy and placeholder for dev build disclaimer.
|
2017-02-17 20:07:16 +09:00 |
|
Dean Herbert
|
e6ef9f67aa
|
GameMode -> Screen.
|
2017-02-17 19:23:58 +09:00 |
|
Dean Herbert
|
9e8b4d43dd
|
Improve exit procedure.
|
2017-02-17 17:25:28 +09:00 |
|
Dean Herbert
|
9a2beb5979
|
Update Key Counter font.
|
2017-02-16 22:43:49 +09:00 |
|
Dean Herbert
|
04346dbb92
|
Make osu! logo at song select correctly handle mouse focus.
|
2017-02-16 22:24:25 +09:00 |
|
Dean Herbert
|
67105e6dfd
|
Replace all usage of SpriteText with OsuSpriteText.
|
2017-02-15 21:37:43 +09:00 |
|
Dean Herbert
|
d570a6d308
|
Handle cases where HitObjects were not parsed.
|
2017-02-15 12:38:10 +09:00 |
|
Dean Herbert
|
13ed7db361
|
Merge branch 'master' into general-fixes
|
2017-02-15 01:14:25 +09:00 |
|
Dean Herbert
|
f207da6041
|
Add/update license headers.
|
2017-02-14 18:17:35 +09:00 |
|
Dean Herbert
|
6fa84f3a81
|
Merge branch 'master' into disable-unimplemented-options
|
2017-02-14 08:35:40 +09:00 |
|
Dean Herbert
|
4f9d1a6c39
|
Visually disable options which aren't yet wired up.
|
2017-02-14 00:36:50 +09:00 |
|
Dean Herbert
|
343e48c195
|
Merge branch 'master' into followpoints
|
2017-02-13 22:23:57 +09:00 |
|
Dean Herbert
|
1aeb48b920
|
Merge remote-tracking branch 'upstream/master' into osb_loading
|
2017-02-13 18:22:29 +09:00 |
|
Thomas Müller
|
aaaf7163e0
|
Update framework.
|
2017-02-13 17:46:50 +09:00 |
|
Thomas Müller
|
e3f35cd66e
|
Merge branch 'master' into osb_loading
|
2017-02-12 12:26:25 +01:00 |
|
Dean Herbert
|
37e75e9a54
|
Add null check when loading beatmap background.
|
2017-02-12 16:13:44 +09:00 |
|
Dean Herbert
|
7efa3415a4
|
Merge branch 'master' into followpoints
|
2017-02-10 20:59:45 +09:00 |
|
Damnae
|
2d155f6a5c
|
Bring back the delay to what it was before.
|
2017-02-10 10:48:25 +01:00 |
|
Damnae
|
6f37c02868
|
Fix followpoints needing a DelayReset.
|
2017-02-10 10:07:52 +01:00 |
|
Dean Herbert
|
e23202c449
|
Merge remote-tracking branch 'upstream/master' into desktop-unit-tests
|
2017-02-10 17:22:38 +09:00 |
|
Damnae
|
a504c73f33
|
Load beatmap data from an optional osb file.
|
2017-02-09 15:19:09 +01:00 |
|
Andrey Zavadskiy
|
e06aa44c4c
|
Warning Fixes
|
2017-02-09 16:18:08 +03:00 |
|
Dean Herbert
|
829fb2605b
|
Fix visualtest regression.
|
2017-02-09 17:47:11 +09:00 |
|
Dean Herbert
|
60e206e587
|
Merge pull request #336 from Damnae/hitobject_stacking
Add hit object stacking.
|
2017-02-09 17:01:52 +09:00 |
|
Damnae
|
38b25a7df3
|
Add hit object stacking.
|
2017-02-09 07:28:40 +01:00 |
|
Dean Herbert
|
faa805e437
|
Fix SearchTextBox's handling of keyboard input to allow for IME input.
|
2017-02-09 12:33:24 +09:00 |
|
Dean Herbert
|
d230c3f9ac
|
Correct masking layers on song select.
|
2017-02-08 20:39:17 +09:00 |
|
Dean Herbert
|
050fa7fbe8
|
Adjust FilterControl to match design and give an absolute height.
|
2017-02-08 20:30:45 +09:00 |
|
Dean Herbert
|
a7dac15d05
|
Toolbar is now toggled by the main menu.
|
2017-02-08 20:30:45 +09:00 |
|
Dean Herbert
|
2e119cd74f
|
Handle toolbar offsets better.
|
2017-02-08 20:30:45 +09:00 |
|
Dean Herbert
|
417b0817a9
|
Improve arrow key redirection at song select.
|
2017-02-08 15:30:20 +09:00 |
|
Dean Herbert
|
937c065af7
|
Clear content of SearchTextBox on first escape keypress.
|
2017-02-08 15:14:15 +09:00 |
|
Dean Herbert
|
bbf8d1000b
|
Update focus requesting code in SearchTextBox.
|
2017-02-08 15:13:56 +09:00 |
|
Dean Herbert
|
a6f02106a4
|
Use new placeholder logic.
|
2017-02-08 14:08:01 +09:00 |
|
Dean Herbert
|
5a89ba1040
|
Make OsuTextBox use OsuSpriteText.
|
2017-02-08 11:22:46 +09:00 |
|
Dean Herbert
|
34a030e3be
|
Fix race conditions causing menu transitions to look wrong when executed in very fast succession.
|
2017-02-07 22:19:36 +09:00 |
|
Dean Herbert
|
d06f0cf870
|
Fix escape not always handling back action correctly at main menu (back button not yet visible).
|
2017-02-07 22:19:17 +09:00 |
|
Dean Herbert
|
dc5e9dde56
|
Fix escape key nonsense.
|
2017-02-07 21:46:13 +09:00 |
|
Dean Herbert
|
8a0887c3c3
|
Add sound effect to osu! logo clicking.
|
2017-02-07 21:45:59 +09:00 |
|
Dean Herbert
|
24ba21363e
|
Make intro->mainmenu work better by delaying interactiveness of osu! logo.
|
2017-02-07 21:37:34 +09:00 |
|
Dean Herbert
|
e2f680a65f
|
Change main menu buttons to be activate OnClick.
|
2017-02-07 20:30:40 +09:00 |
|