Fix movement inputs when holding shift #7
Closed
aidan9382
wants to merge 1 commits from
aidan9382/strafe-client:master
into master
pull from: aidan9382/strafe-client:master
merge into: StrafesNET:master
StrafesNET:master
StrafesNET:csgmdl5
StrafesNET:phys-new-setup
StrafesNET:debug-bug3
StrafesNET:physics-bug3
StrafesNET:debug-bug7
StrafesNET:rbx-dom_raw-str
StrafesNET:hash_str
StrafesNET:emu2
StrafesNET:emu
StrafesNET:cylinder
StrafesNET:minkowksi-transfer
StrafesNET:max-area-triangulation
StrafesNET:physics-bug2
StrafesNET:debug-merge
StrafesNET:entity
StrafesNET:debug-graphics
StrafesNET:bvh-iter2
StrafesNET:entity-debug
StrafesNET:entity-physics
StrafesNET:bsp-gamemechanics
StrafesNET:web2
StrafesNET:bsp-brush3
StrafesNET:to-unsigned
StrafesNET:bvh-iter
StrafesNET:bsp-brush2
StrafesNET:sussy-tips
StrafesNET:bsp-brush
StrafesNET:union3
StrafesNET:union2
StrafesNET:union
StrafesNET:refactor-loader
StrafesNET:it-union
StrafesNET:directories
StrafesNET:modular
StrafesNET:map-read-speed
StrafesNET:surf-fix
StrafesNET:no-cull-velocity
StrafesNET:headless
StrafesNET:bot
StrafesNET:cow-mesh
StrafesNET:instruction-cache
StrafesNET:session
StrafesNET:roblox-bot-web
StrafesNET:web-map
StrafesNET:web
StrafesNET:web-size-hack
StrafesNET:roblox-bot-playback
StrafesNET:push-solve2
StrafesNET:fixed-wide2
StrafesNET:surf-build
StrafesNET:temp
StrafesNET:fw-calm-down
StrafesNET:scripts
StrafesNET:fixed-wide
StrafesNET:push-solve
StrafesNET:run-timer-gui
StrafesNET:recalculate-touching
StrafesNET:bot-playback
StrafesNET:bot-worker2
StrafesNET:bot-resimulate
StrafesNET:bot-worker
StrafesNET:pause
StrafesNET:timers2
StrafesNET:mouse-interpolator
StrafesNET:snf
StrafesNET:feature/style-redesign
StrafesNET:wgpu-0.20
StrafesNET:roblox-mesh
StrafesNET:rustfmt
StrafesNET:data-structure-rewrite
StrafesNET:speed-print
StrafesNET:file-format2
StrafesNET:load-bsp3
StrafesNET:shaders
StrafesNET:debug
StrafesNET:face-crawler
StrafesNET:dynamic-objects
StrafesNET:point-physics
StrafesNET:worker-scope
StrafesNET:sphere-gen
StrafesNET:zeroes-opti
StrafesNET:graphics-thread
StrafesNET:winit-0.29.2
StrafesNET:worker-pool
StrafesNET:file-format
StrafesNET:movestate
StrafesNET:the-wrong-branch
StrafesNET:deduplicate-models
StrafesNET:integer-units
StrafesNET:spirv
StrafesNET:timers
StrafesNET:load-bsp2
StrafesNET:config-file
StrafesNET:bvh
StrafesNET:physics-thread3
StrafesNET:physics-thread2
StrafesNET:physics-thread
StrafesNET:game-mechanics
StrafesNET:load-bsp
StrafesNET:model-look
StrafesNET:wayland
StrafesNET:thread-texture-loading
StrafesNET:color-vertices
StrafesNET:load-roblox-textures
StrafesNET:temp-spawn
StrafesNET:redo-input4
StrafesNET:redo-input3
StrafesNET:load-roblox6
StrafesNET:redo-input2
StrafesNET:load-roblox5
StrafesNET:load-texture
StrafesNET:load_roblox4
StrafesNET:redo-input
StrafesNET:redo-input-temp
StrafesNET:load_roblox3
StrafesNET:tickless-phys
StrafesNET:timelines
StrafesNET:free-body
StrafesNET:load_roblox2
StrafesNET:depth-fudge
StrafesNET:load_roblox
StrafesNET:suzanne
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
No description provided.
Delete Branch "aidan9382/strafe-client:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
minor fix but its very annoying since it also breaks releasing keys
This code allocates a new string, which the goal of .as_str() was to avoid that. Please don't use master branch for pull requests, as I can't add any commits!
Here is an alternative option
b0aecc3fd1
tofcacf7026f
I've gone ahead and implemented your suggestion if the allocation is an issue
I also tried moving it off master in my fork, but the PR doesn't allow changing which branch I'm pulling from for some reason, only which one im pushing to, so for now it's gonna have to stay on master
implemented
Pull request closed