Adam Schackart

Results 41 issues of Adam Schackart

I'm calling `gravity_vm_runclosure` from inside a long-running C callback function, but every gravity object allocated inside that closure is leaked until the C function returns. Manually calling `gravity_gc_start` directly or...

PDBFileReader::ReadDebugInfo only reads versions of msdia*.dll up to VS2015.

For more (un)natural animations, we should also provide an ease function wherever we provide a lerp function. In cases like mesh or particle interpolation where we ease a large array...

enhancement

The new AE_CASE_STUB macro doesn't have to be inside a switch statement, and can be used to show the specific properties that are being called / haven't been implemented when...

enhancement

This is marked `bug` because the weakref module cannot be imported in win32 debug, and Python 3 debug win32 libs are not present in external/ yet. There is also some...

bug

Add sounds for jump, land, beam, injury, trigger, refill weapon, monster spawn (volume based on distance).

enhancement

Move the camera up and down very slowly on idle (to simulate breathing), and increase the frequency and scale of the camera offset sine wave when moving.

enhancement

Once the keyboard and mouse code goes into PYXL, it's time to use that for delta-v instead of Pyglet, which is getting a little old, bloated, rusty, and confused in...

enhancement

I'm mostly interested in an ae::string that will act as a drop-in replacement for std::string, but having a hackable re-implementation of the other templated data structures would be cool as...

enhancement