2017 05 22

published 22 May 2017

We had some crazy levels of contribution over the weekend, so I spent basically all of today reviewing other people’s code. My brain hurts, but there’s some good progress going on. Here’s a preview of some of the stuff being worked on (but not ready for a release yet):

osu!direct in #805

Menu flashing (and the framework for more beat-synced UI elements) in #812

User and multiplayer panels in #825 and #824

Other (actually completed) stuff

New release available

2017.523.0 is now available from github releases (or via auto-update if you already have lazer installed)!

comments

2017 05 19

published 19 May 2017

Updated skip button design

The skip button was sitting in a weird place on the screen, so we decided to throw it away and start fresh. The new one features a countdown bar and a much larger hit area. It also gets out of your way when you’re busy watching amazing storyboards.

Note that the sound effect is missing in this video for whatever reason. Go download lazer if you wanna try it yourself :).

Other things

  • Visual fixes for OSD when displaying audio device names #803.
  • Add setting checkbox to toggle debug logs #802.
  • Basic mania beatmap conversion framework #788.
  • Fix audio beginning to play when potentially paused due to window becoming unfocused #799.
  • Fix audio seeking unnecessarily when entering play mode in certain cases #797.
  • Add support for searching beatmap author at song select #796.
  • Fixes for auto mod not hitting stacks of notes correctly on certain maps #787.
  • Fix incorrect handling of scheduled task cancelling when many cancels are issued in a short span #731.
  • Fix control key not working for some textbox shortcuts where it should #728.
  • Fix mouse cursor visually sticking to the edge of the game window (again) #727.

New release available

2017.520.0 is now available from github releases (or via auto-update if you already have lazer installed)!

comments

2017 05 18

published 18 May 2017

Quite some good progress today! Let’s dive into it.

Updated spinner design

The lazer spinner design was nothing short of temporary. It was laggy to boot. Today I spent a great deal of time realising flyte’s newer design in full detail. Take a look at it isolated:

and in a map:

Note that due to some deficiencies in our framework regarding how glows are rendered, the colours are not correct and not final. It will look much more vibrant once these issues are addressed:

Other things

  • Moved all pause logic into a new container, improving reliability and cleaning up the code a lot #783.
  • Fix and simplify pause logic and possible race conditions #782.
  • Fix song select reverting to first difficulty of current group on entering #778.
  • Fix global hotkeys not always working #780.
  • Fix channels being unnecessarily recycled on disconnect #774.
  • The log overlay now works as intended #721.

New release available

2017.518.0 is now available from github releases (or via auto-update if you already have lazer installed)!

comments

2017 05 16

published 16 May 2017

Quite some good progress today! Let’s dive into it.

On Screen Display

No longer will you be confused when you accidentally hit a hotkey that changes game-wide settings. Introducing the new OSD which will reveal changes as you make them.

Currently this is for game-wide settings (resolution, screen mode, frame limiter, audio device, debug console) but going forward the same interface will be used during gameplay to let you know when things like mouse buttons have been disabled, scroll speeds have changed, etc.

Mania doesn’t crash any more!

smoogipooo has been hard at work on mania, to the point it now displays maps to some extent. Note that it is not yet playable, but you can pretend to play at least. Also Ctrl +/- are available to change the scroll speed.

Design isn’t final, colours aren’t final, all the usual disclaimers. There will be a more detailed post with visuals once we’re happy with it, but you can go check it out by loading a mania map if you wish to do so.

new.ppy.sh is no more

Thanks to a lot of hard work from the web team, we are making good progress on the new version of the website to the point we’re happy to announce that the domains have been merged. You should be automatically redirected from the new subdomain to the main one if you have been using it until now.

Going forward, we will be switching pages on one at a time as they are ready to be used. You can always manually make the switch (though some pages are not yet available) by using this link or just visiting new.ppy.sh (it’ll redirect you over).

Other things

  • Gameplay pauses when the osu! window loses focus #762.
  • Fix for skip button also seeking when watching a replay #762.
  • Fix duplicate channels being created on connection loss #764.
  • Improve the appearance of chat tabs when transitions from active to inactive #761.
  • Fix requesting too many chat messages on initial connect (and sometimes the wrong ones) #760.
  • Fixed hover states not getting updates until the mouse is moved. This was visible on the osu! logo at the main menu if you clicked it without moving your mouse (it would remain in a hovered state) #715.
  • Add transform helpers for manipulation specifically of width or height #717.

New release available

2017.516.0 is now available from github releases (or via auto-update if you already have lazer installed)!

comments

2017 05 15

published 15 May 2017

A short update today. Working through a whole heap of stuff too mundane or incomplete to post here. I’ll include a couple of previews though.

Added osu! logo shockwave

While tending to some frame-level imperfections, I noticed we had yet to add the little shockwave when the osu! logo impacts the menu. Subtle but most definitely required.

Chat error messages

A lot of people have been trying to type chat commands. Rather than sending these to the public chat, an error is now returned.

I started to figure out how we can do local echo of messages (so you aren’t waiting for a server response to see your own messages), but this requires a bit more thinking before I’m willing to implement it. Gotta do things right this time around after all!

Other things

  • Internally renamed options (as in the overlay that appears from the left of the screen) to settings to standardise terminology #754 / #711.
  • The cursor will now follow the circle size of the current beatmap if you wish it to do so #749.
  • Spinners now correctly match beatmap’s OD #748.
  • Fix for settings not correctly being applied in real-time #713.

New release available

2017.515.0 is now available from github releases (or via auto-update if you already have lazer installed)! Mostly just bugfixes this time around (doesn’t include the aforementioned WIP stuff).

comments