aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-27Fixed explicit passing of levels.PR/clarify-stack-traces-for-requireAdam Harrison
2025-06-27Made error.new if passed an error simply return that error.Adam Harrison
2025-06-27Created error class and transparent throw.Adam Harrison
2025-06-27Slight cleanup.Adam Harrison
2025-06-27Clarified stack traces when require is involved.Adam Harrison
2025-06-13Made findfile update suggestions as more results come in. (#2039)Adam
2025-06-08Fixed architectures in manifest.json for older builds.Adam Harrison
2025-05-19language_lua: add files with `rockspec` extenstion (#2083)ildar
2025-05-18postrelease: ignore RC builds (#2082)Takase
2025-05-18Updated manifest and changed continuous build to skip checksums, as otherwise...Adam Harrison
2025-05-18Fixed things.Adam Harrison
2025-05-18Added in manifest.json to main repository.Adam Harrison
2025-05-18Fixed dirmonitor.Adam Harrison
2025-05-18build.sh: build SDL3 with CMake (#2060)Takase
2025-05-18replace memory functions with SDL equivalentJan200101
2025-05-06fix link for build instructionsZahar BlackSystem
2025-04-27feat: add SDL App Metadata (#2068)Jan
2025-04-13Because we've bumped mod-version, we should change the bundled version of wel...Adam
2025-04-09fix: don't go down the directory tree in `system.list_dir` (#2059)Guldoman
2025-04-08core: fix not passing window when configuring borderless modeTakase
2025-04-08SDL3 port (#1756)Jan
2025-04-01ci: enable LTO for CI buildstakase1121
2025-04-01build.sh: add LTO supporttakase1121
2025-03-31ci: debug builds for CI again (#2051)Takase
2025-03-17Fixed minor bug relating to the new project reworok changes, which stopped ne...Adam Harrison
2025-03-16balance computed directory list, remove recursive function invocation (#1991)Jan
2025-03-15Update InnoSetup files (#1988)Takase
2025-03-15syntax: warn against malformed patterns and disable them (#2029)Takase
2025-03-15language_cpp: add back digit separators (#2026)Takase
2025-03-15fix: use correct charmap and glyphmap sizes (#1999)Guldoman
2025-03-15common: allow / and \ as PATHSEP on Windows when fuzzy matching files (#1992)Takase
2025-03-15ci: add postrelease workflow to update docs and release winget packages (#1983)Takase
2025-03-15fix: use current char to determine `col` in `DocView:get_x_offset_col` (#1946)Guldoman
2025-03-15move dependency resolving into source file (#1937)Jan
2025-03-15renderer: pass errors via SDL_SetError (#1919)Takase
2025-03-15renderer: defer bitmap rendering when possible (#1856)Takase
2025-03-15Better wasm support again (#1779)Takase
2025-03-15add a __tostring method to every object (#1534)ThaCuber
2025-03-15Project Rework (#1455)Adam
2025-03-01common.sh: support OSTYPE == cygwin for MSYS2 (#2028)Takase
2025-01-28Added in stdlib as per #2014. (#2017)Adam
2025-01-28Update CSS plugin to support more units (#2010)Programutox
2024-12-18feat: add support for tab stops (#1945)Guldoman
2024-12-09Release: v2.1.6 and v2.1.7 (#1984)Takase
2024-12-05process: call poll_process when getting returncodetakase1121
2024-12-04api/system: make stat() call consistent across platforms (#1864)Takase
2024-12-04Revert "New-File ending in slash creates new folder instead (#1898)"Guldoman
2024-12-04ci: use tag name as artifact name (#1977)Takase
2024-12-04fix: only allow backslash as path separator in Windows in `common.path_sugges...Guldoman
2024-12-03process: do not return nil until process exited (#1973)Takase