aidan9382
  • UK
  • one of the rbhop devs

  • Joined on 2023-07-07
aidan9382 commented on pull request StrafesNET/strafe-client#7 2024-10-18 19:29:23 +00:00
Fix movement inputs when holding shift

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…

aidan9382 pushed to master at aidan9382/strafe-client 2024-10-18 19:26:59 +00:00
fcacf7026f Fix movement inputs when holding shift
aidan9382 created branch fix-input in aidan9382/strafe-client 2024-10-18 19:25:54 +00:00
aidan9382 pushed to fix-input at aidan9382/strafe-client 2024-10-18 19:25:54 +00:00
fcacf7026f Fix movement inputs when holding shift
aidan9382 created pull request StrafesNET/strafe-client#7 2024-10-14 19:23:44 +00:00
Fix movement inputs when holding shift
aidan9382 pushed to master at aidan9382/strafe-client 2024-10-14 19:20:03 +00:00
b0aecc3fd1 Fix movement inputs when holding shift
aidan9382 created repository aidan9382/strafe-client 2024-10-14 19:19:32 +00:00
aidan9382 commented on pull request StrafesNET/asset-tool#7 2024-10-01 19:46:39 +00:00
fix decompiling history into git; enable output-folder for git related features

Tested using a sub-folder of the folder I ran the asset-tool from and everything worked fine (the repository was made and changes were committed without much complaining beyond an initial "repo…

aidan9382 pushed to master at aidan9382/asset-tool 2024-10-01 19:45:06 +00:00
4cb8fd1c7d support output-folder option for git-related features
aidan9382 pushed to master at aidan9382/asset-tool 2024-10-01 19:44:51 +00:00
ef76dd5922 support output_folder option for git-related features
aidan9382 created pull request StrafesNET/asset-tool#7 2024-10-01 19:37:29 +00:00
fix decompiling history into git
aidan9382 pushed to master at aidan9382/asset-tool 2024-10-01 19:33:07 +00:00
b575274116 fix decompiling history into git
aidan9382 created repository aidan9382/asset-tool 2024-10-01 19:30:38 +00:00
aidan9382 commented on issue StrafesNET/strafe-client#5 2024-09-30 19:09:13 +00:00
Reproducible Divide by Zero Segfault Crash Report

Update: The issue is more than just a well timed reset. Loading bhop_pohb (see attached file) and just holding s will cause the lerp_delta divide by zero crash, no mouse movement or other key…

aidan9382 created pull request StrafesNET/map-tool#3 2024-09-25 23:19:21 +00:00
Fix using download-textures/download-meshes; automatically create some subfolders
aidan9382 pushed to master at aidan9382/map-tool 2024-09-25 22:49:11 +00:00
a56c114d08 Automatically create sub-directories when downloading assets; move dds files into the textures folder
b6a5324ae7 Fix asset-tool invocations when downloading assets
Compare 2 commits »
aidan9382 created repository aidan9382/map-tool 2024-09-25 21:52:41 +00:00
aidan9382 commented on issue StrafesNET/strafe-client#6 2024-09-25 21:48:52 +00:00
Extreme lag when moving your mouse while clipped inside objects

it was indeed on a debug build, this doesnt happen on a release build and I'm pretty sure my mouse polling rate is 1k

aidan9382 opened issue StrafesNET/strafe-client#6 2024-09-25 21:00:41 +00:00
Extreme lag when moving your mouse while clipped inside objects
aidan9382 commented on issue StrafesNET/strafe-client#5 2024-08-02 07:40:00 +00:00
Reproducible Divide by Zero Segfault Crash Report

I suspect this bug may be the same as a similar one I just experienced

If you time a reset just as you walk off a platform, an input instruction can somehow happen with a delta time of 0,…