Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit fd90be0

Browse files
committed
Change Files
1 parent 753965c commit fd90be0

File tree

293 files changed

+266
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+266
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# OS X
2+
.DS_Store
3+
4+
# Logs
5+
logs
6+
*.log
7+
8+
# Runtime data
9+
pids
10+
*.pid
11+
*.seed
12+
13+
# Directory for instrumented libs generated by jscoverage/JSCover
14+
lib-cov
15+
16+
# Coverage directory used by tools like istanbul
17+
coverage
18+
19+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
20+
.grunt
21+
22+
# node-waf configuration
23+
.lock-wscript
24+
25+
# Compiled binary addons (http://nodejs.org/api/addons.html)
26+
build/Release
27+
28+
# Dependency directory
29+
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
30+
node_modules
31+
*.project
32+
src/.settings/.jsdtscope
33+
src/.settings/org.eclipse.wst.jsdt.ui.superType.container
34+
src/.settings/org.eclipse.wst.jsdt.ui.superType.name
35+
36+
#intellj
37+
.idea
38+
39+
#generated files
40+
highscores.txt
41+
banned.txt
42+
opbyip.txt
43+
filesTemp.json

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- "5.9.0"
4+
5+
script:
6+
cd src;
7+
node build.js

Installation.md

Lines changed: 128 additions & 0 deletions

LICENSE.md

Lines changed: 22 additions & 0 deletions

MiniclipsCrimes.md

Lines changed: 15 additions & 0 deletions

Newfeatures.md

Lines changed: 1 addition & 0 deletions

app.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Ogar-Unlimited",
3+
"description": "The Next Generation Ogar",
4+
"repository": "https://github.com/AJS-development/Ogar-unlimited"
5+
}

banned.txt

Whitespace-only changes.

highscores.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)