Skip to content

xmake lsp update #247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
branch = publish
[submodule "addons/xmake/module"]
path = addons/xmake/module
url = https://github.com/LelouchHe/xmake-luals-addon.git
branch = publish
url = https://github.com/xmake-io/xmake-luals-addon.git
[submodule "addons/luaharfbuzz/module"]
path = addons/luaharfbuzz/module
url = https://github.com/LuaCATS/luaharfbuzz.git
Expand Down
2 changes: 1 addition & 1 deletion addons/REFramework-LLS/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://github.com/LuaLS/LLS-Addons/blob/main/schemas/addon_info.schema.json",
"name": "REFramework",
"description": "Definitions for REFramework's lua APIs.",
"size": 32582,
"size": 32583,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/REFramework-LLS/module
4 changes: 2 additions & 2 deletions addons/RavenscriptIDEA_withRavenM/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "Ravenscript IDEA with RavenM",
"description": "Sub Ravenscript IDEA addon with RavenM.",
"size": 3649,
"hasPlugin": false
"size": 458221,
"hasPlugin": true
}
2 changes: 1 addition & 1 deletion addons/RavenscriptIDEA_withRavenM/module
Submodule module updated 199 files
2 changes: 1 addition & 1 deletion addons/StormworksAddonLua/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "Stormworks Addon Lua",
"description": "Definitions for Stormworks Addon built-in code. Does not support any microcontroller related definitions.",
"size": 92809,
"size": 95375,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/StormworksAddonLua/module
2 changes: 1 addition & 1 deletion addons/ao/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "ao",
"description": "Definitions for the environment provided by aos",
"size": 32359,
"size": 32361,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/ao/module
Submodule module updated 1 files
+1 −1 library/handlers.lua
2 changes: 1 addition & 1 deletion addons/cc-tweaked/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "CC: Tweaked",
"description": "Definitions for the CC: Tweaked Lua API. Types are now namespaced under ccTweaked",
"size": 259243,
"size": 260330,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/cc-tweaked/module
Submodule module updated from 6a6aa9 to b4c975
2 changes: 1 addition & 1 deletion addons/dontstarve/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"description": "Definitions for the dontstarve library",
"size": 114481,
"size": 141176,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/dontstarve/module
Submodule module updated 79 files
+26 −0 .devcontainer/devcontainer.json
+24 −0 .luarc.json
+3 −0 .vscode/settings.json
+1 −2 README.md
+3 −3 config.json
+14 −0 dockerfile
+0 −1,322 library/EntityScriptComponents.d.lua
+436 −0 library/TheNet.d.lua
+0 −40 library/TheRawImgui.lua
+0 −125 library/WorldSim.d.lua
+7 −3 library/scripts/Entity.lua
+4 −2 library/scripts/EntityScript.lua
+1,443 −0 library/scripts/EntityScriptComponents.lua
+0 −0 library/scripts/TheGameService.lua
+0 −0 library/scripts/TheInVentory.lua
+0 −0 library/scripts/TheInputProxy.lua
+0 −0 library/scripts/TheItems.lua
+385 −0 library/scripts/TheRawImgui.lua
+0 −0 library/scripts/TheShard.lua
+2 −1 library/scripts/TheSim.lua
+0 −0 library/scripts/TheSystemService.lua
+129 −0 library/scripts/WorldSim.lua
+0 −0 library/scripts/actions.lua
+0 −0 library/scripts/bufferedaction.lua
+0 −0 library/scripts/c_global.lua
+2 −2 library/scripts/components/worldstate.lua
+40 −0 library/scripts/engine_component/AccountManager.lua
+0 −0 library/scripts/engine_component/AnimState.lua
+0 −0 library/scripts/engine_component/DebugRender.lua
+2 −1 library/scripts/engine_component/DynamicShadow.lua
+0 −0 library/scripts/engine_component/EnvelopeManager.lua
+0 −0 library/scripts/engine_component/Follower.lua
+0 −0 library/scripts/engine_component/FontManager.lua
+0 −0 library/scripts/engine_component/GraphicsOptions.lua
+0 −0 library/scripts/engine_component/GroundCreep.lua
+0 −0 library/scripts/engine_component/GroundCreepEntity.lua
+0 −0 library/scripts/engine_component/Image.lua
+0 −0 library/scripts/engine_component/ImageWidget.lua
+0 −0 library/scripts/engine_component/Label.lua
+2 −1 library/scripts/engine_component/Light.lua
+0 −0 library/scripts/engine_component/LightWatcher.lua
+0 −0 library/scripts/engine_component/ManifestManager.lua
+2 −2 library/scripts/engine_component/Map.lua
+0 −0 library/scripts/engine_component/MapExplorer.lua
+0 −0 library/scripts/engine_component/MapGenSim.lua
+0 −0 library/scripts/engine_component/MapLayerManager.lua
+0 −0 library/scripts/engine_component/MiniMap.lua
+2 −1 library/scripts/engine_component/MiniMapEntity.lua
+5 −2 library/scripts/engine_component/Network.lua
+0 −0 library/scripts/engine_component/ParticleEmitter.lua
+0 −0 library/scripts/engine_component/Pathfinder.lua
+2 −1 library/scripts/engine_component/Physics.lua
+0 −0 library/scripts/engine_component/PhysicsWaker.lua
+0 −0 library/scripts/engine_component/PostProcessor.lua
+0 −0 library/scripts/engine_component/RoadManager.lua
+0 −0 library/scripts/engine_component/ShadeRenderer.lua
+0 −0 library/scripts/engine_component/ShadowManager.lua
+0 −0 library/scripts/engine_component/SoundEmitter.lua
+0 −0 library/scripts/engine_component/StaticShadow.lua
+0 −0 library/scripts/engine_component/TextEditWidget.lua
+0 −0 library/scripts/engine_component/TextWidget.lua
+0 −0 library/scripts/engine_component/TileGroupManager.lua
+1 −1 library/scripts/engine_component/Transform.lua
+0 −0 library/scripts/engine_component/TwitchOptions.lua
+0 −0 library/scripts/engine_component/UITransform.lua
+0 −0 library/scripts/engine_component/VFXEffect.lua
+0 −0 library/scripts/engine_component/VideoWidget.lua
+0 −0 library/scripts/engine_component/WaveComponent.lua
+0 −0 library/scripts/engine_component/cNetwork.lua
+1 −0 library/scripts/global.lua
+0 −0 library/scripts/json.lua
+0 −0 library/scripts/mainfunctions.lua
+0 −0 library/scripts/modinfo.lua
+0 −0 library/scripts/net_var.lua
+12 −0 library/scripts/widgets/widget.lua
+5 −5 plugin/dontstarve.lua
+16 −0 test.py
+11 −18 test/plugin_test.lua
+5 −7 tools/parser_components.py
2 changes: 1 addition & 1 deletion addons/fenster/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "lua-fenster",
"description": "Definitions for the lua-fenster library.",
"size": 2909,
"size": 4008,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/fenster/module
Submodule module updated 2 files
+22 −0 LICENSE.md
+1 −0 library/fenster.lua
2 changes: 1 addition & 1 deletion addons/fivem/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"name": "FiveM",
"description": "Definitions for the FiveM scripting API",
"hasPlugin": true,
"size": 2360442
"size": 2545671
}
2 changes: 1 addition & 1 deletion addons/fivem/module
2 changes: 1 addition & 1 deletion addons/garrysmod/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "Garry's Mod",
"description": "Definitions for the game Garry's Mod",
"size": 2840572,
"size": 3434169,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/garrysmod/module
Submodule module updated 230 files
2 changes: 1 addition & 1 deletion addons/love2d/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "LÖVE",
"description": "Definitions for the LÖVE 2D game framework",
"size": 506416,
"size": 507003,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/lua-enet/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "Lua-ENet",
"description": "Definitions for the Lua-ENet library",
"size": 12472,
"size": 12493,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/lua-enet/module
Submodule module updated 1 files
+2 −1 library/enet.lua
2 changes: 1 addition & 1 deletion addons/luaharfbuzz/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "luaharfbuzz",
"description": "Definitions for the luaharfbuzz library",
"size": 26421,
"size": 86353,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/luaharfbuzz/module
Submodule module updated 2 files
+2 −1 config.json
+882 −132 library/luaharfbuzz.lua
2 changes: 1 addition & 1 deletion addons/luanti/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "Luanti",
"description": "Definitions for the Luanti (formerly Minetest) Lua API",
"size": 510069,
"size": 561217,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/luanti/module
Submodule module updated from 9b363a to 9bd548
2 changes: 1 addition & 1 deletion addons/moonloader/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "MoonLoader",
"description": "Definitions for MoonLoader, a modding interface for GTA: SA",
"size": 297512,
"size": 644737,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/moonloader/module
2 changes: 1 addition & 1 deletion addons/nodemcu-esp32/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "NodeMCU ESP32",
"description": "Definitions for NodeMCU, Lua based firmware for the ESP32 WiFi SoC from Espressif",
"size": 217896,
"size": 218043,
"hasPlugin": true
}
2 changes: 1 addition & 1 deletion addons/nodemcu-esp32/module
Submodule module updated 1 files
+26 −27 library/uart.lua
2 changes: 1 addition & 1 deletion addons/openresty/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "OpenResty",
"description": "Definitions for the OpenResty scriptable web platform",
"size": 324081,
"size": 342477,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/openresty/module
Submodule module updated 44 files
+89 −33 library/ngx.lua
+19 −5 library/ngx/balancer.lua
+5 −3 library/ngx/base64.lua
+5 −3 library/ngx/errlog.lua
+5 −3 library/ngx/ocsp.lua
+6 −5 library/ngx/pipe.lua
+10 −8 library/ngx/process.lua
+5 −3 library/ngx/re.lua
+4 −2 library/ngx/req.lua
+4 −2 library/ngx/resp.lua
+5 −4 library/ngx/semaphore.lua
+155 −19 library/ngx/ssl.lua
+19 −3 library/ngx/ssl/clienthello.lua
+4 −2 library/ngx/ssl/session.lua
+6 −0 library/ngx/upstream.lua
+12 −10 library/resty/aes.lua
+7 −3 library/resty/core.lua
+26 −23 library/resty/core/base.lua
+7 −3 library/resty/core/base64.lua
+7 −4 library/resty/core/ctx.lua
+7 −3 library/resty/core/exit.lua
+7 −3 library/resty/core/hash.lua
+10 −5 library/resty/core/misc.lua
+7 −3 library/resty/core/ndk.lua
+7 −3 library/resty/core/phase.lua
+2 −0 library/resty/core/regex.lua
+7 −4 library/resty/core/request.lua
+13 −4 library/resty/core/response.lua
+7 −3 library/resty/core/shdict.lua
+26 −3 library/resty/core/time.lua
+7 −3 library/resty/core/uri.lua
+8 −4 library/resty/core/utils.lua
+7 −3 library/resty/core/var.lua
+7 −3 library/resty/core/worker.lua
+78 −84 library/resty/dns/resolver.lua
+2 −2 library/resty/random.lua
+5 −4 library/resty/shell.lua
+4 −3 library/resty/signal.lua
+29 −6 library/resty/upload.lua
+76 −5 library/resty/upstream/healthcheck.lua
+80 −10 library/resty/websocket/client.lua
+26 −23 library/resty/websocket/protocol.lua
+15 −4 library/resty/websocket/server.lua
+6 −0 library/tablepool.lua
2 changes: 1 addition & 1 deletion addons/pico8/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "PICO-8",
"description": "Definitions for the PICO-8 fantasy console",
"size": 35120,
"size": 35118,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/pico8/module
2 changes: 1 addition & 1 deletion addons/picotron/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "Picotron",
"description": "Definitions for the Picotron fantasy workstation",
"size": 67171,
"size": 68411,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/picotron/module
2 changes: 1 addition & 1 deletion addons/scribunto/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "MediaWiki Scribunto",
"description": "Definitions for MediaWiki Scribunto.",
"size": 110981,
"size": 112963,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/scribunto/module
4 changes: 2 additions & 2 deletions addons/starfallex/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "Starfall Ex",
"description": "Definitions for the Starfall Ex addon from Garry's Mod.",
"size": 880593,
"hasPlugin": true
"size": 2481,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/starfallex/module
Submodule module updated 82 files
+59 −0 .github/workflows/build.yml
+19 −0 README.md
+0 −33 config.json
+0 −249 library/hooks/hooks.lua
+0 −30 library/libraries/bass.lua
+0 −159 library/libraries/bit.lua
+0 −1,376 library/libraries/builtins.lua
+0 −234 library/libraries/constraint.lua
+0 −87 library/libraries/convar.lua
+0 −54 library/libraries/coroutine.lua
+0 −405 library/libraries/darkrp.lua
+0 −34 library/libraries/debug.lua
+0 −24 library/libraries/effect.lua
+0 −138 library/libraries/file.lua
+0 −139 library/libraries/find.lua
+0 −197 library/libraries/game.lua
+0 −33 library/libraries/hologram.lua
+0 −38 library/libraries/hook.lua
+0 −85 library/libraries/http.lua
+0 −118 library/libraries/input.lua
+0 −64 library/libraries/joystick.lua
+0 −21 library/libraries/json.lua
+0 −22 library/libraries/light.lua
+0 −138 library/libraries/material.lua
+0 −640 library/libraries/math.lua
+0 −163 library/libraries/mesh.lua
+0 −76 library/libraries/midi.lua
+0 −250 library/libraries/navmesh.lua
+0 −264 library/libraries/net.lua
+0 −25 library/libraries/nextbot.lua
+0 −33 library/libraries/notification.lua
+0 −38 library/libraries/os.lua
+0 −20 library/libraries/particle.lua
+0 −16 library/libraries/particleEffect.lua
+0 −25 library/libraries/physenv.lua
+0 −106 library/libraries/prop.lua
+0 −1,210 library/libraries/render.lua
+0 −104 library/libraries/socket.lua
+0 −53 library/libraries/sound.lua
+0 −35 library/libraries/sql.lua
+0 −410 library/libraries/string.lua
+0 −246 library/libraries/table.lua
+0 −81 library/libraries/team.lua
+0 −126 library/libraries/timer.lua
+0 −106 library/libraries/trace.lua
+0 −21 library/libraries/von.lua
+0 −222 library/libraries/vr.lua
+0 −134 library/libraries/wire.lua
+0 −60 library/libraries/xinput.lua
+0 −164 library/types/Angle.lua
+0 −213 library/types/Bass.lua
+0 −144 library/types/Color.lua
+0 −24 library/types/Constraint.lua
+0 −208 library/types/Effect.lua
+0 −1,619 library/types/Entity.lua
+0 −171 library/types/File.lua
+0 −172 library/types/Hologram.lua
+0 −95 library/types/Light.lua
+0 −37 library/types/Markup.lua
+0 −171 library/types/Material.lua
+0 −17 library/types/Mesh.lua
+0 −435 library/types/NavArea.lua
+0 −370 library/types/NextBot.lua
+0 −73 library/types/Npc.lua
+0 −127 library/types/Particle.lua
+0 −87 library/types/ParticleEffect.lua
+0 −107 library/types/ParticleEmitter.lua
+0 −384 library/types/PhysObj.lua
+0 −676 library/types/Player.lua
+0 −313 library/types/ProjectedTexture.lua
+0 −293 library/types/Quaternion.lua
+0 −67 library/types/Sound.lua
+0 −184 library/types/StringStream.lua
+0 −40 library/types/SurfaceInfo.lua
+0 −257 library/types/VMatrix.lua
+0 −334 library/types/Vector.lua
+0 −7 library/types/Vector2.lua
+0 −46 library/types/Vehicle.lua
+0 −109 library/types/Weapon.lua
+0 −50 library/types/WebSocket.lua
+0 −87 library/types/Wirelink.lua
+0 −27 plugin.lua
2 changes: 1 addition & 1 deletion addons/umbrella-unstable/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "Umbrella (Unstable)",
"description": "Definitions for the Unstable version of Project Zomboid's API",
"size": 8061114,
"size": 5668363,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/umbrella-unstable/module
Submodule module updated 1208 files
2 changes: 1 addition & 1 deletion addons/unbound-api/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "Unbound API",
"description": "API definitions for the Unbound game creation suite.",
"size": 66349,
"size": 60759,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/unbound-api/module
2 changes: 1 addition & 1 deletion addons/xmake/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "Xmake",
"description": "Definitions for Xmake, a cross-platform build utility based on Lua",
"size": 96832,
"size": 148597,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/xmake/module