-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide static scripts definitions (#49)
* Provide static scripts definitions * Remove /ovr files * Complete static scripts definitions and remove background indexing * Cleanup * Config changes * Update nwscript.nss definitions --------- Co-authored-by: PhilippeChab <philippechab@DESKTOP-ECH2OUF>
- Loading branch information
1 parent
141877e
commit 38d37db
Showing
1,205 changed files
with
61,003 additions
and
25,668 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# Builds and stuff | ||
*.vsix | ||
out | ||
dist | ||
node_modules | ||
tsconfig.tsbuildinfo | ||
*.vsix | ||
server/scripts/nwscript.nss | ||
yarn-error.log | ||
|
||
# Static definitions | ||
server/scripts/nwscript.nss | ||
server/scripts/base_scripts/* | ||
server/scripts/ovr/* | ||
|
||
# Varia | ||
.DS_Store | ||
TODO.txt | ||
nwscript.nss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"complexTokens": [ | ||
{ | ||
"position": { | ||
"line": 15, | ||
"character": 5 | ||
}, | ||
"identifier": "ActionPsionicMB", | ||
"tokenType": 3, | ||
"returnType": "void", | ||
"params": [ | ||
{ | ||
"position": { | ||
"line": 15, | ||
"character": 28 | ||
}, | ||
"identifier": "oSpellTarget", | ||
"tokenType": 25, | ||
"valueType": "object" | ||
} | ||
], | ||
"comments": [] | ||
}, | ||
{ | ||
"position": { | ||
"line": 17, | ||
"character": 5 | ||
}, | ||
"identifier": "ActionPsionicCharm", | ||
"tokenType": 3, | ||
"returnType": "void", | ||
"params": [ | ||
{ | ||
"position": { | ||
"line": 17, | ||
"character": 31 | ||
}, | ||
"identifier": "oSpellTarget", | ||
"tokenType": 25, | ||
"valueType": "object" | ||
} | ||
], | ||
"comments": [] | ||
} | ||
], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"NW_I0_GENERIC", | ||
"NW_I0_SPELLS" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_plot", | ||
"NW_i0_HENCHMAN" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_plot", | ||
"NW_i0_HENCHMAN" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_plot", | ||
"NW_i0_HENCHMAN" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_plot", | ||
"nw_i0_henchman" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_plot", | ||
"nw_i0_henchman" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_henchman" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_henchman" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_henchman" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_henchman", | ||
"nw_i0_plot" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_henchman", | ||
"nw_i0_plot" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_plot", | ||
"NW_i0_HENCHMAN" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_plot", | ||
"NW_i0_HENCHMAN" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_plot", | ||
"NW_i0_HENCHMAN" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_plot", | ||
"NW_i0_HENCHMAN" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_plot", | ||
"NW_i0_HENCHMAN" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_henchman" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_henchman" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_henchman" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_henchman", | ||
"nw_i0_plot" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"complexTokens": [], | ||
"structComplexTokens": [], | ||
"children": [ | ||
"nw_i0_henchman", | ||
"nw_i0_plot" | ||
] | ||
} |
Oops, something went wrong.