Commit Graph

2433 Commits

Author SHA1 Message Date
Guangcong Luo
80b375fa52 Fix crash in monotype validator 2013-04-24 17:52:15 -07:00
Cathy J. Fitzpatrick
4c36582434 Improve some documentation in config-example.js 2013-04-24 16:28:50 -06:00
Cathy J. Fitzpatrick
5a50366bdb Add a stub static/custom.css file 2013-04-24 16:23:10 -06:00
Cathy J. Fitzpatrick
3d65a9b180 Fix some indentation in app.js 2013-04-24 16:19:35 -06:00
Marty-D
417710e391 Gen IV: Fix Roost. 2013-04-24 12:05:15 -04:00
Guangcong Luo
d31e98aff4 Merge pull request #209 from Joimer/patch-9
Update /othermetas command
2013-04-24 08:15:54 -07:00
Guangcong Luo
83f848d82b Fix redirect for port 80
Remember, default PS port isn't default HTTP port.
2013-04-24 07:41:23 -07:00
Guangcong Luo
7aec35f6ee New warning system
Replaces /kick
2013-04-24 07:07:27 -07:00
Cathy J. Fitzpatrick
c0880f1d21 Fix /static/index.html redirect 2013-04-24 04:33:10 -06:00
Joim
30e757e493 Update /othermetas command
Updated /othermetas, changing DW OU for pure Hackmons since DW is now available via challenge only. Changed Seasonal Ladder to generic name to avoid having to update the command every month. Change Tier Shift name to just "Tier Shift" and link ot its thread, added link to "Other Meta of the Month" which will be valid for each month.
2013-04-24 12:14:34 +03:00
Cathy J. Fitzpatrick
2864cec3e0 Add /static/avatars/ to .gitignore 2013-04-24 02:47:15 -06:00
Cathy J. Fitzpatrick
47f456a26d Revise custom avatar feature 2013-04-24 02:43:33 -06:00
Cathy J. Fitzpatrick
2d8b489bc1 Add support for serving static files over HTTP 2013-04-24 01:37:58 -06:00
Cathy J. Fitzpatrick
876d2191c1 sockjs now runs under /showdown prefix 2013-04-24 01:03:46 -06:00
Guangcong Luo
60632f0e09 Fix gen 4 Roost 2013-04-23 20:44:08 -07:00
Cathy J. Fitzpatrick
77f0c127a0 Implement sockjs hack for Heroku
See https://github.com/sockjs/sockjs-node/issues/57#issuecomment-5242187
2013-04-23 21:24:29 -06:00
Cathy J. Fitzpatrick
35d5b3ef75 Implement /hotpatch formats 2013-04-23 20:38:18 -06:00
Guangcong Luo
ab2cad4e38 Allow chatting in battles while disabling lobby chat 2013-04-23 19:00:43 -07:00
Cathy J. Fitzpatrick
4f42bd525c Introduce global variable Server
This allows us to access the sockjs server using the console.
2013-04-23 19:54:21 -06:00
Guangcong Luo
42fb5c6be0 Gen 4 OU ladder 2013-04-23 18:46:42 -07:00
Guangcong Luo
59785e4630 Fix Gen 4 learnset checking 2013-04-23 18:46:32 -07:00
Guangcong Luo
782b497d3c Fix Encore + Mental Herb interaction
This fix involves overhauling how changeDecision works, which also
fixes priority order (and speed ties) getting rerolled when Encore
hits.
2013-04-23 17:21:58 -07:00
Guangcong Luo
5e607f39bb Implement Retaliate 2013-04-23 16:22:34 -07:00
Cathy J. Fitzpatrick
f3efdac5e5 Chat filters now apply to /me 2013-04-22 05:16:20 -06:00
Cathy J. Fitzpatrick
2fdda59c88 Move chat filter stuff to config.js callback 2013-04-22 04:15:03 -06:00
Cathy J. Fitzpatrick
f1b3dc3c99 Implement feature to reduce contentless lobby messages
Specifically, a lobby chat message must contain either two distinct
numbers or two distinct letters, or it will be dropped by the server.
2013-04-22 04:00:03 -06:00
Guangcong Luo
0ef3daa0f1 Fix the rest of the Air Lock interaction bugs
Specifically, Sandstorm's SpD boost and Weather Ball's power/type.
2013-04-22 01:28:27 -07:00
Guangcong Luo
1bc5f3749e Don't deal residual weather damage in Air Lock/Cloud Nine 2013-04-22 01:24:11 -07:00
Cathy J. Fitzpatrick
bf40a1685d Export the User object from users.js 2013-04-21 23:33:16 -06:00
Cathy J. Fitzpatrick
d72a446fc4 Remove BATTLE_ROOM_PROTOCOL_VERSION 2013-04-21 23:33:16 -06:00
Marty-D
6d080f232a Correct Tomohawk and Necturna's learnsets. 2013-04-21 22:55:39 -04:00
Guangcong Luo
e719b20e00 Learnsets: Start moves are explicitly L1 2013-04-21 18:05:54 -07:00
Guangcong Luo
db6f92ed42 Put pokedex in National Pokedex order 2013-04-21 18:05:54 -07:00
Cathy J. Fitzpatrick
3b6d0792f9 Fix rejoining battles 2013-04-21 18:42:28 -06:00
Guangcong Luo
aa680dcc58 Move Missingno/CAPs to the bottom of the pokedex 2013-04-21 16:43:09 -07:00
Cathy J. Fitzpatrick
fb2648b59b Implement feature to skip most battle reporting
This is intended to save bandwidth and reduce lag on the main server.
2013-04-21 04:20:30 -06:00
Cathy J. Fitzpatrick
e2e1baff0d Slight bandwidth optimisation in viewing user IPs 2013-04-21 03:23:12 -06:00
Cathy J. Fitzpatrick
bbe9b77198 Slight bandwidth optimisation in getRequestData 2013-04-21 03:15:49 -06:00
Guangcong Luo
7937685fd5 Fix Missingno learnset
It was previously using its April Fool's 2012 learnset. This removes
Magikarp's Revenge from its learnset, and sets its moves to Start
moves since that's what they are.
2013-04-21 02:07:19 -07:00
Cathy J. Fitzpatrick
077b4b8bb8 Fix locked moves not showing pokemon as trapped 2013-04-21 03:06:15 -06:00
Cathy J. Fitzpatrick
6f0f2d14b6 Fix global variable i in getRoomList 2013-04-21 03:06:15 -06:00
Guangcong Luo
dab3fdeec9 Entirely inconsequential optimization to /lobbychat off 2013-04-20 21:06:12 -07:00
Guangcong Luo
59a9a37291 More reliable /lobbychat off 2013-04-20 12:05:18 -07:00
Guangcong Luo
9a81076929 Credit Kyle Dove
He provided the current backgrounds.
2013-04-20 11:20:49 -07:00
Guangcong Luo
866bea60be Remove Missingno fake abilities
These were added for April Fool's 2012 but are incorrect.
2013-04-19 23:23:27 -07:00
Guangcong Luo
32f7c74542 Remove Arceus-??? 2013-04-19 23:23:27 -07:00
Guangcong Luo
9125994389 Add basculin-red/blue-stripe aliases 2013-04-19 23:23:27 -07:00
Cathy J. Fitzpatrick
9b458cd654 Optimise usercount code 2013-04-19 00:28:32 -06:00
Cathy J. Fitzpatrick
0af1f45fe7 Fix more links in README.md 2013-04-18 21:29:40 -06:00
Cathy J. Fitzpatrick
2a87db3a0e Fix client repository link in README.md 2013-04-18 21:27:49 -06:00