Charlie Barto

Results 96 comments of Charlie Barto

Also I've noticed that when gta is suspended or in a debugger all input to the computer seems to be delayed by a second or two. This is really annoying...

Yes. Using Cygwin is probably not a great idea, that said Eigen doesn't have a binary component so it may work. On windows I would use the visual studio, ninja,...

that's taken care of in the postprocessing code. Essentially what happens is we take the game car positions and use that to get a volume from the depth buffer, then...

If you need the full dataset we can provide it, but it's so huge and much of the data is of lower quality. (I am one of the authors, Charles...

can you split this into more individual pull requests?

yes that's usually the idea. I recommend branching from the shared base (or umautobots/master) and then doing an interactive rebase to pick and choose the commits in each section.

Hello! I'm the author of this code. The messages in the log are simply warnings that your graphics drivers are messing with Direct3d's vtables. Can you upload a crashdump (or...

Also: targets is a tempate variable where I store pointers to the original functions. This comparison checks if the vtable has been modified. Us replacing the functions does not modify...

I suspect that you aare running into the depth format issues that we've seen on some hardware. Nvidia cards tend to have the depth in a 64bit format (32F depth...

that log message is just letting you know that your driver is indeed modifying the virtual tables. It should not break anything. I'll take a look at those dumps and...