mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
a9c8b344a2
- Added RenderMovementInformation() to the HUD - Use m_Width instead of recalculating the display width each time in hud.cpp - Reworked Debug HUD: - Display velspeed.x*ramp and velspeed.y instead of velspeed*ramp - Show unit of speed - The graph for the velspeed.x*ramp behavior (if dbg_tuning is active) is now nicer and usable. A second graph zooming in on the turning point has been added. - The velspeed.x*ramp graph will be redrawn only when new tuning parameters are added - The target angle used to draw the tees is now calculated using the m_TargetX, m_TargetY in DDNetCharacterDisplayInfo if available. - Added m_TargetX, m_TargetY and m_RampValue to DDNetCharacterDisplayInfo Snap (m_RampValue has a precision of one thousandth) - Added CGraph::InsertAt() to create static Graphs - Added "assets/hud" to initial created Directories - Added Settings to hide Dummy Action HUD and Player Movement HUD cl_showhud_dummy_actions, cl_showhud_player_position, cl_showhud_player_speed, cl_showhud_player_angle - Added Pointer to m_PrevExtendedDisplayInfo, for calculation of interpolated Angle in Player Rendering - Added GetDigitsIndex(int Value, float Max); to hud.cpp |
||
---|---|---|
.. | ||
seven | ||
compile.py | ||
content.py | ||
crosscompile.py | ||
datatypes.py | ||
network.py |