HoeenCoder / Wavelength

The github repository for the Wavelength server on Pokemon Showdown.
http://wavelength.psim.us/
Other
10 stars 46 forks source link

Implement Splatoon Plug-in #162

Closed DeathlyPlays closed 6 years ago

DeathlyPlays commented 6 years ago

This PR should be merged alongside #161 for the full effect (although even without it this will function properly)

DeathlyPlays commented 6 years ago

@HoeenCoder Honestly idk how to get each of the items to record to one Db (when setting it)

HoeenCoder commented 6 years ago

Do you know how an object works?

DeathlyPlays commented 6 years ago

Honestly I feel I do, but I've forgot exactly

HoeenCoder commented 6 years ago

Ask me to explain them to you later

DeathlyPlays commented 6 years ago

switchfc is the only other Db added other than splatoon and that is intentional so I can call it in profiles as added in #161

DeathlyPlays commented 6 years ago

Finished Product

TravisBuddy commented 6 years ago

Travis tests have failed

Hey Insist, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 7.7

npm test ``` > pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength > eslint --cache . && mocha /home/travis/build/HoeenCoder/Wavelength/wavelength-plugins/splatoon.js 11:1808 error Parsing error: Unexpected token "Undercover Brella" ✖ 1 problem (1 error, 0 warnings) npm ERR! Test failed. See above for more details. ```


DeathlyPlays commented 6 years ago

TODO:

TravisBuddy commented 6 years ago

Travis tests have failed

Hey Insist, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 7.7

npm test ``` > pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength > eslint --cache . && mocha /home/travis/build/HoeenCoder/Wavelength/wavelength-plugins/splatoon.js 106:123 error 'team1' is not defined no-undef 106:136 error 'team2' is not defined no-undef ✖ 2 problems (2 errors, 0 warnings) npm ERR! Test failed. See above for more details. ```


DeathlyPlays commented 6 years ago

P.S. the reason I put those on TODO is because I have literally zero clue how I would do it... @HoeenCoder @Mystifi