Guangcong Luo
e26f8c32ec
Support more PM message types
2014-10-05 17:09:39 -05:00
Guangcong Luo
3a345cd7fe
Display correct Spe range for megas
2014-10-05 17:09:39 -05:00
Guangcong Luo
9fe270859b
Support banning servers
2014-10-05 17:09:39 -05:00
Guangcong Luo
c095214b89
Merge pull request #253 from ascriptmaster/master
...
Changed message for Mummy to be more clear
2014-10-02 01:48:44 -07:00
ascriptmaster
41f90f96e5
Changed message for Mummy to be more clear
...
When a Pokemon's ability changes because of Mummy, it only quickly shows
what the ability was formerly in a small box on the screen, instead of an
in-game message. We use parentheses for messages that don't actually
appear in-game, so Mummy's message is changed to use parentheses instead.
2014-10-02 01:36:58 -07:00
Guangcong Luo
90bcecbccf
Merge pull request #252 from ascriptmaster/master
...
Added message case for -ability when Cloud Nine or Air Lock activate
2014-09-30 19:39:06 -07:00
ascriptmaster
5a233a401d
Added message case for -ability when Cloud Nine or Air Lock activate
...
The server-side code is changing soon to have Cloud Nine/Air Lock
broadcast '-ability' instead of '-message', so we need to add the relevant
messages to the client-side as well.
2014-09-30 19:18:34 -07:00
Guangcong Luo
d7fbc74742
Update credits
2014-09-27 14:59:09 -05:00
Guangcong Luo
a0d7a347d7
Fix crash on certain kinds of corrupted teams
2014-09-26 23:38:25 -05:00
Guangcong Luo
e7fad47f54
Larger chat font sizes
...
For now, battle chat is still at 8pt, but chatroom and PM font
size has been increased to 9pt. Join/leave messages, timestamps,
and user symbols in chat stay at 8pt, and timestamps are now
gray.
2014-09-26 23:37:50 -05:00
Guangcong Luo
75efa5a2d3
Fix PS on dark themes
...
This fixes button readability when browser defaults change the
button text color from black.
2014-09-26 23:35:37 -05:00
Guangcong Luo
4c35e2041a
Change rating period advance time
...
Instead of advancing rating periods at midnight GMT, they're now
advanced at 9:00 GMT, which corresponds to 1am-4am in the US.
2014-09-25 16:43:10 -05:00
Guangcong Luo
cc6d441d15
Fix [NaN:NaN:NaN] timestamp bug
...
Bug from 5196f8cbcb
2014-09-18 22:57:30 -05:00
Guangcong Luo
e5e8d3d573
Sync data
2014-09-18 22:35:42 -05:00
Guangcong Luo
723803b57f
Console log all SockJS I/O
...
Previously, we only logged non-lobby server->client messages,
but since lobby is no longer on default autojoin, it makes
sense to just log everything. Useful to anyone who wants to
learn more about how PS's protocol works.
2014-09-18 22:32:52 -05:00
Guangcong Luo
626a2eef2d
Update teambuilder for PU
2014-09-18 22:32:51 -05:00
Guangcong Luo
f2e6c2db16
Minor rephrase of Username popup
2014-09-18 22:31:19 -05:00
Guangcong Luo
d0f29abeab
Tournaments: Support user cap
2014-09-18 22:31:19 -05:00
Guangcong Luo
c4b8caba59
Merge pull request #201 from Morfent/patch-2
...
Allow regex quantifiers with commas in highlights
2014-09-09 13:47:56 -05:00
Guangcong Luo
4a00930a38
Fix Shell Bell message
2014-09-04 12:50:00 -05:00
Guangcong Luo
bc22aad75f
Merge pull request #243 from Slayer95/lint
...
Fix issues with semicolons and variable declaration
2014-09-04 00:55:42 -05:00
Ivo Julca
5196f8cbcb
Fix issues with semicolons and variable declaration
...
Also remove duplicate of method 'joinRoom' from MainMenuRoom, as well as unused methods 'updateCurrentUser' and 'buttonOnClick' from UserList.
2014-09-03 23:28:18 -05:00
V4Victini
563b1e4864
Revert "Fix Team Preview details being ignored on reconnection"
...
This reverts commit 54fba6e985 .
2014-09-03 20:00:01 -04:00
The Immortal
a377625d79
Update client-teambuilder.js
...
Hackmons doesn't exist so remove illegal from BH instead
2014-09-04 02:27:03 +04:00
The Immortal
45be30a721
Add PU to teambuilder
2014-09-02 19:35:29 +04:00
Guangcong Luo
9e02658bea
Show Spe ranges for enemy pokemon on hover
2014-08-31 23:09:03 -05:00
Guangcong Luo
768d46bb93
Main Menu and Rematch buttons
...
Gives players a more obvious path to what to do next after a battle
ends.
2014-08-31 23:08:37 -05:00
Guangcong Luo
75b5553616
Battle remember names after disconnection
...
This is useful for getting the name of a player who's disconnected,
which will be used in future commits.
2014-08-31 23:01:54 -05:00
Guangcong Luo
9414b6a987
Remove old hardcoded sprite IDs
...
They haven't been used for anything in a long time.
2014-08-31 22:51:59 -05:00
Robin Vandenbrande
f7eeda46ae
Merge pull request #242 from Quinella/hooks
...
Fix path issues with update hook
2014-09-01 02:12:51 +02:00
Robin Vandenbrande
414bef6525
Fix path issues with update hook
2014-09-01 02:11:36 +02:00
Robin Vandenbrande
72fc3464e3
Merge pull request #241 from Quinella/tb-pokemon-importexport
...
Import/export on a per Pokemon basis
2014-08-30 00:52:16 +02:00
Robin Vandenbrande
154c50d1be
Import/export on a per Pokemon basis
2014-08-29 13:24:26 +02:00
Guangcong Luo
005cfc3a8e
Merge pull request #240 from Quinella/femalesprites
...
Fix female sprites when animations are disabled
2014-08-28 18:17:55 -05:00
Robin Vandenbrande
60f75f89fa
Fix female sprites when animations are disabled
2014-08-28 22:51:42 +02:00
Robin Vandenbrande
89b15073ab
Merge pull request #239 from Quinella/hooks
...
Have git hooks use node.js rather than PHP
2014-08-28 21:14:32 +02:00
Robin Vandenbrande
2cf20ff643
Have git hooks use node.js rather than PHP
...
Also remove the dynamic hook since it's unused
2014-08-28 20:30:04 +02:00
Guangcong Luo
30f3003155
Sync tiers
2014-08-25 02:18:56 -05:00
Guangcong Luo
668c4c4b26
Support user symbols in battle rooms
...
Battle rooms and chat rooms now use roughly the same chat system.
2014-08-25 02:18:56 -05:00
Guangcong Luo
05ae8ea6fb
Support new |:| and |c:| messages
...
These message types are used to send message times, replacing the
old |ct| system, and are more efficient server-side.
2014-08-25 02:18:56 -05:00
The Immortal
d33c71836b
Hackmons is now called Classic Hackmons
2014-08-24 12:13:24 +04:00
The Immortal
9f03bd49a7
Restore EV spread for Hackmons
2014-08-23 13:18:55 +04:00
Guangcong Luo
11f4b3dcbb
Fix crash in teambuilder
2014-08-21 19:15:11 -05:00
Guangcong Luo
1f6bea9579
Fix teams not loading on desktop
2014-08-19 17:50:25 -05:00
Slayer95
54fba6e985
Fix Team Preview details being ignored on reconnection
2014-08-19 11:04:54 -05:00
Guangcong Luo
72a724fe7b
Merge pull request #237 from Slayer95/hackmons
...
Remove illegal EV spread suggestion for Hackmons
2014-08-18 15:34:28 -05:00
Slayer95
c193491370
Remove illegal EV spread suggestion in Hackmons
...
The format 'Modified Hackmons' will feature it instead.
2014-08-18 14:44:05 -05:00
Guangcong Luo
6a3f6f9c3d
Merge pull request #236 from Layell/patch-1
...
Update pokedex-mini-bw.js
2014-08-14 17:03:56 -05:00
Layell
f98f779639
Update pokedex-mini-bw.js
2014-08-14 17:09:04 -04:00
The Immortal
bbe277e0c8
Merge pull request #235 from Layell/patch-1
...
pokedex mini vivillon back fix
2014-08-14 10:33:29 +04:00