Commit Graph

885 Commits

Author SHA1 Message Date
Cathy J. Fitzpatrick
f9b553f379 Fix crash in statSlide 2013-05-21 16:20:42 -06:00
Cathy J. Fitzpatrick
41b34ddf5d Log client errors to Analytics 2013-05-21 17:00:53 -05:00
Guangcong Luo
5ef0a6b3c7 Load saved volume options 2013-05-21 16:49:36 -05:00
Guangcong Luo
ded6412275 Rearrange options 2013-05-21 16:46:00 -05:00
Guangcong Luo
8d23f4d5c5 Don't crash teambuilder on corrupted team 2013-05-21 16:43:57 -05:00
Guangcong Luo
5dff78bbdb Unminified SockJS for debugging 2013-05-21 16:19:33 -05:00
Guangcong Luo
32ce293fc3 Refactor sending messages
Sending from any room can now use the send queue, and support
for sending JSON objects is nearly completely removed; used
only for initialization on old servers.
2013-05-21 16:19:10 -05:00
Guangcong Luo
3e5111d88e Fix crash when clicking before rooms load 2013-05-21 16:17:28 -05:00
Cathy J. Fitzpatrick
6a66e8107a Fix checking for socket not being open yet 2013-05-21 15:55:29 -05:00
Guangcong Luo
b2d585318e Fix muting cries 2013-05-21 14:33:52 -05:00
Cathy J. Fitzpatrick
ff8efd6638 Remove now-unnecessary code from crossdomain.php 2013-05-21 08:49:23 -05:00
Cathy J. Fitzpatrick
2faa9b9c66 Fix Pokemon cry audio effects 2013-05-21 08:19:04 -05:00
Cathy J. Fitzpatrick
bfb012a771 Fix another bug in initializeConnection 2013-05-21 07:26:58 -05:00
Guangcong Luo
a733d3565d Fix adding blank lines to chat 2013-05-21 07:09:06 -05:00
Guangcong Luo
c00dcc8e23 Don't send JSON join message to the main server 2013-05-21 07:05:18 -05:00
Cathy J. Fitzpatrick
f2451d949d Fix semi-critical bug in initializeCrossDomainConnection 2013-05-21 06:56:27 -05:00
Cathy J. Fitzpatrick
ecc09d4f6f Revert recent ACRE changes
This reverts commit the part of 18faee531a
that made changes to lib/ntbb-ladder.lib.php.
2013-05-21 02:06:47 -06:00
Cathy J. Fitzpatrick
d52be2c250 Fix crash when connecting via TLS the first time 2013-05-21 02:58:39 -05:00
Guangcong Luo
f5962f5487 Fix crash in Chrome 23 2013-05-21 02:57:13 -05:00
Cathy J. Fitzpatrick
c76bd971a7 Fix critical bug in crossprotocol.html 2013-05-21 02:38:26 -05:00
Cathy J. Fitzpatrick
41ebe843d6 Fix critical bug in crossdomain.php 2013-05-21 02:35:11 -05:00
Cathy J. Fitzpatrick
61e094e5cf Fix crash when soundmanager does not load 2013-05-21 01:39:04 -05:00
Cathy J. Fitzpatrick
49f643857d Remove soundmanager fallback code
This code was intended to gracefully fallback to HTML5 audio
support if flash is blocked; however, it breaks battles on Firefox.
2013-05-21 01:32:47 -05:00
Cathy J. Fitzpatrick
1fff29b4ca Revert to version 1.04 of autoresize plugin 2013-05-21 00:49:13 -05:00
Cathy J. Fitzpatrick
70102adff5 Merge branch 'client-overhaul' 2013-05-20 22:56:05 -06:00
Guangcong Luo
50826659c8 Version 0.9.0 2013-05-20 23:54:07 -05:00
Guangcong Luo
e2efaebf86 Pref to turn off background 2013-05-20 23:19:40 -05:00
Guangcong Luo
b92b7a32dd Replace loadteams event with loadprefs
init:loadprefs replaces init:loadteams and now fires when
all preferences and teams are loaded.
2013-05-20 22:40:12 -05:00
Guangcong Luo
18faee531a Option to hide PMs from lobby chat log 2013-05-20 19:22:36 -05:00
Guangcong Luo
1ee11446cc Support new PM syntax 2013-05-20 19:19:33 -05:00
Guangcong Luo
d4a5eb59e7 Support new popup syntax 2013-05-20 19:15:40 -05:00
Guangcong Luo
e59d78c790 Team validation failure keeps challenge window open 2013-05-20 18:54:33 -05:00
Guangcong Luo
956f2473d6 Show error message for having no teams 2013-05-20 18:48:18 -05:00
Guangcong Luo
9e85fcb81b Make sure popups aren't scrolled down
In popups, sometimes the autofocused element is offscreen.
Even then, the popup shouldn't start scrolled down.
2013-05-20 17:28:47 -05:00
Guangcong Luo
f5ddfa6bef Fix IE9 gradient issues 2013-05-20 17:25:48 -05:00
Guangcong Luo
54bb066b7e !data no longer breaks battle chat scrolling 2013-05-20 16:46:32 -05:00
Cathy J. Fitzpatrick
ae92fc6f02 Refactor: Use Config.origindomain in two more places 2013-05-20 16:27:08 -05:00
Guangcong Luo
1e469693a9 Saved avatars are used 2013-05-20 15:54:47 -05:00
Cathy J. Fitzpatrick
c46c6f935f Fix crossdomain support for Internet Explorer 2013-05-20 14:33:20 -06:00
Cathy J. Fitzpatrick
2cc995348d Remember last used unregistered username 2013-05-20 15:06:48 -05:00
Cathy J. Fitzpatrick
97061b9df5 Merge branch 'client-overhaul' 2013-05-20 05:35:23 -06:00
Cathy J. Fitzpatrick
3937ff775f Delete the handler for the disconnect JSON event
Nothing in the server actually emits the `disconnect` event, so the
client does not need to handle it.
2013-05-20 06:33:48 -05:00
Cathy J. Fitzpatrick
512df0ca6b Support the nameTaken JSON event 2013-05-20 06:33:11 -05:00
Cathy J. Fitzpatrick
7776879249 Merge branch 'client-overhaul' 2013-05-20 05:09:00 -06:00
Cathy J. Fitzpatrick
85cd98bd89 Add missing semi-colon 2013-05-20 05:07:39 -06:00
Cathy J. Fitzpatrick
de37e7e549 Add missing semi-colon 2013-05-20 04:53:08 -06:00
Cathy J. Fitzpatrick
dc9c86e7c6 Remove unnecessary line from query string script 2013-05-20 04:42:32 -06:00
Cathy J. Fitzpatrick
35aaecf47a index.template.html fixes
- add version query strings to resources
- fix path of some library files
2013-05-20 03:33:03 -06:00
Cathy J. Fitzpatrick
7ee5d266f0 Update references to dev.pokemonshowdown.com 2013-05-20 03:22:51 -06:00
Cathy J. Fitzpatrick
322174746e Merge branch 'client-overhaul' of github.com:Zarel/Pokemon-Showdown-Client 2013-05-20 03:15:42 -06:00