Commit Graph

13557 Commits

Author SHA1 Message Date
Dean Herbert
c6f2c885db Add CodeFileSanity ignore rule for templates 2020-02-18 15:25:48 +09:00
Dean Herbert
8d28633ee8 Merge branch 'master' into enable-multiple-templates 2020-02-18 15:24:40 +09:00
Dean Herbert
7b76d8d17a Merge pull request #3273 from smoogipoo/bindable-list-changed-event
Add BindableList.CollectionChanged event implementing NotifyCollectionChangedEventHandler
2020-02-18 14:04:21 +09:00
Dean Herbert
a85eeef284 Merge branch 'master' into bindable-list-changed-event 2020-02-18 13:22:29 +09:00
Tim Oliver
6d2b757b24 Deleted redundant template collections csproj 2020-02-18 13:21:19 +09:00
Tim Oliver
38ff4845ec Improved templates collection description text 2020-02-18 13:20:40 +09:00
Tim Oliver
c1f09332bc Renamed main game template project to ‘empty’. 2020-02-18 13:19:26 +09:00
Dan Balasescu
66a6012606 Merge pull request #3277 from iiSaLMaN/fix-input-manager-initial-values-not-applied
Fix ManualInputManagerTestScene not resetting input properly
2020-02-18 10:10:06 +09:00
smoogipoo
5df1edc10e Call private method for sanity 2020-02-18 09:45:31 +09:00
smoogipoo
1236ecc481 Fix inverted conditional 2020-02-18 09:44:37 +09:00
Salman Ahmed
4013cc9244 Add test scene ensuring input reset works properly and mouse position set initially 2020-02-18 01:13:28 +03:00
Salman Ahmed
c5b7d25b42 Ensure parent input manager is used after pending reset inputs are applied 2020-02-18 01:12:44 +03:00
smoogipoo
3ef261c6d6 Give remove events rather than reset events on clear 2020-02-17 15:06:23 +09:00
smoogipoo
43f25505b9 Add back rearranging block 2020-02-17 14:41:29 +09:00
smoogipoo
2a90e860b3 Refactor removal 2020-02-17 14:38:30 +09:00
smoogipoo
7b16367725 Update tests + rearrangeable list to use new event 2020-02-17 14:12:11 +09:00
smoogipoo
a32dba3636 Make IBindableList implement INotifyCollectionChanged 2020-02-17 11:45:49 +09:00
Dan Balasescu
4a6e58f27a Merge pull request #3261 from UselessToucan/handle_ignore_attribute
Handle IgnoreAttribute in TestBrowser
2020-02-17 08:42:54 +09:00
Dan Balasescu
d8c969230c Merge branch 'master' into handle_ignore_attribute 2020-02-17 08:30:16 +09:00
Roman Kapustin
92643ad6c0 Replace InvalidOperationException with false-assert 2020-02-16 22:08:48 +03:00
Roman Kapustin
7ed2c200c7 Merge TestConstructor and IgnoreAttribute checks 2020-02-16 21:55:34 +03:00
Dean Herbert
2c2ebf7905 Merge pull request #3263 from ppy/dependabot/nuget/ppy.osu.Framework.NativeLibs-2020.213.0
Bump ppy.osu.Framework.NativeLibs from 2019.1104.0 to 2020.213.0
2020-02-16 00:39:38 +09:00
dependabot-preview[bot]
32f9d66de6 Bump ppy.osu.Framework.NativeLibs from 2019.1104.0 to 2020.213.0
Bumps [ppy.osu.Framework.NativeLibs](https://github.com/ppy/osu-framework) from 2019.1104.0 to 2020.213.0.
- [Release notes](https://github.com/ppy/osu-framework/releases)
- [Commits](https://github.com/ppy/osu-framework/compare/2019.1104.0...2020.213.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-15 15:22:02 +00:00
Roman Kapustin
106f652935 Handle IgnoreAttribute in TestBrowser 2020-02-14 22:27:07 +03:00
Roman Kapustin
890ebad693 Add IgnoredParameterizedTest 2020-02-14 22:25:52 +03:00
Roman Kapustin
514bea5c12 Add TestSceneIgnore 2020-02-14 22:08:44 +03:00
Tim Oliver
bc17beaf72 Reconfigured top templates project file 2020-02-14 20:52:27 +09:00
Tim Oliver
d4b61d1746 Moved needed files to top template level 2020-02-14 20:52:09 +09:00
Tim Oliver
eb0219040a Renamed descriptions in templates project file 2020-02-14 20:26:54 +09:00
Tim Oliver
97d8921de4 Created templates directory and moved game template into it 2020-02-14 20:22:02 +09:00
Dean Herbert
fd52ce6a5e Merge pull request #3259 from peppy/add-precision-documentation
Add xmldoc for precision / scrolling events
2020-02-14 16:18:37 +09:00
Dean Herbert
a7c2a3d07b Add xmldoc for precision / scrolling events 2020-02-14 14:40:00 +09:00
Dan Balasescu
1b1ea833e1 Merge pull request #3257 from peppy/rewind-more-eagerly
Fix adding a transform in the past from a future vantage point potentially getting incorrect StartValue
2020-02-13 17:26:38 +09:00
Dan Balasescu
6d5d9f12ed Merge branch 'master' into rewind-more-eagerly 2020-02-13 17:14:35 +09:00
Dan Balasescu
e4b6c335e4 Merge pull request #3256 from peppy/apply-correct-current-on-rewind-between-transforms
Apply correct current value on rewind between disparate transforms
2020-02-13 17:14:26 +09:00
Dan Balasescu
9a516b5214 Merge branch 'master' into apply-correct-current-on-rewind-between-transforms 2020-02-13 17:00:20 +09:00
Dan Balasescu
5d817b34bc Merge pull request #3258 from peppy/macos-always-glfinish
Call glFinish on macOS even when vsync is disabled
2020-02-13 16:59:55 +09:00
Dean Herbert
caad330611 Call glFinish on macOS even when vsync is disabled 2020-02-13 14:42:52 +09:00
Dean Herbert
6c21913579 Merge branch 'master' into apply-correct-current-on-rewind-between-transforms 2020-02-12 23:17:47 +09:00
Dean Herbert
e11d51fe9c Fix incorrect conditional checks 2020-02-12 23:15:35 +09:00
Dean Herbert
101077a9dd Perform rewind logic when adding a transform in the past 2020-02-12 20:04:17 +09:00
Dean Herbert
a0cc8759db Add failing test 2020-02-12 20:02:39 +09:00
Dean Herbert
6bf31ac4ce Add missing space in comment 2020-02-12 19:51:54 +09:00
Dean Herbert
3f2db5cab3 Change tests to match diagram in PR description 2020-02-12 19:50:49 +09:00
Dean Herbert
fe8cfa7848 Fix comment 2020-02-12 19:36:59 +09:00
Dean Herbert
70ae27e8e0 Apply more correct current value when rewinding to a region between two transforms 2020-02-12 19:31:56 +09:00
Dean Herbert
653263dd7f Add failing test 2020-02-12 19:31:56 +09:00
Dan Balasescu
ac87672739 Merge pull request #3254 from voidedWarranties/android-pen-support
Android pen hover support
2020-02-12 18:35:40 +09:00
Dan Balasescu
7888fad5bc Merge branch 'master' into android-pen-support 2020-02-12 18:13:50 +09:00
Dan Balasescu
74be63eab6 Merge pull request #3236 from peppy/add-scheduled-delegate-thread-safety
Add missing thread safety to ScheduledDelegate
2020-02-12 18:03:53 +09:00