|
75457e507d
|
remove unused code
|
2024-10-21 19:13:57 -07:00 |
|
|
6a8f2a02b0
|
needs argument
|
2024-10-21 19:11:06 -07:00 |
|
|
eb2dd9d792
|
move register to set_globals
|
2024-10-21 19:10:58 -07:00 |
|
|
c162bb34d7
|
try setting up methods on init
|
2024-10-21 18:01:55 -07:00 |
|
|
57affe7a95
|
goofy ahh once cell function storage code
|
2024-10-19 18:19:25 -07:00 |
|
|
025d75a601
|
wip: rewrite ScriptSignal
|
2024-10-19 18:19:25 -07:00 |
|
|
ded3cb4700
|
do not allocate strings for unused errors
|
2024-10-18 10:35:16 -07:00 |
|
|
a8b29d8fed
|
move instance into module to further break it down
|
2024-10-18 10:35:16 -07:00 |
|
|
3181912bde
|
why is this necessary this time
|
2024-10-18 10:35:16 -07:00 |
|
|
70c78b66bd
|
runservice
|
2024-10-18 10:35:16 -07:00 |
|
|
5997d312cd
|
associated values store
|
2024-10-18 10:33:07 -07:00 |
|
|
fe529c3b0a
|
rename ClassFunctions -> ClassMethodsStore
|
2024-10-18 10:32:06 -07:00 |
|
|
14fdcd630e
|
RBXScriptSignal
|
2024-10-18 10:32:03 -07:00 |
|
|
da169ade70
|
scheduler code cleanup
|
2024-10-17 16:55:30 -07:00 |
|
|
bffc5bb8f1
|
comment
|
2024-10-17 11:32:40 -07:00 |
|
|
f8f659e8ce
|
specialize coerce f64 code
|
2024-10-16 23:07:32 -07:00 |
|
|
135103364d
|
remove this when rbx-dom updates
|
2024-10-16 21:22:45 -07:00 |
|
|
368ce7da9e
|
v0.4.6 thread scheduler
|
2024-10-16 21:22:01 -07:00 |
|
|
13621022e1
|
export Runnable type
|
2024-10-16 21:22:01 -07:00 |
|
|
03e9d989f8
|
make scheduler into a crate feature
|
2024-10-16 20:55:42 -07:00 |
|
|
5ddb3dacfd
|
run script as a thread
|
2024-10-16 20:55:42 -07:00 |
|
|
8950bcbf02
|
game ticks api
|
2024-10-16 20:55:42 -07:00 |
|
|
9c1807ec76
|
wait
|
2024-10-16 20:21:53 -07:00 |
|
|
752ad6bd95
|
scheduler
|
2024-10-16 19:53:58 -07:00 |
|
|
9898c53de8
|
non-functional ColorSequence skeleton
|
2024-10-14 11:54:58 -07:00 |
|
|
4ce6fb2155
|
non-functional NumberSequence skeleton
|
2024-10-14 11:54:58 -07:00 |
|
|
b672c1360d
|
v0.4.5 virtual property database + fixes
|
2024-10-06 18:58:58 -07:00 |
|
|
25577211b2
|
cursed userdata take
|
2024-10-06 18:57:42 -07:00 |
|
|
fe91de5668
|
remove and_then
|
2024-10-06 18:57:42 -07:00 |
|
|
6dfa46bc67
|
VIRTUAL_PROPERTY_DATABASE (another goddamn superclass walk)
|
2024-10-06 17:55:38 -07:00 |
|
|
3ad9d45452
|
don't create and drop a new function every call
|
2024-10-06 16:00:14 -07:00 |
|
|
9a03ac199a
|
deref function pointer, not sure if this does anything
|
2024-10-06 13:53:41 -07:00 |
|
|
aa1db9551e
|
match has better line width balance
|
2024-10-06 13:45:44 -07:00 |
|
|
692697f82b
|
split get_or_create_class_function into two parts in case you want to get multiple functions from the same class
|
2024-10-06 11:42:31 -07:00 |
|
|
5e45e952d9
|
v0.4.4 less terrible all around
|
2024-10-06 11:26:18 -07:00 |
|
|
09dd442948
|
class tree walk can be idiomized with find_map and transpose
|
2024-10-06 10:49:41 -07:00 |
|
|
726ffeca21
|
ClassFunction exceptional simplification
|
2024-10-06 10:43:00 -07:00 |
|
|
082de122b1
|
fix double convert
|
2024-10-06 10:26:58 -07:00 |
|
|
bf0c4f74c3
|
error instead of print, expanded message
|
2024-10-05 22:36:46 -07:00 |
|
|
97e2010826
|
split type onto multiple lines
|
2024-10-05 22:36:46 -07:00 |
|
|
de363bc271
|
no print when none
|
2024-10-05 22:17:56 -07:00 |
|
|
849b0813b9
|
change cf macro to include Instance as the first argument
|
2024-10-05 22:15:10 -07:00 |
|
|
fac1f318d7
|
v0.4.3 rewrite Instances to be a single UserData type using a class function database
|
2024-10-05 21:54:36 -07:00 |
|
|
a23e8fc36f
|
return Instance from Instance.__Index
|
2024-10-05 21:53:06 -07:00 |
|
|
58edaf3291
|
Instance.__index whole thing was wrong
|
2024-10-05 21:53:06 -07:00 |
|
|
d8aacb9ed2
|
class function database can only return functions, not values
|
2024-10-05 21:49:16 -07:00 |
|
|
35d60cde16
|
todo: use macros for class function database
|
2024-10-05 21:38:34 -07:00 |
|
|
69d43d8bea
|
class function database + update mlua to beta version to avoid unsafe
|
2024-10-05 21:38:34 -07:00 |
|
|
b2beef4726
|
v0.4.2 additional implementations
|
2024-10-05 16:36:01 -07:00 |
|
|
a9a4ed2c46
|
default properties
|
2024-10-05 13:10:57 -07:00 |
|