Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | Added reset functionality | Drachenkaetzchen | |
2020-01-10 | Moved most PerformanceCounter logic out of SCore into the new ↵ | Drachenkaetzchen | |
PerformanceCounterManager, some namespace refactoring | |||
2020-01-10 | Initial commit of the performance counters | Drachenkaetzchen | |
2020-01-07 | update min game version | Jesse Plamondon-Willard | |
1.4.1 is needed due to the new gamepad option, which SMAPI 3.1 added support for. | |||
2020-01-07 | intercept schedule errors | Jesse Plamondon-Willard | |
2020-01-06 | Add french translation | kchapelier | |
2020-01-05 | streamline front page design | Jesse Plamondon-Willard | |
2020-01-05 | Merge branch 'develop' into stable | Jesse Plamondon-Willard | |
2020-01-04 | prepare for release | Jesse Plamondon-Willard | |
2020-01-04 | remove DumpMetadata option | Jesse Plamondon-Willard | |
2020-01-04 | fix new asset invalidation code not correctly handling interceptors which ↵ | Jesse Plamondon-Willard | |
both load and edit | |||
2020-01-02 | add Japanese translations, update translation docs | Jesse Plamondon-Willard | |
2020-01-01 | Merge pull request #686 from wartech0/chest-tracking | Jesse Plamondon-Willard | |
Add chest items changed event | |||
2020-01-01 | update release notes | Jesse Plamondon-Willard | |
2020-01-01 | unify item diff logic for players & chests | Jesse Plamondon-Willard | |
2020-01-01 | fix NetList watcher not handling array replacement and conflicting changes ↵ | Jesse Plamondon-Willard | |
correctly | |||
2020-01-01 | fix location snapshot not updated for removed chests | Jesse Plamondon-Willard | |
2020-01-01 | optimize chest watchers using net events | Jesse Plamondon-Willard | |
2019-12-31 | minor refactoring | Jesse Plamondon-Willard | |
2019-12-31 | Finished chest events | wartech0 | |
2019-12-31 | reworking chest event handler | wartech0 | |
2019-12-31 | minor refactoring | Jesse 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-31 | Added the new ChestItemChanged event. | wartech0 | |
2019-12-31 | fix XNA keeping loaded assets alive forever (#685) | Jesse Plamondon-Willard | |
2019-12-30 | fix ObservableCollection watcher not handling list reset (#685) | Jesse Plamondon-Willard | |
2019-12-30 | fix main sidebar link pointing to wiki instead of home page | Jesse Plamondon-Willard | |
2019-12-27 | fix outdated section in technical docs | Jesse Plamondon-Willard | |
2019-12-26 | update release notes (#684) | Jesse Plamondon-Willard | |
2019-12-26 | Merge pull request #684 from danvolchek/fixlogparser | Jesse Plamondon-Willard | |
[Log Parser] Fix parsing errors on content packs without authors | |||
2019-12-26 | fix log parser content pack list entry pattern, remove unneeded ternary in ↵ | Dan Volchek | |
content pack logging | |||
2019-12-26 | Merge pull request #683 from danvolchek/fixtypo | Jesse Plamondon-Willard | |
[JSON Validator] Change 'log' to 'JSON file' on the JSON validator page | |||
2019-12-25 | display JSON file instead of log on the JSON validator page | Dan Volchek | |
2019-12-25 | update translation docs (#682) | Jesse Plamondon-Willard | |
2019-12-25 | Merge pull request #682 from L30Bola/adding-portuguese-translation | Jesse Plamondon-Willard | |
Add portuguese translation | |||
2019-12-25 | Add portuguese translation | Leonardo Godoy | |
2019-12-24 | fix log parser & JSON validator showing relative share URL | Jesse Plamondon-Willard | |
2019-12-24 | list broken dependencies first in 'skipped mods' list | Jesse Plamondon-Willard | |
2019-12-22 | fix CP schema not requiring Default field if AllowBlank is omitted | Jesse Plamondon-Willard | |
2019-12-22 | add asset propagation for winter flooring (#679) | Jesse Plamondon-Willard | |
2019-12-22 | configure MongoDB connection string directly | Jesse Plamondon-Willard | |
2019-12-22 | update item spawning code, detect ring type automatically to support custom ↵ | Jesse Plamondon-Willard | |
rings, minor refactor | |||
2019-12-22 | Merge pull request #681 from Mizzion/develop | Jesse Plamondon-Willard | |
Fixed the ring issue and flooring | |||
2019-12-22 | streamline local environments, update technical docs & privacy page | Jesse Plamondon-Willard | |
2019-12-21 | allow local dev environments without an Azure account | Jesse Plamondon-Willard | |
2019-12-21 | Fixed the ring issue and flooring | Mizzion | |
Fixed the same issues that CJB Item Spawner had related to the rings and floors. (Sorry for the delay Christmas preparation is taking up most of my time). | |||
2019-12-21 | drop Amazon S3 support | Jesse Plamondon-Willard | |
2019-12-21 | switch to Azure Blob storage for saving files | Jesse Plamondon-Willard | |
2019-12-21 | add option to disable uploading new files to Pastebin | Jesse Plamondon-Willard | |
2019-12-20 | fix typo in asset propagation | Jesse Plamondon-Willard | |
2019-12-20 | add console warning in paranoid mode | Jesse Plamondon-Willard | |