Quaternions
  • Joined on 2022-05-14
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-17 03:57:52 +00:00
03e9d989f8 make scheduler into a crate feature
5ddb3dacfd run script as a thread
8950bcbf02 game ticks api
9c1807ec76 wait
752ad6bd95 scheduler
Compare 5 commits »
Quaternions pushed to run-service at StrafesNET/roblox_emulator 2024-10-17 03:56:14 +00:00
03e9d989f8 make scheduler into a crate feature
5ddb3dacfd run script as a thread
8950bcbf02 game ticks api
Compare 3 commits »
Quaternions commented on pull request StrafesNET/strafe-client#7 2024-10-17 03:42:52 +00:00
Fix movement inputs when holding shift

Here is an alternative option

						if let Some(input_instruction)=match keycode{
							winit::keyboard::Key::Named(winit::keyboard::NamedKey::Space)=>Some(InputInstruction::Jump(s)),
Quaternions commented on pull request StrafesNET/strafe-client#7 2024-10-17 03:36:33 +00:00
Fix movement inputs when holding shift

This code allocates a new string, which the goal of .as_str() was to avoid that.

Quaternions pushed to run-service at StrafesNET/roblox_emulator 2024-10-17 03:30:43 +00:00
cb70c60e93 make scheduler into a crate feature
d4b67e93dd run script as a thread
eb66516f83 game ticks api
9c1807ec76 wait
Compare 4 commits »
Quaternions pushed to run-service at StrafesNET/roblox_emulator 2024-10-17 02:58:13 +00:00
a927119734 run script as a thread
0e8ba59f1c game ticks api
58e7445441 wait
752ad6bd95 scheduler
Compare 4 commits »
Quaternions pushed to run-service at StrafesNET/roblox_emulator 2024-10-17 02:51:08 +00:00
fe7322fcaf game ticks api
2c3dababbc wait
951f9cb462 scheduler
Compare 3 commits »
Quaternions pushed to run-service at StrafesNET/roblox_emulator 2024-10-17 02:46:12 +00:00
658c20892e game ticks api
6f12c20e36 wait
Compare 2 commits »
Quaternions pushed to run-service at StrafesNET/roblox_emulator 2024-10-17 02:26:15 +00:00
5f1b93aa28 game ticks api
68ae5e5777 why is there no coroutine
7825623e3c wait
6de3f0c0d5 scheduler
Compare 4 commits »
Quaternions pushed to run-service at StrafesNET/roblox_emulator 2024-10-17 02:11:41 +00:00
2c4b58c5ca set_environment makes print disappear
909c00c5f6 game ticks api
3981d25305 why is there no coroutine
442d7af333 wait
Compare 4 commits »
Quaternions pushed to run-service at StrafesNET/roblox_emulator 2024-10-17 01:58:26 +00:00
41a52bf0da set_environment makes print disappear
55a315dbed game ticks api
684c60b092 why is there no coroutine
3ac9d2f2cd wait
4823d73a85 Scheduler lives in Lua
Compare 6 commits »
Quaternions created branch run-service in StrafesNET/roblox_emulator 2024-10-16 23:49:34 +00:00
Quaternions pushed to run-service at StrafesNET/roblox_emulator 2024-10-16 23:49:34 +00:00
bc9724e9de Scheduler lives in Lua
19e1f80530 scheduler
Compare 2 commits »
Quaternions pushed to nil at StrafesNET/roblox_emulator 2024-10-15 21:59:17 +00:00
0aed94568e Context::get_or_create_service
cfa24c98a6 hack together nil instances
9898c53de8 non-functional ColorSequence skeleton
4ce6fb2155 non-functional NumberSequence skeleton
b672c1360d v0.4.5 virtual property database + fixes
Compare 5 commits »
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-15 21:59:12 +00:00
9898c53de8 non-functional ColorSequence skeleton
4ce6fb2155 non-functional NumberSequence skeleton
Compare 2 commits »
Quaternions pushed to master at StrafesNET/fixed_wide_vectors 2024-10-12 17:17:11 +00:00
c5fb915a6d div_euclid
Quaternions pushed to master at Quaternions/arch-packages 2024-10-11 16:37:16 +00:00
d63901a77b update versions
417446a3d3 fix binary name error
Compare 2 commits »
Quaternions pushed to master at StrafesNET/map-tool 2024-10-11 16:22:25 +00:00
165e6cfae8 Add strafesnet registry
Quaternions pushed to master at StrafesNET/_cargo-index 2024-10-07 01:59:23 +00:00
215d4e2b80 Update roblox_emulator
Quaternions pushed to master at StrafesNET/roblox_emulator 2024-10-07 01:59:02 +00:00
b672c1360d v0.4.5 virtual property database + fixes