Dominic Szablewski

Results 173 comments of Dominic Szablewski

Yes. It works similar to the other variants. Samples are divided into slices of 60. For each slice a 4-bit scalefactor and 60 1-bit residuals are stored. The 4-bit scalefactor...

For 8khz mono, yes. I guess I misunderstood your initial question. > Does it only store the residual at 1-bit So, no, the scalefactor for every slice of 60 samples...

Thanks for the video! Though I have a hard time understanding what's going on. It seems like the droid grabs the ship and then immediately drops it and starts over!?...

Cool! Ships and their shadows are drawn in [ships_draw()](https://github.com/phoboslab/wipeout-rewrite/blob/master/src/wipeout/ship.c#L153-L187) looping over all ships and calling [ship_draw()](https://github.com/phoboslab/wipeout-rewrite/blob/master/src/wipeout/ship.c#L409-L411) (singular) which just draws the object. Things to optimize here: - add frustum culling...

Judging from my 2015 wipeout-viewer: https://phoboslab.org/wipeout/ ... ![Image](https://github.com/user-attachments/assets/500f8606-2514-481a-82cc-471f74e7d613) ![Image](https://github.com/user-attachments/assets/430874fe-c987-4005-bcf5-f1f38244dc88) ... this thing is probably visible in the DOS/PSX version as well, but only from the other side (going backwards on...

`// TODO: check for PRM_SINGLE_SIDED` Good idea to leave some comments for yourself that you then never read again ._. Problems: - With OpenGL (and probably other renderers) en-/disabling backface...

> I am almost 100% certain that the translation of `angle > 30000` to a floating point comparison should be `((float)30000/32768)*2*PI` , which would be `0.91 * 2 * PI`...

> There's a contribution of `vhdg/32` to `vroll` at two points in `DYNAM.C`... One place in the original is in the `if` "Ship is held by the track", the other...

> There are two lines that add or subtract `normal` from `velocity`. One just uses `face->normal` raw, the other scales it. > Should they both be scaled? Good question. The...

Here is a recording of `pi_3QVrewCZ37r8cY5H0k5Tm1TI` from this morning. It's stuck in `payment_intent.requires_action` because Klarna never returns to Stripe. https://github.com/user-attachments/assets/bc27a361-9eca-401b-90dc-6c51810c0888