1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Commit Graph

  • 5afb038025 Use explicit cast to OsuGame rather than in-between derived classes. Dean Herbert 2016-10-01 15:02:38 +0900
  • 40e5a449bf Add parallax to ButtonSystem. Dean Herbert 2016-10-01 17:02:20 +0900
  • 4ad618abc9 Adjust scale and outwards transition of ButtonSystem. Dean Herbert 2016-10-01 17:01:29 +0900
  • 665352f706 Improve the transition and look of white-boxed game modes. Dean Herbert 2016-10-01 17:01:09 +0900
  • 24837a0af3 Merge pull request #16 from peppy/beatmap_framework Dean Herbert 2016-10-01 16:53:58 +0900
  • 0178e23b73 Ensure we always remain fully visible on any aspect ratio (including very tall ones). Dean Herbert 2016-09-30 18:46:34 +0900
  • cc14aeb802 Add basic background display system. Dean Herbert 2016-09-30 18:45:55 +0900
  • d93718d953 Add template toolbar. Dean Herbert 2016-09-30 18:45:27 +0900
  • 463f606004 Add delay for exit process. Dean Herbert 2016-09-30 13:31:05 +0900
  • 357c94ed8a Add OsuGameMode. Standardise naming of classes. Dean Herbert 2016-09-30 13:30:55 +0900
  • b516339419 Draw Key Counter UselessToucan 2016-09-29 18:55:35 +0300
  • 643ae0cefe Merge remote-tracking branch 'upstream/master' into beatmap_framework Dean Herbert 2016-09-30 00:13:08 +0900
  • b4c9dca54b Merge remote-tracking branch 'upstream/master' into api-channels-messages Dean Herbert 2016-09-29 23:54:33 +0900
  • a114463678 Add null check. Dean Herbert 2016-09-29 23:52:51 +0900
  • 154226b9a3 Basic white-boxing of all game modes. Dean Herbert 2016-09-29 20:13:58 +0900
  • 8470961c2a Merge pull request #39 from peppy/general-fixes Thomas Müller 2016-09-29 16:50:12 +0200
  • 2db962dc33 Add basic tweening mouse cursor. Dean Herbert 2016-09-28 17:32:38 +0900
  • ae6fb0553d Add contains override to allow correct rendering by CursorContainer on window bounds. Dean Herbert 2016-09-28 16:42:16 +0900
  • a69c5b4fc0 Fix a few warnings. Dean Herbert 2016-09-28 15:33:02 +0900
  • 7dcf2c6269 Add TestCase for main menu ButtonSystem. Dean Herbert 2016-09-28 15:30:06 +0900
  • 27b96ab6c9 Update framework. Dean Herbert 2016-09-29 23:46:10 +0900
  • 7c98ef1b3d Move initialisation of ChatLine to Load. Dean Herbert 2016-09-28 16:33:20 +0900
  • 8650e951e5 Merge branch 'refs/heads/master' into api-channels-messages Dean Herbert 2016-09-28 16:30:00 +0900
  • eaab1b718e Merge branch 'refs/heads/master' into beatmap_framework Dean Herbert 2016-09-28 16:09:26 +0900
  • cca5de2203 Merge pull request #31 from huoyaoyuan/key-counter Dean Herbert 2016-09-28 15:56:25 +0900
  • aad58532ec Remove getter on Objects. Dean Herbert 2016-09-28 15:49:47 +0900
  • 3755ca0501 Add missing SizeMode. Dean Herbert 2016-09-28 14:40:27 +0900
  • 67652a6d8e Improve formatting of chat lines. Dean Herbert 2016-09-27 20:45:26 +0900
  • 754d9c78bd Simple chat message display functionality. Dean Herbert 2016-09-27 19:22:22 +0900
  • 154b914a3a Fix API scheduling. Dean Herbert 2016-09-27 19:22:02 +0900
  • b4e65e7011 Add clear to ensure no pile-up of messages. Dean Herbert 2016-09-27 18:41:58 +0900
  • 28045b7136 Add back basic API support for channel/message retrieval. Dean Herbert 2016-09-27 18:31:36 +0900
  • 7a8a91a5bf Merge b0245df88c into cd57661aa2 Adonais Romero González 2016-09-27 03:01:20 +0000
  • b0245df88c Implemented key counter (initial) Adonais Romero González 2016-09-26 21:51:47 -0500
  • cefd426461 Add TestCaseKeyCounter, KeyCounter, Count, KeyboardCount, MouseCount classes(without drawing so far). UselessToucan 2016-09-26 22:44:26 +0300
  • 25fecfca06 Relative size and position for text layer. Huo Yaoyuan 2016-09-26 16:56:39 +0800
  • bb13da2b32 Add ResetCount method for Counter. Huo Yaoyuan 2016-09-26 14:10:51 +0800
  • b4bb3d6317 Update private methods implementation. Huo Yaoyuan 2016-09-26 14:07:43 +0800
  • 756e7a6a67 Add missing lincense header, remove unnecessary comment and field. Huo Yaoyuan 2016-09-26 13:56:05 +0800
  • f0284ce57c Use the old naming style for now. Dean Herbert 2016-09-26 15:07:29 +0900
  • 3d23dda3b4 Merge branch 'master' into key-counter Huo Yaoyuan 2016-09-26 13:46:51 +0800
  • cd57661aa2 Merge pull request #37 from peppy/general-fixes Dean Herbert 2016-09-26 14:42:24 +0900
  • ae100e3137 Move PlayTest to the VisualTests project. Dean Herbert 2016-09-25 13:59:38 +0900
  • 58ed5c00e4 Merge remote-tracking branch 'refs/remotes/upstream/master' into beatmap_framework Dean Herbert 2016-09-25 13:40:06 +0900
  • 9491bd7f59 Fix OpenTK reference in VisualTests. Dean Herbert 2016-09-25 13:32:53 +0900
  • 63535df6dc Fix typo and missnaming. Huo Yaoyuan 2016-09-24 14:28:59 +0800
  • ec2bc4720d Comma seperator in numbers. Huo Yaoyuan 2016-09-24 10:31:14 +0800
  • ed4fae53cb Add FadeTime and allow setting custom styles directly from container. Huo Yaoyuan 2016-09-24 10:26:42 +0800
  • f4ac1f630d Adjust visual tree of counter. Huo Yaoyuan 2016-09-24 10:19:50 +0800
  • 0da0d4f35e Avoid accessing container in each counter. Huo Yaoyuan 2016-09-24 10:04:08 +0800
  • c70bf53486 Rename counter classes to avoid confusing. Huo Yaoyuan 2016-09-24 09:53:58 +0800
  • 4b459b4f67 Visual test for KeyCounter. Huo Yaoyuan 2016-09-24 08:57:13 +0800
  • 16f1dff849 Make counter public. Huo Yaoyuan 2016-09-24 08:52:41 +0800
  • d8666deaa0 IsLit Adjustment. Huo Yaoyuan 2016-09-23 19:41:25 +0800
  • ba19fe1b97 Move IsCounting to KeyCounter. Huo Yaoyuan 2016-09-23 19:14:11 +0800
  • 409bb0d068 Counter animation. Huo Yaoyuan 2016-09-23 19:10:14 +0800
  • 81f269ee69 MouseCount and KeyBoardCount, input handling. Huo Yaoyuan 2016-09-23 18:57:19 +0800
  • e5ef3e1d02 Adjust children position of Counter. Huo Yaoyuan 2016-09-23 18:34:54 +0800
  • 55a1a3827a Implement KeyCounter and base Count class. Huo Yaoyuan 2016-09-23 18:29:25 +0800
  • 8a168f2d29 Merge pull request #35 from peppy/visual-test-framework Dean Herbert 2016-09-24 20:44:37 +0900
  • 32b67023f3 Merge branch 'master' into visual-test-framework Dean Herbert 2016-09-24 20:41:07 +0900
  • 307224a07d Remove unnecessary testcases. Dean Herbert 2016-09-24 20:29:41 +0900
  • f59694ee52 Merge 770a8ebb80 into 75b430515b abraker95 2016-09-24 10:48:54 +0000
  • 75b430515b Merge pull request #36 from huoyaoyuan/manifest Dean Herbert 2016-09-24 19:46:19 +0900
  • e75b559eb3 Enhanced app.manifest for Windows 10. Huo Yaoyuan 2016-09-24 18:37:28 +0800
  • dc283e2d08 Remove app.manifest reference. Dean Herbert 2016-09-24 19:29:23 +0900
  • 7bdb2fcfc7 Add basic implementation of VisualTest framework for osu! project. Dean Herbert 2016-09-24 00:39:20 +0900
  • 1705914093 Merge pull request #34 from peppy/general-fixes Dean Herbert 2016-09-24 15:46:11 +0900
  • 52c604d718 Update framework. Dean Herbert 2016-09-24 15:42:19 +0900
  • 9891e72114 Fix indentation. Dean Herbert 2016-09-24 15:35:27 +0900
  • 204b9fec41 Merge c31b88941a into edcc48c49b Remie Richards 2016-09-23 21:40:03 +0000
  • c31b88941a No longer using KeyCounter/key-hit.png as it was unnecessary to create the needed visuals. Borrowed nicer spritetext positions from huoyaoyuan Remie Richards 2016-09-23 22:39:36 +0100
  • b4ce71fbbe submodule update Remie Richards 2016-09-23 21:58:06 +0100
  • c64dfca82e Remove silly textboxes. Dean Herbert 2016-09-24 00:09:59 +0900
  • f936618156 Add back TextAwesome and osu!font. Dean Herbert 2016-09-21 18:33:09 +0900
  • b9aead06ad Update resources. Dean Herbert 2016-09-24 00:03:20 +0900
  • d9b77db537 Update framework. Dean Herbert 2016-09-24 00:02:08 +0900
  • b803179711 Merge 1e06f9113a into edcc48c49b Dean Herbert 2016-09-23 15:00:08 +0000
  • 770a8ebb80 This doesn't belong here abraker95 2016-09-23 10:47:35 -0400
  • d83ae6f649 Layout fixes abraker95 2016-09-23 10:30:18 -0400
  • 0cef3b2ec5 BoundsBypassFlowContainer is now specifically KeyCounterFlowContainer, as this kind of solution/workaround isn't wanted in the main framework. Remie Richards 2016-09-23 09:14:53 +0100
  • 44544bf498 Get rid of this abraker95 2016-09-23 04:01:11 -0400
  • 8d29bdf651 Fix padding abraker95 2016-09-23 04:00:22 -0400
  • d2aa885bc3 Add license info abraker95 2016-09-23 03:59:31 -0400
  • 7e9e3d9c65 Allow the mouse counter to detect mouse presses globally abraker95 2016-09-23 03:57:23 -0400
  • 0a4d7217ac Initial commit (port from osu-lazer) abraker95 2016-09-23 02:43:17 -0400
  • 30a8c88002 Inverts NotCounting into IsCounting, to match KeyCounter's isCounting (which is now lowercase to match project styleguides) Remie Richards 2016-09-23 07:22:16 +0100
  • 1c5aad0a07 Updates resource paths to use the new folder Remie Richards 2016-09-23 07:08:01 +0100
  • afc04fe3f8 Key Counter Remie Richards 2016-09-23 07:04:59 +0100
  • 1e06f9113a Add back TextAwesome and osu!font. Dean Herbert 2016-09-21 18:33:09 +0900
  • edcc48c49b Merge pull request #28 from peppy/general-fixes Dean Herbert 2016-09-21 17:39:36 +0900
  • 997c6f45f6 Update framework again. Dean Herbert 2016-09-21 17:37:33 +0900
  • 33e46facec Use children for initialisation. Dean Herbert 2016-09-21 13:25:23 +0900
  • 3a5f37444c Add back Playfield masking. Dean Herbert 2016-09-21 13:21:55 +0900
  • 1712a142a5 Add proper HitObject expiration. Dean Herbert 2016-09-21 13:12:15 +0900
  • f1688499e4 Bring framework up-to-date. Dean Herbert 2016-09-21 13:12:05 +0900
  • e0c06a4f19 Merge branch 'refs/heads/general-fixes' into beatmap_framework Dean Herbert 2016-09-20 16:30:03 +0900
  • b2e7f290f2 Fix window size. Dean Herbert 2016-09-20 16:26:07 +0900
  • b9de26aa26 Framework updates. Dean Herbert 2016-09-20 14:41:55 +0900
  • 9a5874b063 Merge pull request #27 from RemieRichards/update_to_new_children_syntax Dean Herbert 2016-09-19 10:12:54 +0900