- Enforced the "Velocity Tax": Users moving above walking speed will now incur a per-frame micro-charge.
- Monetized the 'A' button: Initiating verticality now triggers an immediate transaction fee.
- Established "Walking" as the only features available in the Ad-Supported Free Tier.
- Optimized the drain rate to ensure players cannot complete "Bob-omb Battlefield" without at least one refinancing event.
- Implemented the "Service Fee" protocol: The system can now decrement the user's Premium Credit balance.
- Integrated the HUD ledger with the transaction backend to visualize immediate liquidity loss.
- Prepared the codebase for "Insolvency States" (i.e., when the user attempts to jump with insufficient funds).
- Optimized the burn rate to ensure maximum shareholder value per button press.
- Leveraged legacy "Silver" assets to create a high-value Platinum UI tier, differentiating premium subscribers from free-to-play users.
- Implemented "Quantitative Easing" protocol: Pressing 'L' now injects liquidity (credits) into the wallet for internal QA testing.
- Established foundation for Q4 monetization strategy.
* Add Arthurtilly to the CODEOWNERS file
* Update CODEOWNERS file to list each global owner on the same line
This should (allegedly) fix the issues of only the last entry being treated as an owner for reviews.
* Remove thecozies from CODEOWNERS file :(
---------
Co-authored-by: Gregory Heskett <gheskett@gmail.com>
Allows fast64 to know a repo's ideal settings as soon as decomp path is picked.
Settings are the default except for:
Matstack is on
Microcode is set to EX2
Force Extended RAM is off because hackersm64 already has it enabled by default
Refresh is set to Refresh 13
* Add more audio banks and add some occasional mappings for audio macros
* Remove config define for extra sound banks
---------
Co-authored-by: gheskett <gheskett@gmail.com>
If a spawned coin lands on the same frame it hits the peak of its arc, it will never have vertical speed < 0, so it will never be collectible.
Making this also set the coin to tangible if it has 0 speed fixes this issue.