pokerogue/src
Wlowscha 9a92f98f63
[Refactor] Move type definitions away from game-data.ts (#6487)
* Move type definitions away from game-data.ts

* Update src/@types/data-types.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Renamed file to save-data.ts

* Fixed broken import

* Moved some ui files

* Run biome, fix broken import

* Fixed one more broken input
2025-09-10 14:09:33 -05:00
..
@types [Refactor] Move type definitions away from game-data.ts (#6487) 2025-09-10 14:09:33 -05:00
configs/inputs [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
constants [Misc] Fix console log colors 2025-09-07 10:58:40 -07:00
data [Refactor] Move type definitions away from game-data.ts (#6487) 2025-09-10 14:09:33 -05:00
enums [Docs] Fixup typedoc warnings (#6540) 2025-09-10 13:35:55 -05:00
events [Docs] Fixup typedoc warnings (#6540) 2025-09-10 13:35:55 -05:00
field [Refactor] Move type definitions away from game-data.ts (#6487) 2025-09-10 14:09:33 -05:00
global-vars [Refactor] Merged interfaces/ into @types/; removed runtime orphan modules 2025-06-07 17:28:01 -07:00
init [Refactor][UI/UX] Reorganize UI files (#6503) 2025-09-07 13:05:40 -07:00
modifier [Docs] Fixup typedoc warnings (#6540) 2025-09-10 13:35:55 -05:00
phases [Refactor] Move type definitions away from game-data.ts (#6487) 2025-09-10 14:09:33 -05:00
pipelines [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
plugins [Refactor] Move type definitions away from game-data.ts (#6487) 2025-09-10 14:09:33 -05:00
sprites [Dev] Enable Biome import sorting (#6052) 2025-07-13 00:21:25 -07:00
system [Refactor] Move type definitions away from game-data.ts (#6487) 2025-09-10 14:09:33 -05:00
typings [Test] Port over + augment remaining test matchers from pkty (#6159) 2025-08-02 15:35:06 -07:00
ui [Refactor] Move type definitions away from game-data.ts (#6487) 2025-09-10 14:09:33 -05:00
utils [Refactor] Move type definitions away from game-data.ts (#6487) 2025-09-10 14:09:33 -05:00
account.ts [Bug] [Beta] Fix renaming runs (#6268) 2025-08-14 16:57:01 -05:00
battle-scene.ts [Docs] Fixup typedoc warnings (#6540) 2025-09-10 13:35:55 -05:00
battle.ts [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
constants.ts [Misc] Fix circular dep (#6361) 2025-08-23 10:00:00 -05:00
game-mode.ts [Docs] Fixup typedoc warnings (#6540) 2025-09-10 13:35:55 -05:00
global-event-manager.ts [Dev] Enable Biome import sorting (#6052) 2025-07-13 00:21:25 -07:00
global-scene.ts [Dev] Enable Biome import sorting (#6052) 2025-07-13 00:21:25 -07:00
inputs-controller.ts [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
loading-scene.ts [UI/UX] Add language selection to login screen (#6302) 2025-09-10 13:53:57 -05:00
main.ts [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
messages.ts [Docs] Fixup typedoc warnings (#6540) 2025-09-10 13:35:55 -05:00
overrides.ts [Dev] Generate moveset when using player Species override (#6039) 2025-08-19 00:01:18 +00:00
phase-manager.ts [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
phase.ts [Test] Removed deprecated functions from phase interceptor (#6195) 2025-08-19 19:54:40 -05:00
polyfills.ts [Dev] Add support for manually rolling polyfills. Add polyfill for promise.withResolvers (#6103) 2025-07-19 09:06:32 -07:00
scene-base.ts [Dev] Enable Biome import sorting (#6052) 2025-07-13 00:21:25 -07:00
starting-wave.ts [Dev] Enable Biome import sorting (#6052) 2025-07-13 00:21:25 -07:00
timed-event-manager.ts [Misc] Added chance for alt title logo (#6182) 2025-08-07 21:24:33 -04:00
touch-controls.ts [Bug] Make touch events prevent pointer events (#6528) 2025-09-10 13:59:21 -05:00
tutorial.ts [Refactor][UI/UX] Reorganize UI files (#6503) 2025-09-07 13:05:40 -07:00
ui-inputs.ts [UI/UX][Refactor] Moved and renamed some ui files (#6538) 2025-09-10 10:42:38 -05:00
vite.env.d.ts [Test] Port over + augment remaining test matchers from pkty (#6159) 2025-08-02 15:35:06 -07:00