2024-04-27 09:37:07 I glslprogram: Error! Shader program wasn't linked! The linker returned:
Program Link Failed for unknown reason.
ah ggDDNet.exe: error while loading shared libraries: steam_api.dll: cannot open shared object file: No such file or directory
/build/Debug
while all other .dll's are under /build/
- is there a reason for that?./DDNet-Server
./DDNet "debug 1;connect localhost"
Prints this one first connect if the client connects again the errors are gone
```
2024-04-27 15:44:57 D client: dropped weird object '(out of range)' (32767), failed on '(type o...clang-format-10
?/build/Debug
while all other .dll's are under /build/
- is there a reason for that? curl http://localhost:5555 -d '{
"data": "hello"
}'
ive figured out how to do a simple request but how can i attach data like i do with -d on the cli?system()
RenderInfo.m_ColorBody = color_cast<ColorRGBA>(ColorHSVA(round_to_int(LocalTime() * 20.f) % 255 / 255.f, 1.f, 1.f));
(edited) RenderInfo.m_ColorBody = color_cast<ColorRGBA>(ColorHSVA(round_to_int(LocalTime() * 20.f) % 255 / 255.f, 1.f, 1.f));
(edited)CPlayers::RenderPlayer
(edited)690912e
Fix invalid sound index used when loading external sound fails - Robyt3
3b0d9cd
Fix editor crash with sound preview when sound is not valid - Robyt3
941a302
Ensure editor preview image and sound are unloaded properly - Robyt3
1153507
Fix double-free when reading opus file fails - Robyt3
4d37775
Only change sample variables when it was decoded successfully - Robyt3
51012bc
Fix potential out-of-bounds writes on invalid opus files - Robyt3
cfb5b15
Log error code if opus file cannot be opened - Robyt3
d0e27fd
Fix memory leak of opus file structure - Robyt3
d06f6d3
Handle failure of op_pcm_total
function - Robyt3
9cf3094
Also check for incorrect sample index with assertion - Robyt3
4f94316
Make change_map
parameter non-optional - Robyt3
a36ae18
Merge pull request #8274 from Robyt3/Server-ChangeMap-Argument - def-
516315e
Merge pull request #8273 from Robyt3/Sound-Various-Fixes - def-i32
, u8
or should it spit out just as in ident and it's parser's job to deal wit that? i32
, u8
or should it spit out just as in ident and it's parser's job to deal wit that? i32
, u8
or should it spit out just as in ident and it's parser's job to deal wit that? pSevendown
is only ever set to false
now except when it's initialized to true
, is that intended? I would try to replace https://github.com/fokkonaut/F-DDrace/commit/78d50e5b965caac9da04c6ecb6d77dc486fb2979#diff-9f0365db9b2c308b61066eb7d11ecc9fc43c8c63b846f6cdb6632788e6d9c66cR364-R365 with *pSevendown = !(pPacket->m_Flags & 1);
and see if workspSevendown
is only ever set to false
now except when it's initialized to true
, is that intended? I would try to replace https://github.com/fokkonaut/F-DDrace/commit/78d50e5b965caac9da04c6ecb6d77dc486fb2979#diff-9f0365db9b2c308b61066eb7d11ecc9fc43c8c63b846f6cdb6632788e6d9c66cR364-R365 with *pSevendown = !(pPacket->m_Flags & 1);
and see if works pSevendown
also to true
when GetSevendown
returned true
, now it only gets set to false
thereif (*pSevendown)
behave differently now I assume