Quaternions
  • Joined on 2022-05-14
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
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-06 04:53:41 +00:00
a23e8fc36f return Instance from Instance.__Index
58edaf3291 Instance.__index whole thing was wrong
d8aacb9ed2 class function database can only return functions, not values
35d60cde16 todo: use macros for class function database
69d43d8bea class function database + update mlua to beta version to avoid unsafe
Compare 6 commits »
Quaternions created branch mlua10 in StrafesNET/roblox_emulator 2024-10-06 04:02:41 +00:00
Quaternions pushed to mlua10 at StrafesNET/roblox_emulator 2024-10-06 04:02:41 +00:00
248f8d5b56 fixed
0eff07d22d wrong function bruh
c47f30054f walk the class tree, return the first function found
c96d9b7aef move big chungus to the bottom of the file
5a2c70c2c9 update mlua to 0.10.0-beta
Compare 5 commits »
Quaternions pushed to instance at StrafesNET/roblox_emulator 2024-10-05 23:45:58 +00:00
73b7b50c43 multiple unsafe but it compiles
fbe4b56c62 try using &'static str from function database instead of provided index str
Compare 2 commits »
Quaternions pushed to master at StrafesNET/roblox_emulator_cli 2024-10-05 23:42:39 +00:00
125f4a8978 update roblox_emulator
984322f457 v0.1.3 update roblox_emulator
a59d0fc11f update roblox_emulator
Compare 3 commits »
Quaternions pushed to master at StrafesNET/_cargo-index 2024-10-05 23:38:50 +00:00
0d9ab2023c Update roblox_emulator