Skyler Kehren
b3d7bda215
Fixing PR review comments
...
Adds direct example for installing screeps-server-mockup
Adds test-integration script that prints where to find more info
Fixes typo in integration: testing docs
2020-05-02 12:51:58 +03:00
Skyler Kehren
de4b19b2de
Fix codeblock formatting
2020-02-26 08:07:17 +02:00
Skyler Kehren
9c25e720ad
Cleanup integration testing docs
...
Removes `test-integration` script
Removes integration from `test` script
Add installation instructions for `screeps-server-mockup` in docs
2020-02-26 08:02:12 +02:00
Skyler Kehren
962c62a474
Merge pull request #120 from tcdejong/tcdejong-update-readme
...
Remove Python requirement from ReadMe
2020-01-30 21:53:02 +02:00
tcdejong
a7c130e781
Remove Python requirement from "Basic Usage"
...
`screeps-server-mockup` is removed in #113 , which relied on `screeps` and in turn on `node-gyp`, which required Python 2.
No other packages depend on Python 2. Since #113 is merged, Python 2 is no longer required for this repository.
This PR updates the repository's readme accordingly.
2020-01-25 09:46:43 +01:00
Skyler Kehren
6758693e58
Merge pull request #119 from brooksvb/patch-1
...
Fix unterminated statement
2020-01-23 20:51:33 +02:00
Brooks Van Buren
d107b4247a
Fix unterminated statement
2020-01-23 13:05:32 -05:00
Natechawin Suthison
ca51c47c28
Remove screeps-server-mockup dependency ( #113 )
...
Remove "screeps-server-mockup": "^1.4.3" since it's deprecated and causing build errors for new users of the starter template.
https://www.npmjs.com/package/screeps-server-mockup
2020-01-11 08:43:29 +02:00
Skyler Kehren
cc50f96210
Update @types/screeps to ^3.0.0
2019-12-17 19:04:45 +02:00
Kieran Carnegie
c7058dc147
Merge pull request #109 from Jomik/patch-2
...
Update required dependencies in README.md
2019-05-28 09:07:22 +12:00
Jonas Holst Damtoft
9b68ddf9fe
Update required dependencies
...
These are required for https://github.com/Hiryus/screeps-server-mockup
Propagated from https://github.com/screeps/screeps#server-launch
Fixes #107 and #108
2019-04-26 10:45:46 +02:00
Resi Respati
516274e647
Merge pull request #104 from Jomik/patch-2
...
Fix lodash version
2019-02-09 17:30:06 +07:00
Jonas Holst Damtoft
a47fd662a3
Fix lodash version
...
Fixes #103
2019-01-07 18:35:05 +01:00
Resi Respati
ac1cc6611e
fixed link to "Contributing to the docs" page
2018-11-19 13:55:58 +07:00
Resi Respati
eed6bd3bdb
[docs] added testing page to SUMMARY.md
2018-11-19 13:49:59 +07:00
Resi Respati
0366fff8cb
Merge pull request #100 from bkconrad/feature/integration-testing
...
Feature/integration testing
2018-11-19 13:38:43 +07:00
kaen
f8507b632a
add integration testing support
2018-11-10 15:49:43 -08:00
Austin Rivas
1bf84c2443
added tests for main game loop
2018-10-10 02:20:10 -04:00
Austin Rivas
6a047c3d85
added mock game objects
2018-10-10 02:18:40 -04:00
Austin Rivas
cba7463fd1
added mocha/chai/sinon test config
2018-10-10 02:17:40 -04:00
resir014
3370233670
GitBook: [master] 3 pages modified
2018-09-21 11:57:49 +00:00
Resi Respati
afe6c29583
Merge pull request #95 from Jomik/patch-1
...
Add tslint-plugin-prettier to package.json
2018-09-17 12:17:10 +07:00
Jonas Damtoft
aa5bcdbd01
Add tslint-plugin-prettier to package.json
2018-09-04 10:53:27 +02:00
resir014
1b205e3330
GitBook: [master] 17 pages and 5 assets modified
2018-08-06 07:35:02 +00:00
Resi Respati
e30369ac50
upgraded output target to ES2017
2018-08-01 12:48:03 +07:00
Resi Respati
0a683c15e2
improve declaration examples
2018-08-01 12:35:46 +07:00
Resi Respati
0b58638297
latest rollup requires @types/node
2018-08-01 12:31:53 +07:00
Resi Respati
519e575b18
[docs] fix formatting errors in Prettier section
2018-08-01 12:22:27 +07:00
Resi Respati
2d40ec148f
Merge pull request #93 from screepers/feature/prettier-rfc
...
Prettier formatting
2018-08-01 12:20:24 +07:00
Resi Respati
48ebaa49af
make tslint-plugin-prettier opt-in
2018-08-01 12:18:31 +07:00
Resi Respati
26ca84da31
add docs on configuring TSLint for Prettier
2018-08-01 12:18:09 +07:00
Resi Respati
2a6b8c4a00
limit formatOnSave option to JS/TS files, add docs re: prettier
2018-08-01 12:08:55 +07:00
Resi Respati
ebc46fb96e
apply prettier formatting
2018-08-01 11:49:15 +07:00
Resi Respati
a0563bf15e
add prettier config + vscode formatter
2018-08-01 11:47:51 +07:00
Resi Respati
4254caeba3
use file-extension requires for non-JS/TS files
2018-08-01 11:43:18 +07:00
Resi Respati
9acec92200
deps upgrade
2018-08-01 11:24:03 +07:00
Resi Respati
b5377ae96f
Merge pull request #89 from ahmedcharles/master
...
Do some cleanup.
2018-05-15 11:13:30 +07:00
Ahmed Charles
fcaba5e64a
Do some cleanup.
...
rollup-plugin-clean doesn't work with the latest rollup, use rollup-plugin-clear instead.
Explicitly set module resolution to be Node.
Specify the tslint project which allows rules based on type info to run.
Update some dependencies to newer versions.
2018-05-13 07:32:33 +00:00
Resi Respati
9c24289d11
Merge pull request #86 from ahmedcharles/update
...
Update some dependencies.
2018-04-20 16:55:39 +07:00
Ahmed Charles
688f3f594b
Update some dependencies.
...
Rollup warns about unknown arguments now, so use --environment instead.
2018-04-13 11:20:46 +00:00
Resi Respati
12b63845bc
clarify what types.d.ts is for
2018-02-27 14:59:35 +07:00
Resi Respati
323e734cd8
Merge pull request #84 from screepers/deps-upgrade
...
Upgrade dependencies
2018-02-13 16:17:43 +07:00
Resi Respati
829581a1ad
lock source-map at version 0.6.1
...
source-map@0.7.0 pulls in native dependencies like `fs` and `path` which
doesn't work for Screeps.
2018-02-13 16:15:07 +07:00
Resi Respati
c617e20e00
[docs] Big Docs Update
2018-02-06 18:01:40 +07:00
Resi Respati
f8a28a1c92
Upgrade dependencies
...
* typescript@2.7.1
* rollup-plugin-typescript2@0.11 .0
* rollup-plugin-screeps@0.1.2
* rollup@0.55 .3
* source-map@0.7.0
2018-02-06 17:41:19 +07:00
Resi Respati
ffb0a0fa88
Merge pull request #81 from screepers/token-based-auth
...
Implement token-based auth
2018-01-09 23:55:17 +07:00
Resi Respati
4fa08c7867
[docs] added sanity check post-authentication
2018-01-09 23:53:59 +07:00
Resi Respati
d66b720a75
[docs] updated docs with authentication guide
2018-01-09 23:47:15 +07:00
Resi Respati
71c1571aa8
update rollup-plugin-screeps to v0.1.1
2018-01-09 23:17:09 +07:00
Resi Respati
c429620557
updated plugins to support token-based auth
2017-12-31 15:36:39 +07:00