23 Commits

Author SHA1 Message Date
rubenwardy
0b6a7a14ea Content store: ignore _game in game names in ID generation
Fixes #8269
2019-02-22 11:12:19 +13:00
Paul Ouellette
e92a4b1b36 Fix content store crash (#8244) 2019-02-19 08:14:24 +13:00
luk3yx
2f382ddee2 Bugfixes
• Fix more compilation errors.
 • Hacky workarounds to get content.minetest.net to send a 0.4-compatible mod list.
   · Send the maximum protocol version of 0 (instead of 33) to work around a bug(?) on content.minetest.net.
2019-02-16 17:34:26 +13:00
rubenwardy
9cd7a719c8 Content store: Fix assertion failed on unsuccessful package list fetch
Fixes #8168
2019-02-16 14:59:14 +13:00
rubenwardy
2dd9bd9abd Add setting to hide mature content from ContentDB 2019-02-16 14:59:03 +13:00
rubenwardy
fe8c9a7c3e Content store: Fix overlapping labels 2019-02-16 14:57:49 +13:00
rubenwardy
76f2c285eb Content store: Fix storage leak by storing screenshots in cache (#8137) 2019-02-16 14:57:36 +13:00
rubenwardy
943802443c Content store: Use composite key to track installations (#8054)
Fixes #7967 'Package manager doesn't track content reliably'.
2019-02-16 14:56:48 +13:00
rubenwardy
5d12b27cc6 Content store: Disable more details dialog for now (#8060)
* Content store: Disable more details dialog for now
2019-02-16 14:56:39 +13:00
rubenwardy
98a893aef1 Content store: Fix update button not working 2019-02-16 14:56:29 +13:00
rubenwardy
9177301964 Deprecate modpack.txt and use modpack.conf instead (#7892)
* Deprecate modpack.txt and use modpack.conf instead
2019-02-16 14:56:20 +13:00
rubenwardy
5cde4f5888 Fix installed modpacks not being found correctly 2019-02-16 14:55:39 +13:00
rubenwardy
50066a2e7d Content store: Fix bugs relating to packages list size 2019-02-16 14:55:10 +13:00
rubenwardy
f2ac1455ab Fix ContentDB packages timing out by using download_file instead (#7891) 2019-02-16 14:55:08 +13:00
random-geek
e808223b72 Content store: Fix missing screenshot in package view dialog 2019-02-16 14:53:42 +13:00
ClobberXD
07a8374a4a Content store: Hide navigation buttons when there's no packages 2019-02-16 14:53:34 +13:00
ClobberXD
b274b67875 dlg_contentstore.lua: Various fixes and improvements (#7612)
Add missing 'core.formspec_escape' to 'get_screenshot'.
Add warning label when no packages fetched.
Internal name of the "Update" button was the same as "Install". Rename to 'update_'.
2019-02-16 14:53:25 +13:00
random-geek
b52ecb86c0 Improve content store layout (#7806) 2019-02-16 14:53:14 +13:00
rubenwardy
f5e3b9b8cf Update to new ContentDB API 2019-02-16 14:47:39 +13:00
rubenwardy
dde2b3ecf3 Add screenshots to online content browser 2019-02-16 14:47:31 +13:00
rubenwardy
e97d523645 Add updating to online content browser 2019-02-16 14:47:22 +13:00
rubenwardy
4a01efdfca Fix description wrapping in browse online content 2019-02-16 14:47:12 +13:00
rubenwardy
ebfd6a61d3 Add online content repository
Replaces mods and texture pack tabs with a single content tab
2019-02-16 14:46:21 +13:00