fanatichd (fanatichd@cpc76960-warw17-2-0-cust137.3-2.cable.virginm.net) has joined #ddnet
pEnt
is freed after removing, so must not be used in the next loop iteration.
MACRO_CONFIG_STR(ClMapDownloadUrl, cl_map_download_url, 100, "https://maps.ddnet.org", CFGFLAG_CLIENT | CFGFLAG_SAVE, "URL used to download maps (can start with http:// or https://)")
MACRO_CONFIG_INT(ClMapDownloadConnectTimeoutMs, cl_map_download_connect_timeout_ms, 2000, 0, 100000, CFGFLAG_CLIENT | CFGFLAG_SAVE, "HTTP map downloads: timeout for the connect phase in milliseconds (0 to disable)")
MACRO_CONFIG_INT(ClMapDownloadLowSpeedLimit, cl_map_download_low_speed_limit, 4000, 0, 100000, CFGFLAG_CLIENT | CFGFLAG_SAVE, "HTTP map downloads: Set low speed limit in bytes per second (0 to disable)")
MACRO_CONFIG_INT(ClMapDownloadLowSpeedTime, cl_map_download_low_speed_time, 3, 0, 100000, CFGFLAG_CLIENT | CFGFLAG_SAVE, "HTTP map downloads: Set low speed limit time period (0 to disable)")
c86ef06
Add tooltip support for editboxes in editor - Robyt3
5b61691
Pass nullptr
to CUIRect
functions when result is unused - Robyt3
3b4d291
Rename envelope Synchronized
checkbox to Sync.
- Robyt3
c9d8fed
Use IGraphics::CORNER_NONE
instead of 0
- Robyt3
c62cc97
Remove dead commented code - Robyt3
d6d8739
Remove unnecessary temporary CUIRect
- Robyt3
3c42b22
Add margin to point value/time editboxes for low screen width - Robyt3
7ce143b
Add CEnvPoint::MAX_CHANNELS
constant - Robyt3
27790be
Reserve same space for all envelope channel buttons - Robyt3
2514f1d
Align the editbox labels in the envelope editor with the editboxes - Robyt3
385fa4d
Slightly decrease width of name editbox if total width is low - Robyt3
b997fe9
Decrease buffer size - Robyt3
9054eb1
Add buttons to move envelopes left and right, use unicode icons - Robyt3
028ef41
Merge #6309 - bors[bot]