Quaternions
  • Joined on 2022-05-14
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 23:00:32 +00:00
3ad9d45452 don't create and drop a new function every call
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 20:53:47 +00:00
9a03ac199a deref function pointer, not sure if this does anything
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 20:45:48 +00:00
aa1db9551e match has better line width balance
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 18:47:15 +00:00
692697f82b split get_or_create_class_function into two parts in case you want to get multiple functions from the same class
Quaternions pushed to master at StrafesNET/_cargo-index 2024-10-06 18:26:47 +00:00
bc1b8316b2 Update roblox_emulator
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 18:26:36 +00:00
5e45e952d9 v0.4.4 less terrible all around
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 17:51:42 +00:00
09dd442948 class tree walk can be idiomized with find_map and transpose
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 17:43:05 +00:00
726ffeca21 ClassFunction exceptional simplification
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 17:42:10 +00:00
0de31465a4 ClassFunction exceptional simplification
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 17:27:02 +00:00
082de122b1 fix double convert
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 05:36:51 +00:00
bf0c4f74c3 error instead of print, expanded message
97e2010826 split type onto multiple lines
Compare 2 commits »
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 05:33:52 +00:00
85826a04bf error instead of print, expanded message
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 05:33:05 +00:00
0b25b3a923 error instead of print, expanded message
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 05:30:24 +00:00
c35d6b6808 split type onto multiple lines
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 05:18:00 +00:00
de363bc271 no print when none
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 05:15:17 +00:00
849b0813b9 change cf macro to include Instance as the first argument
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 05:04:42 +00:00
af4521493b change ClassFunctionPointer to include Self
Quaternions pushed to master at StrafesNET/roblox_emulator_cli 2024-10-06 04:56:30 +00:00
a403326341 v0.1.4 update roblox_emulator
cec9d1906d update roblox_emulator
Compare 2 commits »
Quaternions pushed to master at StrafesNET/_cargo-index 2024-10-06 04:55:07 +00:00
e559cd04d7 Update roblox_emulator
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 04:54:42 +00:00
fac1f318d7 v0.4.3 rewrite Instances to be a single UserData type using a class function database