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.
r699:b84055380796  
Update dialog.json
r698:d5fe0fa0988d  
Rename constant to something clearer.
r697:4370c4f6e8f8  
Only scroll after a slight delay. Wait about 1/3 of a second before beginning to scroll. Otherwise it becomes too easy to trigger by mistake when mousing over to the toolbar.
r696:b3e89dc5598b  
Fix syntax error.
r695:cfec2536eba4  
Dialog tweaks and update swear list. Keep the list of swears to censor up to date, lol.
r694:62521dc069c2  
Actually call the player by name. Some remaining edge cases, like if the player doesn't type one in.
r693:02c0bb54ccfb  
Fix bug introduced by FNA upgrade. I think FNA or one of its dependencies fixed a bug with the pipe key being mislabeled as the backslash key. It does have a backslash on it, but only upon shift.
r692:c4b7ed89d5e5  
Update TODO.taskpaper.
r691:c453ca31e403  
Small tweak for performance. Did some easy changes that seem to make a small difference.
load next