Skip to content

Releases: ppy/osu-framework

2017.1205.0

04 Dec 16:45
d2c6d11
Compare
Choose a tag to compare
  • Fix tracks no longer getting processed when they complete playback #1227 (peppy)
  • Fix RuntimeInfo OS check #1223 (KokaKiwi)
  • Remove Screen.OnKeyDown override #1222 (default0)
  • Use replace instead of magic substring when assigning a TestCase's name #1221 (peppy)
  • Make test cases searchable in TestBrowser #1192 (Aergwyn)

2017.1202.0

01 Dec 17:32
cc013fc
Compare
Choose a tag to compare

2017.1129.1

29 Nov 13:07
4fc866e
Compare
Choose a tag to compare
  • Add a new test button to wait until a delegate returns true #1210 (peppy)
  • Various improvements/fixes to GridContainer #1209 (smoogipoo)
  • Load new TestCase asynchronously when switching interactively #1208 (peppy)
  • Don't add log header until the first time a log is written to #1207 (peppy)
  • Make AutoSizeAxes virtual to allow implementations to track changes #1206 (peppy)
  • Add playback speed adjustment to TestBrowser #1202 (peppy)

2017.1127.0

27 Nov 13:01
b300978
Compare
Choose a tag to compare
  • Reduce default sample concurrency to two #1198 (peppy)
  • ClickableContainers are disabled until they have an action assigned #1197 (peppy)
  • Changed the float validation inside DrawInfo.ApplyTransform for performance gain #1193 (FreezyLemon)
  • Fix one-frame lag with CircularContainer's CornerRadius #1187 (FreezyLemon)
  • BackgroundStackTraceCollector #1155 (peppy)

2017.1124.0

23 Nov 15:15
fe49ccb
Compare
Choose a tag to compare
  • Fix calling Reset on a TrackVirtual starting the track unexpectedly #1191 (peppy)
  • Fixed Description attributes in Framework Tests #1190 (FreezyLemon)
  • Move TestCase descriptions to attributes #1186 (peppy)
  • Combining AsyncLoadWrapper and DelayedLoadWrapper into LoadWrapper #1181 (FreezyLemon)

2017.1123.0

22 Nov 15:49
c6fd291
Compare
Choose a tag to compare
  • Add note about visualtests and development with testcases #1182 (peppy)
  • Use a task for AsyncBufferStream to remove Thread.Abort usage #1176 (smoogipoo)
  • Propagate WebRequest exceptions outwards from Perform methods #1175 (peppy)
  • Fix hovering when cursor isn't in the window #1174 (jorolf)

2017.1120.0

20 Nov 14:37
14eb531
Compare
Choose a tag to compare
  • Move distinct state creation back to InputManager #1173 (peppy)
  • Repeated escaped should not be handled by FocusedOverlayContainer #1172 (peppy)
  • Move distinct state creation to InputState #1171 (peppy)
  • Fix scrolling outside the window #1168 (jorolf)
  • Don't show log overlay by default #1159 (peppy)

2017.1118.0

18 Nov 14:30
f27e36d
Compare
Choose a tag to compare

2017.1116.0

15 Nov 16:05
b128579
Compare
Choose a tag to compare

2017.1113.0

13 Nov 13:24
c95b935
Compare
Choose a tag to compare
  • Expose a way to stop clock updates #1157 (smoogipoo)
  • Fix logger not deleting log files if GetLogger is called too early #1156 (peppy)
  • Add note about HandleInput to Tooltip docs #1151 (default0)