Commit Graph
8 Commits
Author SHA1 Message Date
Sean Dewar e62866d391 WidgetOverlay: Make hallowed sepulchre timer moveable (#12200) 2020-07-23 00:41:06 +00:00
Sean Dewar 417b42b0bf music: revalidate slider handle on creation 2020-04-06 16:00:22 +01:00
Sean Dewar 07d414d41d camera: zoom slider tooltip & zoom constants
This commit also adds constants for:

VarClientInt.CAMERA_ZOOM_FIXED_VIEWPORT = 73
VarClientInt.CAMERA_ZOOM_RESIZABLE_VIEWPORT = 74

WidgetID.Options.CAMERA_ZOOM_SLIDER_HANDLE = 15
WidgetInfo.OPTIONS_CAMERA_ZOOM_SLIDER_HANDLE
2020-04-05 03:42:48 +01:00
Sean Dewar 4a1dbf4e2d music: slider volume percentage tooltips 2020-04-05 03:42:41 +01:00
Sean Dewar b8ad248fcb runenergy: update graceful recovery rate logic
Updates the energy recovery rate calculation to reflect the changes made
in the 9th January 2020 game update.

Each individual piece of graceful now boosts your recovery rate by 3%,
with an extra 1% for the top and legs. With the full set, an extra boost
of 10% is added, totalling 30%. Previously, there was no boost for
individual pieces, instead the full set was required for a flat boost of
30%.
2020-04-01 19:22:07 -04:00
seandewar b616ef9eab opponentinfo: add option to show both hp value and percent 2019-05-24 17:59:10 -04:00
seandewar a8728b9b56 regenmeter: add option to notify before next hp regen 2019-05-11 17:58:37 +01:00
seandewar 9623ed4b30 constants: add GAME_TICK_LENGTH and use where needed
Also update many usages of 20ms to CLIENT_TICK_LENGTH
2019-05-11 17:44:42 +01:00