summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-05Adds an error message for an invaild pngatravita-mods
2022-07-28undo $@ to $* change per discussionJesse Plamondon-Willard
2022-07-28Merge pull request #865 from ishanjalan/unix-launcher-changesJesse Plamondon-Willard
Apply suggested fixes from Rider in Unix launcher * [error] Argument mixes string and array. Use * or separate argument. * [warn] Declare and assign separately to avoid masking return values. * [warn] Quote to prevent word splitting. * [hint] echo may not expand escape sequences. Use printf. * [hint] read without -r will mangle backslashes. * [hint] Double quote to prevent globbing and word splitting.
2022-07-28Merge pull request #864 from KediDili/developJesse Plamondon-Willard
Fix Turkish translation
2022-07-28Merge pull request #863 from ↵Jesse Plamondon-Willard
Pathoschild/dependabot/nuget/src/SMAPI.Web/Azure.Storage.Blobs-12.13.0 Bump Azure.Storage.Blobs from 12.12.0 to 12.13.0
2022-07-24Jetbrains Rider suggestionsIshan Jalan
I ran the file on Rider and it had a few suggestions <img width="506" alt="image" src="https://user-images.githubusercontent.com/44338423/180635394-cb45defa-47f4-444c-ad10-e0fc89522fe7.png">
2022-07-24unix-launcher.sh optimisationsIshan Jalan
I ran the file through Rider which used Intellisense(?) to suggest changes in addition to moving from .sh to .command
2022-07-22Fix for mistranslation in tr.jsonKediDili
Somebody accidentally translated tr.json to Russian. This PR fixes that.
2022-07-21Bump Azure.Storage.Blobs from 12.12.0 to 12.13.0 in /src/SMAPI.Webdependabot[bot]
Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.12.0 to 12.13.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.12.0...Azure.Storage.Blobs_12.13.0) --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20Update unix-launcher.shIshan Jalan
This will open the default shell. Works for me after testing.
2022-07-17update PintailJesse Plamondon-Willard
2022-07-17update image referenceJesse Plamondon-Willard
2022-07-17Moving Sidebar GIF to SVGIshan Jalan
2022-07-09update log parser for new update alert formatJesse Plamondon-Willard
2022-07-09Update pufferchick-cool.svgIshan Jalan
2022-07-09raise deprecation levelsJesse Plamondon-Willard
2022-07-08bypass browser cache & delete unused imagesJesse Plamondon-Willard
2022-07-08Update pufferchick-cool.svgIshan Jalan
2022-07-08pufferchick-cool updated [2]Ishan Jalan
2022-07-08Updated pufferchick coolIshan Jalan
2022-07-08SVGs for pufferchick and pufferchick-coolIshan Jalan
SVG > PNG
2022-07-08Merge pull request #855 from spacechase0/appmanifestJesse Plamondon-Willard
Add app.manifest, fixing DPI awareness
2022-07-08match settings used by the gameJesse Plamondon-Willard
2022-07-08apply editorconfigJesse Plamondon-Willard
2022-07-08Merge pull request #852 from TehPers/TehPers/search-local-depsJesse Plamondon-Willard
Search assembly directory for dependencies
2022-07-08refactor assembly resolver to avoid repeatedly copying search directory listJesse Plamondon-Willard
2022-07-08fix installer partly applying color theme before it's selectedJesse Plamondon-Willard
2022-07-08add log parser warning for PyTK compatibility modeJesse Plamondon-Willard
2022-07-06prepare for releaseJesse Plamondon-Willard
2022-07-06fix build warningsJesse Plamondon-Willard
2022-07-06update code annotationsJesse Plamondon-Willard
2022-07-06update compatibility list for broken CFAutomate unofficial updateJesse Plamondon-Willard
2022-07-05Merge pull request #854 from ishanjalan/developJesse Plamondon-Willard
Current version in mod check
2022-07-05remove artifacts, tweak textJesse Plamondon-Willard
2022-07-05fix trace logs not tracking reloaded map tilesheets as asset propagationJesse Plamondon-Willard
2022-07-05improve log parser's 'suggested fixes' stylesJesse Plamondon-Willard
2022-07-05detect missing/outdated Error Handler for 'suggested fixes' sectionJesse Plamondon-Willard
2022-07-05fix PyTK compatibility mode not handling some edge casesJesse Plamondon-Willard
2022-07-04Add app.manifest, fixing DPI awarenessChase Warrington
2022-07-02Current version in mod checkIshan Jalan
Added "(You have x.x.x)" to the mod update check.
2022-06-28remove obsolete overrideJesse Plamondon-Willard
SMAPI no longer raises UsesDynamic warnings.
2022-06-28fix deprecation checkJesse Plamondon-Willard
2022-06-28Search assembly directory for dependenciesTehPers
2022-06-28migrate update checks to FluentHttpClientJesse Plamondon-Willard
WebClient isn't needed for compatibility with macOS after the .NET 5 update in Stardew Valley 1.5.5, and causes noticeable lag for some players even when running on a background thread.
2022-06-28update schema for Content Patcher 1.27.0Jesse Plamondon-Willard
2022-06-26split local deploy into its own targets fileJesse Plamondon-Willard
2022-06-24avoid cancellation token for tracking exit stateJesse Plamondon-Willard
This apparently causes noticeable lag for a minority of players.
2022-06-24fix config.user.json overrides no longer appliedJesse Plamondon-Willard
2022-06-22update fluent HTTP clientJesse Plamondon-Willard
2022-06-22avoid unneeded overhead of ConcurrentQueueJesse Plamondon-Willard