curl | sh
installers have become instead of shipping a proper package. I keep having to audit scriptscurl | sh
installers have become instead of shipping a proper package. I keep having to audit scripts curl -sL URL | sha256sum
curl | sh
installers have become instead of shipping a proper package. I keep having to audit scripts curl | sh
curl | sh
to be worth complaining about more than providing a direct binary download)parse_drmingw.sh
local
and supported
instead of initializing them conditionally, to fix the false-positive possibly-used-before-assignment
pylint detection.
Closes #8369.
warning: `C:\Users\Anwender\.cargo\config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
warning: `C:\Users\Anwender\.cargo\config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
rust nightly scarywarning: `C:\Users\Anwender\.cargo\config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
warning: `C:\Users\Anwender\.cargo\config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
rust nightly scary void Avoid::DrawLine(vec2 pos1, vec2 pos2, ColorRGBA color)
{
Graphics()->TextureClear();
RenderTools()->MapScreenToInterface(m_pClient->m_Camera.m_Center.x, m_pClient->m_Camera.m_Center.y,m_pClient->m_Camera.m_Zoom);
Graphics()->LinesBegin();
const IGraphics::CLineItem LineItem(pos1.x, pos1.y, pos2.x, pos2.y);
Graphics()->SetColor(color);
Graphics()->LinesDraw(&LineItem, 1);
Graphics()->LinesEnd();
}
MapScreenToInterface
seems to be for GUI code tho
MapScreenToGroup
would be for ingameAvoid
class could be doing e822d68
Fix scrollregion scrollbar position offset after releasing handle - Robyt3
d431a5c
Fix inconsistent key reader button behavior - Robyt3
1c123f2
Fix inconsistent button behavior of remaining UI elements - Robyt3
0f5b14c
Merge pull request #8360 from Robyt3/UI-ButtonLogic-Consistency - archimede67