summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-12fix asset propagation for player sprites not affecting other players or ↵Jesse Plamondon-Willard
recolor maps
2020-01-12fix recursive lock errorJesse Plamondon-Willard
2020-01-11add version mappings from the wiki to API dataJesse Plamondon-Willard
2020-01-11fix update-check error for Chucklefish pages with no versionJesse Plamondon-Willard
2020-01-11update for compatibility list changeJesse Plamondon-Willard
2020-01-11fix errors due to async threads creating content managersJesse Plamondon-Willard
2020-01-11Reworked the console implementation, added monitoring. Some internal ↵Drachenkaetzchen
refactoring.
2020-01-10Added reset functionalityDrachenkaetzchen
2020-01-10Moved most PerformanceCounter logic out of SCore into the new ↵Drachenkaetzchen
PerformanceCounterManager, some namespace refactoring
2020-01-10Initial commit of the performance countersDrachenkaetzchen
2020-01-07update min game versionJesse Plamondon-Willard
1.4.1 is needed due to the new gamepad option, which SMAPI 3.1 added support for.
2020-01-07intercept schedule errorsJesse Plamondon-Willard
2020-01-06Add french translationkchapelier
2020-01-05streamline front page designJesse Plamondon-Willard
2020-01-05Merge branch 'develop' into stableJesse Plamondon-Willard
2020-01-04prepare for releaseJesse Plamondon-Willard
2020-01-04remove DumpMetadata optionJesse Plamondon-Willard
2020-01-04fix new asset invalidation code not correctly handling interceptors which ↵Jesse Plamondon-Willard
both load and edit
2020-01-02add Japanese translations, update translation docsJesse Plamondon-Willard
2020-01-01Merge pull request #686 from wartech0/chest-trackingJesse Plamondon-Willard
Add chest items changed event
2020-01-01update release notesJesse Plamondon-Willard
2020-01-01unify item diff logic for players & chestsJesse Plamondon-Willard
2020-01-01fix NetList watcher not handling array replacement and conflicting changes ↵Jesse Plamondon-Willard
correctly
2020-01-01fix location snapshot not updated for removed chestsJesse Plamondon-Willard
2020-01-01optimize chest watchers using net eventsJesse Plamondon-Willard
2019-12-31minor refactoringJesse Plamondon-Willard
2019-12-31Finished chest eventswartech0
2019-12-31reworking chest event handlerwartech0
2019-12-31minor refactoringJesse Plamondon-Willard
This commit... - removes key fields added to non-keyed types like NetListWatcher and SnapshotListDiff; - fixes existing chests not being watched; - fixes diffs not correctly updated for added/removed chests; - performs minor cleanup, adds missing docs, etc.
2019-12-31Added the new ChestItemChanged event.wartech0
2019-12-31fix XNA keeping loaded assets alive forever (#685)Jesse Plamondon-Willard
2019-12-30fix ObservableCollection watcher not handling list reset (#685)Jesse Plamondon-Willard
2019-12-30fix main sidebar link pointing to wiki instead of home pageJesse Plamondon-Willard
2019-12-27fix outdated section in technical docsJesse Plamondon-Willard
2019-12-26update release notes (#684)Jesse Plamondon-Willard
2019-12-26Merge pull request #684 from danvolchek/fixlogparserJesse Plamondon-Willard
[Log Parser] Fix parsing errors on content packs without authors
2019-12-26fix log parser content pack list entry pattern, remove unneeded ternary in ↵Dan Volchek
content pack logging
2019-12-26Merge pull request #683 from danvolchek/fixtypoJesse Plamondon-Willard
[JSON Validator] Change 'log' to 'JSON file' on the JSON validator page
2019-12-25display JSON file instead of log on the JSON validator pageDan Volchek
2019-12-25update translation docs (#682)Jesse Plamondon-Willard
2019-12-25Merge pull request #682 from L30Bola/adding-portuguese-translationJesse Plamondon-Willard
Add portuguese translation
2019-12-25Add portuguese translationLeonardo Godoy
2019-12-24fix log parser & JSON validator showing relative share URLJesse Plamondon-Willard
2019-12-24list broken dependencies first in 'skipped mods' listJesse Plamondon-Willard
2019-12-22fix CP schema not requiring Default field if AllowBlank is omittedJesse Plamondon-Willard
2019-12-22add asset propagation for winter flooring (#679)Jesse Plamondon-Willard
2019-12-22configure MongoDB connection string directlyJesse Plamondon-Willard
2019-12-22update item spawning code, detect ring type automatically to support custom ↵Jesse Plamondon-Willard
rings, minor refactor
2019-12-22Merge pull request #681 from Mizzion/developJesse Plamondon-Willard
Fixed the ring issue and flooring
2019-12-22streamline local environments, update technical docs & privacy pageJesse Plamondon-Willard