summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-31rework build settings a bitJesse Plamondon-Willard
2020-01-31fix error messageJesse Plamondon-Willard
2020-01-30rework asset editor/loader tracking so they're affected by load orderJesse Plamondon-Willard
2020-01-26Merge pull request #690 from Drachenkaetzchen/performance-counterJesse Plamondon-Willard
2020-01-26simplify performance details outputJesse Plamondon-Willard
2020-01-26show warning when using commands while disabled, simplify some commands a bitJesse Plamondon-Willard
2020-01-26tweak namespaceJesse Plamondon-Willard
2020-01-26refactor performance counter codeJesse Plamondon-Willard
2020-01-25back up config.user.json when installing (#693)Jesse Plamondon-Willard
2020-01-25add user settings that override defaults (#693)Jesse Plamondon-Willard
2020-01-25fix dialogue asset propagationJesse Plamondon-Willard
2020-01-25 add internal method for Content PatcherJesse Plamondon-Willard
2020-01-25fix error building/demolishing buildings for some playersJesse Plamondon-Willard
2020-01-25prevent load crashes due to invalid building typesJesse Plamondon-Willard
2020-01-23add full internal support for non-standard four-part versionsJesse Plamondon-Willard
2020-01-22add test_input console commandJesse Plamondon-Willard
2020-01-22fix global data stored in saves folderJesse Plamondon-Willard
2020-01-21Added commands to enable and disable performance counters. Peak is now using ...Drachenkaetzchen
2020-01-18update community linksJesse Plamondon-Willard
2020-01-15Added peak execution time over the last 60 secondsDrachenkaetzchen
2020-01-15Added "trigger dump" command to dump the configured triggers as commands for ...Drachenkaetzchen
2020-01-15Added documentation for all commands. Renamed the "monitor" command to "trigg...Drachenkaetzchen
2020-01-15Added optional right-align for the table outputDrachenkaetzchen
2020-01-15Added documentation for all performance counter methods and members. Refactor...Drachenkaetzchen
2020-01-12Merge pull request #691 from danvolchek/developJesse Plamondon-Willard
2020-01-12drop pre-3.0 update-check supportJesse Plamondon-Willard
2020-01-12set updateFound based on the suggested update responsedanvolchek
2020-01-12remove invalid-schedule error which can have false positives (e.g. when NPC i...Jesse Plamondon-Willard
2020-01-12fix asset propagation for player sprites not affecting other players or recol...Jesse Plamondon-Willard
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 refactor...Drachenkaetzchen
2020-01-10Added reset functionalityDrachenkaetzchen
2020-01-10Moved most PerformanceCounter logic out of SCore into the new PerformanceCoun...Drachenkaetzchen
2020-01-10Initial commit of the performance countersDrachenkaetzchen
2020-01-07update min game versionJesse Plamondon-Willard
2020-01-07intercept schedule errorsJesse Plamondon-Willard
2020-01-06Add french translationkchapelier
2020-01-05streamline front page designJesse 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 bot...Jesse Plamondon-Willard
2020-01-02add Japanese translations, update translation docsJesse 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 co...Jesse Plamondon-Willard
2020-01-01fix location snapshot not updated for removed chestsJesse Plamondon-Willard
2020-01-01optimize chest watchers using net eventsJesse Plamondon-Willard