Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: TypeScriptify Games #2966

Closed
wants to merge 1 commit into from

Conversation

phroggster
Copy link
Collaborator

@phroggster phroggster commented Jan 13, 2025

Convert Games to TypeScript

  • Converted everything related to games over to TypeScript.
    • Excluding the game-manager and built-in game loader.
  • Culled several needless helix calls from games (thanks for the nudge Dennis!).
  • Found and squished a few obscure bugs along the journey.
  • Probably added a dozen more random bugs, though...
  • Apparently currency selection controls don't respect the required flag?
    • But it was like that before I came along, so don't blame me.

If and when this PR gets properly reviewed, tested, and merged, you must also merge firebot-custom-scripts-types#35 to expose these changes to third-party scripts.

Applicable Issues

None

Testing

Some. This will need some more thorough testing prior to merge, though.

Screenshots

N/A

- Converted everything related to games over to typescript.
  - Excluding the game-manager and built-in game loader.
- Culled several needless helix calls from games.
- Found and squished a few obscure bugs along the journey.
- Probably added a dozen more random bugs, though...
- Apparanty currency selection controls can't be "required?"
- rev.2: now with more JSDoc and less derp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants