Commit Graph

23714 Commits

Author SHA1 Message Date
Guangcong Luo
de361d58b5 Merge pull request #1235 from sirDonovan/roomauth
Allow /roomauth to be viewed from any room
2014-09-28 18:05:19 -07:00
sirDonovan
c47da32922 Allow /roomauth to be viewed from any room 2014-09-28 19:51:37 -05:00
The Immortal
133139a252 Add new Inverse bans 2014-09-28 13:24:09 +04:00
Guangcong Luo
db6752e1b5 ResourceMonitor: Improve log function
ResourceMonitor updates now show up in staff room instantly, and
there's a new logHTML function
2014-09-28 04:08:56 -04:00
Guangcong Luo
d788f7c604 Merge pull request #1233 from Slayer95/battlething-mod
Support modding BattleSide and BattlePokemon instances, and use in Hidden Type
2014-09-27 22:06:34 -07:00
Guangcong Luo
f36bf0cc75 Merge pull request #1234 from sparktrain/patch-1
Update !cap
2014-09-27 20:25:50 -07:00
sparktrain
1690f90a91 Update !cap
- Third link is now the new CAP Metagame subforum instead of the old BW thread
- Fourth link is now XY CAP teams instead of BW CAP teams
2014-09-27 22:15:53 -04:00
Ivo Julca
01fb763622 Hidden Type: handle forme change mechanics in scripts.js
This would fix Aegislash, as well as Shaymin-Sky's reversion to Land forme if they were allowed in the format.
2014-09-27 19:33:27 -05:00
Ivo Julca
668c749714 Support 64x modifiers for Stealth Rock damage 2014-09-27 19:26:40 -05:00
The Immortal
eb1abfd267 Update UU bans 2014-09-28 01:59:33 +04:00
Guangcong Luo
3e8aa20ac8 Fix RAM usage
The room expiration time was broken and always set to 40 minutes;
this fixes it so it expires in 10 minutes when empty.
2014-09-27 16:06:29 -04:00
Guangcong Luo
8281f4684a Show fresh battles in Watch Battle list 2014-09-27 16:06:29 -04:00
Guangcong Luo
48d5e4c5b9 Fix crashes for vanity groups 2014-09-27 16:06:29 -04:00
Ivo Julca
87274a9e44 Support modding BattleSide and BattlePokemon instances
In scripts.js, ´side´ and ´pokemon´ are now reserved keys for objects containing their respective moddded scripts.
2014-09-27 13:56:24 -05:00
The Immortal
53c4d953eb Modify Lopunny in Random Battle
Added the possibility of Klutz + Assault Vest + Switcheroo to
perma-taunt an opposing Pokemon.
2014-09-27 01:37:32 +04:00
The Immortal
4ef90d99ed Ban Protean in Almost Any Ability 2014-09-26 23:24:24 +04:00
Guangcong Luo
2438d098ae Revert "Room's title should be used instead of ID"
This reverts commit 4971ce230e.
2014-09-26 04:17:01 -04:00
The Immortal
4ab1090017 Update Random Battle
- Fix #1226
- Remove HP Electric from Empoleon
- Prevent Drain Punch with Superpower
2014-09-26 00:46:51 +04:00
Guangcong Luo
7805fa3eb4 Merge pull request #1224 from ascriptmaster/master
Added -activate, and simplified explanation of -enditem
2014-09-25 11:34:53 -07:00
The Immortal
1da03e4af9 Merge pull request #1229 from macrarazy/patch-30
Room's title should be used instead of ID
2014-09-25 22:38:41 +08:00
macrarazy
4971ce230e Room's title should be used instead of ID
The room's ID being used is a bit unusual and the title makes the message grammatically correct and, well, better than random letters jumbled (or so is assumed).
2014-09-25 19:24:05 +05:00
ascriptmaster
1b86bd357f Added -activate, and simplified explanation of -enditem
Changed confusing explanation of Thief to be more clear
2014-09-24 10:07:03 -07:00
Guangcong Luo
cb5d553c95 Merge pull request #1227 from sirDonovan/alias
Support using room aliases in /redir
2014-09-24 10:36:32 -05:00
The Immortal
8f78e77fc8 Merge pull request #1228 from cadaeic/patch-1
Update /tiers links
2014-09-24 15:38:41 +08:00
Guangcong Luo
cf0a4aa376 PM identity no longer defaults to lobby 2014-09-24 02:52:14 -04:00
Guangcong Luo
61a657a428 Fix crash in /roomauth
Would crash in a room with no roomauth
2014-09-24 02:46:56 -04:00
'qtrx'
6eaa14e2f5 Update /tiers links 2014-09-23 12:58:32 -04:00
sirDonovan
bb12a6b8ef Support using room aliases in /redir 2014-09-22 18:48:45 -05:00
The Immortal
b2499cc4f2 Update Inverse Battle 2014-09-22 20:47:31 +04:00
The Immortal
2f810624cb Update 350 Cup
Eviolite is banned on Pokemon with <= 350 BST
2014-09-21 01:37:43 +04:00
The Immortal
60139f3e0d Modify Groudon's Random Battle moves 2014-09-19 21:18:05 +04:00
The Immortal
8ca3da8f0a Prevent Flare Blitz with Sacred Fire in Random Battle 2014-09-19 20:25:00 +04:00
The Immortal
55ea62b291 Add missing Crystal events with special moves
Source: http://www.serebii.net/crystal/gift.shtml
2014-09-19 20:04:48 +04:00
The Immortal
7a44549375 Add Extremespeed Dratini for gen 2
Fixes #1220
2014-09-19 19:08:46 +04:00
Guangcong Luo
2caf3d9eda Merge pull request #1219 from ascriptmaster/master
Fixed some wordings for -item, added info for -enditem
2014-09-18 18:21:15 -05:00
The Immortal
bfe12d4ae6 Modify Bastiodon's Random Battle moves 2014-09-18 22:18:11 +04:00
The Immortal
6b5fc8fdff Ban Genesect forms in Monotype 2014-09-18 17:27:54 +04:00
Guangcong Luo
fe2da076f0 Improve room deallocation
Now clears the expiration timer in case something else calls
`destroy()`. I've also removed `removeRoom()` since it doesn't
do anything anymore.
2014-09-18 03:37:41 -04:00
ascriptmaster
d1d320a442 Fixed some wordings for -item, added info for -enditem
-item is no longer worded in a strange way, and is much more concise.

