aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/dlg_contentstore.lua
AgeCommit message (Collapse)Author
2019-08-06Add luacheck to check builtin (#7895)rubenwardy
2019-06-10Use CDB author and name in installed package's config (#8550)Paul Ouellette
They are used for tracking the package, so should match ContentDB.
2019-02-22Content store: Ignore '_game' in game names in ID generation (#8270)rubenwardy
Fixes 'install' button continuing to be displayed after installing a game whose name ends with '_game'.
2019-02-18Fix content store crash (#8244)Paul Ouellette
2019-02-03Content store: Fix assertion failed on unsuccessful package list fetchrubenwardy
Fixes #8168
2019-02-03Add setting to hide mature content from ContentDBrubenwardy
2019-02-03Content store: Fix overlapping labelsrubenwardy
2019-01-31Content store: Fix storage leak by storing screenshots in cache (#8137)rubenwardy
2019-01-30Content store: Use composite key to track installations (#8054)rubenwardy
Fixes #7967 'Package manager doesn't track content reliably'.
2019-01-06Content store: Disable more details dialog for now (#8060)rubenwardy
* Content store: Disable more details dialog for now
2019-01-06Content store: Fix update button not workingrubenwardy
2019-01-06Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy
* Deprecate modpack.txt and use modpack.conf instead
2018-12-30Fix installed modpacks not being found correctlyrubenwardy
2018-12-26Content store: Fix bugs relating to packages list sizerubenwardy
2018-12-11Fix ContentDB packages timing out by using download_file instead (#7891)rubenwardy
2018-12-10Content store: Fix missing screenshot in package view dialograndom-geek
2018-11-26Content store: Hide navigation buttons when there's no packagesClobberXD
2018-11-13dlg_contentstore.lua: Various fixes and improvements (#7612)ClobberXD
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_'.
2018-11-08Improve content store layout (#7806)random-geek
2018-06-18Update to new ContentDB APIrubenwardy
2018-05-20Add screenshots to online content browserrubenwardy
2018-05-16Add updating to online content browserrubenwardy
2018-04-26Fix description wrapping in browse online contentrubenwardy
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab