Results 86 comments of Jason Yundt

> Hi. I'm working on cfile / ddio refactoring and some of your changes already done in my branch. I'd suggest to wait it since after that path handling and...

I just pushed a new version of this PR. Here are the changes: - It’s been rebased onto d3659bb5 (Merge pull request #499 from vlohacks/main, 2024-07-22). I started this rebase...

I just pushed another new version of this PR. Here are the changes: - It’s been rebased onto ~3cb1e8911a1afcc273433db69d843aa51b0203fc~ 10ce4e48 (Merge pull request #542 from rfht/main, 2024-08-20). - I fixed...

> Tell us if/when you need feedback or help with anything :) Like I mentioned earlier, I could use some help with the `cf_FindRealFileNameCaseInsensitive()` thing. I know that @winterheart put...

> I would like to correct some points of PR. It's rather big feature request. Finally, someone is reading my code! --- Before I start implementing your suggestions, I want...

> 1. and 2. are correct. OK. In that case, I’ll move everything to the `cfile` module like you asked, but I’m not going to make the requested `cfopen()` change....

I pushed a new version of this PR that resolves merge conflicts. I haven’t gotten rid of the `gamedata` module yet. I’ll start work on moving everything from `gamedata` to...

> `Base_directory` (or list of them) should be in cfile[…] OK. I just pushed a new version of this PR that restores the code that was in `cf_FindRealFileNameCaseInsensitive()`, moves everything...

Why is plog a better option than spdlog?

> > Why is plog a better option than spdlog? > > Main issue of spdlog that we forced to pull extra dependencies from outside into build process like external...