Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-13 | update resty.signal type annotations | Michael Martin | |
2022-12-13 | add luv library annotations | Michael Martin | |
2022-12-07 | Added links to all functions. | Sewbacca | |
2022-11-29 | updat submodules | 最萌小汐 | |
2022-11-23 | rename `config` to `settings` | 最萌小汐 | |
2022-11-23 | change `config.lua` to `config,json` | 最萌小汐 | |
#1607 | |||
2022-11-23 | change format of `config` in `meta/3rd` | 最萌小汐 | |
#1607 | |||
2022-11-23 | update lovr-api | 最萌小汐 | |
2022-11-22 | Merge pull request #1707 from evan361425/patch-1 | 最萌小汐 | |
feat: add prometheus | |||
2022-11-22 | Update prometheus.lua | Shueh Chou Lu | |
2022-11-17 | Merge pull request #1706 from fesily/fix-some-doc-error | 最萌小汐 | |
fix some doc error | |||
2022-11-17 | feat: add prometheus | Shueh Chou Lu | |
2022-11-17 | fix some doc error | fesily | |
2022-11-16 | update lovr-api | 最萌小汐 | |
2022-11-16 | OpenResty: add plain integer type to ngx.http.status_code (#1700) | Michael Martin | |
2022-11-13 | fix: make luassert activation less sensitive #1693 | carsakiller | |
2022-11-12 | Merge pull request #1691 from Gowa2017/master | 最萌小汐 | |
add some optional parameters | |||
2022-11-12 | Merge remote-tracking branch 'origin/master' | Gowa2017 | |
2022-11-12 | add some optional parameters | Gowa2017 | |
2022-11-11 | Merge pull request #1665 from SalavatR/master | 最萌小汐 | |
Defold engine meta | |||
2022-11-11 | only lua files associations | Salavat | |
2022-11-11 | defold files list in config | Salavat | |
2022-11-11 | defold associations | Salavat | |
2022-11-10 | fix template docs | 最萌小汐 | |
2022-11-09 | fix ffi meta | Lyrthras | |
2022-11-08 | fix wrong diagnostics for `pcall` and `xpcall` | 最萌小汐 | |
2022-11-08 | fix: Duplicates | Salavat | |
2022-11-03 | Defold engine meta | Salavat | |
2022-11-02 | remove too common keywords in `busted` | 最萌小汐 | |
2022-11-01 | update love-api | 最萌小汐 | |
2022-10-31 | update lovr-api | 最萌小汐 | |
2022-10-22 | update submodules | 最萌小汐 | |
2022-10-22 | some api params is optional | Gowa2017 | |
2022-10-22 | remove api sync, singleton | Gowa2017 | |
2022-10-20 | user ecs.world() as luaecs words | Gowa2017 | |
2022-10-20 | add support of radius | Gowa2017 | |
2022-10-17 | fix #1637 | 最萌小汐 | |
2022-10-10 | update submodules | 最萌小汐 | |
resolve #1620 | |||
2022-10-05 | Make second param of ffi.gc optional | Voycawojka | |
2022-09-28 | update submodules | 最萌小汐 | |
2022-09-28 | fix config of `luaassert` | 最萌小汐 | |
2022-09-22 | add: 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-22 | fix: update table meta | Ryan Kois | |
2022-09-17 | Use 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-16 | update 3rd-api | 最萌小汐 | |
2022-09-15 | update submodules | 最萌小汐 | |
2022-09-15 | `string.find` returns `any` for now | 最萌小汐 | |
2022-09-14 | fix: string.match return type #1539 | carsakiller | |
2022-09-08 | Replace 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-08 | meta template:luajit add cdata type | fesily | |