-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #692 from Aktanusa/dev
Push 2.031.6 to master
- Loading branch information
Showing
97 changed files
with
3,375 additions
and
1,773 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Cookie Monster is written to modify Cookie Clicker as little as possible. This means the data is copied to simulate instead of actually modifying the current values and reverting later. The benefit is that CM should never mess up any data. The downside is that there is an extra overhead to copy and store the copied data. | ||
|
||
The following is a short description of the various `src` directories and their contents: | ||
|
||
JS | Description | ||
-- | - | ||
Cache | Functions related to creating and storing data cache | ||
Config | Functions related to manipulating CM configuration | ||
Data | Hard coded values | ||
Disp | Functions related to displaying CM's UI | ||
InitSaveLoad | Functions related to registering the CM object with the Game's Modding API | ||
Main | Functions related to the main loop and initializing CM | ||
Sim | Functions related to simulate something | ||
|
||
These are some additional guidelines: | ||
- Try to use DOM as much as possible instead of using string manipulation to modify HTML. | ||
- Please be descriptive of your commits. If the commit is related to an issue or PR, please add the issue/PR number to the commit message. | ||
- PR's should target the `dev` branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.