Skip to content

Releases: Vhou-Atroph/TT-Damage-Calculator

V4.3.0

24 May 23:55
fd78a44
Compare
Choose a tag to compare

This is the V4.3.0 release of the Toontown Rewritten gag damage calculator. It introduces all the changes introduced for the Under New Management update. This includes:

  • Updated the calculator for Under New Management!
  • Organic squirt and drop now have a 15% bonus
  • Organic gag damage ceils in general
  • Reinforced Plating is no longer a mechanic
  • Added negative defense
  • Added snowballs
  • Added the ability to add custom gags to a calculation
  • Organic toggle is now affected by status lock. This is an experimental change and may be reverted at some point in the future.
  • Massive backend rewrite
  • Compiling of executable versions the gag calculator now uses Github Actions rather than my own hardware. This means releases for MacOS are now possible alongside Windows and Linux!
  • Executable files for Linux are now also supplied in releases. These should work for any Linux distribution that uses glibc, but Ubuntu is the distribution that is specifcally targeted.
  • Keybinds now have a hardcoded default, if an error happens when setting a keybind it will fall back on this default.
  • Removed the menu bar's update checker, this change is tentative and there may be a new iteration of the update checker in the future.

What's Changed

Full Changelog: V4.2.1...V4.3.0

V4.3.0_dev.4

20 May 00:38
Compare
Choose a tag to compare
V4.3.0_dev.4 Pre-release
Pre-release

This is an early pre-release version of 4.3.0 for TT-Damage-Calculator that adds some of the changes made to Toontown Rewritten for the upcoming Under New Management update. More specifically, it:

  • Adjusts the versioning system for compatibility with the Arch User Repository
  • Adds the ability to run the program from the command line when installed as a Python package

This version is not a full release, and is considered relatively unstable.

Full Changelog: V4.3.0-dev.3...V4.3.0_dev.4

V4.3.0-dev.3

10 May 21:37
Compare
Choose a tag to compare
V4.3.0-dev.3 Pre-release
Pre-release

This is an early pre-release version of 4.3.0 for TT-Damage-Calculator that adds some of the changes made to Toontown Rewritten for the upcoming Under New Management update. More specifically, it:

  • Added snowballs
  • Added the ability to add custom gags to a calculation
  • Organic toggle is now affected by status lock. This is an experimental change and may be reverted at some point in the future.
  • Massive backend rewrite
  • Compiling of executable versions the gag calculator now uses Github Actions rather than my own hardware. This means releases for MacOS are now possible alongside Windows and Linux!
  • Executable files for Linux are now also supplied in releases. These should work for any Linux distribution that uses glibc, but Ubuntu is the distribution that is specifcally targeted.

This version is not a full release, and is considered relatively unstable.

Full Changelog: V4.3.0-dev.2...V4.3.0-dev.3

V4.3.0-dev.2

19 Feb 21:08
Compare
Choose a tag to compare
V4.3.0-dev.2 Pre-release
Pre-release

This is an early pre-release version of 4.3.0 for TT-Damage-Calculator that adds some of the changes made to Toontown Rewritten for the upcoming Under New Management update. More specifically, it:

  • Updated organic bonuses
    • Organic gag bonuses now ceil instead of floor
    • Throw -> 10% (original state)
    • Squirt -> 15%
    • Drop -> 15%
  • Added negative defense as it works in the most recent playtests.
    • This is what I'm most nervous about in this version. Negative defense does not follow the rules that positive defense does, and I'm mildly worried this may change before the next (open) playtest, and the calculator will be effectively unusable in situations where negative defense is applied. More specifically, negative defense does not appear to take group damage into account, and instead only uses the combined base damage of gags in its calculation. I tried to email TTR support to ask if this was intended behavior, and was told that they were keeping that a secret at least for now, so one can only hope it is working as intended!
  • Added new keybind (alt+d) for negative defense cycling.

This version is not a full release, and is considered relatively unstable.

Full Changelog: V4.3.0-dev.1...V4.3.0-dev.2

V4.3.0-dev.1

10 Feb 03:50
Compare
Choose a tag to compare
V4.3.0-dev.1 Pre-release
Pre-release

This is an early pre-release version of 4.3.0 for TT-Damage-Calculator that adds some of the changes made to Toontown Rewritten for the upcoming Under New Management update. More specifically, it:

  • Reduces the organic damage bonus of throw from 10% to 5%
  • Removes reinforced plating

This version is not a full release, and is considered relatively unstable.

Full Changelog: V4.2.1...V4.3.0-dev.1

V4.2.1

07 Jan 18:44
Compare
Choose a tag to compare

This is an updated version of the gag calculator to fix a bug that would cause a 404 error when using the update checker.

Full Changelog: V4.2.0...V4.2.1

V4.2.0

31 Mar 01:34
8ae9ce3
Compare
Choose a tag to compare

Toontown Gag Calculator V4.1.0 Windows binary Release

  • You can now open the program's settings through a button in the program menu
  • Fixed a minor bug that resulted in versions being mismatched on the update checker.
  • Changed project format to be publishable on Pypi.

Use this if you do not have the python interpreter installed or are unable to compile the Rust dependencies. If you get a virus alert, please submit it in issues and I will try to fix it.

What's Changed

Full Changelog: V4.1.0...V4.2.0

Known Bugs

  • Update checker currently returns a 404 Not Found

V4.1.0

25 Nov 19:23
Compare
Choose a tag to compare

Toontown Gag Calculator V4.1.0 Windows binary Release

  • Upgraded to Python 3.11
  • Fixed a bug with V2.0 cog calculation not reporting kills properly (#15)

Use this if you do not have the python interpreter installed or are unable to compile the Rust dependencies. If you get a virus alert, please submit it in issues and I will try to fix it.

Full Changelog: V4.0.0...V4.1.0

V4.0.0

06 Oct 18:24
Compare
Choose a tag to compare

Toontown Gag Calculator V4.0.0 Windows and Linux binary Release

  • Converted several modules to Rust.
  • Removed tomli dependency
  • Moved V2, Defense, and Status Locking to the new Calculations menu

Use this if you do not have the python interpreter installed or are unable to compile the Rust dependencies. If you get a virus alert, please submit it in issues and I will try to fix it.

Full Changelog: V3.3.2c...V4.0.0

Note: Linux file was compiled on Ubuntu 22.04.

V4.0.0-dev.1

28 Sep 15:40
Compare
Choose a tag to compare

See a blog post about V4.0.0: https://vhou-atroph.github.io/blog/post/gag_calculator_v4.html

Toontown Gag Calculator V4.0.0-dev.1 .exe Release

  • Converted several modules to Rust.
  • Removed tomli dependency

Use this if you do not have the python interpreter installed or are unable to compile the Rust dependencies. If you get a virus alert, please submit it in issues and I will try to fix it.

What's Changed

Full Changelog: V3.3.2c...V4.0.0-dev.1