Commit Graph

5947 Commits

Author SHA1 Message Date
Bertie690
d3088c1729
[Dev] Add more Biome rules (#6604)
* Added `noBannedTypes` as a biome rule

* Added `useShorthandAssign` rule

* Added `useConsistentArrayType`

* Update src/field/pokemon.ts

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

* Update src/data/pokeball.ts

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

* Apply Biome after merge

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-11-01 20:38:04 -07:00
Dean
b2089012c1
[Bug] Show base moves and ability in run info instead of transformed ones (#6702)
Show base moves and ability in run info

Co-authored-by: Fabi <192151969+fabske0@users.noreply.github.com>
2025-11-01 23:41:54 +00:00
NightKev
301ad0e7c1
[Dev] Remove overrides.ts from .gitignore (#6721)
This didn't actually prevent changes to the file from being committed,
but it did prevent Biome from formatting the file
2025-11-01 23:35:49 +00:00
Ovdoes-dd
6887de8809
[Docs] Fix link path for overrides.ts in CONTRIBUTING.md (#6706)
Fix link path for overrides.ts in CONTRIBUTING.md

Updated link path for overrides.ts in manual testing section.

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
2025-11-01 23:27:28 +00:00
Bertie690
4b9ccf5408
[Bug] Fix NoTransformAbilityAttr not doing anything (#6693)
[Bug] Fix `NoTransformAbilityAttr` not doing anythin
2025-11-01 23:18:04 +00:00
Wlowscha
6cf28bf13b
Merge pull request #6700 from Bertie690/cached-fetch
[Tests] Cleaned up `cachedFetch` test stub
2025-11-02 00:15:52 +01:00
Wlowscha
f2f8cc67ba
Merge branch 'beta' into cached-fetch 2025-11-02 00:13:59 +01:00
Bertie690
f41752c3f9
[Test] Fix test end log check mark (#6726)
* [Test] Fix test end log check mark

heavy check mark looks weird on more fonts than the normal one

* Added variant selector codepoint to force rendering as thin version

* Update test/test-utils/setup/test-end-log.ts

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

* Changed checkmark back to normal one

idfk how this works maaaan

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-11-01 23:09:36 +00:00
Bertie690
4e8b8862a1
[Dev] Add biome:staged command to lint currently staged files (#6737)
* [Dev] Adde `biome:staged` command to lint currently staged files

* Apply suggestion from @DayKev

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

---------

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-11-01 22:51:30 +00:00
Madmadness65
58f42bc5c2 Fix formatting in pokemon-evolutions.ts
No functional changes, just matching how all other evolutions are formatted in the file.
2025-11-01 15:55:06 -05:00
Wlowscha
fecf116159
Merge pull request #6725 from Bertie690/gitignore-update
[Dev] Add `.zed` to `gitignore`
2025-11-01 09:44:39 +01:00
Wlowscha
5e9aea32d1
Merge branch 'beta' into gitignore-update 2025-11-01 09:41:51 +01:00
NightKev
7b3e00a55b
Merge pull request #6736 from pagefaultgames/hotfix-1.11.2
Hotfix 1.11.2 to beta
2025-10-31 16:59:48 -07:00
Wlowscha
dd7461e0c1
Merge pull request #6733 from emdeann/disable-illusion
[Hotfix] Disable illusion
2025-11-01 00:58:06 +01:00
Wlowscha
e92ae80b7d
Merge branch 'hotfix-1.11.2' into disable-illusion 2025-11-01 00:56:18 +01:00
damocleas
2ce1e0230e
[i18n] update locales
[i18n] update locales
2025-10-31 19:55:15 -04:00
fabske0
3b704913e9 update locales 2025-11-01 00:52:51 +01:00
Dean
7a56989a3c Remove illusion bypassing summondata reset 2025-10-31 16:51:49 -07:00
Dean
c1c12e4792 Revert uxie passive 2025-10-31 16:51:22 -07:00
damocleas
6ed9c88cf4
[Misc] Allow setting shiny starters via custom seed by
[Misc] Allow setting shiny starters via custom seed
2025-10-31 19:50:19 -04:00
Wlowscha
a4b11d901e
Merge branch 'hotfix-1.11.2' into shiny-daily-starters 2025-11-01 00:37:57 +01:00
Wlowscha
42602b269b
Merge pull request #6732 from emdeann/quick-claw
[Hotfix] Fix quick claw issues
2025-11-01 00:32:32 +01:00
Dean
f928ca9bdf Update enum filename 2025-10-31 16:23:57 -07:00
Wlowscha
92d03e5cfe
Merge branch 'hotfix-1.11.2' into shiny-daily-starters 2025-11-01 00:23:03 +01:00
Dean
c33f9723f5 Update enum name 2025-10-31 16:21:38 -07:00
Bertie690
617e12f634 Removed console log 2025-10-31 19:14:19 -04:00
Bertie690
fb274077c2 Reworked regex to use matchAll, added error handling + tests 2025-10-31 19:01:51 -04:00
Dean
5c8c2151a8
Update src/data/moves/move.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-10-31 15:58:35 -07:00
Dean
525ba57461 Review changes 2025-10-31 15:46:43 -07:00
Dean
a0d3e42f3b
Merge branch 'hotfix-1.11.2' into quick-claw 2025-10-31 15:34:04 -07:00
Lugiad
bfbd71ddde
[UI/UX] [Localization] Texts position adjustments for Turkish (#6731)
* Adjustments for Turkish

* Remove now-unnecessary comment

Co-authored-by: Fabi <192151969+fabske0@users.noreply.github.com>

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Fabi <192151969+fabske0@users.noreply.github.com>
2025-10-31 16:48:30 -05:00
Dean
e78796077b Disable Illusion 2025-10-31 13:22:40 -07:00
Dean
6bda024b7e Only run speed bypass code for fight commands 2025-10-31 13:10:11 -07:00
fabske0
ac79e82013 another typo 2025-10-31 15:11:10 +01:00
fabske0
b150b5208c split up regex 2025-10-31 14:48:01 +01:00
fabske0
6049038537 remove console.log and another typo 2025-10-31 14:24:23 +01:00
fabske0
8e01876bd0 fix typo 2025-10-31 14:24:19 +01:00
fabske0
2a1e0c4373 - Add option for shiny starter
- change how the starter part of the seed is parsed
2025-10-31 14:23:41 +01:00
NightKev
2d955165f9 Update version to 1.11.2 2025-10-30 22:03:31 -07:00
NightKev
ae6726eade
Merge pull request #6728 from pagefaultgames/hotfix-1.11.1
Hotfix 1.11.1 to Beta
2025-10-30 21:58:17 -07:00
damocleas
650ddd2a85
Hotfix 1.11.1 to Main
Hotfix 1.11.1 to Main
2025-10-31 00:58:05 -04:00
NightKev
babeb32edb
[Bug] Shinies won't be forced to match event boss shiny if set (#6724) 2025-10-30 21:49:37 -07:00
damocleas
76453a31d1 [Balance][Bug] Rival Fight 3 Fix, Move Noibat in Biomes
Electivire corrected to be Electabuzz in Slot 3 on Fight 3 (55)

Noibat has been moved from Uncommon -> Rare in Grassy Field
2025-10-31 00:47:07 -04:00
Dean
df98e506ad
[Bug] Prevent self speed ties (#6719)
* Prevent self speed ties

* Remove outdated parameter doc

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-10-31 00:38:49 -04:00
Bertie690
30e6e1f00c [Dev] Add .zed to gitignore 2025-10-31 00:37:29 -04:00
NightKev
893333ff3b Update version to 1.11.1 2025-10-30 20:24:39 -07:00
Wlowscha
d7cfb2087c
[Bug][UI/UX] Make ribbon option in dex selectable with classic wins
https://github.com/pagefaultgames/pokerogue/pull/6720
2025-10-31 03:21:26 +00:00
Dean
1d4a9259b8
[Hotfix] Fix Queenly Majesty/Dazzling affecting user's moves instead of enemy's (#6722)
Fix QM/Dazzling
2025-10-30 23:14:48 -04:00
NightKev
9ea5a014a1
[Bug] Allow fainted Pokemon to be released post-battle in hardcore
https://github.com/pagefaultgames/pokerogue/pull/6723
2025-10-30 20:14:31 -07:00
Dean
9a4381c776 Re-Add MovePriorityModifier 2025-10-30 18:58:06 -07:00