Commit Graph

1437 Commits

Author SHA1 Message Date
Guangcong Luo
4a6efea074 Merge pull request #128 from Oiawesome/patch-1
edit frustration curSet.happiness
2014-02-16 12:42:14 -06:00
Oesher Ayenew
b2cf7a59f9 edit frustration curSet.happiness
this.curSet.happiness = 0; is incorrect due to the minimum amount of happiness a pokemon can have is 1, making it this.curSet.happiness = 1;
2014-02-16 10:41:38 -08:00
Quinella
3467f3648e Support max-height for pseudo PM windows 2014-02-16 16:12:10 +01:00
Guangcong Luo
585e82c26d Ladder: Dynamic K-factor
We are now attempting to enforce a center at 1100 (tentative, may move
to 1200 later) by increasing points gained for winning and decreasing
points lost for losing below that. This will make a user with equal
wins/losses higher than a user who consistently loses.

The other change is to scale K down at higher ratings. >1400 now uses
K=40, and >1600 uses K=32. This is a really conservative scale, and
we might make it less conservative later.

STAY TUNED!
COMING UP NEXT: rating decay
2014-02-12 13:00:09 -06:00
Quinella
f7f16d1e0c Require move name when swapping Pokemon in order to show the message 2014-02-12 13:35:52 +01:00
V4Victini
05d16e70a7 Show message for Fire Pledge passive damage 2014-02-09 17:13:24 -05:00
Guangcong Luo
3f05aa9c57 Add ps-proxy to autoforwarding whitelist 2014-02-08 14:22:48 -06:00
Guangcong Luo
af9ba293c6 Merge pull request #127 from Quinella/pkswap
Adds the possibility to swap Pokemon (Ally Switch)
2014-02-07 20:01:10 -06:00
Quinella
8912e76f52 Adds the possibility to swap Pokemon 2014-02-07 22:19:41 +01:00
Guangcong Luo
80f0768e68 Sync data 2014-02-07 00:49:14 -06:00
The Immortal
1a6c10e405 Add Infestation end message 2014-02-06 11:10:07 -08:00
Guangcong Luo
78eb6e3db6 More graphics files 2014-02-01 01:03:36 -06:00
Guangcong Luo
da743a008d Sync data 2014-01-30 12:54:30 -06:00
Guangcong Luo
4663cae65a Update replay redirects 2014-01-27 23:34:50 -06:00
Guangcong Luo
57b794d7ba Don't display 0 EVs in EV suggester 2014-01-27 23:34:50 -06:00
V4Victini
f0aa99fed8 Change happiness for Return/Frustration 2014-01-27 23:48:46 -05:00
Guangcong Luo
b617d46889 Merge pull request #124 from Quinella/pseudopm
Makes it possible to create PM-like windows at the left menu
2014-01-24 20:21:43 -08:00
Quinella
02c58f3ddf Makes it possible to create PM-like windows at the left menu
I have no idea why there is an addNews function in there, since it doesn't get called anywhere. However, I changed it just in case.
2014-01-25 01:18:19 +01:00
V4Victini
39e4eb85e3 Phantom Force Graphics
Animation/Prep Message
2014-01-24 13:19:47 -05:00
Guangcong Luo
c6028338ef Merge pull request #123 from Antar1011/master
stupid dynamic typing
2014-01-23 13:20:32 -08:00
Antar1011
6fb9c89b61 stupid dynamic typing
javascript wasn't smart enough to recognize row.w/l/t as ints, not strings.
2014-01-23 16:15:11 -05:00
Guangcong Luo
67975b5f1d Merge pull request #122 from Antar1011/master
Mystery ratings in /rating command
2014-01-23 10:29:16 -08:00
Guangcong Luo
eb102e5474 Add COIL/ARMS to ladders 2014-01-23 12:18:22 -06:00
Guangcong Luo
063f3de7ab Sync data 2014-01-23 12:18:22 -06:00
Guangcong Luo
e4ceaf42a7 Update credits 2014-01-23 12:18:22 -06:00
Guangcong Luo
1b9c330955 Fix Gourgeist sprites in replays 2014-01-23 12:18:22 -06:00
Guangcong Luo
2325e59c5e Server moved 2014-01-23 12:18:22 -06:00
Antar1011
c9875ffe40 typo
Whoops!
2014-01-23 13:17:40 -05:00
Antar1011
7ec7f1fd3d "Mystery ratings" now appear in /rating 2014-01-23 13:15:11 -05:00
Antar1011
abc1d1789b Lower B for COIL
34 is what Doubles is going to be using.
2014-01-23 13:12:05 -05:00
Guangcong Luo
213ee65fa3 Merge pull request #120 from Layell/patch-17
Animation Update Jan 20
2014-01-20 15:50:21 -08:00
Layell
efdbd51b2b Animation Update Jan 20 2014-01-20 18:47:56 -05:00
Guangcong Luo
7969e388dd Merge pull request #119 from Layell/patch-16
Animation Update Jan 18
2014-01-18 18:45:22 -08:00
Layell
453b96a747 Animation Update Jan 18 2014-01-18 21:29:16 -05:00
Guangcong Luo
3aa5c6825e Replace Glicko-2 with Glicko-1 2014-01-16 00:23:37 -06:00
Guangcong Luo
726709c2fb Fix Glicko updating with provisional rating 2014-01-15 12:37:08 -06:00
Guangcong Luo
096047ffd5 Glicko2 rating period now 1 day 2014-01-15 12:37:08 -06:00
Guangcong Luo
2be6563318 Elo ladder 2014-01-15 12:37:08 -06:00
V4Victini
3ac9047e37 Rage Powder and Follow Me banners 2014-01-15 05:48:27 -05:00
Guangcong Luo
c25f77bf64 Merge pull request #118 from Layell/patch-15
Animation Update Jan 13
2014-01-13 09:30:48 -08:00
Layell
99c3a3b7a3 Animation Update Jan 13 2014-01-13 12:26:24 -05:00
Guangcong Luo
abd86709ea More background music 2014-01-12 01:26:58 -06:00
Guangcong Luo
180588a8d9 Remove all links from banned users 2014-01-12 01:26:58 -06:00
Guangcong Luo
652484af7f Older backgrounds for older gens 2014-01-12 01:26:58 -06:00
Guangcong Luo
47f19f9d5e Slightly less brittle sound loading 2014-01-12 01:26:57 -06:00
Guangcong Luo
2ed97732fb Update soundManager 2014-01-12 01:26:57 -06:00
V4Victini
dcd6b5da71 Revert "Readd previous condition"
This reverts commit 5268d6b9be.
2014-01-11 23:22:42 -05:00
Quinella
c7efee17d6 PM minimizing: change color of PM header for new messages
Also fixed some CSS rules to be consistent with the other rules
2014-01-10 10:43:07 +01:00
Guangcong Luo
3a7c8474ad New Player rank 2014-01-10 03:27:32 -06:00
Guangcong Luo
60063a95d1 Merge pull request #114 from Quinella/minimize-pm
Make PM windows minimizable
2014-01-10 01:09:23 -08:00