heinrich5991

Results 375 comments of heinrich5991

The tile is a red herring. Let's discuss the actual protocol first.

> Should there be user choice? Like the server is offering the client to redirect. The user is shown the ip and can click yes or no. I don't see...

> maybe since we have https-based serverinfo now we can get rid of both tabs and only mark official ddnet servers with checkmark Sounds good. We do have more filtering...

Please state arguments *instead* of putting thumbs-down on other people's posts. I see that you're stating arguments, but you also put thumbs-down on other people's posts.

> @Avolicious This is totally wrong, most noob players keep using the DDNet & Kog tab. > (All players just uses the search bar to filter by country, or use...

I don't think the Teeworlds UI has good UX. It requires too many clicks and doesn't come with good defaults. To me, the proposal in #5665 looks a lot better.

> We could hand out tokens to big networks like KoG which they can use to mark their servers. The masterserver would strip this new token field and instead give...

The stuff in src/rust-bridge is autogenerated using ``` cxxbridge src/engine/shared/rust_version.rs --output src/rust-bridge/engine/shared/rust_version.cpp --output src/rust-bridge/engine/shared/rust_version.h cxxbridge src/engine/console.rs --output src/rust-bridge/cpp/console.cpp --output src/rust-bridge/cpp/console.h ``` Binary sizes do get a lot larger, probably not...

Also missing support for debug builds. No thoughts have been spent on cross-compilation so far. I enabled LTO and build-std for the Rust part, this brought it down to: ```...

@def- This is becoming somewhat ready. Can I help you try build it on your machine?