pokerogue/src/@types
NightKev 0107b1d47e
[Refactor] Create global scene variable (#4766)
* Replace various `scene` pass-arounds with global scene variable

* Modify tests

* Add scene back to `fade[in|out]()` calls

Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>

* Fix Bug Superfan ME test

Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>

* Re-enable fixed test

Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>

* Rename `gScene` to `globalScene`

* Move `globalScene` to its own file to fix import/async issues

* Fix `SelectModifierPhase` tests

* Fix ME tests by removing `scene` from `expect()`s

* Resolve merge issues

* Remove tsdocs referencing `scene` params

Remove missed instances of `.scene`

* Remove unnecessary `globalScene` usage in `loading-scene.ts`

* Fix merge conflicts

* Attempt to fix circular import issue

* Found the source of the import issue

* Fix merge issues

---------

Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
2025-01-12 15:33:05 -08:00
..
common.ts [Refactor] Create global scene variable (#4766) 2025-01-12 15:33:05 -08:00
i18next.d.ts [Refactor] Create global scene variable (#4766) 2025-01-12 15:33:05 -08:00
PokerogueAccountApi.ts [Refactor] Pokerogue API client (#4583) 2024-11-04 15:57:21 -05:00
PokerogueAdminApi.ts [Refactor] Pokerogue API client (#4583) 2024-11-04 15:57:21 -05:00
PokerogueApi.ts [Refactor] Pokerogue API client (#4583) 2024-11-04 15:57:21 -05:00
PokerogueDailyApi.ts [Refactor] Pokerogue API client (#4583) 2024-11-04 15:57:21 -05:00
PokerogueSavedataApi.ts [Refactor] Pokerogue API client (#4583) 2024-11-04 15:57:21 -05:00
PokerogueSessionSavedataApi.ts [Telemetry][Misc] Client-Side changes to log run results at the end of runs (#4834) 2024-11-10 00:37:09 -05:00
PokerogueSystemSavedataApi.ts [Refactor] Pokerogue API client (#4583) 2024-11-04 15:57:21 -05:00
UserInfo.ts [Refactor] Pokerogue API client (#4583) 2024-11-04 15:57:21 -05:00