Jesse Plamondon-Willard
1d5017f119
fix broken mods with no ID listed as duplicate
2022-08-24 17:49:12 -04:00
Jesse Plamondon-Willard
a1bc96d365
Merge branch 'develop' into stable
2022-08-20 17:01:59 -04:00
Jesse Plamondon-Willard
f3a79219e8
prepare for release
2022-08-20 17:01:07 -04:00
Jesse Plamondon-Willard
f780d140f0
fix early mod load errors incorrectly suppressed
2022-08-20 16:36:15 -04:00
Jesse Plamondon-Willard
263130bafc
fix deprecation notices split into two messages unnecessarily
2022-08-20 16:15:29 -04:00
Jesse Plamondon-Willard
b2103bbfa6
update schema for Content Patcher 1.28.0
2022-08-18 22:39:37 -04:00
Jesse Plamondon-Willard
c51a593e93
fix log parser error if a mod logged a null character
2022-08-16 22:03:22 -04:00
Jesse Plamondon-Willard
f23cd450a0
clarify docs
2022-08-16 22:03:22 -04:00
Jesse Plamondon-Willard
5ab87efaa0
log error if mod files are detected directly under Mods folder
2022-08-16 22:03:21 -04:00
Jesse Plamondon-Willard
4d9384b828
switch SMAPI to portable PDB format
2022-08-14 19:17:21 -04:00
Jesse Plamondon-Willard
d813c4e2c8
fix log parsing for invalid content packs ( #860 )
2022-08-08 22:27:07 -04:00
Jesse Plamondon-Willard
e376386d25
set error code on exit ( #868 )
2022-08-08 21:43:46 -04:00
Jesse Plamondon-Willard
352fa4759e
fix error when a mod is both duplicated and missing the DLL
2022-08-08 19:54:07 -04:00
Jesse Plamondon-Willard
1749a82947
update release notes
2022-08-08 19:50:29 -04:00
Jesse Plamondon-Willard
f3ff334c08
Merge pull request #869 from atravita-mods/patch-1
...
Add error message for invalid PNG
2022-08-08 19:46:30 -04:00
Jesse Plamondon-Willard
e7b93e2ec2
Merge pull request #867 from lanturnalis/develop
...
Add condition to DebugType to allow for overriding
2022-08-08 19:46:01 -04:00
Jesse Plamondon-Willard
08eafe7d89
tweak new error text
2022-08-08 19:42:40 -04:00
Jesse Plamondon-Willard
8c58bdae6f
remove DebugType build property
...
The 'portable' format is preferred in newer .NET versions, but it's set by default now so we don't need to override it anymore.
2022-08-08 19:32:58 -04:00
atravita-mods
7a3b0e180f
Adds an error message for an invaild png
2022-08-05 17:21:53 -04:00
Jesse Plamondon-Willard
ab34b6142d
undo $@ to $* change per discussion
2022-07-28 21:47:21 -04:00
Jesse Plamondon-Willard
5371dc3fce
Merge pull request #865 from ishanjalan/unix-launcher-changes
...
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-28 21:28:41 -04:00
Jesse Plamondon-Willard
1095ce6682
Merge pull request #864 from KediDili/develop
...
Fix Turkish translation
2022-07-28 21:09:49 -04:00
Jesse Plamondon-Willard
7c1388a843
Merge pull request #863 from 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-28 21:07:43 -04:00
Jesse Plamondon-Willard
227a1e72e8
Merge pull request #862 from ishanjalan/default-shell-macOS
...
Tweak macOS launcher to use the default terminal
2022-07-28 21:04:08 -04:00
lanturnalis
edf2c5dbea
Add condition to DebugType to allow for overriding
2022-07-25 21:31:09 -05:00
Ishan Jalan
dd2e3e9d93
Jetbrains Rider suggestions
...
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-24 12:07:38 +05:30
Ishan Jalan
a50a730886
unix-launcher.sh optimisations
...
I ran the file through Rider which used Intellisense(?) to suggest changes in addition to moving from .sh to .command
2022-07-24 12:01:34 +05:30
KediDili
fd3850add9
Fix for mistranslation in tr.json
...
Somebody accidentally translated tr.json to Russian. This PR fixes that.
2022-07-22 21:24:15 +03:00
dependabot[bot]
ea4664856d
Bump Azure.Storage.Blobs from 12.12.0 to 12.13.0 in /src/SMAPI.Web
...
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-21 22:46:05 +00:00
Ishan Jalan
ea4307a282
Update unix-launcher.sh
...
This will open the default shell. Works for me after testing.
2022-07-20 22:30:09 +05:30
Jesse Plamondon-Willard
3da5917eed
update Pintail
2022-07-17 11:29:50 -04:00
Jesse Plamondon-Willard
1b7dfb28f2
update release notes
2022-07-17 11:07:53 -04:00
Jesse Plamondon-Willard
b30281774c
Merge pull request #859 from ishanjalan/svg-sidebar
...
Replace web sidebar GIF with SVG
2022-07-17 11:05:44 -04:00
Jesse Plamondon-Willard
88517715a3
update image reference
2022-07-17 11:04:45 -04:00
Ishan Jalan
da1eca3696
Moving Sidebar GIF to SVG
2022-07-17 09:53:52 +05:30
Jesse Plamondon-Willard
830d2c57cc
update log parser for new update alert format
2022-07-09 01:06:32 -04:00
Jesse Plamondon-Willard
62da7abfd2
Merge pull request #858 from ishanjalan/develop
...
Fix pufferchick SVG icons having different sizes
2022-07-09 01:00:22 -04:00
Ishan Jalan
6d9dcdc2f8
Update pufferchick-cool.svg
2022-07-09 00:58:26 -04:00
Jesse Plamondon-Willard
521129ad21
raise deprecation levels
2022-07-09 00:53:11 -04:00
Jesse Plamondon-Willard
9435711216
update release notes
2022-07-08 19:40:54 -04:00
Jesse Plamondon-Willard
fbca048fcb
Merge pull request #857 from ishanjalan/develop
...
Change pufferchick web icons to SVG
2022-07-08 19:38:03 -04:00
Jesse Plamondon-Willard
477ecbab6e
bypass browser cache & delete unused images
2022-07-08 19:36:32 -04:00
Jesse Plamondon-Willard
72ba455d5a
simplify .gitignore
2022-07-08 19:36:09 -04:00
Ishan Jalan
5da690cbef
Update pufferchick-cool.svg
2022-07-08 19:31:44 -04:00
Ishan Jalan
a52f24307b
pufferchick-cool updated [2]
2022-07-08 19:31:41 -04:00
Ishan Jalan
173bc4f517
Updated pufferchick cool
2022-07-08 19:31:37 -04:00
Ishan Jalan
8eeda8b4c4
SVGs for pufferchick and pufferchick-cool
...
SVG > PNG
2022-07-08 19:31:28 -04:00
Jesse Plamondon-Willard
4850e80e56
Merge pull request #855 from spacechase0/appmanifest
...
Add app.manifest, fixing DPI awareness
2022-07-08 19:15:33 -04:00
Jesse Plamondon-Willard
0c787de2df
match settings used by the game
2022-07-08 19:13:45 -04:00
Jesse Plamondon-Willard
bc71665c1c
apply editorconfig
2022-07-08 19:11:40 -04:00