A handy in-game pop-up calculator for quick math without leaving the game. Default hotkey Ctrl+Alt+C.
Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
Version: 2.1.9
Date: 2026-08-07
Gui:
- Input and result fields now use a monospaced font.
- Info icon tooltip is reworked to list all supported syntax, grouped by category.
Version: 2.1.8
Date: 2026-08-06
Features:
- Added support for absolute value grouping. e.g. |-7|
- Added hex, binary, and octal literals. e.g. 0xFF, 0b1010, 0o17
Version: 2.1.7
Date: 2026-08-03
Features:
- Added support for scientific E notation. e.g. 2e+2, 2e-2, etc.
- Added SI suffix support. e.g. 1k, 1M, etc.
- Added functions: log2, round, trunc, sign.
Bugfixes:
- Factorial is limited to 170. Computing factorial of a large number could make the game freeze.
Version: 2.1.6
Date: 2026-08-02
Gui:
- Updated shortcut icons.
- Updated warning icon.
Version: 2.1.5
Date: 2026-08-01
Gui:
- Changed clear button icon to a less ambiguous one.
Version: 2.1.4
Date: 2026-07-31
Bugfixes:
- Fixed "Only callable on text-box." crash.
Version: 2.1.3
Date: 2026-07-30
Features:
- The /qcalc command now evaluates an expression passed as an argument and prints the result to the console (e.g. /qcalc 3 + 12/4).
- Added rad and deg functions to convert between degrees and radians.
Version: 2.1.2
Date: 2026-07-30
Gui:
- Input re-focuses on click.
- Result can now be copied.
Version: 2.1.1
Date: 2026-07-27
Gui:
- Added shortcut toggle.
Version: 2.1.0
Date: 2026-07-25
Features:
- Added Calculator pop-up window.
- Ctrl + Alt + C - default keybind to open the calculator. Esc or Enter to close.
- Supported operation: +, -, *, /, %, ^, (), !, sqrt, abs, exp, ln, log, sin, cos, tan, asin, acos, atan, floor, ceil.
- Supported constants: pi, e.
Locale:
- Added English.
- Added Ukrainian.