






























1100 0000 0000 000 should be -64?1100 0000 0000 0000 is what i meant0100 0000





(edited)















































cant tell you from the top of my head

npm i teeworlds. There are no other projects in the npm registry using teeworlds.





























1100 0000 0000 0001




Packer.Data() is sent over the network as is rite? No shinanigans?







CPacker::Size() I guess


bytes_be_to_int or similar to convert it




















net_udp_send takes bytes and sends bytes0x00 0x20 0x40 0x12, it'll send exactly these bytes over the network

0x00 0x20 0x40 0x12, it'll send exactly these bytes over the network 
ASSERT_EQ not an EXPECT_EQ










7079925 Add generic popup message to editor (e.g. for error message popups) - Robyt3
940f5df Search for images/sounds in subfolders when readding, add error popup - Robyt3
896dd4e Add IStorage::FindFiles to find all files with a specific name - Robyt3
812a884 Add generic selection popup to editor - Robyt3
964f839 Show selection popup when multiple images/sounds with same name exist - Robyt3
0211f79 Add tests for int packer - ChillerDragon
48d82e9 Merge #6010 #6015 - bors[bot]

} while(false); thats a cool goto replacement







system()






fn main() {
'outer: loop {
println!("Entered the outer loop");
'inner: loop {
println!("Entered the inner loop");
// This would break only the inner loop
//break;
// This breaks the outer loop
break 'outer;
}
println!("This point will never be reached");
}
println!("Exited the outer loop");
}

























Unpacker.GetString(CUnpacker::SANITIZE_CC) eats the leading nullbyte?













rcon_auth('', '123') as in username, password

rcon_auth(password: '123') which is only one hash with the optional key :name and the required key :password xd









RconAuth("", pass); everytime xd



CClient::RconAuth(const char *pName, const char *pPassword)










































































































dev-lang/rust and hope people using gentoo aren't installing things blindly. They should be used to binpkgs and normal packages








