Carmina16

Results 41 comments of Carmina16

The cover image is defined in `` and is extracted by every reader I have. The BookBrowser should do the same, I believe.

OK, I've made the full list: ``` abrillantamiento acercársele advertidlo afanosamente ágilmente apaciguantes apagafuegos apagarlo aplastándola aprendedlas arrebatarle audazmente autoconmiseración autocontrol autoimpuesto autoproclamado barriobajero/G borbotante bosquecillo callejuela casita cepillarla cloqueos...

As a temporary implementation, you can generate a random 40x25 array of 0..`MAX(FOG.LGT)>>8`, zero out the 9th row, and draw a linear gradient for each 8x8 pixel block on the...

I described lightning effects in the wiki.

Yes, from 18 to 6.

Sure; `FOG.TXT` contains 8.8 fixed point values that give the light level for the color transformation (0..13). So the highest 8 bits give the index, and the lower bits is...

Yes, I am yet to guess the precise steps used for sampling. If you feel adventurous, try sampling every second pixel from a random position from `FOG.TXT` and move that...

"Every other pixel masking" is just dithering. As fog level is float, the float part is propagated to the pixel to the right, giving that specific pattern. And yes, the...

That is rotation by the player angle. I hope to produce the sampling part soon. The corresponfing drawing procedure (the one above) is already understood.

Something like that: ``` val