Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2022-04-08 00:00:00Z and 2022-04-09 00:00:00Z
The following packages have unmet dependencies:
mariadb-server : Depends: mariadb-server-10.3 (>= 1:10.3.34-0ubuntu0.20.04.1) but it is not going to be installed
E: Unable to correct problems, ...
I am working on a feature that selects the layer based on which tile you ctrl+leftclick. Would you be interested in that in ddnet? its currently in my fork. I could prepare a ddnet pr if anyone wants it
…by default"
This reverts commit 754562ce0bb7656dc146b8c9d823ee1a6756f4c8.
This breaks rendering for ddnet mode, thanks to cheeser0613 for report
@Kaffeine I'd prefer to have it working with DDNet instead of vanilla. A fix that doesn't break DDNet demos would be welcome.
Checklist
[ ] Tested the change ingame
[ ] Provided screenshots if it is a visual change
[ ] Tested in combination with possibly related configuration options
Layer coloring resets when re-entering UI, it should stay at the old color for fine adjusting the colors while mapping. I think this didn't happen in earlier versions iirc.
Happens in 16.0.2 and 16.0.3
!ddnet_bug1
1daefbd Use bool instead of int - Robyt3
60230f4 Move/Merge variable declarations with assignments in CClient - Robyt3
ee87077 Move/Merge variable declarations with assignments in CServer - Robyt3
015df60 Merge #4961 - bors[bot]