Sijmen

Results 24 comments of Sijmen

I've looked into making a test for this, but `std::process::Command` throws an error when the working directory doesn't exist so I don't know how to go about that. ```rust #[test]...

Half expecting this test to break on Windows, will see though :slightly_smiling_face: **EDIT:** Called it. I'll just exclude the test on Windows, because you can't delete a working directory anyway...

I happened to run into this issue too and fixed it since I agree fd shouldn't care about the current working directory when a search path is provided. For the...

From using SDL in the past, I remember being able to set the `SDL_WINDOW_ALLOW_HIGHDPI` flag in `SDL_CreateWindow()`. That might fix it?

Sorry, I replied on my phone and didn't bother to check that first 😅 What I did find is that you have to stick the application in a .app, and...

I was looking to fix this, which turned out into me rewriting the entire renderer.c to use SDL_Renderer. This fixes the problem. I have yet to clean it up and...

Is there any specific reason why you would be against using SDL_Renderer, opening up ways to hardware acceleration and overall being a more SDL-idiomatic approach? As in, was there a...

Also I'd like to add the side note that, while I do own a macOS device, it is not my daily driver and I'm not willing to maintain a fork...

Sounds really cool to me. This always disappointed me as a child - I liked making separate islands and only having transport rides between them, especially in RCT3 with the...

One advantage of having per peep would be that you could make peeps with maps smarter. It wouldn't make sense if a peep without a map could just pathfind the...