HoeenHero
dedc8e067c
SSB: Fix issue where a side has no active pokemon.
2019-10-30 11:00:14 -04:00
HoeenHero
4ced391d6b
SSB: Apply various updates
2019-10-30 10:39:20 -04:00
Torracat
d3cd75ce8d
SSB: Convert Distortion World to a Pseudo Weather ( #5868 )
2019-10-11 18:14:24 -04:00
Guangcong Luo
7a023746ba
Refactor battle.dex out of battle ( #5851 )
...
In most other similar systems, like TeamValidator, we use `thing.dex` instead of having it extend `ModdedDex`. Battle has always extended `ModdedDex`, though. This changes Battle to match the others.
This should fix an issue with `Battle.data` not being cached.
This also frees up Battle to extend ObjectReadWriteStream<string> in a future update.
2019-10-06 07:38:08 +11:00
Torracat
ec388fd2d1
SSB: Trick Room & Alien Wave cancel eachother out ( #5841 )
2019-10-05 14:53:34 -04:00
Lusamine
84b6ec486a
SSB: Change Acid Rain so Steel/Poison retain immunities; Rewrite Corrosive Toxic ( #5816 )
2019-10-01 11:06:24 -04:00
HoeenHero
3445da848a
Move support for overwritting custom terrains to client.
...
This didnt work anymore anyways since setTerrain was moved from battle to field.
2019-09-27 22:53:49 -04:00
HoeenHero
7f7c2d9a95
Super Staff Bros Brawl Update ( #5764 )
2019-09-22 14:47:33 -04:00
HoeenHero
3d45ebe62b
SSB: Remove Bimp
2019-04-15 19:28:47 -04:00
Alexander B
57701a5f04
Refactor OMs to use "m" property of Pokemon ( #4957 )
2019-03-28 22:28:35 +08:00
Ivo Julca
ac4b94876b
Sim: Refactor to use Battle#getAllPokemon() and Battle#getAllActive()
2019-03-26 23:18:19 -05:00
Kirk Scheibelhut
9f5a727ad1
Pull Field out of Battle ( #5333 )
2019-03-23 02:52:12 +09:00
MacChaeger
6ac8266696
Support 4 player battles ( #5266 )
2019-03-18 13:37:27 +09:00
Kirk Scheibelhut
a8903d2563
Cleanup stat naming and types (storedStats, StatNameExceptHP) ( #5274 )
2019-03-09 09:53:11 -06:00
Kirk Scheibelhut
a04d4da992
Add more hints to Gen 1 & 4, migrate others to Battle#hint ( #5258 )
2019-03-06 11:24:47 -06:00
HoeenHero
9c9004cacf
Fix "Fix terrain seed activation timing ( #5163 )"
...
Shouldn't of reverted this so quickly. Credit to the code goes to @MacChaeger
2019-02-16 20:31:07 -05:00
HoeenHero
f8a1612906
Revert "Fix terrain seed activation timing ( #5163 )" ( #5173 )
...
This reverts commit 250955ee68 .
2019-02-16 19:46:53 -05:00
MacChaeger
250955ee68
Fix terrain seed activation timing ( #5163 )
2019-02-16 19:30:00 -05:00
DubbleClick
0a864e84d8
Fix some LGTM alerts ( #5139 )
2019-02-05 20:34:32 -06:00
Guangcong Luo
f3e45fbb72
Move server code to server/
...
Also move mods/ to data/mods/
This makes PS more monorepo-like. The intent is to further separate
the sim and the server code, but without fully committing to splitting
the repository itself.
We now support `./pokemon-showdown start` in addition to
`./pokemon-showdown`. I'm not clear which I want to be the default
yet.
2019-02-03 16:07:06 -06:00