diff --git a/html/changelogs/fluffyghost-updatetracy091.yml b/html/changelogs/fluffyghost-updatetracy091.yml new file mode 100644 index 00000000000..c904f478996 --- /dev/null +++ b/html/changelogs/fluffyghost-updatetracy091.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Fluffyghost + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - backend: "Update tracy to DLL and server to 0.9.1, now supports up to byond 515.1606." diff --git a/prof.dll b/prof.dll index 58c6e50d9e7..d5dce10c043 100644 Binary files a/prof.dll and b/prof.dll differ diff --git a/tools/tracy-client/Tracy.exe b/tools/tracy-client/Tracy.exe index fb537bdb2fb..28b6436089e 100644 Binary files a/tools/tracy-client/Tracy.exe and b/tools/tracy-client/Tracy.exe differ diff --git a/tools/tracy-client/capture.exe b/tools/tracy-client/capture.exe index 445e3a13ffa..73b2e5ecc45 100644 Binary files a/tools/tracy-client/capture.exe and b/tools/tracy-client/capture.exe differ diff --git a/tools/tracy-client/csvexport.exe b/tools/tracy-client/csvexport.exe index 94e23548171..caeb79f2e0c 100644 Binary files a/tools/tracy-client/csvexport.exe and b/tools/tracy-client/csvexport.exe differ diff --git a/tools/tracy-client/import-chrome.exe b/tools/tracy-client/import-chrome.exe index 30eaa6d8b67..c1a3d5262bb 100644 Binary files a/tools/tracy-client/import-chrome.exe and b/tools/tracy-client/import-chrome.exe differ diff --git a/tools/tracy-client/tracy-0-8-2.pdf b/tools/tracy-client/tracy-0-8-2.pdf deleted file mode 100644 index eca88d6cc6a..00000000000 Binary files a/tools/tracy-client/tracy-0-8-2.pdf and /dev/null differ diff --git a/tools/tracy-client/tracy-0.9.1.pdf b/tools/tracy-client/tracy-0.9.1.pdf new file mode 100644 index 00000000000..860feb749b5 Binary files /dev/null and b/tools/tracy-client/tracy-0.9.1.pdf differ diff --git a/tools/tracy-client/update.exe b/tools/tracy-client/update.exe index c9a82955abb..d2bfba0dc28 100644 Binary files a/tools/tracy-client/update.exe and b/tools/tracy-client/update.exe differ