Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-23 | fetch again? | carsakiller | |
2024-05-23 | fix: fetch | carsakiller | |
2024-05-23 | add: workflow to assert changelog updates | carsakiller | |
2024-05-23 | Merge branch 'master' into 2175-md-symbol-reference | carsakiller | |
2024-05-23 | fix: greedy match | carsakiller | |
2024-05-23 | add: completion of lua symbol references | carsakiller | |
2024-05-22 | Merge pull request #2670 from burdockcascade/master | 最萌小汐 | |
Update love2d-api to 11.5 | |||
2024-05-16 | update love2d-api | Peter Richmond | |
2024-05-16 | Merge pull request #2664 from emmericp/faster-checks | 最萌小汐 | |
Disable await.delay() when running --check | |||
2024-05-13 | Disable await.delay() when running --check | Paul Emmerich | |
This makes --check about 25% faster. | |||
2024-05-13 | 优化性能 | 最萌小汐 | |
2024-05-11 | 3.9.0 | 最萌小汐 | |
2024-05-11 | 更新翻译 | 最萌小汐 | |
2024-05-11 | Revert "没必要sleep" | 最萌小汐 | |
This reverts commit 739449db06a48ba511b0044934f98e9bfe40e30d. | |||
2024-05-11 | 没必要sleep | 最萌小汐 | |
2024-05-11 | 更新bee | 最萌小汐 | |
2024-05-11 | 整理代码 | 最萌小汐 | |
2024-05-11 | 更新luamake | 最萌小汐 | |
2024-05-11 | 支持根据参数类型选择函数定义 | 最萌小汐 | |
2024-05-11 | 整理代码 | 最萌小汐 | |
2024-05-11 | 支持转到实现 | 最萌小汐 | |
2024-05-11 | 暂存-转到实现 | 最萌小汐 | |
2024-05-11 | Merge pull request #2658 from henry-hsieh/master | 最萌小汐 | |
build: use docker to build linux-x64 glibc | |||
2024-05-11 | build: use docker to build linux-x64 glibc | Henry Hsieh | |
2024-05-10 | 漏了一处 | 最萌小汐 | |
2024-05-10 | 跟进修改 | 最萌小汐 | |
2024-05-10 | 适配 bee.sys | 最萌小汐 | |
2024-05-10 | 添加一些参数定义 | 最萌小汐 | |
2024-05-10 | 更新luamake | 最萌小汐 | |
2024-05-10 | Merge pull request #2655 from carsakiller/env-args | 最萌小汐 | |
add: load ENV variables as args | |||
2024-05-10 | fix: convert ENV value to bool | carsakiller | |
2024-05-10 | add: load ENV variables as args | carsakiller | |
2024-05-09 | Merge pull request #2629 from comedinha/master | 最萌小汐 | |
Add setting to find globals using regex | |||
2024-05-09 | Merge pull request #2638 from emmericp/multi-threaded-check | 最萌小汐 | |
Add multi-process support to --check. | |||
2024-05-09 | Merge pull request #2654 from lawrenceho/master | 最萌小汐 | |
Fix linux-arm64 build | |||
2024-05-08 | add: resolve links to symbols in markdown descriptions | carsakiller | |
Links like [mySymbol](lua://mySymbol) in a comment will now be resolved to a URI pointing to the actual file where `mySymbol` can be found. | |||
2024-05-08 | update bee | actboy168 | |
2024-05-08 | Fix linux-arm64 build | Lawrence Ho | |
2024-05-07 | update bee | actboy168 | |
2024-04-28 | update bee | actboy168 | |
2024-04-27 | Add multi-process support to --check. | Paul Emmerich | |
Set the parameter --num_threads to the desired number of worker tasks to potentially speed up --check. This works by spawning multiple sub-proccesses that each run the desired diagnostics on a subset of the workspace. Each process will still load and compile the entire workspace, so there are diminishing returns and memory usage increases linearly with the number of threads. Overall this can reduce the runtime by about ~50% for my projects, example results: Workspace 1, dominated by a few large/complex files 1 thread: 49.7 seconds 2 threads: 31.8 seconds 4 threads: 23.6 seconds 8 threads: 24.4 seconds Workspace 2, large number of small-ish files 1 thread: 96.0 seconds 2 threads: 76.5 seconds 4 threads: 49.5 seconds 8 threads: 38.1 seconds | |||
2024-04-26 | update bee | actboy168 | |
2024-04-23 | Add globalsRegex to diagnostics | Bruno Carvalho | |
Improve checkIsUndefinedGlobal to avoid unecessary checks and tables | |||
2024-04-23 | 3.8.3 | 最萌小汐 | |
2024-04-23 | update bee | 最萌小汐 | |
2024-04-23 | 提交崩溃测试 | 最萌小汐 | |
2024-04-23 | 3.8.2 | 最萌小汐 | |
2024-04-23 | 专供旧版VSCode的假版本3.8.1 | 最萌小汐 | |
2024-04-22 | 3.8.0 | 最萌小汐 | |
2024-04-22 | 修正贡献者名单 | 最萌小汐 | |