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

Evil team admins. #9

Closed

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    bf783b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    0ae5ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b96adb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a636ec8 View commit details
    Browse the repository at this point in the history
  4. current things.

    CodeTappert committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f228ae3 View commit details
    Browse the repository at this point in the history
  5. rename

    CodeTappert committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    41e4fb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8e029f View commit details
    Browse the repository at this point in the history
  7. Revert debug changes

    CodeTappert committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bd640bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0000e2b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. [Optimization] Destroy LoadingScene when done (after beta rebase) (pa…

    …gefaultgames#3215)
    
    * destroy loading-scene when done
    
    - unused event listeners are shut off
    - children are removed
    - `loading_bg` will be removed after transition is finished
    - Added some simple types for `rex` plugins
    
    * fix tests
    
    * fix pokemonSprite.test.ts
    
    on local runs it would include hidden dirs like `.DS_store`. Any files starting with `.` is now excluded
    
    * add `mockGameObjectCreator` and use in `gameWrapper`
    
    * add battle-scene.test.ts
    
    add test to verify that LoadingScene is being removed on `BatleScene.create()` call
    
    * update types usage for phaser3-rex-plugins
    
    * remove phaser-extensions.d.ts
    
    fk you typedoc...
    flx-sta authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    29aa1a6 View commit details
    Browse the repository at this point in the history
  2. [Dependencies] Update to resolve install warnings (after beta rebase) (

    pagefaultgames#3213)
    
    * bump up `vitest` and `eslint` version to resolve inflight warning...
    
    - remove and disable `eslint-plugin-import` due to not supporting `eslint@9` yet (can be reactivated later)
    - bump `eslint` to `9.7.0`.
      - bump `@typescript-eslint/eslint-plugin` to `8.0.0-alpha.54`
      - update `@typescript-eslint/parser` to `8.0.0-alpha.54`
      - update `typescript-eslint` to `8.0.0-alpha.54`
    - update `vitest` to `2.0.4`
      - update `@vitest/coverage-istanbul` to `2.0.4`
    
    * remove `vite-plugin-fs` dependency...
    
    - removed `api-generatort-script.ts` file (this was in consultations with devs https://discord.com/channels/1125469663833370665/1250836282926436413/1266469312609259550)
    
    * bump `vite` to version 5
    
    * fix pokemonSprite.test.ts to run locally
    
    It should ignore hidden (starting with `.`) files!
    
    * migrate some `typescript-eslint` to @stylistic/eslint-plugin-ts
    
    as stated here: https://typescript-eslint.io/blog/deprecating-formatting-rules#upgrading-to-eslint-stylistic
    
    - fix eslint complaints inside `i18next.d.ts`
    
    * delete `pokenode-ts` dependency
    
    * remove `phaser3spectorjs`
    
    It's a WebGL debugging tool but I've never seen anyone using it
    
    * remove `axios` and `axios-cache-interceptor` dependency
    
    They are unused
    
    * remove unused `json-beautify` dependency
    
    * move `dependency-cruiser` to dev dependencies
    
    * Revert "remove `phaser3spectorjs`"
    
    This reverts commit 725e681.
    
    * fix pokemonSprite.test.ts (invert condition)
    
    whops..
    
    * move `@hpcc-js/wasm` to devDependencies
    
    See pagefaultgames#2275
    
    * move `@types/jsdom` to devDependencies
    
    See pagefaultgames#2275
    
    * update package-lock.json
    flx-sta authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cb7dbe6 View commit details
    Browse the repository at this point in the history
  3. [Move] Implement Flame Burst (after beta fix) (pagefaultgames#3239)

    * add integration tests
    
    * account for magic guard
    
    * update test name
    
    * remove test code
    
    * fix magic guard interaction
    
    * set 1 as min damage
    
    * fix tests
    
    * only apply magic guard attr if ally is active
    
    * nit: remove new line
    
    * update docs
    
    * add the move attr
    torranx authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    208f5af View commit details
    Browse the repository at this point in the history
  4. [Ability] Fully implement Pastel Veil, update Sweet Veil (after beta …

    …fix) (pagefaultgames#3208)
    
    * ful implement pastel veil, update sweet veil
    
    * improve docs
    
    * update docs
    
    * cleanup attrs
    torranx authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5b4a248 View commit details
    Browse the repository at this point in the history
  5. [Bug] Update vite-minify-json-plugin.ts (pagefaultgames#3238)

    Fix minify Jain plugin running in vite serve mode
    flx-sta authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0b9d9b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6a0115 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07b1cf8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7459f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cce68f6 View commit details
    Browse the repository at this point in the history
  10. [Enhancement] improve passive and win filters by applying new Tri…

    …-state toggle dropdown in the starter select UI (pagefaultgames#3252)
    
    * split unlocks filter into shiny and passive
    
    * update tri state dropdown. apply it to passive and win dropdown
    KimJeongSun authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0ad4986 View commit details
    Browse the repository at this point in the history
  11. [Tests] Test for Ability Magic Guard (pagefaultgames#3253)

    * Drafted testable conditions for Magic Guard
    
    * Weather Test
    
    * Update src/test/abilities/magic_guard.test.ts
    
    InnerThunder
    
    Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
    
    * Implemented checks for poison/toxic/burn
    
    * Added tests for recoil moves and volatile status
    
    * Added tests for entry hazards
    
    * Moved overrides to top
    
    * Gave player Pokemon the passive Unnerve to prevent random berry interference
    
    * Added tests for ability interactions
    
    * Added reference link
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
    3 people authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ebbdc33 View commit details
    Browse the repository at this point in the history
  12. [Bug] Fix blinds animation (pagefaultgames#3254)

    so the blinds animation is not broken when using Save & Quit
    flx-sta authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d3dba2e View commit details
    Browse the repository at this point in the history
  13. [Bug] block input while waiting for transition to prevent changing st…

    …arter during move select and in nature menu (pagefaultgames#2342)
    
    * block input while waiting for transition
    
    * block input while waiting for the nature menu
    scottarrr authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3fbab84 View commit details
    Browse the repository at this point in the history
  14. [Localization] Add missing curly braces in localization strings (page…

    …faultgames#3258)
    
    * Add missing } in the german localization strings
    
    * Checked all languages
    CodeTappert authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    74064d0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    41fa47d View commit details
    Browse the repository at this point in the history
  16. Revert this

    CodeTappert committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    50dbaf6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    49f4e5f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2900f22 View commit details
    Browse the repository at this point in the history
  19. [Move] Psycho Shift treats Comatose as Sleep (pagefaultgames#1780)

    * comotose + psycho_shift
    
    * condensed conditional for psycho shift
    
    ---------
    
    Co-authored-by: Tempoanon <163687446+Tempo-anon@users.noreply.github.com>
    CarsonVB and Tempo-anon authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    64ca6dd View commit details
    Browse the repository at this point in the history
  20. [Bug] Fix Toxic Chain applying for non-damaging moves (pagefaultgames…

    …#1814)
    
    * Fix Toxic Chain applying for non-damaging moves
    
    * Addressing code review to change a boolean to a PokemonAttackCondition
    
    * Adding comments to introduced methods
    
    * Update src/data/ability.ts
    
    ---------
    
    Co-authored-by: Tempoanon <163687446+Tempo-anon@users.noreply.github.com>
    drew9696 and Tempo-anon authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    78c3906 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    54ee2f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    495284a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a4546 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e416a26 View commit details
    Browse the repository at this point in the history
  5. [Localization] Localize prevent berry ability phase and translate (pa…

    …gefaultgames#3231)
    
    * localization prevent berry phase (unnerve)
    
    * Update src/locales/fr/ability-trigger.ts
    
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    
    * Update src/locales/de/ability-trigger.ts
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    
    * Update src/locales/zh_CN/ability-trigger.ts
    
    Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
    
    * Update src/locales/zh_TW/ability-trigger.ts
    
    Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
    
    * Update src/locales/pt_BR/ability-trigger.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    
    * Update src/locales/de/ability-trigger.ts
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    
    * Update src/locales/it/ability-trigger.ts
    
    Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
    
    * Update src/locales/es/ability-trigger.ts
    
    ---------
    
    Co-authored-by: 송지원 <jiwsong@gmarket.com>
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
    7 people authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7f8ddb5 View commit details
    Browse the repository at this point in the history
  6. [Enhancement] Optimize updateScroll function in starter select UI (pa…

    …gefaultgames#3268)
    
    * optimize updateScroll function to update only the container within the screen
    
    * fix eslint
    KimJeongSun authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9531e64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfc44ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e30b960 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. [QoL] Making the transfer button show which pokemon can have items be…

    … transferred to them (pagefaultgames#2503)
    
    * Basic version of code for updating party ui name to be red when at max stack
    
    * Updated text to be red when pokemon is at max stack
    
    * Removed some comments and fixed a private property issue
    
    * Fixed a const instead of a let statement, and added some comments on the logic
    
    * Accidentally broke last commit. Intentionally fixed this commit
    
    * Updated the code to not have red text for pokemon name as that was too confusing with fainted pokemon. Now the party slot has a descriptor label which can be used to set the text to show if the pokemon is able/not able to receive the transfer items
    
    * Updated transfer logic to use new isTransferrable property instead of getTransferrable method and merged with latest
    Opaque02 authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fdbdb86 View commit details
    Browse the repository at this point in the history
  2. [Localization] Some missing French translations in menu-ui-handler an…

    …d achv (pagefaultgames#3276)
    
    * Update menu-ui-handler.ts
    
    * Update achv.ts
    Adri1 authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1d616d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dda6f5 View commit details
    Browse the repository at this point in the history
  4. [Sprite] Add female Ursaring variant palettes (pagefaultgames#3282)

    * [Sprite] Female Ursaring variant fronts
    
    Taken from male counterpart
    
    * [Sprite] Female Ursaring variant backs
    
    Taken from male counterpart
    
    * [Sprite] Female Ursaring variants
    chaosgrimmon authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b0f8f0e View commit details
    Browse the repository at this point in the history
  5. [Bug] fix stuck/sprite issue with double battle player pokemon both d…

    …ied same turn then wins battle with one bench pokemon only (pagefaultgames#3266)
    allen925 authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c1595bf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    69e4ed9 View commit details
    Browse the repository at this point in the history
  2. [Sprite] Victreebil's stem not connected to the head (pagefaultgames#…

    …3292)
    
    * [Fix][Sprite] 4083 Galarian Farfetch'd exp
    
    Fixed cropped feet on exp for default & shiny.
    Rearranged spritesheet to fit new size.
    Both sritesheets have identical sprite framing.
    Both json are identical.
    
    * [Sprite] 71- Fixed  missing stem
    
    fixed missing stem segment on victreebil's head
    default and shiny
    png positions are identical
    json are identical
    pom-eranian authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    17cc8b5 View commit details
    Browse the repository at this point in the history
  3. [Bug] fixed switch out bug when fainted single -> double (pagefaultga…

    …mes#3288)
    
    Mirror of PR pagefaultgames#1333. Thanks to 0zuzu (https://github.com/0zuzu) for providing the original fix.
    
    Co-authored-by: 0zuzu <63069680+0zuzu@users.noreply.github.com>
    flx-sta and 0zuzu authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    89d38a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeafe0f View commit details
    Browse the repository at this point in the history
  5. [Localization] Localize pokemon form change message and translate (pa…

    …gefaultgames#3275)
    
    * localize form change message (test required)
    
    * Update src/locales/fr/pokemon-form.ts
    
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    
    * Update src/locales/pt_BR/pokemon-form.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    
    * Update src/locales/zh_CN/pokemon-form.ts
    
    Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
    
    * Update src/locales/zh_TW/pokemon-form.ts
    
    Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
    
    * Update src/locales/de/pokemon-form.ts
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    
    * Update src/locales/it/pokemon-form.ts
    
    Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
    6 people authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5d3458b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e042daf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9655ddc View commit details
    Browse the repository at this point in the history
  8. [Documentation] Document EnemyCommandPhase and Enemy AI functions (p…

    …agefaultgames#3092)
    
    * Create enemy-ai.md
    
    * Finish enemy-ai doc
    
    * Fix outspeed logic + document enemy command functions
    
    * Fix errors in target score formula
    
    * Add example section and implementation guidelines
    
    * Add info on matchup score range
    
    * Fix GitHub rendering issues (maybe)
    
    * Add types to function comments
    
    * Trying to fix GitHub rendering issues again
    
    * Use images for "cases" equations instead
    innerthunder authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ffb7f17 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f9ffab View commit details
    Browse the repository at this point in the history
  10. [Sprite] Shiny animated Clawitzer using wrong palette (pagefaultgames…

    …#3297)
    
    * [Sprite] Recolour shiny Clawitzer
    
    Palette taken from back counterpart
    
    * [Sprite] Recolour shiny Clawitzer
    
    Palette taken from back counterpart
    chaosgrimmon authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    abbf497 View commit details
    Browse the repository at this point in the history
  11. [Enhancement] Allow Starters to Remember Egg Moves (pagefaultgames#2482)

    * Allow Starters to Remember Egg Moves
    
    * Adjust Documentation
    
    * Minor NIT
    xsn34kzx authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    302f1e5 View commit details
    Browse the repository at this point in the history
  12. [Bug] Fix affixes appearing when they shouldn't (pagefaultgames#3236)

    * [Hotfix] Fix interactions of some moves not changing types (pagefaultgames#3183)
    
    * [Hotfix] Fix wild spawns not having their HA (pagefaultgames#3190)
    
    * Fix some cases of wrong affixes
    
    * There are two trainer send out messages
    
    ---------
    
    Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
    Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
    3 people authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e5f458d View commit details
    Browse the repository at this point in the history
  13. [Enhancement] Add female and double grunts (pagefaultgames#3280)

    * Add female and double grunts, add localizations
    
    * Update src/locales/fr/trainers.ts
    
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    
    * Update src/locales/it/trainers.ts
    
    Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
    
    * Update src/locales/ko/trainers.ts
    
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    
    * Update src/locales/pt_BR/trainers.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    
    * Update trainers.ts
    
    ---------
    
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    5 people authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    52ef92a View commit details
    Browse the repository at this point in the history
  14. Disable egg gacha in rewards (pagefaultgames#3304)

    * chore: Refactor excludedMenus logic in MenuUiHandler
    
    * Refactor excludedMenus logic in MenuUiHandler
    
    * Update src/ui/menu-ui-handler.ts
    
    Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
    
    * Refactor excludedMenus logic in MenuUiHandler
    
    * chore: Add setup method to MenuUiHandler
    
    * Refactor excludedMenus logic in MenuUiHandler
    
    ---------
    
    Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
    f-fsantos and flx-sta authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3a87c86 View commit details
    Browse the repository at this point in the history
  15. hotfix cursor selection

    f-fsantos committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0d406b1 View commit details
    Browse the repository at this point in the history
  16. explicit check for options

    f-fsantos committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2f83e6e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9f68ba8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    263924f View commit details
    Browse the repository at this point in the history
  19. [Sprite] Wo-Chien back sprite (pagefaultgames#3307)

    * [Fix][Sprite] 4083 Galarian Farfetch'd exp
    
    Fixed cropped feet on exp for default & shiny.
    Rearranged spritesheet to fit new size.
    Both sritesheets have identical sprite framing.
    Both json are identical.
    
    * [Fix][Sprite] 1001 Wo-Chien exp fix
    
    cleaned up tips of antlers
    slightly improved back sprite
    default + shiny. identical json, identical framing
    pom-eranian authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    03ba575 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. [Localization] Small batch of missing French entires (pagefaultgames#…

    …3309)
    
    * Update trainers.ts
    
    * Update bgm-name.ts
    
    * Update bgm-name.ts
    Adri1 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6c6dc01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc8b708 View commit details
    Browse the repository at this point in the history
  3. [Bug] Weather should be reset upon arena reset (pagefaultgames#3301)

    * `resetArenaEffects()` should also reset weather
    
    * Update function doc
    DayKev authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e181246 View commit details
    Browse the repository at this point in the history
  4. [Test] added revive function in gameManager & a double-battle test (p…

    …agefaultgames#3298)
    
    * added revive function in gamaManager & a double-battle test
    
    * extended timeout of double battle test referencing to battle test
    
    * less code, deleted unused param, clearer description of test
    
    * add back dbond to move in test
    
    * more straight forward testing
    
    * reverse back override
    
    * polish double battle test a bit
    allen925 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3055d45 View commit details
    Browse the repository at this point in the history
  5. [Localization] add missed move trigger and remove getPokemonMessage (p…

    …agefaultgames#3281)
    
    * localize missed move-trigger message and remove redundant getPokemonMessage
    
    * Update src/locales/zh_CN/move-trigger.ts
    
    Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
    
    * Update src/locales/zh_TW/move-trigger.ts
    
    Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
    
    * Update src/locales/de/move-trigger.ts
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    
    * Update src/data/move.ts
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    
    * Update src/locales/de/move-trigger.ts
    
    Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
    
    * Update src/locales/zh_TW/move-trigger.ts
    
    Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
    
    * Update src/locales/zh_CN/move-trigger.ts
    
    Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
    
    * Update src/locales/fr/move-trigger.ts
    
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    
    * Update src/locales/it/move-trigger.ts
    
    Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
    
    * Revert "Update src/data/move.ts"
    
    This reverts commit 4dd6130.
    
    * fix italian param error
    
    * Update src/locales/de/move-trigger.ts
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    
    * Update src/locales/de/move-trigger.ts
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    
    * Update src/locales/pt_BR/move-trigger.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    
    ---------
    
    Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    6 people authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ec27c14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdc4826 View commit details
    Browse the repository at this point in the history
  7. [Localization] Fresh Start challenge entries added to French locales (p…

    …agefaultgames#3317)
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    Adri1 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    67babd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32496fa View commit details
    Browse the repository at this point in the history
  9. [Sprite/Misc] Repo Icon cleanup (pagefaultgames#3311)

    * [Sprite] Missing Gen 7 variant icons
    
    Taken from current icon spritesheet
    
    * [Sprite] Remove non-Gen 6 icon
    
    * Delete public/images/pokemon/icons/variant/6/742_3.png
    
    * Delete public/images/pokemon/icons/variant/6/743_2.png
    
    * Delete public/images/pokemon/icons/variant/6/743_3.png
    
    * Delete public/images/pokemon/icons/variant/6/777_2.png
    
    * Delete public/images/pokemon/icons/variant/6/777_3.png
    
    * Delete public/images/pokemon/icons/variant/6/779_2.png
    
    * Delete public/images/pokemon/icons/variant/6/779_3.png
    
    * Delete public/images/pokemon/icons/variant/6/354-mega_2.png
    
    * Delete public/images/pokemon/icons/variant/6/354-mega_3.png
    
    * [Sprite] Missing Mega Banette variant icons
    
    Taken from the Gen 6 variant icon folder
    
    * [Sprite] Missing Poltchageist/Sinistcha form icons
    
    Renamed duplicates of alternate forms
    chaosgrimmon authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    bb6ec94 View commit details
    Browse the repository at this point in the history
  10. [Refactor] Refactored duplicated code into a common Pokemon#leaveFiel…

    …d() function (pagefaultgames#3310)
    
    * refactor duplicated code into leaveField function
    
    * replace bugfix code
    snoozbuster authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a2a1f3e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    800abc4 View commit details
    Browse the repository at this point in the history
  12. [Enhancement] Add confirm exit popup in starter select UI (pagefaultg…

    …ames#3316)
    
    * add confirmExit popup
    
    * add translation entries for `confirmExit`
    
    * Update src/ui/starter-select-ui-handler.ts
    
    Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
    KimJeongSun and torranx authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d20b755 View commit details
    Browse the repository at this point in the history
  13. [Balance] Give Dipplin Dragon Cheer as a relearn move, give Applin Ma…

    …tcha Gotcha as egg move instead (pagefaultgames#3291)
    
    * Change Relearn Move
    
    * Change Egg Move
    Blitz425 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    cd1c810 View commit details
    Browse the repository at this point in the history
  14. [Refactor] Merged implementation of CutHpStatBoostAttr moves (pagefau…

    …ltgames#3255)
    
    * Merged implementation of CutHpStatBoostAttr moves
    
    * Fixed failure check
    
    * Fixed Belly Drum details
    
    * Moved comment
    
    * Tests for involved moves
    
    * Fixed belly drum reference
    
    * Added localization
    
    * Manual merge
    
    * Fixed issues discovered by Temp
    
    * Updated moveset overrides to match new format
    
    * Implementing Torranx's fixes
    
    * Localized Belly Drum message to Belly Drum's initialization
    
    * Post Caffeine Activation
    
    * Actual Caffeine Fix-TypeDoc Test
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    frutescens and Frutescens authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3fa2088 View commit details
    Browse the repository at this point in the history
  15. [Sprite] Move Victini graphics to Generation 5 atlases (pagefaultgame…

    …s#3320)
    
    * Move Victini graphics to Generation 5 atlases
    
    * Minor change
    Madmadness65 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    153d8ba View commit details
    Browse the repository at this point in the history
  16. [Feature] Implement generic evil team admins (pagefaultgames#3234)

    * [Hotfix] Fix interactions of some moves not changing types (pagefaultgames#3183)
    
    * [Hotfix] Fix wild spawns not having their HA (pagefaultgames#3190)
    
    * Add evil admin placeholder images
    
    * Add admin names to locale files
    
    * Add evil team admin dialogue
    
    * Added new sprites
    
    * Make simple admin trainer pools
    
    * Add Korean localization
    
    * Increase evil boss money multiplier from 2.25 to 2.5
    
    ---------
    
    Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
    Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
    3 people authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7048fbe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    10aa85e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    42d00e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdcf215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca64c4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d879436 View commit details
    Browse the repository at this point in the history
  5. Update phases.ts

    Fixed a linting problem
    Tempo-anon authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    22349da View commit details
    Browse the repository at this point in the history
  6. [Enhancement] Improvements to starter selection and filtering user ex…

    …perience (pagefaultgames#3325)
    
    * [filter-ui] Improvements to starter selection and filtering user experience
    Original messages of 14 squashed commits:
    * final cleanup and code comments
    * automatically go to the list of starters when closing filters
    * FilterBar cleanup. Associate each DropDown with an id and access them through it
    * reset all filters when creating a new game. Set different default gen filter for challenge mode
    * start of code cleanup plus some documentation
    * fix filter bar label coloring for legacy theme
    * change generation filter default values to be all generations selected
    * fix navigation between team and filtered Pokemon
    * add missing localisation keys
    * first pass at improving navigation between the UI elements
    * have each filter group handle its default values instead of the filter bar
    * revamp dropdown class. add possibility to display both a sprite and text label at the same time
    * groundwork to be able to move around starter ui elements more easily
    * add hybrid filtering type for Gen and Type filters, clean up implementation for radial type
    
    * [loc][ko][zh] localisation of starter ui filters for Chinese and Korean
    
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
    
    * [loc][de] German translations for the filters
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    4 people authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0796a9f View commit details
    Browse the repository at this point in the history
  7. [Bug] Fix blocking menu when 6 starter selected (pagefaultgames#3333)

    * fix bug of block menu when 6 starter
    
    * update comment
    
    * update comment again
    KimJeongSun authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    8b8ac41 View commit details
    Browse the repository at this point in the history
  8. [Bug] Fix evil team admins (pagefaultgames#3341)

    * Rename `flare_admin_m copy.json` to `flare_admin_f.json`
    
    * Also fix the Magma Admins
    DayKev authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0241abc View commit details
    Browse the repository at this point in the history
  9. [Localization] Fix some errors and transalte admin dialogue (pagefaul…

    …tgames#3335)
    
    * Bring german translation up to date by fixing some errors and translating the admin dialogue
    
    * Update src/locales/de/move-trigger.ts
    CodeTappert authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6ce3468 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    491f801 View commit details
    Browse the repository at this point in the history
  11. [Localization] Small batch of French localization/adjustments (pagefa…

    …ultgames#3339)
    
    * Update filter-bar.ts
    
    * Update trainers.ts
    
    * Update trainers.ts
    
    * Update starter-select-ui-handler.ts
    
    * Update starter-select-ui-handler.ts
    Adri1 authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    fdf2083 View commit details
    Browse the repository at this point in the history
  12. Update move.ts

    Mark future sight and doom desire as partial
    Tempo-anon authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6f82d9c View commit details
    Browse the repository at this point in the history
  13. Update move.ts

    Fixed accidentally added commas
    Tempo-anon authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    84d8961 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d27e764 View commit details
    Browse the repository at this point in the history
  15. [Sprite] Trim Skeledirge back exp palettes (pagefaultgames#3350)

    * [Sprite] Trim Skeledirge exp back palette
    
    * [Sprite] Trim Skeledirge shiny back exp palette
    chaosgrimmon authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0572ac4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    a8bb6e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6da93a View commit details
    Browse the repository at this point in the history
  3. [Bug] Fix Make It Rain and Clanging Scales stat drop trigger logic (p…

    …agefaultgames#3355)
    
    * Fix Make It Rain + Clanging Scales stat drop logic
    
    * Use "includes" instead of "<" for firstTarget logic instead
    innerthunder authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    32d4102 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a301507 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68d3d27 View commit details
    Browse the repository at this point in the history
  6. [Bug] Player pokemon shouldn't generate an NPC moveset (pagefaultgame…

    …s#3356)
    
    * Player pokemon shouldn't generate an NPC moveset
    
    * Make sure Keldeo starts new runs in the correct form
    DayKev authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    063e6db View commit details
    Browse the repository at this point in the history
  7. [GH] Replace Feature request template with form (pagefaultgames#3126)

    * replace feature_request.md with feature_request.yml (form)
    
    * fix typo and formatting in feature_request.yml
    flx-sta authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    97e3623 View commit details
    Browse the repository at this point in the history
  8. [Bug,Enhancement] Fix and improve Starter selector UI (pagefaultgames…

    …#3340)
    
    * apply offset to all hybrid filter
    
    * make dropDownType to public for offsetHybridFilter function
    
    * refactoring defaultSettings to additional suport default cursor.
    
    * fix to remember last cursor on hover mode
    
    * remove unnecessary reset code
    
    * fix sort reset function
    
    * update resetFilter function
    
    * update requested changes
    
    * remove log msg
    
    * fix checking default on sort
    
    * refactoring hasDefaultValues function for readability
    
    * fix lastdir bug
    KimJeongSun authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    91b3213 View commit details
    Browse the repository at this point in the history
  9. [Enhancement] add filters for pokerus, HA, cost reduction (pagefaultg…

    …ames#3343)
    
    * add filters for pokerus, HA, cost reduction
    
    * add entries for translation
    
    * Update src/ui/starter-select-ui-handler.ts
    
    Co-authored-by: MokaStitcher <54149968+MokaStitcher@users.noreply.github.com>
    
    * Update src/ui/starter-select-ui-handler.ts
    
    Co-authored-by: MokaStitcher <54149968+MokaStitcher@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: MokaStitcher <54149968+MokaStitcher@users.noreply.github.com>
    KimJeongSun and MokaStitcher authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d323817 View commit details
    Browse the repository at this point in the history
  10. [Bug] Sand Spit should only activate when hit with a damaging move (p…

    …agefaultgames#3337)
    
    * Sand Spit should only activate when hit with a damaging move
    
    * Add tests for Sand Spit
    DayKev authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0a77dcd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a58d1b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. [Bug] Cosplay Pikachu and Rotom forms not starting with signature mov…

    …es (pagefaultgames#3365)
    
    Changed the level of the signature moves for Cosplay Pikachu and Rotom forms to be 1 instead of 0.
    ElizaAlex authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1ec7190 View commit details
    Browse the repository at this point in the history
  2. [Localization] Updated Portuguese filter-bar.ts and confirmExit in th…

    …e starter select UI (pagefaultgames#3363)
    
    * [Localization] Updated Portuguese filter-bar.ts and confirmExit in the starter select UI
    
    * typo
    josericardo-fo authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    dba2adf View commit details
    Browse the repository at this point in the history
  3. [Balance] Set White Herb weight to 0 (pagefaultgames#3366)

    * Old Yeller White Herb
    
    * ESLint, the accident was 5 years ago, you need to move on
    
    * 'It is nothing, it is nothing...' -Archduke Franz Ferdinand
    Fontbane authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1711b6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aa2c21 View commit details
    Browse the repository at this point in the history
  5. [QoL] Change Dex filter name to Caught (pagefaultgames#3361)

    * change filter name `Dex` to `Caught`
    
    * fix mis changed entry
    
    * Update src/locales/fr/filter-bar.ts
    
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    
    * Update src/locales/de/filter-bar.ts
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    
    * Update src/locales/pt_BR/filter-bar.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    
    * Update src/locales/ko/filter-bar.ts
    
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    
    * Update src/locales/zh_CN/filter-bar.ts
    
    Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
    
    * Update src/locales/zh_TW/filter-bar.ts
    
    Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
    6 people authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    20e52ed View commit details
    Browse the repository at this point in the history
  6. [Localization][ko] Translate missed texts in filter bar. (pagefaultga…

    …mes#3370)
    
    * Add missed translation and fix wrong message key
    
    * change some text
    
    * Update src/locales/ko/filter-bar.ts
    
    * Update src/locales/ko/filter-bar.ts
    
    * Add confirmExit translation
    EnochG1 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    151e264 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e81b50 View commit details
    Browse the repository at this point in the history
  8. [Test] Stylistic consistency pass on tests (pagefaultgames#3378)

    * Modify tests to use overrides helper functions
    
    * Apply stylistic consistency to overrides in tests
    
    Also remove some non-test-related expects()
    DayKev authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    877d0c6 View commit details
    Browse the repository at this point in the history
  9. [Sprite] Clean up extra Drifblim-related files (pagefaultgames#3371)

    * Delete public/images/pokemon/variant/back/426_3.png
    
    * Delete public/images/pokemon/variant/back/426_3.json
    chaosgrimmon authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ed1605d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b0c305 View commit details
    Browse the repository at this point in the history
  11. [Localization] More French adjuestments (pagefaultgames#3382)

    * Update battle.ts
    
    * Update starter-select-ui-handler.ts
    
    * Update battle.ts
    Adri1 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3a4eea5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f14bc1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af56eee View commit details
    Browse the repository at this point in the history
  14. Dateien removed

    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e8e4f36 View commit details
    Browse the repository at this point in the history
  15. Revert override

    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c547acc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    62db487 View commit details
    Browse the repository at this point in the history
  17. [Localization] Missing translation placeholders of Fresh Start challe…

    …nge in some languages (pagefaultgames#3383)
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update src/locales/de/achv.ts
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    
    * Update src/locales/pt_BR/challenges.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update challenges.ts
    
    ---------
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    3 people authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d66d4d1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d69937d View commit details
    Browse the repository at this point in the history
  19. [Feature] Allow Phione eggs to have a 1/8 chance to hatch Manaphy (pa…

    …gefaultgames#2787)
    
    * Add feature and debug DO NOT MERGE
    
    * Remove debug stuff
    Tempo-anon authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c722490 View commit details
    Browse the repository at this point in the history
  20. Removed NoDuplicates again...Because it only works on the speciality …

    …pool....
    
    Also reordered the second admin wave. So we guarantee it is never the same one
    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    dd5191e View commit details
    Browse the repository at this point in the history
  21. German dialogue

    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    939926b View commit details
    Browse the repository at this point in the history
  22. Offset

    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c60a644 View commit details
    Browse the repository at this point in the history
  23. Jördis just better

    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6170318 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f7ee1bc View commit details
    Browse the repository at this point in the history
  25. Order

    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    eb2c058 View commit details
    Browse the repository at this point in the history
  26. [Bug] Fix sketch being able to copy some unsketchable moves (pagefaul…

    …tgames#3386)
    
    * Cherrypicks due to beta issues
    
    * Adds flags to some unsketchable moves, adds typedoc
    
    * Cherrypicks due to beta issues #2
    schmidtc1 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    06ed89e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    98ab8f1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c4783fb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e0832b4 View commit details
    Browse the repository at this point in the history
  30. Improve readability

    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ed38cbc View commit details
    Browse the repository at this point in the history
  31. Removed extra lines

    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    11841ab View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9eadce8 View commit details
    Browse the repository at this point in the history
  33. Fix this

    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ce69b42 View commit details
    Browse the repository at this point in the history
  34. Revert override

    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5062fc3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b2ace41 View commit details
    Browse the repository at this point in the history
  36. [Ability] Partially implement Gulp Missile (pagefaultgames#3327)

    * implement gulp missile
    
    * add tests
    
    * change fly to dive
    
    * show ability when reverting to normal form
    
    * update ai score, tests
    
    * update score condition
    
    * adjust conditions, damage
    
    * add underwater test
    
    * update damage in test
    
    * partial commit
    torranx authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9875fcc View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2a0251f View commit details
    Browse the repository at this point in the history
  38. has voucher is not false by default. So only it will be set true for …

    …evil team leaders, gym leaders, elite 4 and champions
    CodeTappert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9ed2a1e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    da51d6a View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2bdfe93 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. [Localization] Add Japanese Localization (pagefaultgames#3332)

    * Update fonts
    
    * Add locales/ja files
    
    * Add some more files
    
    * Add more ui stuff
    
    * Fix failing typescript doc being generated
    
    * Add the 4 ui handlers
    
    * Add i18n.ts
    
    * Try something in text.ts
    
    * Fix some more errors
    
    * Add ja type icons
    
    * Add missed message keys
    
    * Update src/plugins/i18n.ts
    
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    
    * Update src/ui/text.ts
    
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    
    * Update src/plugins/i18n.ts
    
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    
    * Apply TLs from xsn34kzx
    
    Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
    
    * Translate essential text (move, ability descriptions)
    
    * Translate missed move/ability
    
    * Translated battle.ts
    
    - All phrases are taken from USUM script via Poké Corpus https://abcboy101.github.io/poke-corpus/ 
    (I used the USUM script because it is in hiragana/katakana. If we decide to change these phrases to Kanji later, I will refer to the SV script to modify them again.)
    -
    
    * Update battle.ts
    
    * Update battle.ts
    
    * Update src/locales/ja/battle.ts
    
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    
    * Update battle.ts
    
    ---------
    
    Co-authored-by: EnochG1 <enoch.jwsong@gmail.com>
    Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
    Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
    4 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    98ae2bc View commit details
    Browse the repository at this point in the history
  2. [Localization] JA Translation move-trigger.ts (pagefaultgames#3396)

    Health translations need to be checked in-game to see if they are used correctly.
    acquiredAbility is improvived.
    protimita authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3277551 View commit details
    Browse the repository at this point in the history
  3. [Localization] Fixed some trainer names (ko) (pagefaultgames#3397)

    * fixed trainers name wrong
    
    * removed note(it checked by LeKaaN with pokerogue wiki)
    
    * removed unnecessary spaces
    sodaMelon authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d2e1340 View commit details
    Browse the repository at this point in the history
  4. [Bug] Fix a couple small issues with uturn and friends (pagefaultgame…

    …s#3321)
    
    * prevent double-application of status contact abilities and switch out abilities
    
    * use SwitchPhase for ForceSwitchOutAbAttr instead of switchOut()
    
    * add tests for baton pass/uturn
    
    * PR comments
    
    * Update src/test/moves/baton_pass.test.ts
    
    * add test for forced switch after mutual KO + revive
    
    * tweak condition to fix uturn/baton pass
    
    * improve docs
    
    * style/typo nits from CR
    
    Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
    
    * CR feedback
    
    * use doSelectPartyPokemon + rename
    
    * int -> number
    
    Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
    Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
    3 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f555dd6 View commit details
    Browse the repository at this point in the history
  5. [Move] Implement (or re-implement?) Lucky Chant (pagefaultgames#3352)

    * Implement Lucky Chant
    
    * Add i18n keys for NoCritTag messages
    
    * Add Lucky Chant message translations (DE, FR, KO, PT-BR)
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    
    * Add ZH translations
    
    Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
    
    * Add keys for JA locale
    
    ---------
    
    Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    Co-authored-by: Enoch <enoch.jwsong@gmail.com>
    Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
    Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
    6 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a4c913d View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
    Co-authored-by: returntoice <dieandbecome@gmail.com>
    3 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    57c9dc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8f4606 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afccce7 View commit details
    Browse the repository at this point in the history
  9. Update src/locales/ko/trainers.ts

    Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
    CodeTappert and sodaMelon authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5b90498 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df9596a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5dc6007 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b300b32 View commit details
    Browse the repository at this point in the history
  13. CA

    CodeTappert committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    899b17d View commit details
    Browse the repository at this point in the history
  14. Removed Colress

    CodeTappert committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ae3379c View commit details
    Browse the repository at this point in the history
  15. Colress Last Stand

    CodeTappert committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    22c3c07 View commit details
    Browse the repository at this point in the history