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

Commit Graph

  • 3b1ef0b991 Reverts a small bandaid fix that's no longer necessary relating to the order in which osulogo is initialised. Remie Richards 2016-09-19 01:57:15 +0100
  • 3c297064b6 Fixes invalid button scaling, Fixes invalid button location (they were oddly shifted to the right) Remie Richards 2016-09-19 01:47:14 +0100
  • 320f76d860 Fixes over-scaling, Brings osu! logo back to the front Remie Richards 2016-09-19 01:35:50 +0100
  • 80dfad9af9 Missed an extra set of () on an object initialiser Remie Richards 2016-09-18 20:49:01 +0100
  • 314b0dfc04 Replaced all Add() calls in Load()s with direct Children = new Drawable[] {} settings, for consistency Remie Richards 2016-09-18 20:41:53 +0100
  • 4732a4db19 An AddProcessing() call was left behind, AddProcessing() is now gone on the framework end. Remie Richards 2016-09-18 16:42:59 +0100
  • 30db97d72d Updates to latest stable framework version. Remie Richards 2016-09-18 16:29:05 +0100
  • f2fa9f611a Replaced osu.Game.Graphics.Cursor.CursorContainer.cs with osu.Framework.Graphics.Cursor.CursorContainer.cs Remie Richards 2016-09-17 22:11:27 +0100
  • 4754c0e2d1 Clears out old tests (use the framework tests!), Replaces osu.Game.Graphics.UserInterface references with osu.Framework.Graphics.UserInterface Remie Richards 2016-09-17 21:54:52 +0100
  • 1a5c2b5221 Updates to latest osu-framework, Updates existing Load() methods to use Children = new Drawable[]{} syntax Remie Richards 2016-09-17 21:33:46 +0100
  • 36ae4dd271 Fix osu! playfield (was using inheriting sizemode when it shouldn't). Dean Herbert 2016-09-15 23:58:02 +0900
  • b52c3074ef Merge pull request #26 from peppy/general-fixes Thomas Müller 2016-09-11 10:33:06 +0200
  • 375406bc97 Bring framework up-to-date. Dean Herbert 2016-09-11 17:23:43 +0900
  • be962e681d Merge pull request #25 from peppy/general-fixes Thomas Müller 2016-09-10 20:08:31 +0200
  • 4a85d8627d Update to latest framework version. Dean Herbert 2016-09-11 02:23:26 +0900
  • 851ef4fbbf Framework updates. Dean Herbert 2016-09-11 02:27:42 +0900
  • b6bbea392b Merge branch 'general-fixes' into beatmap_framework Dean Herbert 2016-09-11 02:24:15 +0900
  • 842fb1892f Update to latest framework version. Dean Herbert 2016-09-11 02:23:26 +0900
  • e27eb996bc Merge pull request #23 from peppy/general-fixes Dean Herbert 2016-09-07 17:51:51 +0900
  • f29bf8e914 And again. smoogipooo 2016-09-07 18:20:54 +0930
  • c4061439ce Fix name misspelling and use auto-property abraker95 2016-09-06 23:03:37 -0400
  • ec23f6561c commit csproj change abraker95 2016-09-06 22:51:47 -0400
  • f1f9b94b3a Implement a TimeDisplay object abraker95 2016-09-06 22:40:22 -0400
  • 753a67fb3d Update to use new transform logic. Dean Herbert 2016-09-03 16:17:15 +0900
  • 9e76feb159 Add remaining HitRenderers. Dean Herbert 2016-09-02 20:30:27 +0900
  • 97d101310d Make OsuPlayfield box a bit larger. Dean Herbert 2016-09-02 20:07:27 +0900
  • 024ae1d1c2 Move playfields to own class. Dean Herbert 2016-09-02 19:58:57 +0900
  • 93744f7372 Add basic TaikoHitRenderer. Dean Herbert 2016-09-02 19:50:22 +0900
  • 677a1b0e56 Add basic box background to OsuPlayfield. Dean Herbert 2016-09-02 19:49:57 +0900
  • 2ea5a5c675 Add basic HitRenderer framework. Dean Herbert 2016-09-02 19:25:13 +0900
  • ec25a50249 Add basic structure for catch mode objects. Dean Herbert 2016-09-02 18:47:15 +0900
  • 49110cf8d8 Add mania Note and HoldNote. Dean Herbert 2016-09-02 18:44:02 +0900
  • 0a0c8e2014 Fix some base classes not being abstract. Dean Herbert 2016-09-02 18:43:46 +0900
  • c75d74c84c Taiko notes should have scale, not bool Big. Dean Herbert 2016-09-02 18:43:24 +0900
  • cf12f4764f Add basic structure for osu! mode objects. Dean Herbert 2016-09-02 18:35:49 +0900
  • 9d6b19a2ee Add duration to BaseHit. Dean Herbert 2016-09-02 18:31:32 +0900
  • 7cee44ab1d HitObject -> HitBase. Also add BaseHits for each game mode. Dean Herbert 2016-09-02 18:27:38 +0900
  • 016521240a Add playtest class. Dean Herbert 2016-09-02 18:06:36 +0900
  • ef98e4ee3c Move beatmap metadata to separate class. Dean Herbert 2016-08-31 13:52:30 +0900
  • abe8ff21f6 Add more timing and sample related classes. Dean Herbert 2016-08-31 13:51:00 +0900
  • 3098204dda Add basic class structure for Beatmap/HitObject/SampleInfo/User. Dean Herbert 2016-08-31 12:33:01 +0900
  • 7e3d2ebe80 Update nuget packages and framework reference once more. Dean Herbert 2016-09-06 20:34:25 +0900
  • 8e96a99ac5 Merge pull request #22 from peppy/general-fixes Dan Balasescu 2016-09-04 19:09:54 +0930
  • 8295c6b732 Update framework reference. Dean Herbert 2016-09-04 18:38:51 +0900
  • 49a0e3d9ac Framework namespace rename. Dean Herbert 2016-09-04 18:29:26 +0900
  • 7254c31a92 Drawable is abstract, let's not instantiate it. Dean Herbert 2016-09-04 17:42:15 +0900
  • 23111821f5 Update naming conventions. Dean Herbert 2016-09-04 16:15:35 +0900
  • eeb3494f04 Merge pull request #21 from smoogipooo/general_fixes Dean Herbert 2016-09-03 23:05:01 +0900
  • 59a69ca59c Remove unused System.Drawing reference. smoogipooo 2016-09-03 23:02:55 +0930
  • ffccaacfc4 Submodule ref. smoogipooo 2016-09-03 21:19:05 +0930
  • dde748b8c1 Fix loaded not being set on textbox Load. smoogipooo 2016-09-03 21:18:07 +0930
  • e31597bba3 Merge pull request #20 from peppy/textbox Dan Balasescu 2016-09-02 23:27:49 +0930
  • c618686cbc Update submodule ref. smoogipooo 2016-09-02 23:25:55 +0930
  • 7d9cb85289 Hook up new TextInputSource to TextBox. Dean Herbert 2016-09-02 14:30:29 +0900
  • ebd15d6f7c Remove System.Drawing dependency. Dean Herbert 2016-09-02 14:30:08 +0900
  • 49a4d64fad Fix TextBox always taking keyboard focus. Dean Herbert 2016-09-01 22:55:02 +0900
  • 600223a65c Add proper keyboard sound effects back. Dean Herbert 2016-09-01 16:20:40 +0900
  • 923fc228e9 Fix cursor horizontal position. Dean Herbert 2016-09-01 15:32:13 +0900
  • a2fc339a45 Update Transforms to new style. Dean Herbert 2016-09-01 15:01:13 +0900
  • 586aaad2b0 Add sample TextBox and SpriteText to MainMenu for comparison. Dean Herbert 2016-08-29 16:23:00 +0900
  • 41c03ab255 Move ctor content to Load(). Schedule some prop updates. Dean Herbert 2016-08-29 16:22:45 +0900
  • 7f0212f93f TextSize -> SpaceWidth (temporary). Dean Herbert 2016-08-29 16:22:20 +0900
  • b3e2339175 Make TextBox rendering work again. Dean Herbert 2016-08-29 01:40:20 +0900
  • 460f260880 Merge pull request #19 from peppy/general-fixes Dan Balasescu 2016-09-01 23:20:03 +0930
  • 6e836708bd Remove unnecessary file extension. Dean Herbert 2016-09-01 16:16:19 +0900
  • af3e024c7b Update SampleManager Get method call. Dean Herbert 2016-09-01 22:02:44 +0900
  • 7d2f303e61 Update font logic to override framework default. Dean Herbert 2016-09-01 21:46:19 +0900
  • 56bdfae852 Add back DotSettings file. Dean Herbert 2016-09-01 20:34:27 +0900
  • 9585a9105e Update resolution handling logic. Dean Herbert 2016-09-01 19:06:09 +0900
  • cb3dfe094e Add minimum resolution settings. Dean Herbert 2016-09-01 19:05:44 +0900
  • 93ebe523d5 Update submodules. Dean Herbert 2016-09-01 22:42:22 +0900
  • 90131f6e18 Merge 670ce8f20c into a087658e80 Guus 2016-09-01 06:40:18 +0000
  • a087658e80 Merge pull request #18 from peppy/master Dean Herbert 2016-09-01 14:23:00 +0900
  • 7e0c1a082b Update submodules. Dean Herbert 2016-09-01 14:14:07 +0900
  • b7ff37cd8a Merge pull request #17 from huoyaoyuan/master Dean Herbert 2016-09-01 02:34:03 +0900
  • 6826391b7a Replace custom delegates by generic delegates. Huo Yaoyuan 2016-08-31 23:15:17 +0800
  • 670ce8f20c Fixed indenting Guus 2016-08-31 21:09:44 +0900
  • 6cdd5dfd83 Restyled comment Guus 2016-08-31 21:07:52 +0900
  • f8d5a7d538 Don't save window size when minimized Guus 2016-08-31 21:07:09 +0900
  • 465eb52e2d Merge Guus 2016-08-31 20:34:47 +0900
  • 43d8dd8cf5 Merge pull request #15 from peppy/online_api Dan Balasescu 2016-08-31 20:49:17 +0930
  • 013cf1cf3f Fix broken namespaces. Dean Herbert 2016-08-31 20:16:05 +0900
  • 8870935a4b Add basic online API support. Dean Herbert 2016-08-31 19:49:34 +0900
  • 6a588301ba Merge pull request #14 from peppy/transformation_rewrite Dan Balasescu 2016-08-31 16:21:48 +0930
  • 5f78a10604 Merge branch 'master' into transformation_rewrite Dean Herbert 2016-08-31 15:43:16 +0900
  • e3ec485a9d New style transformations. Dean Herbert 2016-08-30 22:26:30 +0900
  • e59da1ad78 Merge pull request #13 from peppy/master Dean Herbert 2016-08-30 18:04:08 +0900
  • 4bdbee5642 Bring submodules up-to-date (texture-based font rendering). Dean Herbert 2016-08-30 17:08:59 +0900
  • f463d75f33 Don't save window size when minimized. Store maximized window state Guus 2016-08-28 16:56:09 +0900
  • 5ccb7ae5d2 Merge eec062629e into 9b57c53976 Jan-Eric Waclawski 2016-08-28 07:04:36 +0000
  • eec062629e Added Exit method Jan-Eric Waclawski 2016-08-28 08:57:28 +0200
  • 531c5d5f25 Added Exit function Added Title Jan-Eric Waclawski 2016-08-28 08:44:34 +0200
  • fb767dddc7 Merge 80575ecfb1 into 9b57c53976 Jan-Eric Waclawski 2016-08-27 21:04:58 +0000
  • 80575ecfb1 Update .gitmodules Jan-Eric Waclawski 2016-08-27 23:04:58 +0200
  • 2ec32bba36 ... Jan-Eric Waclawski 2016-08-27 23:04:21 +0200
  • 95cb3a5317 chnaged git settings Jan-Eric Waclawski 2016-08-27 23:01:41 +0200
  • 5bbb650f22 Replaced system.exit with saver alternative Jan-Eric Waclawski 2016-08-27 16:47:34 +0200
  • ece0d41225 change git settings Jan-Eric Waclawski 2016-08-27 14:12:46 +0200
  • 7bf8059df8 Added windows title. Game can be exited now. Jan-Eric Waclawski 2016-08-27 14:11:17 +0200
  • ce39670e60 Merge f50f2d965d into 9b57c53976 Jan-Eric Waclawski 2016-08-27 11:20:00 +0000