cameroncondry / cbc-kitten-scientists

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

Activity and Summary Updates, and Bulk Building #258

Closed Wymrite closed 5 years ago

Wymrite commented 5 years ago

I've finally gone ahead and ported bulk building to the space, religion, and time menus. It was a nightmare, especially since the game is completely inconsistent about when a building is considered enabled and when it is considered visible, but I think I caught all the edge cases where stuff could be built early. Will merge in a bug-fix if any remain.

Besides that, this PR also contains some overhaul of the activity log and summary to make both of them more useful. Nothing to address the log spam yet but now everything outputs the correct numbers, uses the correct labels, and the summary actually outputs everything it is supposed to.

Lastly, there are some formatting fixes for parts of the code that used tabs instead of spaces.