Commit Graph

49 Commits

Author SHA1 Message Date
Chorizorro
c05071ab6e Add sim gains calculation support up to v2.0.31
Add the Dragon scale upgrade in gains calculation.

Add the following achievements in gains calculation:
- Quincentennial and a half
- Sexcentennial
- Grand design
- Ecumenopolis
- The full picture
- When there's nothing left to add
- Polymath
- Renaissance baker
- Gotta hand it to you
- The devil's workshop
2020-11-04 13:54:52 +01:00
Aktanusa
cb4b85a594 Fixed for Version 2.021 of Cookie Clicker (Issues #257, #259, and #265) 2019-10-06 22:01:37 -04:00
Aktanusa
1f366430cf Fixed for Version 2.018 of Cookie Clicker (Issue #239 and #241) 2019-03-13 17:44:18 -04:00
Aktanusa
963f950039 Separate the configuration for flash/sound for Golden Cookies and Season Special, rearrange the option menu a little bit, and some code cleanup/formatting 2018-12-12 10:50:58 -05:00
Aktanusa
4a8c59a3e6 Fixed to work with Version 2.016 of Cookie Clicker (Issue #224 & #225) 2018-10-27 20:37:27 -04:00
Aktanusa
2f862ac687 Fix bug with timer bar displacing wrinkler detection area (Issue #213) and use game detection instead of copying code plus a minor code formatting change 2018-08-17 15:50:31 -04:00
Aktanusa
1a1877e15c Fixed to work with Version 2.012 of Cookie Clicker 2018-08-08 11:37:35 -04:00
Aktanusa
909806b0f9 Fix to work with Version 2.0109 of CC (Issue #208) 2018-08-01 19:43:10 -04:00
Aktanusa
62dae65606 Fix calculation error due to timing being off by a little bit (happens more often on slower computers) (Issue #200) 2018-07-21 08:30:52 -04:00
Aktanusa
e4de9c124e Fix Prestige stats not taking account of extra buildings from Spontaneous Edifice (Issue #175) 2018-04-25 19:24:07 -04:00
Aktanusa
f6164a9b85 Fixed to work with Version 2.0106 of CC (Issue #179 and #181) 2018-04-24 18:58:18 -04:00
Aktanusa
23abe72564 Undo some of the merge changes that was unwanted 2018-03-05 16:09:58 -05:00
Aktanusa
ebd0e929e2 Merge branch 'dev' of https://github.com/redthefed/CookieMonster into redthefed-dev 2018-03-05 15:58:38 -05:00
Aktanusa
fcd4d9e0fc Format the line better and also fixed the source file that was fixed in Issue #166 2018-03-05 15:08:03 -05:00
Aktanusa
2600ec040b Fix for Version 2.0045 of Cookie Clicker (Issue #161) 2018-03-04 19:16:15 -05:00
redthefed
bd0cd9900d Fixed a few spelling errors and whitespace (#3)
* linting, spelling errors
2018-02-28 23:51:21 -06:00
Aktanusa
b16510c6ed Optimize reset bonus calculation 2017-08-18 08:04:52 -04:00
Aktanusa
92ff50d3a3 Fix reset bonus stat to sometimes show the wrong number before 100% of potential is unlocked (hopefully) 2017-08-18 00:40:23 -04:00
Aktanusa
cad42578a9 Fixed to work with Version 2.0042 (Mostly) (Issue #134) 2017-08-08 20:40:52 -04:00
Aktanusa
687cb9a4c9 Fix heavenly chips multiplier (Issue #129) 2017-07-27 21:13:35 -04:00
Aktanusa
b4157cdbc5 Fixed current date issue (Issue #124) 2017-07-19 16:21:20 -04:00
Aktanusa
c0cd967cc7 Fixed to work with Version 2.0034 (mostly) (Issue #119, #120, and #121) 2017-07-19 14:45:54 -04:00
Aktanusa
b4c0c8de2b Fixed Century Egg Stat was wrong (Issue #102 and #103) and Version change 2016-07-27 23:08:28 -04:00
Aktanusa
5a42ae532e Fixed for Version 2.002 Beta (mostly) 2016-06-28 22:32:07 -04:00
Aktanusa
e1c4826605 Copy @DeathOfBalance code (#95) to the correct source and did minor code cleanup (thanks @DeathOfBalance!) 2016-06-28 21:05:21 -04:00
Aktanusa
05278149c5 Changed to Version 2.001.1 and fixed for Version 2.001 Beta (mostly) (Issue #77) 2016-04-28 00:22:56 -04:00
Aktanusa
eb3c403fbd Fixed bug with Reset Bonus Income stat, added average CPS stat with options, added average Cookie Clicks stat with options (Issue #10), added the option to calculate with Wrinkers (Issue #34), added the option to calculate with average CPS, and minor cleanup 2016-04-25 22:08:31 -04:00
Aktanusa
57ab55a2c1 Added title option for pinned tabs to only highlight on Golden Cookie/Season Popup spawns (Issue #44 part 2) and minor bug fixes 2016-03-24 22:13:39 -04:00
Aktanusa
2ed563c995 Added Heavenly Chips stats, changed max prestige calcuation to include wrinklers and chocolate egg (Issue #62) 2016-03-17 20:14:51 -04:00
Aktanusa
00a9ea2cd4 Added Century Egg stat, fixed golden cookie stats to not include Golden Switch boost (Issue #64), changed pop all wrinkler button to only pop wrinklers that has sucked some cookies (Issue #66), and minor cleanup/bug fix 2016-03-13 10:51:10 -04:00
Aktanusa
a09602fecd Changed calculation from Base Cost per Income to Return on Investment (Issue #3 (partly), #28, #52) with the formula from @svschouw and minor README edit 2016-03-06 22:21:35 -05:00
Aktanusa
58e4b7d328 Accounted for Golden Switch in Title and GC bars, Chocolate Egg stats now accounts for aura, fixed buy/sell function to reflect the real price, not the display price 2016-03-05 10:19:12 -05:00
Aktanusa
be4587a905 Added tooltip information and building colors for bulk buying/selling and fixed a bug in Chocolate Egg calculation (it's still wrong, but will fix more in next commit) 2016-03-03 21:26:25 -05:00
Aktanusa
ddd52c9583 Changed the look of CM toggle settings to be like CC, minor code cleanup, added a missing calculation 2016-03-02 16:01:35 -05:00
Aktanusa
c5ddda54c5 Added back prestige statistics (Issue #46) 2016-02-27 23:11:50 -05:00
Aktanusa
44447d71c3 Formatting fixes 2016-02-19 21:26:56 -05:00
Aktanusa
6bced494f8 Version change to 1.907.1 and fixed it to work with 1.907 beta (mostly) 2016-02-06 12:34:17 -05:00
Aktanusa
5ceffa9d63 Fix to work with 1.903 beta (mostly) 2016-02-04 23:49:51 -05:00
Aktanusa
d870823c07 Fix to work with 1.9 beta mostly 2015-12-26 16:38:36 -05:00
Aktanusa
35ddafdca7 Merge branch 'master' into beta
Conflicts:
	CookieMonster.js
	src/Main.js
2014-10-31 20:25:47 -04:00
Aktanusa
b9486e9895 Fixed a bug with large numbers and chain calculations (Thanks to an anonymous wikia user) 2014-10-19 22:52:08 -04:00
Aktanusa
0941e33c11 Merge branch 'master' into beta
Conflicts:
	CookieMonster.js
	src/Main.js
2014-09-29 22:48:53 -04:00
Aktanusa
6957513960 Added Chocolate egg stat (Issue #22) 2014-09-06 18:09:38 -04:00
Aktanusa
28c5909e1f Fixed to work with beta 2014-08-26 21:39:17 -04:00
Aktanusa
e877f05a06 Version change to the new version of Cookie Clicker in beta plus some preliminary fixes 2014-08-26 13:10:56 -04:00
Aktanusa
9395bebd46 Added buy 10 building tooltip/fixed minor bug with pref config loading 2014-06-21 22:07:28 -04:00
Aktanusa
1091d6b666 Added Chain Cookies Statistics and did some minor code optimization on statistics 2014-06-07 23:21:43 -04:00
Aktanusa
734ecdae1b Added back reset bonus income stat 2014-06-02 16:09:10 -04:00
Aktanusa
07907265b9 Addition to previous commit 2014-06-01 01:31:57 -04:00