aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/dlg_contentstore.lua
AgeCommit message (Collapse)Author
2022-06-07Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-06-03Rework main menu confirmation dialogs (#12356)ROllerozxa
2022-05-22Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-05-21Deprecate game.conf name, use title instead (#12030)rubenwardy
2022-05-17Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-05-03ContentDB: Fix ungraceful crash on aliases when list download failsrubenwardy
Fixes #12267 and fixes #12154
2022-04-24Fix invalid queued package element and path (#12218)Alex
2021-12-13Fix URL escaping in content storesfan5
2021-10-07Move archive extraction in content store to async jobsfan5
2021-09-19Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-08-02ContentDB: Add support for package aliases / renaming (#11484)rubenwardy
2021-07-27ContentDB: Add reason to downloads (#10876)rubenwardy
2021-03-26Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-02-11Replace 'minetest.' with 'core.' in builtinrubenwardy
2021-02-10Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-01-28ContentDB: Order installed content first (#10864)rubenwardy
2021-01-16ContentDB: Ignore content not installed from ContentDBrubenwardy
2021-01-07Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-01-04ContentDB: Add overwrite dialog when content is already installed (#10768)rubenwardy
2021-01-02"Browse online content" formspec improvement (#10756)Zughy
2020-12-23Add dependency resolution to ContentDB (#9997)rubenwardy
2020-12-19MainMenu: Add clear button and icon for search input (#10363)Andrey
2020-12-01CheatDB Support & Enable/Disable CSMs in Main MenuElias Fleckenstein
2020-08-17ContentDB: Add Update All and download queuing (#9995)rubenwardy
2020-07-28Fix incorrect view URL for gamesrubenwardy
package.id is a sanitised combination of author and basename, used to compare remote and local content. Minetest ignores `_game` when comparing game names, so package.id has `_game` removed. This meant that the wrong URL was being generated for View.
2020-07-08Fix ContentDB menu icons not appearing on Windowssfan5
2020-06-06Fix incorrect extension used for ContentDB thumbnailsrubenwardy
2020-06-06Add HTTP API to main menu (#9998)rubenwardy
2020-06-04Add buttons to ContentDB in game bar and configure world (#9944)rubenwardy
2020-05-29Update ContentDB dialog (#9949)rubenwardy
2020-05-27Make ContentDB downloads not block the UI (#9948)rubenwardy
2020-05-24Add engine version string to ContentDB API request (#9890)rubenwardy
2020-05-17Add core.open_url() to main menu API (#8592)rubenwardy
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