aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/dlg_contentstore.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker2022-07-091-1/+1
| | | Enforces the setting value bounds that are currently only limited by the GUI (settingtypes.txt).
* Rework main menu confirmation dialogs (#12356)ROllerozxa2022-06-031-6/+4
|
* Deprecate game.conf name, use title instead (#12030)rubenwardy2022-05-211-9/+7
|
* ContentDB: Fix ungraceful crash on aliases when list download failsrubenwardy2022-05-031-1/+1
| | | | Fixes #12267 and fixes #12154
* Fix invalid queued package element and path (#12218)Alex2022-04-241-2/+1
|
* Fix URL escaping in content storesfan52021-12-131-11/+24
|
* Move archive extraction in content store to async jobsfan52021-10-071-15/+30
|
* ContentDB: Add support for package aliases / renaming (#11484)rubenwardy2021-08-021-3/+17
|
* ContentDB: Add reason to downloads (#10876)rubenwardy2021-07-271-15/+26
|
* Replace 'minetest.' with 'core.' in builtinrubenwardy2021-02-111-9/+9
|
* ContentDB: Order installed content first (#10864)rubenwardy2021-01-281-2/+34
|
* ContentDB: Ignore content not installed from ContentDBrubenwardy2021-01-161-3/+3
|
* ContentDB: Add overwrite dialog when content is already installed (#10768)rubenwardy2021-01-041-5/+69
|
* "Browse online content" formspec improvement (#10756)Zughy2021-01-021-32/+36
|
* Add dependency resolution to ContentDB (#9997)rubenwardy2020-12-231-4/+297
|
* MainMenu: Add clear button and icon for search input (#10363)Andrey2020-12-191-2/+9
|
* ContentDB: Add Update All and download queuing (#9995)rubenwardy2020-08-171-10/+81
|
* Fix incorrect view URL for gamesrubenwardy2020-07-281-2/+3
| | | | | | | 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.
* Fix ContentDB menu icons not appearing on Windowssfan52020-07-081-4/+4
|
* Fix incorrect extension used for ContentDB thumbnailsrubenwardy2020-06-061-1/+7
|
* Add HTTP API to main menu (#9998)rubenwardy2020-06-061-23/+26
|
* Add buttons to ContentDB in game bar and configure world (#9944)rubenwardy2020-06-041-0/+11
|
* Update ContentDB dialog (#9949)rubenwardy2020-05-291-39/+47
|
* Make ContentDB downloads not block the UI (#9948)rubenwardy2020-05-271-41/+22
|
* Add engine version string to ContentDB API request (#9890)rubenwardy2020-05-241-2/+3
|
* Add core.open_url() to main menu API (#8592)rubenwardy2020-05-171-92/+21
|
* Add luacheck to check builtin (#7895)rubenwardy2019-08-061-1/+0
|
* Use CDB author and name in installed package's config (#8550)Paul Ouellette2019-06-101-16/+13
| | | | They are used for tracking the package, so should match ContentDB.
* Content store: Ignore '_game' in game names in ID generation (#8270)rubenwardy2019-02-221-1/+6
| | | | Fixes 'install' button continuing to be displayed after installing a game whose name ends with '_game'.
* Fix content store crash (#8244)Paul Ouellette2019-02-181-26/+10
|
* Content store: Fix assertion failed on unsuccessful package list fetchrubenwardy2019-02-031-3/+1
| | | | Fixes #8168
* Add setting to hide mature content from ContentDBrubenwardy2019-02-031-3/+8
|
* Content store: Fix overlapping labelsrubenwardy2019-02-031-7/+7
|
* Content store: Fix storage leak by storing screenshots in cache (#8137)rubenwardy2019-01-311-1/+1
|
* Content store: Use composite key to track installations (#8054)rubenwardy2019-01-301-8/+10
| | | Fixes #7967 'Package manager doesn't track content reliably'.
* Content store: Disable more details dialog for now (#8060)rubenwardy2019-01-061-15/+22
| | | | * Content store: Disable more details dialog for now
* Content store: Fix update button not workingrubenwardy2019-01-061-1/+3
|
* Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy2019-01-061-1/+8
| | | | * Deprecate modpack.txt and use modpack.conf instead
* Fix installed modpacks not being found correctlyrubenwardy2018-12-301-3/+9
|
* Content store: Fix bugs relating to packages list sizerubenwardy2018-12-261-3/+9
|
* Fix ContentDB packages timing out by using download_file instead (#7891)rubenwardy2018-12-111-3/+31
|
* Content store: Fix missing screenshot in package view dialograndom-geek2018-12-101-1/+1
|
* Content store: Hide navigation buttons when there's no packagesClobberXD2018-11-261-19/+19
|
* dlg_contentstore.lua: Various fixes and improvements (#7612)ClobberXD2018-11-131-17/+25
| | | | | 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_'.
* Improve content store layout (#7806)random-geek2018-11-081-24/+32
|
* Update to new ContentDB APIrubenwardy2018-06-181-7/+7
|
* Add screenshots to online content browserrubenwardy2018-05-201-2/+60
|
* Add updating to online content browserrubenwardy2018-05-161-35/+71
|
* Fix description wrapping in browse online contentrubenwardy2018-04-261-8/+4
|
* Add online content repositoryrubenwardy2018-04-191-0/+451
Replaces mods and texture pack tabs with a single content tab