forked from CTCC1/Pokemon-Showdown
-
Notifications
You must be signed in to change notification settings - Fork 1
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
gen8 #5
Open
kirliavc
wants to merge
9,828
commits into
kirliavc:master
Choose a base branch
from
smogon:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
gen8 #5
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
TheImmortal
force-pushed
the
master
branch
2 times, most recently
from
November 24, 2019 22:11
442855b
to
74f1e9b
Compare
TheImmortal
force-pushed
the
master
branch
2 times, most recently
from
December 2, 2019 14:14
0553852
to
a133a5b
Compare
Zarel
force-pushed
the
master
branch
4 times, most recently
from
February 20, 2020 23:58
c7b57c2
to
1d09dd1
Compare
Zarel
force-pushed
the
master
branch
3 times, most recently
from
April 17, 2020 10:32
99ee40d
to
c49343b
Compare
Zarel
force-pushed
the
master
branch
3 times, most recently
from
May 16, 2020 16:31
e75cc47
to
381bd75
Compare
Zarel
force-pushed
the
master
branch
5 times, most recently
from
October 27, 2020 22:06
1776ca4
to
c975995
Compare
* National Dex Ubers UU: Tier Shifts Lugia, Glimmora, Hatterene, Chansey to ND Ubers UU Giratina-Origin, Chien Pao to ND Ubers OU * Update formats.ts --------- Co-authored-by: Kris Johnson <[email protected]>
Alakazam: https://www.smogon.com/forums/threads/national-dex-ru-metagame-discussion.3713801/post-9618120 Blacephalon: https://www.smogon.com/forums/threads/national-dex-ru-metagame-discussion.3713801/post-9924236 Sableye-Mega: https://www.smogon.com/forums/threads/national-dex-ru-metagame-discussion.3713801/post-9845399
* Randomized format set updates * fix errors * oops * Trailblaze Gumshoos vetoed by council
* Add January 2025 Randomized Format Spotlight * lint
https://www.smogon.com/forums/threads/national-dex-almost-any-ability.3726510/post-10077505 - This happened a while back, but was never actually banned
* Nature Swap: Fix bans * Update config/formats.ts --------- Co-authored-by: Kris Johnson <[email protected]>
* Auctions: Add Tiers Not Played + changes to bidding * Update server/chat-plugins/auction.ts * Update server/chat-plugins/auction.ts * Apply suggestions from code review --------- Co-authored-by: Kris Johnson <[email protected]>
Previously, `/calculate` would fail to include the correct base prefix (`0x`, `0b`, `0o`) when the result was `0` because the code used a falsy check (`if (result)`). This commit replaces that condition with `if (Number.isFinite(result))`, ensuring zero is properly displayed in the requested base.
Purely textual change to help find commands for the scav room
As of PR #10641, these are no longer necessary.
* Trivia: Fix crash and Number mode game cap Discussed with Trivia auth. Fixes an issue in Number mode where the game fails to end after a specified amount of questions, and fixes a crash caused by ending a game with no participation * Update server/chat-plugins/trivia/trivia.ts Co-authored-by: Kris Johnson <[email protected]> --------- Co-authored-by: Kris Johnson <[email protected]>
* Gen 4: Fix Assist/Copycat/Metronome under Gravity/Heal Block * Update data/mods/gen4/moves.ts * Update data/mods/gen4/moves.ts * Remove unnecessary checks * prefer const --------- Co-authored-by: Kris Johnson <[email protected]>
…loses #10644) (#10777) This PR addresses [#10644](#10644). Developers just need to run `node build` to rebuild the `dist` folder whenever the `.ts` files in `sim/` change. ## Other Considerations - Add a watch script to rebuild when ``.ts`` changes. - Convert the script itself to TypeScript & compile it with ``tsc``. - Convert the script itself to TypeScript & use ``ts-node`` + ``nodemon``.
Unban Machamp in DPP DOU
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.
No description provided.