Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Donorhan committed Aug 12, 2021
0 parents commit 4942b2d
Show file tree
Hide file tree
Showing 176 changed files with 19,660 additions and 0 deletions.
123 changes: 123 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
module.exports = {
parser: '@babel/eslint-parser',
plugins: [
'@babel',
],
env: {
meteor: true,
browser: true,
es2020: true,
node: true,
},
extends: ['airbnb-base'],
parserOptions: {
sourceType: 'module',
requireConfigFile: false,
},
rules: {
'object-curly-newline': 0,
quotes: ['error', 'single', { allowTemplateLiterals: true }],
'object-shorthand': ['error', 'always'],
'newline-per-chained-call': 0,
// "no-lonely-if": 0,
'prefer-destructuring': ['error', { object: true, array: false }],
'no-empty': ['error', { allowEmptyCatch: true }],
'no-console': 0,
'max-len': 0,
'func-names': 0,
// "key-spacing": 0,
'no-param-reassign': 0,
// "no-prototype-builtins": 0,
// "prefer-arrow-callback": 0,
'new-cap': [2, {
newIsCap: true,
capIsNewExceptions: ['Match.OneOf', 'Match.Optional', 'Match.Where', 'Match.Maybe', 'HTML.Raw', 'CryptoJS.MD5', 'DateTimeFormat'],
}],
// "no-nested-ternary": 0,
'no-eval': 0,
'arrow-parens': ['error', 'as-needed'],
'no-mixed-operators': 0,
'no-bitwise': 0,
'no-plusplus': 0,
'no-else-return': 0,
'no-underscore-dangle': 0,
'operator-linebreak': ['error', 'after'],
},
globals: {
// Meteor
AccountsGuest: 'readonly',
Picker: 'readonly',
FlowRouter: 'readonly',
BlazeLayout: 'readonly',
SyncedCron: 'readonly',
marked: 'readonly',
AutoForm: 'readonly',
BrowserPolicy: 'readonly',
UAParser: 'readonly',
LocalStore: 'readonly',
CryptoJS: 'readonly',
Papa: 'readonly',
OAuth: 'readonly',
Facts: 'readonly',
moment: 'readonly',
FilesCollection: 'readonly',
Reload: 'writable',
hotkeys: 'readonly',
l: 'writable',
log: 'writable',
error: 'writable',
lp: 'writable',
throttle: 'writable',

Tilesets: 'writable',
Characters: 'writable',
Tiles: 'writable',
Zones: 'writable',
Levels: 'writable',
Files: 'writable',
Notifications: 'writable',
nearestDuration: 'writable',
isEditionAllowed: 'writable',
remote: 'writable',
_: 'readable',

game: 'writable',
zoom: 'writable',
selectedTileset: 'writable',
selectedCharactersPart: 'writable',
findFirstCharacters: 'writable',
calls: 'writable',
remoteCalls: 'writable',
myPeer: 'writable',
myStream: 'writable',
myScreenStream: 'writable',
remoteStreamsByUsers: 'writable',
tilesets: 'writable',
layers: 'writable',
undoTiles: 'writable',
redoTiles: 'writable',
peer: 'writable',
settings: 'writable',
sounds: 'writable',
meet: 'writable',
characterNames: 'writable',
savePlayer: 'writable',
zones: 'writable',
notificationMessage: 'writable',
nippleManager: 'writable',
userChatCircle: 'writable',
userProximitySensor: 'writable',
userVoiceRecorderAbility: 'writable',
charactersParts: 'writable',
characterPopIns: 'writable',
updateSkin: 'writable',
peerConfig: 'writable',

tileGlobalIndex: 'writable',
tileLayer: 'writable',

BootScene: 'writable',
LoadingScene: 'writable',
WorldScene: 'writable',
},
};
110 changes: 110 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# lempire
version.desktop
.DS_Store

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Settings.json
settings.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port
72 changes: 72 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"version": "0.1",
"language": "en",
"words": [
"anims",
"autorun",
"builtins",
"Certbot",
"closedcaptions",
"corejs",
"coworking",
"dhparams",
"dompurify",
"draw",
"embedmeeting",
"etherpad",
"eval",
"firstgid",
"fodeviceselection",
"formated",
"fullchain",
"fullscreen",
"graphicsmagick",
"JITSI",
"lemguest",
"Lerp",
"letsencrypt",
"linebreak",
"lpad",
"Magick",
"meteortesting",
"mkdir",
"mongoexport",
"mongoimport",
"notif",
"occured",
"ondataavailable",
"overscroll",
"peerjs",
"Phaser's",
"plusplus",
"postupdate",
"prejoin",
"privkey",
"raisehand",
"recaptcha",
"Roki",
"screenshare",
"sharedvideo",
"spritesheet",
"STARTTOKEN",
"Tahoma",
"teleporter",
"teleporters",
"tilemap",
"tileview",
"Tlemverse",
"tweens",
"unhide",
"unmute",
"Verdana",
"videobackgroundblur",
"videoquality",
"webm",
"webrtc",
"websockets",
"yoyo"
],
"flagWords": [
"hte"
]
}
Loading

0 comments on commit 4942b2d

Please sign in to comment.