cameroncondry / cbc-kitten-scientists

Add-on for the wonderful incremental browser game: http://kittensgame.com/web/
MIT License
113 stars 94 forks source link

Update documentation #140

Closed oliversalzburg closed 8 years ago

oliversalzburg commented 8 years ago

Also renamed the main script file for easier installation in userscript managers. The .user part in the filename is required for Greasemonkey and Tampermonkey to detect it as a userscript. I symlinked the old filename to the new one to make sure users with the old bookmarklet aren't affected.

Some of the functionality took me quite some time to figure out :D I hope the additional documentation helps other developers to get into the script.

cameroncondry commented 8 years ago

Very nice. Seems there is a conflict here as well, but I do love the updated documentation.

oliversalzburg commented 8 years ago

@cameroncondry Should be fine now

oliversalzburg commented 8 years ago

Changing a file, renaming it and replacing it with a symlink in one commit is a really bad idea :P I'll never do that again

oliversalzburg commented 8 years ago

Actually, I'll split it into several commits. I'll need a moment and update the PR shortly.