-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
1.1.0 - The Halloween Update #4730
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Synchronize Beta with Main
* feat: show app version on title screen * fix: adjust app version positions * update app version text --------- Co-authored-by: flx-sta <[email protected]>
* Update ability-trigger.json * Update ability-trigger.json --------- Co-authored-by: Lugiad <[email protected]>
* Syrup Bomb + Tests * Fix typo on import * Documentation * Apply suggestions from code review Co-authored-by: NightKev <[email protected]> * Removed unnecessary overlap check * Removed obsolete comment * learned how forceHit works * added custom lapse message --------- Co-authored-by: frutescens <info@laptop> Co-authored-by: Madmadness65 <[email protected]> Co-authored-by: NightKev <[email protected]>
…ints (#4428) * reimplement gulp missile * cleanup + docs * more cleanup * add override * update paths
…4398) * fixing form issues generating tms pokemon shouldnt have * cleaning up some code * fixing tests and allowing rotom unique moves to be learned as tms for that rotom form * Update src/test/field/pokemon.test.ts Co-authored-by: flx-sta <[email protected]> * making tests simpler --------- Co-authored-by: flx-sta <[email protected]>
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.1 to 4.22.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.18.1...v4.22.4) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.5 to 5.4.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: NightKev <[email protected]>
* Implement Plasma Fists * Update arena-tag.json * Update arena-tag.json * Update arena-tag.json * Update arena-tag.json * Update arena-tag.json * Update arena-tag.json * Update arena-tag.json * Update arena-tag.json * Update arena-tag.json * Update arena-tag.json --------- Co-authored-by: Lugiad <[email protected]>
Swap `FirstMoveCondition` to use the new `waveTurnCount` field
* Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json
* Update modifier-type.json * Update delibirdy-dialogue.json * Update department-store-sale-dialogue.json * Update global-trade-system-dialogue.json * Update modifier-type.json * Update party-ui-handler.json * Update settings.json * Update trash-to-treasure-dialogue.json * Update uncommon-breed-dialogue.json * Update training-session-dialogue.json * Update egg.json * Update battle.json * Update dialogue.json
…4501) * Increase Champion BST * Slight E4 BST increase * Update trainer-config.ts * Move E4/Champion minimum BST values to consts * Update tsdocs for new consts --------- Co-authored-by: NightKev <[email protected]>
Also fix tsdocs for these functions
Co-authored-by: NightKev <[email protected]>
…#4528) * fixing weather check in getCondition() * adding enemy tests
* move: locales files to `/public` (from `/src`) * install: i18next-http-backend module * implement: i18next language lazy-loading * remove: all `config.ts` files (for locales) * disable: enConfig import in i18next.d.ts * remove: console.log from utils.camelCaseToKebabCase() * remove localization tests we don't need to test if i18next is working. This is the job of i18next itself * mock i18next for tests * fix: tests that have to use the i18next key now instead of the english translation * fix: absolute-avarice-encounter test * fix: loading mystery-encounter translations with lazy-load * fix: 2 mystery encounter translation loading * replace: i18next mocks any vi.fn() calls * fix: new namespace usage in ME tests now using "mysteryEncounters/..." * fix: delibirdy encounter not being language specific the encounter was checking if the modifier name includes `Berry` which is only true for english. Instead it has to check if the modifier is an instance of BerryModifier * fix: the-expert-pokemon-breeder the new i18n pattern requires a different namespacing which has been adopted * fix: GTS encounter tests * add: `MockText.on()` * fix: berries abound test * chore: apply review suggestion from @DayKev * update i18next.d.ts * chore: fix i18next.d.ts * fix: `dialogue-misc` switchup between `en` and `ja` * move: `SpeciesFormKey` into enum there was an issue with circular dependencies * replace: `#app/enums/` with `#enums/` for `SpeciesFormKey` imports * re-sync locales from `beta` * rename: `ca_ES` -> `ca-ES` * rename: `pt_BR` -> `pt-BR` * rename: `zh_CN` -> `zh-CN` * rename: `zh_TW` -> `zh-TW` * fix loading Species-Form-Key in poemon-evo. * update: i18next `supporterLngs` ... and remove `nonExplicitSupportedLngs` * fix: `${namespace}.` -> `${namespace}:` thanks @MokaStitcher
* Removed local translation files added translations submodule [Enhancement] Add post-merge command to update submodules in lefthook configuration [Enhancement] Add postinstall script to install lefthook after package installation [Enhancement] Update postinstall script to run post-merge command after lefthook installation * Add subproject commit for locales directory * Remove translation team assignments from CODEOWNERS * Add recursive submodule checkout to workflow files and update README for translations * fix: run without locales present (#4539) some code was hard-wired with locales having to be present. This is no longer the case now --------- Co-authored-by: flx-sta <[email protected]>
Ferroseed HA
* [Feature] Add event-based friendship multiplier and update TrainerConfig for event modifiers * [UI][Dev] Improve event banner placement (#4726) * [ui] automatically place event banner and timer in the title screen * add new event banner * ugh * [Refactor] Clean up TrainerConfig and remove unused timed event --------- Co-authored-by: Moka <[email protected]>
* 40 Wigglytuff (base fix) @ hanniel * 39 40 174 variant icons * 39 40 174 - Variant Palettes * 359 - Absol Mega Absol [Base Fixes] - @ rival_kieran * 359 Absol Variant icons * 359 Absol Variant palettes * 359 Absol [_masterlist.json] Enabled variants for absol & mega absol * [Sprite][Anim] 275 Shiftree- cropped ear fix - @Hamez * Honchcrow Murkrow [Base fixes] * Murkrow Honchkrow - Icons for variant & female murkrow * 198 430 Murkrow Honchkrow Variants [Epic Rare] * [fix] 359 - masterlist - removed ghost entry for exp absol * 527 528 Woobat Swoobat [Epic Rare] @ rival_kieran base fix on woobat back, swoobat front, back palette files for front, back added to masterlist variant icons * [fix] masterlist -removed incorrect entry * 590 591 Foongus Amoongus @ Omniv variant icons variant palettes fixes for base front and back * 587 Emolga [Rare Epic] @ bagonganda icons variants front back base fix variant palettes * [fix] masterlist Added missiing variants. Added Qwuilfish variants Qwilfish icons variant palettes Enabled variants for pokemon in title. 39 40 174 Jigglypff Wigglytuff Igglybuff 587 Emolga 211 Qwilfish * 377 378 379 486 894 895 Regirock Regice Registeel Regigigas Regieleki Regidrago @GreenNinja757 @_vari_ @SplashCeles @gonfold @sphinx_sage variant icons variant palettes base fixes for regigigas, regieleki & registeel added all to masterlist * 684 685 Swirlix Slurpuff [Rare Epic] - @ gerolau * 682 683 - Sprizee Aromatisse [Rare Epic] - @ Koda_want_to_sleep * 378 Regice [Base shiny + replacement] - @ Vari * 501 502 503 6503 - Oshawott Dewott Samurott [Base Fix Rare Epic] - @omniv @yepitscaio * 152 153 154 - Chikorita Bayleef Meganium [Base Fix Rare Epic] - @ corsola_bandit * 807 Zeraora [Epic Rare] - @ luckyluckylucky * 194 195 Wooper Quagsire [Rare Epic] - @ OfficerPorkchops cleaned up wooper's face variant icons added to masterlist palette files * 616 617 Shelmet Accelgor [Base fix, Rare, Epic] - @ Vari shelmet base fixes variant icons variant palettes added to masterlist * 588 589 Karrablast Escavalier [Rare, Epic] - @ Vari variant palettes variant icons added to masterlist * 170 171 Chinchou Lanturn [Rare, Epic] - @ thetruegge variant icons variant palettes added to masterlist * 158 159 160 Totodile Croconaw Feraligatr [Rare, Epic] - @ Dingosig @ Ashhawk variant icons variant palettes added to masterlist * [128] Tauros [Rare Epic] - @ Bibble variant icons variant palettes added to masterlist * 509 510 Purrloin Liepard [Basefix, Rare, Epic] - @ MeganiumOpus variant icons variant palettes base fix 510 liepard added to masterlist * 390 391 392 Chimchar Monferno Infernape [Base Fix, Rare, Epic] @ hanniel.15 base fix all variant icons variant palettes added to masterlist * [fix] masterlist erroneous value on chinchou, lanturn * 455 Carnivine [Base Fix Rare Epic] - @ hamez base fix for front, back variant icons variant palettes added to masterlist * 944 945 Shroodle Grafaiai [Base fix, Shiny fix, Rare, Epic] - @ Vari * 167 168 Spinarak Ariados [Rare, Epic] - @ Thorn @ wormhood * 676 Furfrou [BaseFix Rare Epic] - @ gerolau * Variant removed 509 510 Purrloin Liepard This reverts commit 90ab203. * 621 - Druddigon [Rare Epic] - @ Koda_want_to_sleep variant palettes variant icons added to masterlist * Fix misplaced Gen4 variant icons * Remove misplaced Gen4 variant icons * More icon fixes - Shiny Milotic antenna recolour - Shaded variant Eevees and added Partner variants - Swapped Golbat common and rare - Added variant Centiskorch and Gmax * Move misclassified Gen9 icons Also fixes a stray pixel on Fuecoco. * 102 103 2103 Exeggcute Exeggutor [Rare. Epic] - @ clickonflareblitz variant palettes variant icons added to masterlist * 276 277 Taillow Swellow [BaseFix Rare Epic] - @ peng06 variant icons variant palettes base fixes on all spritesheets added to masterlist * [QoL] reordered key for 6713 exp * reformat of masterlist with less whitespace * 1012 1013 Poltchageist, Sinistcha icons, variants, base fixes, my sanity * 172 Pichu [basefix rare epic] * 26 raichu [basefix rare epic] * 25-gmax pikachu [basefix rare epic] * 25 raichu [basefix] added missing female back * 25-beauty-cosplay pikachu * 25-tough-cosplay pikachu [epic rare] * 25-smart-cosplay pikachu * 25-cute-cosplay pikachu * 25-cool-cosplay pikachu * 25-partner pikachu * 25 pikachu * 25-cosplay pikachu * 2026 alolan raichu [basefix rare epic] * 25 pikachu - corrected icon colors, shiny correct colors * 25 other icons * 656 657 froakie frogadier * removed variant images included in commits for 25 26 172 2026, 1012 1013, 656 657 * [masterlist] added 25 26 172 2025 pikachu raichu pichu a-raichu * [masterlist] added 1012 1013 poltchaageist sinistcha * [masterlist] added 656 657 froakie frogadier [GRENINJA MISSING] * 688 689 Binacle Barbaracle [Base Fix, Rare, Epic] - @ saltedcarriemel replaced front static by first frame of exp base fixes variant palettes variant icons added to masterlist * [658] ash-greninja static front variants * 658 greninja, ash greninja [rare epic] base fixes animation standardized front / back variant palettes variant icons added to masterlist * [fix][icons] torchic, combusken, blaziken gender icons * [fix] 658 corrected color error white on knees * Updated variant icon sheets * Reverted override file pushed By Mistake WHY WAS IT THERE. * [fix] icon sheet v1 - removed ".png" from file names --------- Co-authored-by: chaosgrimmon <[email protected]>
CodeTappert
previously approved these changes
Oct 26, 2024
Sprite will now be centered properly.
frutescens
approved these changes
Oct 26, 2024
damocleas
approved these changes
Oct 26, 2024
SangaraSorama
approved these changes
Oct 26, 2024
Madmadness65
approved these changes
Oct 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2024/10/25 The Halloween Update
Major Changes
Minor Changes
Implementations/Fixes
Moves
Abilities
Items
QOL
Other Bug Fixes