Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
fcb300e
update the class definition syntax
tapple Jan 24, 2026
5b35f1e
rename LLDetectedEvent to DetectedEvent
tapple Jan 24, 2026
3ff88f4
moved quaternion, uuid, vector to be with the other modules
tapple Jan 24, 2026
eded60e
give the quaternion and vector modules a callable
tapple Jan 24, 2026
4b2614d
put properties first in vector, quaternion tables
tapple Jan 24, 2026
76397e8
parameter name/type improvements for slua modules
tapple Jan 24, 2026
f2f69a9
type alias improvements
tapple Jan 25, 2026
4a1bded
add missing constants
tapple Jan 25, 2026
a779328
`userdata` is not a language keyword, just a string that `typeof` can…
tapple Jan 25, 2026
f8a6c0d
move globalVariables after modules, so that rotation works
tapple Jan 25, 2026
1b9b6b0
change ll function return types from nil to ()
tapple Jan 25, 2026
ef041c7
removed `numeric` in favor of explicit `boolean | number`. `numeric` …
tapple Jan 25, 2026
80e09bd
more bool-semantic functions
tapple Jan 25, 2026
e61088c
fix SetParcelForSale return type
tapple Jan 25, 2026
87468ca
fix typo in RezObjectWithParams
tapple Jan 25, 2026
0869248
remove private constants
tapple Jan 25, 2026
12bf204
remove functions removed in slua
tapple Jan 25, 2026
46b5063
mark deprecated functions
tapple Jan 25, 2026
b472873
added all functions to llcompat, all deprecated
tapple Jan 25, 2026
45ddd1e
revert bool-semantics on llcompat return values
tapple Jan 25, 2026
22cb071
missed detected-semantics in llDetectedOwner, llDetectedTouchST
tapple Jan 26, 2026
418ea08
deleted events state_entry, state_exit
tapple Jan 26, 2026
d788b09
fix adjustDamage name, return type
tapple Jan 26, 2026
101bb41
mark type aliases for export
tapple Jan 26, 2026
d4b9f9d
split overloads into multiple lines for readability
tapple Jan 26, 2026
7e53f0d
LLEvent's user-defined functions are supposed to be optional, but the…
tapple Jan 26, 2026
378671a
generate overrides for LLEvents.on,off,once for better type checking
tapple Jan 26, 2026
5875735
reverting overrides to LLEvents:off; it caught no extra errors
tapple Jan 26, 2026
9349660
Fixed the LLEvents:off overrides. it now detects mixing up handlers
tapple Jan 26, 2026
1517fed
Merge branch 'add-luau-lsp-files' into update-luau-lsp-files
tapple Jan 28, 2026
b9640b4
Merge branch 'add-luau-lsp-files' into update-luau-lsp-files
tapple Jan 28, 2026
5117385
improved LSL constant comments
tapple Jan 28, 2026
7b0cf64
Added missing LSL constant
tapple Jan 28, 2026
637daa7
improve bit32 comments
tapple Jan 28, 2026
ffa4e3e
improve buffer comments
tapple Jan 28, 2026
2bcf584
improve coroutine, debug, llbase64 comments
tapple Jan 28, 2026
125494a
improve math comments
tapple Jan 28, 2026
2ba3013
improve os comments
tapple Jan 28, 2026
0abca03
improve string comments
tapple Jan 28, 2026
623239f
improve table and utf8 comments
tapple Jan 28, 2026
14a0a85
add the global variables
tapple Jan 29, 2026
b1bd8d4
remove state_entry, state_exit events
tapple Jan 29, 2026
0acd2e6
fix LLEvents property types
tapple Jan 29, 2026
107b4c4
add missing classes
tapple Jan 29, 2026
cdfd244
mark structs
tapple Jan 29, 2026
feea694
moved LLEvents and LLTimers to the top
tapple Jan 29, 2026
bda51d6
removed default
tapple Jan 29, 2026
2b54301
removed classes from globals
tapple Jan 29, 2026
ab2c411
bit32 selene now matches upstream
tapple Jan 29, 2026
44daf28
buffer selene now matches upstream
tapple Jan 29, 2026
eea9c96
coroutine, debug selene now matches upstream
tapple Jan 29, 2026
47e1c4c
math selene now matches upstream
tapple Jan 29, 2026
a946457
os selene now matches upstream
tapple Jan 29, 2026
a607ef2
string selene now matches upstream
tapple Jan 29, 2026
8385be0
table selene now matches upstream
tapple Jan 29, 2026
d6e6557
utf8 selene now matches upstream
tapple Jan 29, 2026
9b3b3ec
add quaternion, uuid, vector libraries
tapple Jan 29, 2026
3e8a8ab
display bool-semantic arguments as bool in selene
tapple Jan 29, 2026
4076872
mark deprecated ll functions in selene
tapple Jan 29, 2026
565b606
type lists as tables in selene
tapple Jan 29, 2026
87f8321
delete the removed ll functions from selene
tapple Jan 29, 2026
53680ec
add the detected functions to selene, marked deprecated
tapple Jan 29, 2026
3a996f1
properly type the slua global functions
tapple Jan 29, 2026
73ace24
removed unnecessary parentheses on the detected event typedefs
tapple Jan 29, 2026
3c05c36
mark os.difftime as deprecated
tapple Jan 29, 2026
071da38
duplicate quaternion module to rotation module
tapple Jan 29, 2026
963dd07
generate llcompat module
tapple Jan 29, 2026
ad452e3
properly type llbase64
tapple Jan 29, 2026
a237d33
add must-use to lljson
tapple Jan 29, 2026
866bf4d
generate must-use in ll module
tapple Jan 30, 2026
f61511f
Document the error behavior of llbase64 and lljson
tapple Jan 30, 2026
f40d0dc
add a note about purpose/autogenerate/version/date to the top of the …
tapple Jan 30, 2026
b2fe96e
fix the llbase.decode error behavior
tapple Jan 30, 2026
75011fb
documentation updates from https://github.com/secondlife/lsl-definiti…
tapple Jan 30, 2026
248e9dc
update global function docs
tapple Feb 6, 2026
eabb674
improve the luau modules docs
tapple Feb 6, 2026
d6b516b
fix line breaks
tapple Feb 6, 2026
cde8e9f
fix line breaks in constants
tapple Feb 6, 2026
a583df1
delete removed functions
tapple Feb 6, 2026
b289b8d
add missing functions
tapple Feb 6, 2026
724195a
add missing libs quaternion, rotation, vector, uuid
tapple Feb 6, 2026
4632e2c
generate llcompat module
tapple Feb 6, 2026
c64f0d3
document index semantics in llcompat selene
tapple Feb 6, 2026
5f4b6cf
generate constant values
tapple Feb 6, 2026
f6bff51
properly escape all string literals in the generated docs
tapple Feb 6, 2026
1069a46
updates
tapple Feb 7, 2026
9cbad78
real links for ll module
tapple Feb 7, 2026
1580893
real links for luau modules
tapple Feb 7, 2026
4066f3a
real links for lljson module
tapple Feb 7, 2026
0b6b3f8
real links for quaternion module
tapple Feb 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading