甘箨 Bamcane

Results 55 comments of 甘箨 Bamcane

I stayed this PR here until #3141 be merged

Also, i think it's not Wayland bug, because when i quit the DDNet and start Teeworlds 0.7, and quickly quit it, the DDNet cursor will be normal

https://github.com/ddnet/ddnet/assets/65482653/97606042-5ff1-4f10-b6e0-d7ad0863a86c

> Does/did it work with any older version of the client? Yes, the older version is also bug

Maybe we could send some message ex like these to send packet bytes less ``` NetMessageEx("Sv_ModifyTileSingle", "[email protected]", [ NetIntAny("m_X"), NetIntAny("m_Y"), NetIntAny("m_Group"), NetIntAny("m_Layer"), NetIntAny("m_Index"), NetIntAny("m_Flags"), ]), NetMessageEx("Sv_ModifyLayer", "[email protected]", [ NetIntAny("m_Group"), NetIntAny("m_Layer"),...

What's the problem that prevents us from using the original demo system if we accept this issue? Could we save the map for each demo and load it when the...

> That map would be changing during the playback of the demo. And skipping the demo without processing the new map diff messages should still show the correct map. If...

If we use DDNet to create a mod now, it's still not easy to clean code that needn't. Also, DDNet-based mod usually build slowly, not be good for mod creater...

Also, we could send it to send as a motd but no need to resend the server motd

> Seems like a duplicate of #2875, although allowing text or other input hasn't been explicity proposed in that issue. #2875 seemed like custom Net GUI, but this issue is...