DCxDemo

Results 123 issues of DCxDemo

Add howl tab with basic HOWL processing functionality.

enhancement
feature request

Current howl code became unbearably slow probably due to multiple vag frame read/writes. optimize by making buffer arrays and avoid writing same sample multiple times (from different banks). Since we...

enhancement
refactoring

Given we have an array of bit field structs (index1: b12, index2: b4) containing indices in other arrays of the unknown length, is there any way to calculate max value...

question

It looks like tab control initializes tab when its clicked for the first time. When all tabs are loaded it generates massive lag when you move the form. find the...

enhancement
performance

Make strings localizable using resources.

feature request
refactoring
long term

Implement the original BSP/PVS assisted rendering and provide a toggle between full and original. Shouldn't be too hard, pass over the tree and group leaves into trilists, then use pvs...

feature request
research needed

Implement billboard rendering, can be used to render original wheels. Essentially, just a quad permanently rotated to camera, with extra rotation logic for vertical angles

enhancement
feature request

Interpolate vertex positions between two frames for a less choppy presentation.

research needed
cosmetic

Add wrappers for every panic call with a specific enum. Less clunky, easier to read.

refactoring

Since animation compression is cracked, can add animation to kart models.

enhancement
feature request
refactoring