Time Nick Message 10:01 sfan5 merging #9496, #10090, #10054 in 10 minutes 10:01 ShadowBot https://github.com/minetest/minetest/issues/9496 -- Make dropdowns optionally return event based on index, not value by v-rob 10:01 ShadowBot https://github.com/minetest/minetest/issues/10090 -- Remove std::shared_ptr use in TileLayer by sfan5 10:01 ShadowBot https://github.com/minetest/minetest/issues/10054 -- Bump animation frame count from u8 to u16 by appgurueu 16:24 Krock Amazing, a new release :D 16:38 Krock rubenwardy: was the idea to read out "version" from the json? 16:38 rubenwardy versionCode may be easier 16:38 rubenwardy *version_code 16:38 rubenwardy It's an integer built from MMMNNNPPP 16:38 Krock what does the last digit stand for? 16:38 Krock ah okay 16:39 rubenwardy M is major, n is minor, p is patch 16:39 Krock yes, was only confused about the last digit 16:42 Krock IMO two digits would suffice, but it'll work like this as well 16:46 appguru I'd prefer tow digits for patch 16:46 appguru s/tow/three 16:47 Krock https://imgs.xkcd.com/comics/supported_features.png 16:54 Krock oh! it's decimal 17:05 rubenwardy I could really quickly change it to t 17:05 rubenwardy +wo 17:13 Krock nvm, let's keep it as-is 17:39 pgimeno maybe two hex digits would suffice? 17:40 Krock or two decimal divits 17:51 appguru eek flash 17:52 appguru but indeed, taking advantage of float features could be nice 17:52 appguru SO MMMNNN.PPP 17:53 pgimeno I mentioned hex because it's faster to separate into parts 17:54 Krock well, we only need it one way 17:54 Krock no conversion from hex to Major.Minor.Patch or so 17:56 pgimeno by the way, no more version numbers in the /topic? 22:21 Lone_Wolf @Krock: Testing your update checker PR, by HTTP server do you mean something like `python3 -m http.server` or a Minetest server? 22:22 Lone_Wolf Ah, guess I need to figure out how to host that then 22:29 Lone_Wolf I can access the link `http://localhost:8000/release_info.json` and see the file through my web browser but the client doesn't seem to be registering anything with that same link 22:30 Lone_Wolf Set the version to 5.5.0 and the version_code to 5005000 22:31 Lone_Wolf Oh, working now, I guess there is a check limit 23:07 rubenwardy https://www.reddit.com/r/Minetest/comments/hoyspq/hi_guys_got_some_problems_with_gui_scaling_how/ 23:10 sfan5 all nice and easy t o read