summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)Author
2023-03-23add desc of skynet.task apiGowa2017
2023-03-21Merge pull request #2021 from fesily/3rd-add-bee最萌小汐
3rd: meta add bee
2023-03-21Update subprocess.luafesily
fix error
2023-03-213rd: meta add beefesily
2023-03-20Update string.gmatch argument typesC3pa
2023-03-20Change `string.format`'s argument to string|numberC3pa
2023-03-20Add some more number types to string APIC3pa
Co-authored-by: carsakiller <carsakiller@gmail.com>
2023-03-18Make functions in string api accept numbersC3pa
All of these functions effectively call `tostring()`, when the passed parameter is a number. I think there is no need to raise warnings if users pass numbers instead of strings to these functions.
2023-03-06update lovr-api最萌小汐
2023-03-03enable `table.pack` and `table.unpack` to LuaJIT最萌小汐
resolve #1942
2023-03-02Merge pull request #1959 from Bilal2453/patch-2最萌小汐
meta: newproxy can accept a userdata value
2023-03-01Improve math.abs annotationC3pa
This brings it in line with math.max, and max.min. This change allows the type inference to correctly infer the returned type if math.abs is passed an integer as an argument.
2023-03-01meta: newproxy can accept a userdata valueBilal Bassam
2023-02-04Merge branch 'LuaLS:master' into masterCppCXY
2023-02-03chore: update links to point to organizationcarsakiller
2023-02-03更新构建脚本CppCXY
2023-01-30respect quotation marks最萌小汐
2023-01-30update submodules and docs最萌小汐
2023-01-17update love2d-api最萌小汐
2023-01-17fix #1829最萌小汐
2023-01-17doc add returnfesily
2023-01-17add ffi-reflect docfesily
2023-01-16support `---@meta [name]`最萌小汐
once declared `name`, user can only require this file by declared name meta file can not be required with name `_`
2023-01-16build 3rd metas最萌小汐
2022-12-27Implement LOVE: love.filesystem.load should be treated like loadfileC3pa
2022-12-17update submodules最萌小汐
2022-12-14Merge pull request #1761 from flrgh/chore/resty-signal-type-updates最萌小汐
update resty.signal type annotations
2022-12-13update resty.signal type annotationsMichael Martin
2022-12-13add luv library annotationsMichael Martin
2022-12-07Added links to all functions.Sewbacca
2022-11-29updat submodules最萌小汐
2022-11-23rename `config` to `settings`最萌小汐
2022-11-23change `config.lua` to `config,json`最萌小汐
#1607
2022-11-23change format of `config` in `meta/3rd`最萌小汐
#1607
2022-11-23update lovr-api最萌小汐
2022-11-22Merge pull request #1707 from evan361425/patch-1最萌小汐
feat: add prometheus
2022-11-22Update prometheus.luaShueh Chou Lu
2022-11-17Merge pull request #1706 from fesily/fix-some-doc-error最萌小汐
fix some doc error
2022-11-17feat: add prometheusShueh Chou Lu
2022-11-17fix some doc errorfesily
2022-11-16update lovr-api最萌小汐
2022-11-16OpenResty: add plain integer type to ngx.http.status_code (#1700)Michael Martin
2022-11-13fix: make luassert activation less sensitive #1693carsakiller
2022-11-12Merge pull request #1691 from Gowa2017/master最萌小汐
add some optional parameters
2022-11-12Merge remote-tracking branch 'origin/master'Gowa2017
2022-11-12add some optional parametersGowa2017
2022-11-11Merge pull request #1665 from SalavatR/master最萌小汐
Defold engine meta
2022-11-11only lua files associationsSalavat
2022-11-11defold files list in configSalavat
2022-11-11defold associationsSalavat