Emir Marincic
Emir Marincic
This feature allows selecting structs without breaking them up. It's useful for types like `time.Time`, where having it as a `selectColumn` generates nothing in the marshalled select clause.
Some of the dlls we ourselves require, we currently accidentally include in the package through a libraries requirements. E.g. `libwinpthread` through `libopusfile`. We should detect our own requirements properly and...
DDNet should switch from texture atlasses to individual textures for each sprite. This will allow us to fall back to default textures if a game asset doesn't contain a new...
This mostly ensures there won't be AuthLogout items in teehistorian for client ids that haven't logged in. Also explains the initial confusion around #3490 @Zwelf && @heinrich5991 should this come...
- Fix inaccuracy in rendering offset - Anchor the tee to the middle - Replace the dummy preview with an Others preview - Display all 3 hook states by cycling...
Hopefully fixes #10046, it's very very hard to time this well enough to reproduce and confirm it really fixes the issue, but I do not see any other codepath that...
I think we should design a protocol that we can extend without worrying about compatibility. I would gladly implement it, but I don't feel like implementing something only to be...
I'm not quite sure if this would be considered a bug (or whether it's really fixable), but the snippet below has a type error unless the type is asserted through...