Time Nick Message 12:34 definitelya Looks like we're getting mods sorted in the settings tab, happy days! 17:26 MinetestBot 02[git] 04SmallJoker -> 03minetest/minetest: Mainmenu: Properly sort mods and games (#12758) 13bc3dccc https://github.com/minetest/minetest/commit/bc3dccca5c66019dfbd218f39f086f7384f97d88 (152022-09-12T17:24:54Z) 17:26 MinetestBot 02[git] 04wsor4035 -> 03minetest/minetest: Fix trivial get_armor_groups documentation issue (#12760) 13482cc99 https://github.com/minetest/minetest/commit/482cc99b2c7903f33ea9a28a1811e9360307a55a (152022-09-12T17:25:25Z) 17:26 MinetestBot 02[git] 04SmallJoker -> 03minetest/minetest: Content tab: Change uninstall icon to trash bin (#12761) 13cea5fd5 https://github.com/minetest/minetest/commit/cea5fd56a4b724fe6efe6852dc849d517a61d0e2 (152022-09-12T17:25:34Z) 17:28 Desour hehe #12758, "sort mods by SmallJoker": if SmallJoker(mod1, mod2), mod1 will appear before mod2 17:28 ShadowBot https://github.com/minetest/minetest/issues/12758 -- Mainmenu: Properly sort mods and games by SmallJoker 17:32 Krock weird humour but ok 17:32 MTDiscord not so weird 17:34 Desour sorry for calling you :) 17:39 Desour_ oh, actually, by naming convention you're a class, so we have to default initialize you first: SmallJoker()(mod1, mod2) 17:58 MTDiscord class SmallJoker implements Comparator { public int compare(Mod mod1, Mod mod2) { ... } } 18:02 Desour_ eww java. I'd rather have thought of struct SmallJoker { bool operator()(const Mod &mod1, const Mod &mod2) { ... } }; 19:23 definitelya Ye apparently Oracle uh- glows in the dark... eheh