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
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. https://github.com/sjrc6/TaterClient-ddnet/blob/master/src/game/client/components/verify.cpp
m_SomeComponent
C:\Users\user\AppData\Roaming\DDNet\downloadedmaps
on WindowsCUuid &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 -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>
) 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 byteFile
uses -1
as the niche on linux 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.