Time Nick Message 18:20 pyrollo Rubenwardy, I'm working on fixing z_index PR 18:20 rubenwardy yay 18:20 pyrollo Also noticed a few missing stuff : 18:20 pyrollo hud_change not modified so no way to change z_index (fixing) 18:20 rubenwardy ahh yeah 18:20 pyrollo hud_change was also missing "size" change ! 18:20 rubenwardy also, I'm surprised that HUD changes are not sent on a reliable channel 18:21 rubenwardy because they definitely should be 18:21 rubenwardy well, I suspected for a while that they weren't because of some bugs related to hud_remove/change after hud_Add 18:21 pyrollo What do "reliable channel" mean ? 18:21 rubenwardy reliable means in-order and acknowledged 18:21 pyrollo Oh ok 18:22 pyrollo I was suprised that hud change is not managed like a whole "replace" thing using similar structures as add 18:22 pyrollo I mean, if I had to develop a hudadd / hudchange they both would send the whole hud description to the client 18:23 rubenwardy same 18:23 rubenwardy it makes more sense 18:23 pyrollo Way it's done is a bit weird and more complicated