Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Number Formatting & Fix r8x25 and w5x10 show green when not affordable & Fix Challenge Multiplier row always say x1.250 #250

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

1e1000000
Copy link

@1e1000000 1e1000000 commented Jan 14, 2021

  1. Hide Mantissa after number reach e1 M
  2. Make Standard part of Exponent storage as Array instead of "if" boolean
  3. Fixed a bug where ee48 - ee51 will display as x.xxeyyyyQaDc instead of x.xxeyyyyQiDc
  4. Fixed a bug where r8x25 (w5x10) show green if you have more than 4.00e56 Obtainium (1.00e8 Wow!Cube) but not affordable
  5. Fixed a bug where Challenge Multiplier row on stats always say x1.250, even if you are not in Transcension/Reincarnation Challenges or didn't not have Mythos Upgrade 10

Hope this wont break the game

1. Hide Mantissa after number reach e1 M
2. Make Standard part of Exponent storage as Array instead of "if" boolean
3. Fixed a bug where ee48 - ee51 will display as x.xxeyyyyQaDc instead of x.xxeyyyyQiDc
@1e1000000
Copy link
Author

1e1000000 commented Jan 14, 2021

a quarter of thousand issues/pull requests were created

Preview:
1.23e4,567,890: from 1.23e4.568M to e4.568M
1.23e34,567,890: from 1.23e34.57M to e34.57M
1.23e234,567,890: from 1.23e234.6M to e234.6M
1.23e1,234,567,890: from 1.23e1.234B to e1.234B
9.87e6,543,210,987,654,321: from 9.87e6.543Qa to e6.543Qa
1.00e50,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000: from 1.00e50.00QaDc (unintended) to e50.00QiDc (intended)
1.00e10,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000: from 1e1e+55 to e1e+55

if you have >4e56 Obt but not affordable
if you have >1e8 Cube but not affordable
@1e1000000 1e1000000 changed the title Improve Number Formatting Improve Number Formatting & Fix r8x25 and w5x10 show green when not affordable Jan 14, 2021
always show x1.250, even if you didn't have this upgrade or not in any T/R Challenges
@1e1000000 1e1000000 changed the title Improve Number Formatting & Fix r8x25 and w5x10 show green when not affordable Improve Number Formatting & Fix r8x25 and w5x10 show green when not affordable & Fix Challenge Multiplier row always say x1.250 Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant