-
Notifications
You must be signed in to change notification settings - Fork 14
[filesystem] Greatly improve CBaseFileSystem::FixUpPath #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Split into prs |
|
Thank you for all these changes! I find a lot of them handy and will land into main when finish basic HL2 Anniversary Update content support (will ask you to rebase). Could you please split this PR per commit so we can discuss, validate, merge (and rollback) every fix alone? It is easy to miss something when merging a lot of changes over entire codebase. |
|
Every change should how have it's own pr :D |
b388518 to
76fe8e0
Compare
41bd79f to
9544370
Compare
3fd9d80 to
dbb5131
Compare
1d814a3 to
e099636
Compare
2a20613 to
b8ee27e
Compare
|
@dimhotepus I'm curious to know the state of all of these PRs, would it be possible to get some feedback to them? They've been sitting here for quite a while & I plan to soon start making more xd |
I've used this quite a bit to learn and find ways to optimize or solve things, so why not contribute to the main project :^
Changes:
CBaseFileSystem::FixUpPathmaking the filesystem generally faster.I also made a pr in the source-physics repo to solve a ivp bug that broke the entire physics engine.
Source-Authors/source-physics#1