aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/miscgui/SignCalculator.java
AgeCommit message (Collapse)Author
2023-03-04I hate FontRenderer. (#612)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2023-01-25Annotation registering (and also some comptime performance) (#554)Roman / Linnea Gräf
2022-08-07Calculations (#204)hannibal2
* add support for calculations in neu searchbar * moved calculation in search bar into own class * saving one line out of 3k lines * brackets change everything
2022-07-16fixed magic power (#187)NopoTheGamer
* fixed magic power * I feel like this is an important change * fix location * added support for trade money signs
2022-07-14Various fixes regarding finalizing the release ig (#186)Roman / Nea
* Fix Sign calc not aligning properly with the GuiEditSign * "Fix" official wiki rendering. This one didnt receive extensive testing, but so far it works * Update notification changes * Dont reset the config lol
2022-07-11SignCalculator use decimal points in rendered text (#182)Futuremappermydud
* SignCalculator use decimal points in rendered text this was really bugging me * Update /neucalc
2022-07-07Added a calculator (#180)Roman / Nea
* Added a calculator * Remove stuff * also add t * Update Misc.java * On by default * add x for multiplication, fixed - not working and quick math solver Co-authored-by: nopo <noahogno@gmail.com>