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

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

    🤪

  • Joined on 2024-06-23
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!
Auios closed pull request redo/BlockLua#4 2025-10-05 14:02:02 -04:00
getn is deprecated as of lua 5.1... Updated instances of getn to use modern methods
Auios pushed to _bllua_schedule_callback-checks-id-is-nil-first at Auios/BlockLua 2025-10-05 14:01:32 -04:00
2140b74d0b Merge remote-tracking branch 'upstream/master'
1a4c7bfefc improve readme, improve std lib
eaafb42317 rework hooks, proper arg conversion for luacall from ts, fix+rename bl.addServerCmd/addClientCmd, remove 'bool' from ts.type (only use 'boolean'), more dedefault typedefs, support typedefs on named objects, typedef inheritance, reorganize libts
9c349a9352 bug and warning fixes from auios
34345a7eeb wip allow inheriting object method types
Compare 10 commits »
Auios pushed to fix-deprecated-use-of-getn at Auios/BlockLua 2025-10-05 14:01:22 -04:00
2140b74d0b Merge remote-tracking branch 'upstream/master'
1a4c7bfefc improve readme, improve std lib
eaafb42317 rework hooks, proper arg conversion for luacall from ts, fix+rename bl.addServerCmd/addClientCmd, remove 'bool' from ts.type (only use 'boolean'), more dedefault typedefs, support typedefs on named objects, typedef inheritance, reorganize libts
9c349a9352 bug and warning fixes from auios
34345a7eeb wip allow inheriting object method types
Compare 10 commits »
Auios pushed to address-warning-spam at Auios/BlockLua 2025-10-05 14:01:11 -04:00
2140b74d0b Merge remote-tracking branch 'upstream/master'
1a4c7bfefc improve readme, improve std lib
eaafb42317 rework hooks, proper arg conversion for luacall from ts, fix+rename bl.addServerCmd/addClientCmd, remove 'bool' from ts.type (only use 'boolean'), more dedefault typedefs, support typedefs on named objects, typedef inheritance, reorganize libts
9c349a9352 bug and warning fixes from auios
34345a7eeb wip allow inheriting object method types
Compare 10 commits »
Auios pushed to master at Auios/BlockLua 2025-10-05 14:00:26 -04:00
2140b74d0b Merge remote-tracking branch 'upstream/master'
1a4c7bfefc improve readme, improve std lib
eaafb42317 rework hooks, proper arg conversion for luacall from ts, fix+rename bl.addServerCmd/addClientCmd, remove 'bool' from ts.type (only use 'boolean'), more dedefault typedefs, support typedefs on named objects, typedef inheritance, reorganize libts
9c349a9352 bug and warning fixes from auios
34345a7eeb wip allow inheriting object method types
Compare 5 commits »
Auios deleted branch huh from Auios/BlockLua 2025-10-05 13:56:29 -04:00
Auios pushed to huh at Auios/BlockLua 2025-10-05 13:52:58 -04:00
Auios created branch huh in Auios/BlockLua 2025-10-05 13:52:58 -04:00
Auios closed pull request redo/BlockLua#1 2025-10-03 16:48:26 -04:00
use table.empty instead of table.isempty. + added compile.sh
Auios pushed to master at Auios/BlockLua 2025-10-03 15:09:38 -04:00
62967891c7 Updated dlls after merges
Auios pushed to master at Auios/BlockLua 2025-10-03 15:08:13 -04:00
e0f5b03224 Merge branch 'fix-deprecated-use-of-getn'
015f461d9e Merge branch '_bllua_schedule_callback-checks-id-is-nil-first'
67118ab26c use @diagnostic comments to reduce warning spam in console
7db1fc75a9 address lua warning where id could be `nil
c017e14084 fix deprecated use of getn
Compare 5 commits »
Auios created pull request redo/BlockLua#4 2025-10-03 15:07:08 -04:00
getn is deprecated as of lua 5.1... Updated instances of getn to use modern methods
Auios created pull request redo/BlockLua#3 2025-10-03 15:06:09 -04:00
lua interpreter upset by isnumber possibly returning nil. Check if nil to reduce warnings + safety!