Skip to content

Commit

Permalink
Scotland2; Reorganize mod scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Sep 1, 2024
1 parent 6050a46 commit f0475ce
Show file tree
Hide file tree
Showing 21 changed files with 176 additions and 227 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ build/
build-test/
package-lock.json
yarn.lock
.idea/
build-*/
*.log
*.qmod

qpm_defines.cmake
extern.cmake
Expand Down Expand Up @@ -62,6 +66,7 @@ ndkpath.txt
*.txt
extern/
Android.mk.backup
# qpm.shared.json
### C++ template
# Prerequisites
*.d
Expand Down
25 changes: 0 additions & 25 deletions .vscode/c_cpp_properties.json

This file was deleted.

239 changes: 122 additions & 117 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,118 +1,123 @@
{
"files.associations": {
"iosfwd": "cpp",
"__config": "cpp",
"__nullptr": "cpp",
"thread": "cpp",
"any": "cpp",
"deque": "cpp",
"list": "cpp",
"map": "cpp",
"optional": "cpp",
"queue": "cpp",
"set": "cpp",
"stack": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"variant": "cpp",
"vector": "cpp",
"__bit_reference": "cpp",
"__debug": "cpp",
"__errc": "cpp",
"__functional_base": "cpp",
"__hash_table": "cpp",
"__locale": "cpp",
"__mutex_base": "cpp",
"__node_handle": "cpp",
"__split_buffer": "cpp",
"__string": "cpp",
"__threading_support": "cpp",
"__tree": "cpp",
"__tuple": "cpp",
"algorithm": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"cfenv": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"cinttypes": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"csetjmp": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"coroutine": "cpp",
"propagate_const": "cpp",
"forward_list": "cpp",
"fstream": "cpp",
"functional": "cpp",
"future": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iostream": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"locale": "cpp",
"memory": "cpp",
"mutex": "cpp",
"new": "cpp",
"numeric": "cpp",
"ostream": "cpp",
"random": "cpp",
"ratio": "cpp",
"regex": "cpp",
"scoped_allocator": "cpp",
"span": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string": "cpp",
"string_view": "cpp",
"strstream": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"utility": "cpp",
"valarray": "cpp",
"xstring": "cpp",
"xlocale": "cpp",
"xlocbuf": "cpp",
"concepts": "cpp",
"filesystem": "cpp",
"shared_mutex": "cpp",
"xfacet": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xmemory": "cpp",
"xstddef": "cpp",
"xtr1common": "cpp",
"xtree": "cpp",
"xutility": "cpp"
},
"cmake.configureOnOpen": false
}
"files.associations": {
"iosfwd": "cpp",
"__config": "cpp",
"__nullptr": "cpp",
"thread": "cpp",
"any": "cpp",
"deque": "cpp",
"list": "cpp",
"map": "cpp",
"optional": "cpp",
"queue": "cpp",
"set": "cpp",
"stack": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"variant": "cpp",
"vector": "cpp",
"__bit_reference": "cpp",
"__debug": "cpp",
"__errc": "cpp",
"__functional_base": "cpp",
"__hash_table": "cpp",
"__locale": "cpp",
"__mutex_base": "cpp",
"__node_handle": "cpp",
"__split_buffer": "cpp",
"__string": "cpp",
"__threading_support": "cpp",
"__tree": "cpp",
"__tuple": "cpp",
"algorithm": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"cfenv": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"cinttypes": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"csetjmp": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"coroutine": "cpp",
"propagate_const": "cpp",
"forward_list": "cpp",
"fstream": "cpp",
"functional": "cpp",
"future": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iostream": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"locale": "cpp",
"memory": "cpp",
"mutex": "cpp",
"new": "cpp",
"numeric": "cpp",
"ostream": "cpp",
"random": "cpp",
"ratio": "cpp",
"regex": "cpp",
"scoped_allocator": "cpp",
"span": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string": "cpp",
"string_view": "cpp",
"strstream": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"utility": "cpp",
"valarray": "cpp",
"xstring": "cpp",
"xlocale": "cpp",
"xlocbuf": "cpp",
"concepts": "cpp",
"filesystem": "cpp",
"shared_mutex": "cpp",
"xfacet": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xmemory": "cpp",
"xstddef": "cpp",
"xtr1common": "cpp",
"xtree": "cpp",
"xutility": "cpp"
},
"cmake.configureOnOpen": false,
"clangd.arguments": [
"-background-index",
"-compile-commands-dir=builddir"
],
"deno.enable": true
}
40 changes: 0 additions & 40 deletions Android.mk

This file was deleted.

5 changes: 0 additions & 5 deletions Application.mk

This file was deleted.

24 changes: 0 additions & 24 deletions mod.json

This file was deleted.

2 changes: 1 addition & 1 deletion mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"_QPVersion": "0.1.1",
"name": "SocketLib",
"id": "${mod_id}",
"modloader": "QuestLoader",
"modloader": "Scotland2",
"author": "Fernthedev",
"version": "${version}",
"description": "${mod_id}, version ${version}!",
Expand Down
Loading

0 comments on commit f0475ce

Please sign in to comment.