Commit Commit Message Age Author Refs
r710:d6b7c42f17f8  
Add missing component and message.
r709:5f524df034cf  
Fix issue with simulation. Previously, if there was more than one tick being advanced at once, it would overshoot how many ticks it covered. So if it was covering 5 ticks and each tick happens every 100 units, rather than recording that it had simulated through t= 500, it would increase the cumulative time for each tick, recording that it had simulated through t=2500. Add error message, too.
r708:06aeecdacbba  
Fix build errors.
r707:2232128d52fb  
Add issue.
r706:113838aba785  
Tweak money earned from donations.
r705:4cfd861fdeb9  
Fix reference to max.
r704:a2765e9341f6  
Tweak calculations. Prevent a negative number of visitors and separate visitors from donors.
r703:799ee25dcb9d  
Calculate entry fees and apply to budget. Incorporate simplistic model of fees.
r702:2414646ae694  
Allow setting an entry fee. Just the structure for setting the fees.
r701:e329751f83ba  
Add very basic visitor simulation. Simulate visitors as a direct linear function of trees. This is very simplistic and looks simplistic (it's pretty easy to see visitors are always 1/10 of the trees).
r700:8fe8f6282cc6  
Add basic infrastructure to store and display visitor count. May eventually move to simulating visitors as entities. We'll see.