1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 13:27:25 +08:00
Commit Graph

2188 Commits

Author SHA1 Message Date
Dean Herbert
9cfafceb34 Merge pull request #85 from Tom94/make_osu_logo_circular
Make osu logo circular
2016-10-15 23:01:56 +09:00
Thomas Müller
1d8ff5fe46 Use circular hover region for osu! logo. 2016-10-15 15:31:16 +02:00
Thomas Müller
8f5de3040c Update framework. 2016-10-15 15:30:51 +02:00
Dean Herbert
01db512d77 Revert .gitattributes additions for now. 2016-10-15 20:43:42 +09:00
autismpp
7276038ca7
Replace Console.WriteLine with Logger.Log. 2016-10-15 06:13:50 +03:00
Adonais Romero González
6bd3eaf37d Changes according to review + Refactor 2016-10-14 18:23:27 -05:00
Dean Herbert
4fc681a8b8 Merge pull request #82 from SirCmpwn/vscode
Add Visual Studio code meta files
2016-10-14 23:20:53 +09:00
Dean Herbert
bada1a2e11 Merge pull request #81 from SirCmpwn/line-endings
Fix .gitattributes
2016-10-14 23:19:45 +09:00
Drew DeVault
f27c0d9e91 Fix .gitattributes
This behavior should check out files in the native line ending depending
on your platform.
2016-10-14 10:13:33 -04:00
Drew DeVault
1dbf91eaaf Add Visual Studio code meta files 2016-10-14 10:12:11 -04:00
Dean Herbert
56f914ba47 Make sure *.cs has CRLF line endings. 2016-10-14 23:08:53 +09:00
Dean Herbert
123d92f5b9 Merge pull request #71 from huoyaoyuan/tidy-up
Strongly type specifications
2016-10-14 18:57:42 +09:00
Huo Yaoyuan
cb54d33c6e Make converter instance per-convert. 2016-10-14 17:48:07 +08:00
Dean Herbert
c3b745bfef Merge pull request #57 from UselessToucan/VolumeControl
VolumeControl: add controls for Effects and Music
2016-10-14 15:50:45 +09:00
TocoToucan
ade925937a Set text position using Origin property 2016-10-14 09:46:40 +03:00
Adonais Romero González
53cd698b3a Merge branch 'master' into counters-a 2016-10-13 22:57:24 -05:00
Dean Herbert
6597b09a55 Merge pull request #79 from peppy/general-fixes
Update framework version.
2016-10-14 12:54:52 +09:00
Adonais Romero González
edbbe8daef Delete unnecessary class attributes 2016-10-13 22:54:02 -05:00
Dean Herbert
cc9bc9db93 Update framework version. 2016-10-14 12:53:44 +09:00
Dean Herbert
8c7ff58310 Fix regressions caused by overlay class. 2016-10-14 12:50:03 +09:00
Dean Herbert
bc0559c972 Merge pull request #78 from ZLima12/master
Converted all files that needed converting to use CRLF line endings.
2016-10-14 12:37:28 +09:00
John Leuenhagen
fedfb8a22a
Converted all .cs files to use CRLF line endings. 2016-10-13 23:33:58 -04:00
Dean Herbert
b425d14ea1 Merge pull request #73 from huoyaoyuan/overlay
Overlay proposals
2016-10-14 10:49:13 +09:00
Dean Herbert
a3dbb604b2 Merge pull request #72 from SirCmpwn/improved-beatmaps
Improved beatmaps
2016-10-14 10:47:43 +09:00
Adonais Romero González
9ccff6ec48 Tidying up 2016-10-13 19:50:06 -05:00
Adonais Romero González
0deb5b4e22 Removed unneeded vars 2016-10-13 18:07:06 -05:00
Adonais Romero González
69621eb6d3 Star animation delay micro fix 2016-10-13 18:00:36 -05:00
Adonais Romero González
c48e3a74f8 Add score counter test again 2016-10-13 17:33:26 -05:00
Adonais Romero González
f10a03dcef Merge with master 2016-10-13 17:20:35 -05:00
Adonais Romero González
ce07a45456 Improved code 2016-10-13 17:13:20 -05:00
Huo Yaoyuan
254cc87578 Use name ToggleVisibility. 2016-10-14 05:02:13 +08:00
TocoToucan
8cca8861fa Fix formatting 2016-10-13 19:11:51 +03:00
TocoToucan
7d27406131 Fix merge conflict in osu.Game/osu.Game.csproj 2016-10-13 18:23:50 +03:00
TocoToucan
c243a9719d Merge branch 'master' into VolumeControl 2016-10-13 18:05:16 +03:00
Huo Yaoyuan
1c97edaac2 Base class for overlays. 2016-10-13 23:04:57 +08:00
UselessToucan
e79d5c8e14 Merge pull request #5 from ppy/master
Update master
2016-10-13 18:02:58 +03:00
TocoToucan
d5cb331eb3 Unsubscribe from ValueChanged events 2016-10-13 17:52:49 +03:00
Drew DeVault
25d08c8e2c Improve beatmap loading and hydration 2016-10-13 10:29:30 -04:00
Huo Yaoyuan
c93a440d3b Make Options:IStateful. 2016-10-13 22:27:37 +08:00
Huo Yaoyuan
acd54d1ebc Single Visibility enum type. 2016-10-13 22:22:27 +08:00
Drew DeVault
fd10e6e582 Copy imported beatmaps into beatmap storage 2016-10-13 10:15:08 -04:00
Huo Yaoyuan
ac66c08991 Make converter per-instance. 2016-10-13 21:55:49 +08:00
Huo Yaoyuan
aad5c6a44d Use DateTimeOffset for message timestamp. 2016-10-13 21:42:51 +08:00
Huo Yaoyuan
45a9249306 Move implementation of HitRender.Converter to base class using an abstract Converter property. 2016-10-13 21:14:18 +08:00
Huo Yaoyuan
80d5fa7243 Specify HitObjectConvertException. 2016-10-13 20:53:42 +08:00
Dean Herbert
b7976dce46 Update framework version. 2016-10-13 15:12:16 +09:00
Dean Herbert
e37beafbed Merge pull request #65 from peppy/general-fixes
General fixes
2016-10-13 14:46:40 +09:00
Dean Herbert
5e3e949fd6 Revert all counter commits. Requires much further review. 2016-10-13 14:45:41 +09:00
Dean Herbert
1a9dede98c Remove unused Deploy build configuration. 2016-10-13 14:27:31 +09:00
Dean Herbert
fde3ab420a Merge branch 'master'
Conflicts:
	osu.Game/osu.Game.csproj
2016-10-13 12:23:36 +09:00