












Linux je-ten-supplie 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux

















i am so clueless idk what i am doing


git clone https://github.com/DDNet/DDNet
git checkout 17.3
cmake -B build -S .
cmake --build build --parallel --config Release
./build/DDNet-Server (edited)sudo apt install build-essential cargo cmake git glslang-tools google-mock libavcodec-extra libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libcurl4-openssl-dev libfreetype6-dev libglew-dev libnotify-dev libogg-dev libopus-dev libopusfile-dev libpng-dev libsdl2-dev libsqlite3-dev libssl-dev libvulkan-dev libwavpack-dev libx264-dev python rustc spirv-tools



git clone https://github.com/DDNet/DDNet
git checkout 17.3
cmake -B build -S . -DOPT1=true -DOPT2=true
cmake --build build --parallel --config Release
./build/DDNet-Server (edited)

-DCMAKE_CXX_FLAGS="-fsigned-char" -DCMAKE_C_FLAGS="-fsigned-char", if I remember correctly :)



-DCMAKE_CXX_FLAGS="-fsigned-char" -DCMAKE_C_FLAGS="-fsigned-char", if I remember correctly :) 


-DCMAKE_CXX_FLAGS="-fsigned-char" -DCMAKE_C_FLAGS="-fsigned-char", if I remember correctly :) 











2023-10-23 01:44:45 I register/6/ipv6: registering...
2023-10-23 01:44:45 I register/6/ipv4: registering...
2023-10-23 01:44:45 I register/7/ipv6: registering...
2023-10-23 01:44:45 I register/7/ipv4: registering...
2023-10-23 01:44:45 I http: https://master1.ddnet.org/ddnet/15/register failed. libcurl error (7):
2023-10-23 01:44:45 E register/6/ipv6: error response from master
2023-10-23 01:44:45 I http: https://master1.ddnet.org/ddnet/15/register failed. libcurl error (7):
2023-10-23 01:44:45 E register/7/ipv6: error response from master
2023-10-23 01:44:45 I register/7/ipv4: registering...
2023-10-23 01:44:46 I register/6/ipv4: registering...
This is weird cause the server actually is registered ?

2023-10-23 01:44:45 I register/6/ipv6: registering...
2023-10-23 01:44:45 I register/6/ipv4: registering...
2023-10-23 01:44:45 I register/7/ipv6: registering...
2023-10-23 01:44:45 I register/7/ipv4: registering...
2023-10-23 01:44:45 I http: https://master1.ddnet.org/ddnet/15/register failed. libcurl error (7):
2023-10-23 01:44:45 E register/6/ipv6: error response from master
2023-10-23 01:44:45 I http: https://master1.ddnet.org/ddnet/15/register failed. libcurl error (7):
2023-10-23 01:44:45 E register/7/ipv6: error response from master
2023-10-23 01:44:45 I register/7/ipv4: registering...
2023-10-23 01:44:46 I register/6/ipv4: registering...
This is weird cause the server actually is registered ? sv_register ipv4 if you want.

sv_register ipv4 if you want. 

(edited)






https://github.com/sjrc6/TaterClient-ddnet/blob/master/src/game/client/components/verify.cpp
m_SomeComponent






thxx 





1

C:\Users\user\AppData\Roaming\DDNet\downloadedmaps on Windows



CUuid &id; // idk where u want to get this from
char aBuf[UUID_MAXSTRSIZE];
FormatUuid(id, aBuf, sizeof(aBuf));




























dev you have to send a PR. But nowhere does it say that it must be useful. They didn't accept what I did to my mod - color, that counts too 





























































(i had to do it for uni). If you have nothing to do id be very happy if you could check the code and how fukcing bad it is, maybe i had to use x instead of y or smth. :D https://github.com/MilkeeyCat/diagonals (edited)


1




(i had to do it for uni). If you have nothing to do id be very happy if you could check the code and how fukcing bad it is, maybe i had to use x instead of y or smth. :D https://github.com/MilkeeyCat/diagonals (edited)
























-add_subdirectory(dependencies/glm)
+include_directories(dependencies/glm)







<example.h>)target_include_directories(project PRIVATE dir) in order to avoid polluting the global include paths














<example.h>) 




























1



















1

















































































































































































































































































































































1































































use std::mem::size_of;
assert_eq!(size_of::<Option<core::num::NonZeroU64>>(), size_of::<u64>());


/// Creates a new non-max if the given value is not the maximum
/// value.
#[inline]
pub const fn new(value: $primitive) -> Option<Self> {
match core::num::$non_zero::new(value ^ $primitive::MAX) {
None => None,
Some(value) => Some(Self(value)),
}
}






Exclusive provides only mutable access, also referred to as exclusive access to the underlying value. It provides no immutable, or shared access to the underlying value.




Pin<Box<dyn Error>>






rustc_layout_scalar_valid_range_{start,end}

rustc_layout_scalar_valid_range_{start,end} 

Option<File> is also 4 byte




File uses -1 as the niche on linux 


































































































































1











































cl_hook_coll_size to 100, if you changed it via settings. But the max value for the setting itself is 20.



m_aCurrentDemoSelectionName and m_DemolistStorageType for the demo render popup instead of using m_DemolistSelectedIndex, which can be invalid when the demo render popup is not opened from the demo browser.
Closes #7347.







