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

gen8 #5

Open
wants to merge 9,828 commits into
base: master
Choose a base branch
from
Open

gen8 #5

wants to merge 9,828 commits into from

Conversation

kirliavc
Copy link
Owner

No description provided.

@TheImmortal TheImmortal force-pushed the master branch 2 times, most recently from 442855b to 74f1e9b Compare November 24, 2019 22:11
@TheImmortal TheImmortal force-pushed the master branch 2 times, most recently from 0553852 to a133a5b Compare December 2, 2019 14:14
@Zarel Zarel force-pushed the master branch 4 times, most recently from c7b57c2 to 1d09dd1 Compare February 20, 2020 23:58
@Zarel Zarel force-pushed the master branch 3 times, most recently from 99ee40d to c49343b Compare April 17, 2020 10:32
@Zarel Zarel force-pushed the master branch 3 times, most recently from e75cc47 to 381bd75 Compare May 16, 2020 16:31
@Zarel Zarel force-pushed the master branch 5 times, most recently from 1776ca4 to c975995 Compare October 27, 2020 22:06
KrisXV and others added 30 commits January 1, 2025 16:02
* 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]>
* Randomized format set updates

* fix errors

* oops

* Trailblaze Gumshoos vetoed by council
* Add January 2025 Randomized Format Spotlight

* lint
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.