Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-30 | Content store: Use composite key to track installations (#8054) | rubenwardy | |
Fixes #7967 'Package manager doesn't track content reliably'. | |||
2019-01-26 | Rename 'Advanced Settings' button to 'All Settings' (#8131) | Paramat | |
2019-01-20 | Make advanced settings noiseparams strings translatable (#8062) | Wuzzy | |
Various minor language improvements in settingtypes.txt. | |||
2019-01-19 | Advanced settings noiseparams: No tailing comma for empty flags | srifqi | |
Previously, when editing noiseparams and disabling all the noise flags, the noiseparam is displyed in advanced settings with a tailing comma. | |||
2019-01-16 | Fix some misspellings (#8104) | Paul Ouellette | |
2019-01-13 | world.mt: Only accept true/false/nil values (#8055) | SmallJoker | |
This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds | |||
2019-01-09 | pkgmgr: Fix games list not being updated after game install | rubenwardy | |
Fixes #8074 | |||
2019-01-06 | Content store: Disable more details dialog for now (#8060) | rubenwardy | |
* Content store: Disable more details dialog for now | |||
2019-01-06 | Content store: Fix update button not working | rubenwardy | |
2019-01-06 | Deprecate modpack.txt and use modpack.conf instead (#7892) | rubenwardy | |
* Deprecate modpack.txt and use modpack.conf instead | |||
2018-12-30 | Fix installed modpacks not being found correctly | rubenwardy | |
2018-12-26 | Content store: Fix bugs relating to packages list size | rubenwardy | |
2018-12-23 | Remove 'Reset singleplayer world' button from full menu on Android (#8017) | Paramat | |
Make button appearence dependent on menustyle not platform. Button only functions with simple menu. | |||
2018-12-15 | Fix ignored mod.conf mod name for world.mt (broken by e8eaab6) | SmallJoker | |
Patch supplied by @pgimeno. Thank you. | |||
2018-12-11 | Fix ContentDB packages timing out by using download_file instead (#7891) | rubenwardy | |
2018-12-10 | Content store: Fix missing screenshot in package view dialog | random-geek | |
2018-12-06 | Main menu style: Set to 'full' for Android, remove 'auto' option (#7936) | Paramat | |
2018-12-06 | Disable game bar and header on Android (#7940) | rubenwardy | |
2018-12-02 | Improve world configure menu (#7922) | Paul Ouellette | |
Replace `Subgame mods` with <game name> mods. Display game description on left instead of dependencies. Fix double DIR_DELIM in some paths. | |||
2018-11-26 | Content store: Hide navigation buttons when there's no packages | ClobberXD | |
2018-11-18 | Android: Improve UI scaling on smaller high-density displays (#7834) | stujones11 | |
* Android: Improve UI scaling on smaller high-density displays | |||
2018-11-13 | dlg_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-10 | Escape special characters when searching the server list (#7842) | ChimneySwift | |
Simple fix to stop searching for "[" or other special characters causing a crash. | |||
2018-11-09 | Conf.example generation: Remove quotation marks from noise flags (#7844) | Muhammad Rifqi Priyo Susanto | |
2018-11-08 | Improve content store layout (#7806) | random-geek | |
2018-10-28 | Advanced settings: Fix noise parameter flags (#7819) | Paramat | |
Populate the 'checkboxes' table with bools when creating the editing formspec. | |||
2018-10-20 | Mainmenu: Clean up and improve advanced settings dialogues (#7802) | SmallJoker | |
Improvements: 1. Formspec size and description box are calculated last 2. Width and height are now adjustable per setting type 3. Error message (dialogdata.error_message) shortens the description field and is placed below 4. Add more spacing for larger fonts 5. More comments and extensible by setting different height and width values | |||
2018-10-18 | Advanced settings tree menu: Resize, fix clipped values (#7790) | Paramat | |
2018-10-11 | Advanced settings menu: Centre setting edit box (#7778) | Paramat | |
2018-10-06 | Various grammar improvements (#7769) | Paramat | |
In builtin//pkgmgr.lua, README.md and settingtypes.txt. Based on 2 pull requests by comradekingu. | |||
2018-09-30 | Remove settings properly (#7676) | SmallJoker | |
2018-09-07 | Menu content tab: Fix clipped description and missing depends (#7703) | SmallJoker | |
2018-08-22 | Content tab: Fix clipped text in texture pack button (#7667) | Paramat | |
Wider buttons to not clip 'Disable Texture Pack' text when using a small game window (1024x600, the default). | |||
2018-08-17 | World config: Add modpack descriptions and remove dependencies there (#7397) | HybridDog | |
* Allow adding descriptions to modpacks using description.txt * Use a proper multiline formspec element: textarea | |||
2018-07-31 | Make the primary, flow-advancing action the right-most (#7594) | texmex | |
2018-07-21 | Disable shaders GUI on unsupported drivers (#7563) | Vitaliy | |
* Disable shaders GUI on unsupported drivers (#2060) * Disable shaders if unavailable | |||
2018-06-18 | Update to new ContentDB API | rubenwardy | |
2018-06-13 | Make os.tempfolder work correctly for MinGW & MSVC (#7443) | nOOb3167 | |
2018-06-05 | Fix builtin lua function os.tempfolder (#7368) | nOOb3167 | |
* Fix builtin lua function os.tempfolder | |||
2018-05-29 | Tidy up dlg_config_world.lua (#5351) | you | |
Move code to pkgmgr | |||
2018-05-20 | Add screenshots to online content browser | rubenwardy | |
2018-05-16 | Add updating to online content browser | rubenwardy | |
2018-04-26 | Fix description wrapping in browse online content | rubenwardy | |
2018-04-19 | Add online content repository | rubenwardy | |
Replaces mods and texture pack tabs with a single content tab | |||
2018-03-28 | Load dependencies and description from mod.conf | Andrew Ward | |
2018-03-13 | Rename 'subgame' to 'game' | paramat | |
2018-02-20 | Delete world dialog: Move buttons to avoid double click deletion | Muhammad Rifqi Priyo Susanto | |
Move confirmation delete button to never overlap initial delete button, to avoid world deletion by accidental double click. | |||
2018-02-19 | Add a refresh button to the serverlist (#6957) | Tre | |
* add refresh button * Make search and refresh buttons smaller * Change to image button | |||
2018-02-08 | Add main_menu_style setting | PorygonZRocks | |
2018-01-25 | Main menu: Change tabs to 'Start Game' and 'Join Game' (#6955) | Tre | |