andkrau / NuanceResurrection

Other
56 stars 5 forks source link

kprintf improvements #24

Closed cubanismo closed 8 months ago

cubanismo commented 8 months ago

Fully implement kprintf, including support for format conversions/parameters, improved logging to file support, and the ability to track the most recent printed lines in a ring buffer which can be selected & displayed in the status dialog window.

Document the usage in the sample nuance.cfg and in Readme.txt. See the section "printf Debugging (kprintf) Support."

Attaching a test program that also demonstrates how to use the improved kprintf support from the Nuon side:

kprintf-test.zip (source and .cof)

Fixes issue #20

gwald commented 8 months ago

nice!