pokemon-showdown/mods
Ben Davies 54d0ff203a Performance: replace direct references to arguments with rest parametres (#2818)
Replacing direct references to the arguments object of functions with rest
parametres prevents the function from being deoptimized while still allowing
use of arbitrary arguments. This may also fix some minor memory leaks related
to mishandling the arguments object.
2016-10-04 16:29:14 -07:00
..
gen1 Gen 1: Improve comments and refactor out volatile data for trap PP rollover 2016-09-17 15:51:05 -05:00
gen2 Performance: replace direct references to arguments with rest parametres (#2818) 2016-10-04 16:29:14 -07:00
gen3 Gen III: Update move descriptions 2016-09-28 16:18:58 -04:00
gen4 Gen IV: Update move descriptions 2016-09-26 17:06:08 -04:00
gen5 Gen V, VI: Update several move descriptions 2016-09-25 20:25:02 -04:00
gennext Use TryAddVolatile for confusion rather than a custom event (#2641) 2016-08-07 12:11:58 -04:00
hiddentype Fix spreading of typing information 2016-06-20 12:27:24 -05:00
mixandmega Mix and Mega: Move Genesect to Ubers 2016-09-05 15:02:44 +04:00
stadium Gen I, Stadium: Correct drain/recoil after breaking a sub 2016-05-06 20:43:47 -04:00
theorymon Theorymon: Add Yanmega 2016-06-04 06:38:31 +04:00
tiershift Tier Shift: Prevent HP over 255 2016-05-05 15:42:55 +04:00