Commit Graph

124 Commits

Author SHA1 Message Date
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
Guangcong Luo
3ca3363042 README: Update browser support info 2015-12-31 16:52:09 -06:00
Guangcong Luo
fd7c52e7e6 Update README instructions for new GitHub layout 2015-12-01 15:02:56 -06:00
Guangcong Luo
d8cfbb9fb0 Update Credits
- add urkerab and Layell
- split off 'Major Contributors' section, mainly to make it easier to
  keep in sync with the client's 'Major Contributors' section
2015-12-01 15:02:56 -06:00
Guangcong Luo
e8006cd1e1 Add Bumba to credits 2015-11-23 09:05:03 -05:00
Guangcong Luo
bad35b3511 Update Node.js dependency to 4.x
PS now officially supports Node.js 4.x and later.

Unofficially, most versions of iojs are still supported, although
this will probably change as we start using more ES6 features.
2015-11-06 16:36:13 -05:00
Juanma Serrano
6570c53cd2 Update credits
I wasn't dead, I was partying (on LoA)
2015-09-16 11:58:27 +02:00