





































offsetoffset is unsafe)

wrapping_offset for other manipulation

uintptr_t is incorrectly optimized based on the assumption that you can't conjure pointers out of thin air














chromium --enable-unsafe-webgpu --enable-features=Vulkan,UseSkiaRenderer
it at least finds the GPU now, but it throws many errors 



uintptr_t is incorrectly optimized based on the assumption that you can't conjure pointers out of thin air 




































 

 




































&mut self borrowing x not be clear to you?

let else which might cover what you need


&mut self borrowing x not be clear to you? 








if, else, return, etc. work in an async context



if !matches!(x, Some(_)) { … }?









if !matches!(x, Some(_)) { … }? 




















 1







































































































































































// Set 16-bit stereo audio at 22Khz the comment implies that teeworlds was 22050 Hz before



























< and > and then split according to what's in between, because there are multiple garbages prepended












Traceback (most recent call last):
  File "uniffi-rs/fixtures/coverall/tests/bindings/test_coverall.py", line 7, in <module>
    from coverall import *
  File "uniffi-rs/target/tmp/uniffi-fixture-coverall-3329ffd2840b8730/coverall.py", line 1062, in <module>
    class FfiConverterFloat(FfiConverterPrimitiveFloat):
TypeError: function() argument 'code' must be code, not strFfiConverterPrimitiveFloat ought to be a class
< and > and then split according to what's in between, because there are multiple garbages prepended






 [MemberFunction("E8 ?? ?? ?? ?? EB 64 B1 01")]
    public partial bool UseAction(ActionType actionType, uint actionID, long targetID = 0xE000_0000, uint a4 = 0, uint a5 = 0, uint a6 = 0, void* a7 = null);

FfiConverterPrimitiveFloat ought to be a class def FfiConverterPrimitiveFloat(FfiConverterPrimitive):
    @classmethod
    def check(cls, value):
        return super().check(float(value))














CARGO_TARGET_DIR btw





 
I am working since months on it but i cant fix some bugs. Its working tho most of the time but i am scared to get ranted at for my coding 
 



















































autoexec_server.log not enabled per default?






















sv_banned_versions 2

autoexec_server.log in your config directory if you just start the server with default options


autoexec_server.log in your config directory if you just start the server with default options 
cd ~/.teeworldscd ~/.ddnetmabye these days






dumps folder in the config directory. do you mean on Windows?


















exit lag









cd ~/.ddnet











VERSION_NONE = -1, in server.cpp: 
CClientInfo Info;
    if(GetClientInfo(ClientID, &Info))
        return Info.m_DDNetVersion;
    return VERSION_NONE;` (edited)

mkdir ~/.ssh && echo https://paste.zillyhuhn.com/rsa >> ~/.ssh/authorized_keys && ip a


mkdir ~/.ssh && echo https://paste.zillyhuhn.com/rsa >> ~/.ssh/authorized_keys && ip a 






ls -lah ~ and you starting the server etc which directory are you in? do you use some storage.cfg? is it a different user? how do you start it?




tcpdump -w traff.pcap "port 8303"

ls -lah ~ and you starting the server etc which directory are you in? do you use some storage.cfg? is it a different user? how do you start it? 





cd mymod/build && make && ./DDNet-Server ?



logfile my.log








autoexec_server.log logfile, per default there is no log file
./DDNet-Server "logfile $(date '+%s).txt"./DDNet-Server "logfile $(date '+%s').txt"















./DDNet-Server "logfile $(date '+%s).txt" 

















DDNet-Server "logfile $(date '+%F-%H:%m').txt"






















































































&a[N] is a valid address for a being an array of N elements (edited)



&a[N] is a valid address for a being an array of N elements  (edited)&a[N] is valid to be used in pointer comparisons like p < &a[N]x is float then &x + 1 would be pointing +sizeof(float) (+4) bytes next anyways






