Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-16 | migrate subdomain redirects to Azure | Jesse Plamondon-Willard | |
2020-05-16 | simplify single-instance deployment and make MongoDB server optional | Jesse Plamondon-Willard | |
2020-05-16 | minor cleanup | Jesse Plamondon-Willard | |
2020-05-16 | update deprecated code | Jesse Plamondon-Willard | |
2020-05-16 | use newer C# features | Jesse Plamondon-Willard | |
2020-05-14 | fix broken action links after update to .NET Core 3.0 | Jesse Plamondon-Willard | |
2020-05-13 | tweak Harmony patch error (#711) | Jesse Plamondon-Willard | |
2020-05-11 | fix Harmony issue when assembly is loaded from memory (#711) | Jesse Plamondon-Willard | |
2020-05-10 | rewrite AccessTools methods which changed in Harmony 2.0 (#711) | Jesse Plamondon-Willard | |
2020-05-09 | update compatibility list for SMAPI 3.6 & Harmony 2.0 tracking (#711) | Jesse Plamondon-Willard | |
2020-05-09 | add new 'unknown' compatibility status (#711) | Jesse Plamondon-Willard | |
2020-05-09 | fixed generic types in method references not rewritten (#711) | Jesse Plamondon-Willard | |
2020-05-09 | add GitHub licenses to mod compatibility list, update release notes | Jesse Plamondon-Willard | |
2020-05-09 | update web scripts | Jesse Plamondon-Willard | |
2020-05-09 | sort mod warning lists | Jesse Plamondon-Willard | |
2020-05-09 | simplify logged paranoid warnings | Jesse Plamondon-Willard | |
2020-05-09 | log detailed error for rewritten patch failures (#711) | Jesse Plamondon-Willard | |
2020-05-09 | add attribute type rewriting (#711) | Jesse Plamondon-Willard | |
2020-05-07 | update web project to .NET Core 3.1 | Jesse Plamondon-Willard | |
2020-05-07 | update packages | Jesse Plamondon-Willard | |
2020-05-06 | update Content Patcher format in schema | Jesse Plamondon-Willard | |
2020-05-06 | add base instruction handler (#711) | Jesse Plamondon-Willard | |
2020-05-05 | fix reference to old Harmony namespace (#711) | Jesse Plamondon-Willard | |
2020-05-05 | migrate to Harmony 2.0 finalizers (#711) | Jesse Plamondon-Willard | |
2020-05-05 | combine Harmony 1.x rewrite logs (#711) | Jesse Plamondon-Willard | |
2020-05-05 | add Harmony 2.0 rewriters (#711) | Jesse Plamondon-Willard | |
2020-05-05 | rename files for upcoming change (#711) | Jesse Plamondon-Willard | |
2020-05-05 | migrate to Harmony 2.0 (#711) | Jesse Plamondon-Willard | |
2020-05-04 | add Multiplayer.PeerConnected event | Jesse Plamondon-Willard | |
2020-05-04 | fix asset propagation for Gil's portraits | Jesse Plamondon-Willard | |
2020-04-27 | Merge branch 'develop' into stable | Jesse Plamondon-Willard | |
2020-04-27 | prepare for release, tweak readme | Jesse Plamondon-Willard | |
2020-04-25 | fix asset propagation for maps loaded through a temporary content manager | Jesse Plamondon-Willard | |
2020-04-24 | add support for getting a patch helper for arbitrary data | Jesse Plamondon-Willard | |
2020-04-24 | add map patching API | Jesse Plamondon-Willard | |
Migrated from the Content Patcher code. I'm the main author, with tile property merging based on contributions by hatrat. | |||
2020-04-17 | support lowercase season names in date translations | Jesse Plamondon-Willard | |
2020-04-17 | use better short date translations | Jesse Plamondon-Willard | |
2020-04-15 | update unit test | Jesse Plamondon-Willard | |
2020-04-15 | tweak new code, update release notes | Jesse Plamondon-Willard | |
2020-04-15 | Merge pull request #709 from kdau/develop | Jesse Plamondon-Willard | |
SDate: Add WorldDate conversions and features | |||
2020-04-15 | prevent object.loadDisplayName errors due to invalid/missing item data | Jesse Plamondon-Willard | |
2020-04-14 | SDateTests: cover new field and methods | Kevin Daughtridge | |
2020-04-14 | SDate: fixes to new methods | Kevin Daughtridge | |
- FromWorldDate: replace with explicit operator SDate - ToWorldDate: replace with explicit operator WorldDate - ToLocaleString: use Utility.getDateStringFor directly - FromDaysSinceStart: reinterpret exception to an appropriate one | |||
2020-04-13 | SDate: Add WorldDate conversions and features | Kevin Daughtridge | |
- SeasonIndex - FromWorldDate() - FromDaysSinceStart() - ToLocaleString() - ToWorldDate() | |||
2020-04-12 | add config option to disable console colors (#707) | Jesse Plamondon-Willard | |
2020-04-11 | update release notes | Jesse Plamondon-Willard | |
2020-04-11 | Merge pull request #708 from kdau/develop | Jesse Plamondon-Willard | |
Set daysPlayed in date console commands | |||
2020-04-11 | use SDate to set DaysPlayed | Kevin Daughtridge | |
2020-04-10 | set daysPlayed in world_set{day,season,year} commands | Kevin Daughtridge | |
2020-04-05 | fix rare intermittent "CGI application encountered an error" errors | Jesse Plamondon-Willard | |