smcameron

Results 61 issues of smcameron

Probably don't want to leave your heirs without a way to get at that pile of bitcoin once you're gone.

Signed-off-by: Stephen M. Cameron

There are discontinuities in the velocity field at cube face boundaries. These lead to sharp corners in the fluid motion at face boundaries. This is likely due to abruptly switching...

Color blending is done by converting bytes to floats, mixing, then converting floats back to bytes. Additionally, color blending is a bottleneck in the program. I have a strong suspicion...

enhancement
help wanted

In order to do so we need to fill in the advect_velocity_field() and remove_divergences() functions which currently do nothing. There are comments in the code describing roughly what they should...

enhancement

This post https://forum.freegamedev.net/viewtopic.php?f=3&t=18409&p=104965#p104965 made me realize that perhaps bridge-to-bridge video chat is possible, and maybe not so different from the voice chat feature already implemented. This library seems the place...

enhancement
Difficulty: Hard

snis_xwindows_hacks.c prints out "Apparently not X11, no aspect ratio constraining for you!" because it's trying to set aspect ratio constraints via X11, and Wayland isn't X11. There may be a...

But quaternions is what we use for angular velocity throughout SNIS. Not that I've noticed any problems with it in SNIS, however. But... it can only represent angular velocities less...

enhancement

Might have to move from Lua 5.1 to Lua 5.2 for this. There are some stackoverflow questions that seem relevant. I spent about a half hour trying to make something...

enhancement

Ran through the Cubo Muerte mission while testing recent changes to render OBJTYPE_BLOCK objects on Nav screen, and after ejecting the black hole generator within the cube, retreating to a...