Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ContentDB: Add Update All and download queuing (#9995) | rubenwardy | 2020-08-17 |
| | |||
* | Fix incorrect view URL for games | rubenwardy | 2020-07-28 |
| | | | | | | | 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 Windows | sfan5 | 2020-07-08 |
| | |||
* | Fix incorrect extension used for ContentDB thumbnails | rubenwardy | 2020-06-06 |
| | |||
* | Add HTTP API to main menu (#9998) | rubenwardy | 2020-06-06 |
| | |||
* | Add buttons to ContentDB in game bar and configure world (#9944) | rubenwardy | 2020-06-04 |
| | |||
* | Update ContentDB dialog (#9949) | rubenwardy | 2020-05-29 |
| | |||
* | Make ContentDB downloads not block the UI (#9948) | rubenwardy | 2020-05-27 |
| | |||
* | Add engine version string to ContentDB API request (#9890) | rubenwardy | 2020-05-24 |
| | |||
* | Add core.open_url() to main menu API (#8592) | rubenwardy | 2020-05-17 |
| | |||
* | Add luacheck to check builtin (#7895) | rubenwardy | 2019-08-06 |
| | |||
* | Use CDB author and name in installed package's config (#8550) | Paul Ouellette | 2019-06-10 |
| | | | | They are used for tracking the package, so should match ContentDB. | ||
* | Content store: Ignore '_game' in game names in ID generation (#8270) | rubenwardy | 2019-02-22 |
| | | | | Fixes 'install' button continuing to be displayed after installing a game whose name ends with '_game'. | ||
* | Fix content store crash (#8244) | Paul Ouellette | 2019-02-18 |
| | |||
* | Content store: Fix assertion failed on unsuccessful package list fetch | rubenwardy | 2019-02-03 |
| | | | | Fixes #8168 | ||
* | Add setting to hide mature content from ContentDB | rubenwardy | 2019-02-03 |
| | |||
* | Content store: Fix overlapping labels | rubenwardy | 2019-02-03 |
| | |||
* | Content store: Fix storage leak by storing screenshots in cache (#8137) | rubenwardy | 2019-01-31 |
| | |||
* | Content store: Use composite key to track installations (#8054) | rubenwardy | 2019-01-30 |
| | | | Fixes #7967 'Package manager doesn't track content reliably'. | ||
* | Content store: Disable more details dialog for now (#8060) | rubenwardy | 2019-01-06 |
| | | | | * Content store: Disable more details dialog for now | ||
* | Content store: Fix update button not working | rubenwardy | 2019-01-06 |
| | |||
* | Deprecate modpack.txt and use modpack.conf instead (#7892) | rubenwardy | 2019-01-06 |
| | | | | * Deprecate modpack.txt and use modpack.conf instead | ||
* | Fix installed modpacks not being found correctly | rubenwardy | 2018-12-30 |
| | |||
* | Content store: Fix bugs relating to packages list size | rubenwardy | 2018-12-26 |
| | |||
* | Fix ContentDB packages timing out by using download_file instead (#7891) | rubenwardy | 2018-12-11 |
| | |||
* | Content store: Fix missing screenshot in package view dialog | random-geek | 2018-12-10 |
| | |||
* | Content store: Hide navigation buttons when there's no packages | ClobberXD | 2018-11-26 |
| | |||
* | dlg_contentstore.lua: Various fixes and improvements (#7612) | ClobberXD | 2018-11-13 |
| | | | | | 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-geek | 2018-11-08 |
| | |||
* | Update to new ContentDB API | rubenwardy | 2018-06-18 |
| | |||
* | Add screenshots to online content browser | rubenwardy | 2018-05-20 |
| | |||
* | Add updating to online content browser | rubenwardy | 2018-05-16 |
| | |||
* | Fix description wrapping in browse online content | rubenwardy | 2018-04-26 |
| | |||
* | Add online content repository | rubenwardy | 2018-04-19 |
Replaces mods and texture pack tabs with a single content tab |