Skip to content

Releases: willox/auxtools

Debug Server v2.3.3

14 Mar 00:22
373890f
Compare
Choose a tag to compare

What's Changed

  • Dual 514-515 compat (+ reformatting) by @Absolucy in #85
    • Note: Only 514.1589 and 515.1633 are tested and officially supported, altho other similar builds will prolly work (no guarantees, tho)

Full Changelog: v2.3.2...v2.3.3

Debug Server v2.3.2

10 Mar 07:14
fdacde2
Compare
Choose a tag to compare

What's Changed

  • BYOND 515.1633 stable compat (incl. breakpoints!) by @Dimach (with some optimizations from @Absolucy) in #84

Full Changelog: v2.3.1...v2.3.2

Debug Server v2.3.1

30 Dec 23:36
e1640b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

Debug Server v2.3.0

14 Dec 22:07
4553e97
Compare
Choose a tag to compare

yolo

What's Changed

  • Allow auxcov to be used by consumers that also use auxtools by @Cyberboss in #72
  • Add Windows signatures for 515.1616 by @itsmeow in #75
  • Update Cargo.lock to fix compile error with guard by @Absolucy in #76
  • Bump debug_server version to 2.3.0 by @Absolucy in #77

New Contributors

Full Changelog: v2.2.4...v2.3.0

Debug Server v2.2.4

18 May 18:24
46f4903
Compare
Choose a tag to compare
  • BYOND 515.1606 (Windows) support
  • Variables window no longer renders associative lists incorrectly when they contain numbers

Debug Server v2.2.3

27 Jun 17:18
5093a13
Compare
Choose a tag to compare
  • BYOND 514.1585 (Windows) support

Debug Server v2.2.2

10 Aug 17:13
4f362a3
Compare
Choose a tag to compare
  • BYOND 514.1561 (Windows) support
  • rgb() with color space params support

Debug Server v2.2.0

16 May 23:15
c5f6190
Compare
Choose a tag to compare

Adds (windows only) memory profiler. For info on how to use it just run #mem_profiler help.

Debug Server v2.1.0

04 Apr 23:16
63043f5
Compare
Choose a tag to compare
  • Adds the #guest_override debug console command. This can be used to change the CKey used by connecting guests and allows for multiple guests from a single machine to connect to a server.

Debug Server v2.0.0

28 Mar 01:25
ead1923
Compare
Choose a tag to compare
  • expression evaluation (baby steps)
  • super hacky BYOND-crash catcher (Windows only)