summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)Author
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
2022-11-10fix template docs最萌小汐
2022-11-09fix ffi metaLyrthras
2022-11-08fix wrong diagnostics for `pcall` and `xpcall`最萌小汐
2022-11-08fix: DuplicatesSalavat
2022-11-03Defold engine metaSalavat
2022-11-02remove too common keywords in `busted`最萌小汐
2022-11-01update love-api最萌小汐
2022-10-31update lovr-api最萌小汐
2022-10-22update submodules最萌小汐
2022-10-22some api params is optionalGowa2017
2022-10-22remove api sync, singletonGowa2017
2022-10-20user ecs.world() as luaecs wordsGowa2017
2022-10-20add support of radiusGowa2017
2022-10-17fix #1637最萌小汐
2022-10-10update submodules最萌小汐
resolve #1620
2022-10-05Make second param of ffi.gc optionalVoycawojka
2022-09-28update submodules最萌小汐
2022-09-28fix config of `luaassert`最萌小汐
2022-09-22add: busted and luassert definitions (#1556)fesily
* add meta 3rd: busted * add: tons of documentation * fix: mock return type - Also removed unnecessary unique type for stub instances * merge upstream * fix:add luassert top api * chore: cleanup and more aliases * add: array assertions * add: matchers * Move the file to the correct location * fix constructor * allow Infinite Nested API * add assert.string Co-authored-by: carsakiller <carsakiller@gmail.com> Co-authored-by: fesily <fesil@foxmail.com>
2022-09-22fix: update table metaRyan Kois
2022-09-17Use stricter activation pattern for lfs library (#1560)serg3295
* Fixed diagnostics error Blank line in function causes warning. * Use strict pattern to trigger attaching the lfs library Pattern 'lfs%.%w+' is too greedy. A script using the 'lfs' always contains string "requre('lfs')", so new pattern uses 'requre...'
2022-09-16update 3rd-api最萌小汐
2022-09-15update submodules最萌小汐
2022-09-15`string.find` returns `any` for now最萌小汐
2022-09-14fix: string.match return type #1539carsakiller
2022-09-08Replace old variable return syntax (#1540)carsakiller
* fix: replace old variable return syntax #1539 * Update jit.status() Co-authored-by: Michael Martin <flrgh@protonmail.com>
2022-09-08meta template:luajit add cdata typefesily