• $$ \begin{CD} 🤪 @>a>> 🤪 \\ @VbVV @AAcA \\
  • https://bldb.auios.com
  • 
    \begin{CD}
       🤪 @>a>> 🤪 \\
    @VbVV @AAcA \\
       🤪 @= 🤪
    \end{CD}
    

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

  • Joined on 2024-06-23
Auios pushed to master at Auios/BlockLua 2025-10-05 14:44:17 -04:00
22f7d00894 Merge pull request 'Use 'r' instead of 'nil' for io.open' (#1) from fix-io.open-type-mismatch into remove-dlls-from-repo
c9e7a9d672 Merge branch 'remove-dlls-from-repo' into fix-io.open-type-mismatch
6c8b2ce0d3 adjust output dir
ef809a3a5a Update .gitignore
a969d5365d Update libts-lua.lua
Compare 7 commits »
Auios deleted branch fix-io.open-type-mismatch from Auios/BlockLua 2025-10-05 14:43:24 -04:00
Auios pushed to remove-dlls-from-repo at Auios/BlockLua 2025-10-05 14:43:21 -04:00
22f7d00894 Merge pull request 'Use 'r' instead of 'nil' for io.open' (#1) from fix-io.open-type-mismatch into remove-dlls-from-repo
c9e7a9d672 Merge branch 'remove-dlls-from-repo' into fix-io.open-type-mismatch
a969d5365d Update libts-lua.lua
Compare 3 commits »
Auios merged pull request Auios/BlockLua#1 2025-10-05 14:43:21 -04:00
Use 'r' instead of 'nil' for io.open
Auios pushed to fix-io.open-type-mismatch at Auios/BlockLua 2025-10-05 14:42:46 -04:00
c9e7a9d672 Merge branch 'remove-dlls-from-repo' into fix-io.open-type-mismatch
6c8b2ce0d3 adjust output dir
ef809a3a5a Update .gitignore
9550ba8c05 remove dlls from repo
Compare 5 commits »
Auios created pull request Auios/BlockLua#1 2025-10-05 14:42:37 -04:00
Use 'r' instead of 'nil' for io.open
Auios created pull request redo/BlockLua#5 2025-10-05 14:41:29 -04:00
ignore built DLLs + adjust output path
Auios pushed to remove-dlls-from-repo at Auios/BlockLua 2025-10-05 14:40:47 -04:00
6c8b2ce0d3 adjust output dir
ef809a3a5a Update .gitignore
Compare 2 commits »
Auios pushed to fix-io.open-type-mismatch at Auios/BlockLua 2025-10-05 14:29:01 -04:00
a969d5365d Update libts-lua.lua
Auios pushed to fix-io.open-type-mismatch at Auios/BlockLua 2025-10-05 14:28:52 -04:00
Auios created branch fix-io.open-type-mismatch in Auios/BlockLua 2025-10-05 14:28:52 -04:00
Auios pushed to remove-dlls-from-repo at Auios/BlockLua 2025-10-05 14:27:11 -04:00
Auios pushed to remove-dlls-from-repo at Auios/BlockLua 2025-10-05 14:27:02 -04:00
9550ba8c05 remove dlls from repo
Auios pushed to remove-dlls-from-repo at Auios/BlockLua 2025-10-05 14:26:35 -04:00
Auios created branch remove-dlls-from-repo in Auios/BlockLua 2025-10-05 14:26:35 -04:00
Auios deleted branch _bllua_schedule_callback-checks-id-is-nil-first from Auios/BlockLua 2025-10-05 14:25:44 -04:00
Auios deleted branch fix-deprecated-use-of-getn from Auios/BlockLua 2025-10-05 14:25:40 -04:00
Auios deleted branch address-warning-spam from Auios/BlockLua 2025-10-05 14:25:35 -04:00
Auios closed pull request redo/BlockLua#2 2025-10-05 14:08:03 -04:00
Make warning spam go away by telling lua "yes I did indeed want to do this thing you're afraid I didn't mean to do"
Auios closed pull request redo/BlockLua#3 2025-10-05 14:07:11 -04:00
lua interpreter upset by isnumber possibly returning nil. Check if nil to reduce warnings + safety!