dd06e9a
Initially keep server list scrolled to the top - Robyt3ba94727
Use member instead of static variables for confirm popup buttons - Robyt39788763
Use member instead of static variables in CGameClient
- Robyt3twmap-tools v0.3.1 (/home/runner/work/ddnet/ddnet/twmap/twmap-tools)
, intermediate artifacts can be found at /home/runner/work/ddnet/ddnet/twmap/target
Caused by:
package half v2.3.1
cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.69.0
Either upgrade to rustc 1.70 or newer, or use
cargo update -p half@2.3.1 --precise ver
where ver
is the latest version of half
supporting rustc 1.69.0
...53fad54
Fix editor modified state not updated for server settings changes - Robyt3265eb69
Destroy engine before graphics (fixes #6857) - def-7f100e2
Fix bug, increase dump_log max seconds to 10min - Vy0x2git branch --merged
no longer works after we started using GitHub merge queue. I previously used this command in a script to delete merged branches automatically. Now git branch -d PR-Branch
also says error: The branch 'PR-Branch' is not fully merged.
for branches that have been merged with the merge queue.