Commit Graph

130 Commits

Author SHA1 Message Date
The Immortal
caf92c0852
Update build status badge (#6562) 2020-04-11 17:47:11 -07:00
Guangcong Luo
19c57b6065
Credit Anubis 2020-04-06 20:51:51 -07:00
The Immortal
ecec0bbc22
Credits: Move HH to staff 2020-03-12 12:38:38 +04:00
Spandan Punwatkar
b6b66de896 Update Repo Links (#6102) 2019-11-28 12:47:38 +04:00
Guangcong Luo
d06179991d
Update README for Gen 8 2019-11-19 11:40:13 +13:00
not_a_seagull
936751bf1f Update the Travis badge on README.md (#5990)
The Travis badge on the README.md pointed to a Travis build that did not exist. I pointed it towards the current version at `smogon/pokemon-showdown`.
2019-11-18 12:22:32 +13:00
Astrid Halberkamp
67bde22b52
I should probably put this username in the credits (since i've gotten questions) 2019-10-04 18:32:34 +02:00
Bär Halberkamp
5211d8b349 Update credits 2019-08-27 05:42:28 +02:00
Kirk Scheibelhut
2b1b0dc313
Improve README attribution (#5657) 2019-07-28 21:29:05 +02:00
Kirk Scheibelhut
be940ce139 Modify Kris and MacChaegar's attribution to be more consistent 2019-07-23 09:03:01 +02:00
Guangcong Luo
c83cb5d092
Update Credits
- pre is now staff
- jumbowhales, Quinella, Austin, and DaWoblefet are now major contributors
- JetOU and McLemore are now contributors
2019-07-14 22:43:24 -05:00
Ben Davies
6fae372848
Add Kaiepi as an alias for Morfent in the credits 2019-05-20 05:33:47 -03:00
Guangcong Luo
6bd94fe95b
Add Spandan to Credits 2019-04-04 01:16:34 +08:00
Guangcong Luo
b059f58ecf
Add scheibo to Credits 2019-04-04 01:01:20 +08:00
Xavier RENE-CORAIL
b2e980bc05 Add LGTM alert count badge (#4843) 2019-02-08 14:17:32 -06:00
Guangcong Luo
28ba71221c
README: Add notes on upgrading Node version
This should help Linux users.
2019-02-07 19:16:38 -06:00
Guangcong Luo
4fa94f00e8
Increase required version number in README 2019-02-07 12:00:16 -06:00
Guangcong Luo
d3d2405171
Credits: Add MacChaeger, promote asgdf 2019-01-18 21:39:13 -06:00
DaWoblefet
bec437bffa Credit SadisticMystic as a researcher (#5061) 2019-01-01 22:20:13 -06:00
Alexander B
796894d5e4 Fix misspelled name in credits (#5009) 2018-12-03 04:32:55 +04:00
Bär Halberkamp
f3f6d24c3c Update PS Credits (#4971) 2018-11-29 16:58:57 -06:00
Guangcong Luo
3638f6344b
Rearrange some staff/contributors in Credits 2018-11-19 18:17:39 -06:00
Guangcong Luo
a9bfd6bc18
Add Austin's username to Credits
I'm still undecided... but this does make more sense for now.
2018-11-18 14:36:32 -06:00
Guangcong Luo
9e178ae5ff
Add Austin to credits 2018-11-18 02:18:24 -06:00
Guangcong Luo
8f3f8919ae
Add Wob to credits 2018-11-17 14:09:02 -06:00
The Immortal
9ad4516956
README: Add Honko to Contributors 2018-08-21 11:42:32 +04:00
Quinton Lee
85cf25d231
README: update Travis CI badge 2018-07-05 20:51:50 -05:00
Guangcong Luo
9e4c050f32
Improve phrasing of README instructions 2018-05-04 00:09:47 -05:00
Kris Johnson
61076ec11f Change all Smogon links to https (#4587) 2018-04-13 12:24:42 -04:00
Marty-D
d622166c65 Revert "Update credits (#4369)"
This reverts commit 7f857b575e.
2018-01-23 16:44:57 -05:00
SkiAmplitude
7f857b575e Update credits (#4369) 2018-01-22 21:37:04 -05:00
Kris Johnson
fc59ac1941 Update credits (#4156) 2017-11-17 02:09:13 -06:00
Guangcong Luo
278b4d80f6 README: Update David-DM devDependencies link 2017-10-10 19:38:42 -05:00
Guangcong Luo
0143ae28dd Replace fs module (#3686)
The new FS module is an abstraction layer over the built-in fs module.

The main reason it exists is because I need an abstraction layer I can
disable writing from. But that'll be in another commit.

Currently, mine is better because:
 - paths are always relative to PS's base directory
 - Promises (seriously wtf Node Core what are you thinking)
 - PS-style API: FS("foo.txt").write("bar") for easier argument order
 - mkdirp

This also increases the minimum supported Node version from v6.0 to
v7.7, because we now use async/await. Sorry for the inconvenience!

This also drops the mock-fs-require-fix dependency

mock-fs-require-fix was always kind of a huge hack. It's no longer
necessary, with an FS API that does everything it used to.

This removes a lot of other hacks from test/main.js, which is nice.
2017-06-24 13:42:54 -07:00
Guangcong Luo
f8316ed449 Fix Credits order 2017-06-13 00:50:05 -05:00
Guangcong Luo
846d250491 Update Credits further 2017-06-13 00:48:49 -05:00
Guangcong Luo
10bfe0ed1a Update Credits in README 2017-06-13 00:41:14 -05:00
Guangcong Luo
b0d9875669 README: Link to Ideas for New Developers 2017-04-06 02:07:17 -04:00
Guangcong Luo
aa11647697 README: Update download instructions
The old one was made for old versions of GitHub.

Closes #3316
2017-03-03 08:16:17 -05:00
DieterReinert
81befa2760 Credits: Joim retired (#3207) 2017-02-05 18:19:02 -04:00
HoeenHero
1b5ca6bd36 Gens 1 through 7 (#3189) 2017-01-26 23:56:01 +04:00
panpawn
25da8f1dd0 README: Add Dex to Navigation section (#2785) 2016-10-02 22:08:16 -07:00
Guangcong Luo
9db1d67c36 Increase minimum requirements to Node v6
I'm jumping the gun a bit since we're still a few weeks away from
Node 6 entering LTS, but ES6 support is a pretty big deal. I've waited
years for this! Seriously! Five years ago I was like "ES6 is just on
the horizon, soon I'll be able to refactor this ugly C-style for loop
into for-of!" Well, it's 2016 and for-of is still too slow, but at
least the rest of ES6 is finally usable.

Anyway, my next commit uses Node 6 features, and it's about time to
start refactoring for it, and any server who really doesn't want to use
a non-LTS Node release can wait a few weeks to update or use Babel or
something.

Also included in this commit is feature detection for the Node 6
features we use, so anyone not on Node 6 will at least get a nice and
clear message about it.
2016-09-12 17:11:21 -05:00
panpawn
f11884edac README: Update promote commands (#2653)
These commands now have the "global" prefix
2016-07-28 18:31:08 -04:00
Guangcong Luo
be7017b543 README: Add panpawn to Credits 2016-07-28 02:37:15 -06:00
Guangcong Luo
9d60bf7a3f Credits: V4 is now retired 2016-07-02 16:45:56 -07:00
Guangcong Luo
b0147a350c Update README 2016-02-21 17:38:12 -06:00
Slayer95
e605b8ae1f README: io.js cannot run PS anymore by default 2016-02-21 02:47:06 -05:00
Guangcong Luo
907f806f5a README: Improve installation instructions
There's now a section for people experienced with setting up servers.

The section for people new to servers is now Windows-compatible again.

Fixes #2376
2016-01-14 12:58:28 -08:00
Guangcong Luo
a3f5a1aad3 Update README to recommend ./pokemon-showdown 2016-01-07 00:23:24 -06:00