-enditem takes note of moves like Thief, which do not trigger -enditem.
2014-09-17 22:04:03 -07:00
The Immortal
7d94e668f9 Update UU bans 2014-09-17 11:50:29 +04:00
The Immortal
df7b75bc9d Merge pull request #1214 from Audiosurfer/patch-1
slight random doubles set tweak
2014-09-17 15:10:29 +08:00
The Immortal
a31faf5090 Merge pull request #1216 from Relados/patch-9
Prevent Sacred Fire with Will-o-Wisp in randoms
2014-09-17 15:10:01 +08:00
Relados
33b15dc383 Prevent Sacred Fire with Will-o-Wisp in randoms
Like Lava Plume, having Will-o-Wisp with Sacred Fire is redundant and the Pokemon would be better off with another move.
2014-09-16 23:12:56 -04:00
Guangcong Luo
265eced415 Stop users from joining battles they're already in 2014-09-16 22:14:04 -04:00
Guangcong Luo
a03592d2d3 Merge pull request #1215 from NaniMan/patch-3
Monotype link update
2014-09-16 19:56:39 -05:00
NaniMan
8855dec3e8 Monotype link update
Updating to link to new viability ranking thread
2014-09-17 10:37:06 +10:00
Audiosurfer
ebff2ff106 slight random doubles set tweak
edited out some moves in meowstic's pool that should've have been there
2014-09-16 19:06:32 -05:00
Guangcong Luo
09e8c019af Merge pull request #1212 from Slayer95/modjoin
/modjoin now makes rooms private and sets modchat as well
2014-09-15 23:28:35 -05:00
Ivo Julca
c765fe4d1e /modjoin now makes rooms private and sets modchat as well 2014-09-15 22:59:30 -05:00
The Immortal
67dd902bc5 More Random Battle changes 2014-09-16 02:02:43 +04:00