1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 03:02:54 +08:00

Commit Graph

  • 566e09083f Add gradient overlay when hovering toolbar to make tooltips more visible. Dean Herbert 2016-11-15 16:25:41 +0900
  • 4b6c139c3e Toolbar buttons should handle on click, not mouse down. Dean Herbert 2016-11-15 15:31:48 +0900
  • 867797a089 Change volume control mouse wheel behaviour to not gain full-screen focus. Dean Herbert 2016-11-15 15:22:14 +0900
  • ff20053e79 Merge pull request #172 from Tom94/better-anchors Dean Herbert 2016-11-15 14:48:21 +0900
  • 51235343fd Fix ChatConsole regression. Dean Herbert 2016-11-15 14:46:57 +0900
  • abdfe42388 Merge branch 'refs/heads/master' into better-anchors Dean Herbert 2016-11-15 14:33:13 +0900
  • 6777ec2d73 Merge pull request #170 from peppy/project-restructure Dean Herbert 2016-11-15 10:05:12 +0900
  • 997bc16d63 Fix incorrect positioning of ButtonSystem. Thomas Müller 2016-11-14 19:18:16 +0100
  • 97005e033c cctor->Register Huo Yaoyuan 2016-11-15 02:08:02 +0800
  • dcd3ba0915 Make Player.Autoplay can be set. Huo Yaoyuan 2016-11-15 01:41:42 +0800
  • f2f6fe8e00 Set option object to members. Huo Yaoyuan 2016-11-15 01:36:16 +0800
  • c8d23408d7 Fix ChatLine for now. Huo Yaoyuan 2016-11-15 01:33:26 +0800
  • 1cddc4eb5b Use EqualityComparer<T> to avoid boxing and casting when comparing. Huo Yaoyuan 2016-11-14 06:00:27 +0800
  • c860eb25f9 Migrate to new anchor system without x/y reversal. Tom94 2016-11-14 17:22:20 +0100
  • 08bf7c6d39 Make abstract ruleset no play mode. Dean Herbert 2016-11-14 23:18:21 +0900
  • e01057df3d Add thread safety somewhere it will never be required. Dean Herbert 2016-11-14 23:13:47 +0900
  • 9a8003f6fa Merge remote-tracking branch 'refs/remotes/upstream/master' into project-restructure Dean Herbert 2016-11-14 22:08:30 +0900
  • d3f810f72f Introduce concept of HitObjectParsers, fix tests and stop using reflection (unreliable due to lazy loading). Dean Herbert 2016-11-14 22:03:39 +0900
  • 0011d7f720 Simplify linq. Dean Herbert 2016-11-14 20:24:44 +0900
  • 5dd4e31011 Move DrawableHitObject. Dean Herbert 2016-11-14 19:49:29 +0900
  • 07fee61989 Use reflection to load Rulesets. Dean Herbert 2016-11-14 19:20:27 +0900
  • 6c7fab0e31 Fix some remaining naming discrepancies. Dean Herbert 2016-11-14 19:20:21 +0900
  • 4590be552f Move play modes to their own projects. Dean Herbert 2016-11-14 18:54:24 +0900
  • 06f4f93918 Move play modes to Modes namespace. Dean Herbert 2016-11-14 18:03:20 +0900
  • 63f0a01888 Merge pull request #169 from peppy/general-fixes Thomas Müller 2016-11-14 09:31:44 +0100
  • 0f4538f69f Rename GameModes namespace to Screens. Dean Herbert 2016-11-14 17:23:33 +0900
  • f6b13bc322 Update framework. Dean Herbert 2016-11-14 16:50:27 +0900
  • 0b203a7bf4 Move enum to end of file. Dean Herbert 2016-11-14 16:50:17 +0900
  • dde3a68c8f Account for anchor when dragging MusicController (fixes VisualTest). Dean Herbert 2016-11-14 16:40:13 +0900
  • 1d51e6af2a Merge pull request #168 from huoyaoyuan/fixes Dean Herbert 2016-11-14 16:11:31 +0900
  • eb32d842cc Use switch instead of if-else. Dean Herbert 2016-11-14 16:10:07 +0900
  • 9cb9f3eb08 Merge pull request #165 from Tom94/options-improvements Dean Herbert 2016-11-14 16:04:15 +0900
  • 57c4314cae Merge remote-tracking branch 'refs/remotes/upstream/master' into options-improvements Dean Herbert 2016-11-14 16:00:06 +0900
  • c37afd7a81 Merge pull request #166 from Tom94/various-improvements Dean Herbert 2016-11-14 15:59:17 +0900
  • 464c29ab5e Update framework. Dean Herbert 2016-11-14 15:56:22 +0900
  • 86a6c7641d Make TransformDirection more clear. Huo Yaoyuan 2016-11-14 04:59:41 +0800
  • aac968eec8 Update res file with latest manifest. Huo Yaoyuan 2016-11-14 04:47:08 +0800
  • 7c8ef2a82b Select and unselect BeatmapPanel when selecting BeatmapGroup. Huo Yaoyuan 2016-11-14 04:22:06 +0800
  • 33a35ca711 Do not set WorkingBeatmap explicitly in mode stack. Huo Yaoyuan 2016-11-14 04:01:48 +0800
  • afab938794 Strongly typed TransformDirection for music controller. Huo Yaoyuan 2016-11-14 03:21:07 +0800
  • 06f1033e4e Merge 656fe1ebb5 into be319707cf Zerox029 2016-11-13 16:38:56 +0000
  • 656fe1ebb5 Removed unnecessary imports in various files zerox029 2016-11-12 21:53:34 -0500
  • 711a15de6d Removed unnecesary implementation of osu.framework zerox029 2016-11-12 21:46:14 -0500
  • ac99e2d488 Avoid using load to construct the drawable hierarchy whereever possible. Thomas Müller 2016-11-12 18:34:36 +0100
  • 16dc74df5b Avoid stack overflow when trying to push a not-yet async loaded background. Thomas Müller 2016-11-12 18:33:47 +0100
  • 1fb3c47646 Merge branch 'master' of github.com:ppy/osu into options-improvements Thomas Müller 2016-11-12 14:53:16 +0100
  • be319707cf Merge pull request #152 from SirCmpwn/options-sidebar-tracking Thomas Müller 2016-11-12 14:35:00 +0100
  • 75be78752b Merge remote-tracking branch 'refs/remotes/upstream/master' into options-sidebar-tracking Dean Herbert 2016-11-12 22:30:15 +0900
  • 6355c8bd45 Hide scrolldragger in options. Thomas Müller 2016-11-12 13:10:53 +0100
  • 1c47773e0d Make sidebar behaviour feel a bit nicer. Thomas Müller 2016-11-12 13:08:34 +0100
  • e923da1998 Fix lastKnownScroll never being written to. Thomas Müller 2016-11-12 12:30:12 +0100
  • 98b69bc6c6 Merge branch 'master' of github.com:ppy/osu into SirCmpwn/options-sidebar-tracking Thomas Müller 2016-11-12 12:24:02 +0100
  • c7f8d2450a Merge pull request #130 from SirCmpwn/dependency-injection Thomas Müller 2016-11-12 12:21:29 +0100
  • cc0f61f545 Merge branch 'refs/heads/master' into dependency-injection Dean Herbert 2016-11-12 19:44:16 +0900
  • 646fe5c5f4 Merge pull request #155 from peppy/player-improvements Dean Herbert 2016-11-12 18:34:32 +0900
  • fde9879a8b Merge pull request #163 from peppy/music-player-improvements Dean Herbert 2016-11-12 18:32:43 +0900
  • f7aabd0ce0 Update framework. Dean Herbert 2016-11-12 18:31:57 +0900
  • 80f146e4bd Fix a locally set beatmap getting overridden by the game-global one. Dean Herbert 2016-11-12 18:24:56 +0900
  • 099b309645 Introduce back the concept of Rulesets. Dean Herbert 2016-11-09 19:49:05 +0900
  • 16a0be44df Add local InputManager to Player; handle Z and X. Dean Herbert 2016-11-09 18:50:30 +0900
  • 18c0e431c1 Fix some nullrefs. Dean Herbert 2016-11-09 15:49:31 +0900
  • 3b99a8fd06 Add a shadow and bit of elasticity to MusicController. Dean Herbert 2016-11-12 17:09:58 +0900
  • b65eb33774 Fix weird artifacting when the MusicController fades in and out by using a buffered container. Dean Herbert 2016-11-12 16:44:02 +0900
  • 70ef900a51 Merge 110ea32b2a into 8d56a881d0 Maciej 2016-11-12 07:17:32 +0000
  • 8d56a881d0 Merge pull request #157 from SirCmpwn/string-options Dean Herbert 2016-11-12 16:11:09 +0900
  • 12bc259071 Merge pull request #158 from SirCmpwn/implement-options Dean Herbert 2016-11-12 16:10:27 +0900
  • a39d28efe2 Merge pull request #159 from SirCmpwn/platform-options Dean Herbert 2016-11-12 16:05:47 +0900
  • 00cc4278da Split off SidebarButton Drew DeVault 2016-11-12 01:53:20 -0500
  • d346e49c4f Update framework Drew DeVault 2016-11-12 01:43:05 -0500
  • a8bba445db Move scroll logic into Update Drew DeVault 2016-11-10 18:04:39 -0500
  • 32196c57af Track the visible section in options Drew DeVault 2016-11-09 00:17:48 -0500
  • e535681bb5 Update framework Drew DeVault 2016-11-11 00:21:59 -0500
  • 226d1aa0da Merge pull request #160 from peppy/general-fixes Dean Herbert 2016-11-11 13:37:56 +0900
  • ff67b77c5b Merge pull request #154 from peppy/sidebar-toolbar-coexistence Dean Herbert 2016-11-11 13:34:08 +0900
  • 27542d9747 Merge pull request #151 from SirCmpwn/options-sidebar Dean Herbert 2016-11-11 13:33:10 +0900
  • a0e1513df6 Merge branch 'refs/heads/master' into sidebar-toolbar-coexistence Dean Herbert 2016-11-11 13:30:57 +0900
  • d589542fc6 Update framework. Dean Herbert 2016-11-11 13:28:12 +0900
  • d36c8e9203 Remove certain options when not running on Windows Drew DeVault 2016-11-10 21:54:01 -0500
  • d49b418449 Implement ShowUnicode option behavior Drew DeVault 2016-11-10 21:35:58 -0500
  • e2365cfad2 s/internalText/InternalText/g Drew DeVault 2016-11-10 18:25:20 -0500
  • a81f099d40 Add TextBoxOption and wire it up Drew DeVault 2016-11-10 18:15:30 -0500
  • 0d4560a054 Update to latest DI stuff Drew DeVault 2016-11-10 17:40:42 -0500
  • 7327db307b Fix player loading from song select Drew DeVault 2016-11-08 19:02:42 -0500
  • 2362665b8a Re-cache the new FontStore when overwritten Drew DeVault 2016-11-08 18:51:39 -0500
  • fe9034323b Get the game running, though not perfectly Drew DeVault 2016-11-08 18:46:08 -0500
  • ee24cd310c Convert everything to DI pattern Drew DeVault 2016-11-08 18:13:20 -0500
  • dc03f36793 Use DI for Player Drew DeVault 2016-11-04 18:18:08 -0400
  • 19fd6fe249 Introduce dependency injection Drew DeVault 2016-11-04 18:06:58 -0400
  • e5383acb09 Merge 32e9db9273 into 788c11de10 Andreas N 2016-11-10 10:10:33 +0000
  • 32e9db9273 Hide Options and MusicController when switching to Player Andreas N 2016-11-10 11:09:20 +0100
  • 788c11de10 Merge pull request #103 from huoyaoyuan/music-controller Dean Herbert 2016-11-10 12:54:56 +0900
  • 51ca32d503 Merge e0f7bf4bb8 into 904d258dc3 UselessToucan 2016-11-09 11:35:31 +0000
  • 4d12462474 Merge fed357e6a9 into 904d258dc3 Dean Herbert 2016-11-09 11:35:16 +0000
  • 904d258dc3 Fix checkbox not updating correctly. Dean Herbert 2016-11-09 20:13:13 +0900
  • a5dcae859c Give OptionsOverlay an offset to make up for toolbar possibly being present. Dean Herbert 2016-11-09 15:23:32 +0900
  • d9bd3717d0 Re-organise overlay-level elements in OsuGame. Dean Herbert 2016-11-09 15:23:10 +0900
  • fdb83bed79 Make OsuGameModes self-aware of if they want a toolbar or not. Dean Herbert 2016-11-09 15:22:54 +0900
  • 9d1d5a5cea Modify toolbar tooltips to be closer to design. Dean Herbert 2016-11-09 15:16:34 +0900
  • 676cdc44b2 Add expanding options sidebar Drew DeVault 2016-11-08 23:16:04 -0500
  • d6dafd6b70 Merge pull request #150 from SirCmpwn/options Dean Herbert 2016-11-09 13:24:18 +0900