GetTuning(GetOverridenTuneZone)->m_MyNewVar
speed_boost_max_speed
tuning parameter, at which the speedtiles stop giving you extra speed.
118
is the magic number, that has the highest default speed. It is depending on velramp values, but not easily calculable.
0
simply deactivates this behavior and makes default behave like previously
@Jupeyy @Patiga @KebsCS
TempVel += Direction * (TempMaxSpeed - CurrentDirectionalSpeed);
to TempVel += Direction * max(-Force, (TempMaxSpeed - CurrentDirectionalSpeed));
Force
mem_zero
a multi dimensional array?mem_zero(m_aaDbgMsgs, sizeof(m_aaDbgMsgs));
for(auto &aDbgMsg : m_aaDbgMsgs) aDbgMsg[0] = '\0';
fixed the crash but it is still full of asan warnings of pointers with invalid type so probably the issue is elsewherekeepassxc
-.-asan
CC=clang CXX=clang++ CXXFLAGS='-fsanitize=address,undefined -fno-omit-frame-pointer' CFLAGS='-fsanitize=address,undefined -fsanitize-recover=address,undefined -fno-omit-frame-pointer' cmake .. -DCMAKE_BUILD_TYPE=Debug
AddressSanitizer:DEADLYSIGNAL
xdbuild
dir and recompiled, it doesn't segfault when I close the gameWelcome to Node.js v22.13.1.
Type ".help" for more information.
> -0.0 === 0.0
true
Python 3.13.2 (main, Feb 23 2025, 08:12:01) [GCC 14.2.1 20241221] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> -0.0 == 0.0
True
git pull origin branch
so it only updated submodule link and didn't download new code xd...Comparisons shall ignore the sign of zero...
== 1
everywhere == 1
everywhere DoButtonLogic
running 1 test
; ModuleID = 'example'
source_filename = "example"
define i32 @main(i32 %0) {
%2 = add i32 %0, 4
ret i32 %2
}
test test::test_function ... ok
TextRender()->TextColor
TextRender()->TextColor
textrender.h
5c7910c
Reduce FPS impact of community icon loading - Robyt3
7e9da8c
Fix editor automap reference popup initial selection - Robyt3
70bf975
Merge pull request #9771 from Robyt3/Editor-Automap-Reference-Popup-Selection - def-
f38e552
Merge pull request #9769 from Robyt3/Menus-Community-Icons-Grayscale-Threaded - def-