Sébastien Bénard

Results 70 issues of Sébastien Bénard

new feature

documentation
new feature

- [ ] get rid of Rgb typedefs (mark as deprecated) - [x] optimize makeColorHsl - [x] optimize hslToInt

enhancement

This affects all existing Hashlink games on Steam: Northgard, Wartales, Dead Cells, Nuclear Blaze etc. The console shows up and stays open after the HL window is created. Closing the...

See the following example: ``` function testA() : Null return null; function testB() : Null return null; trace( testA() ); // 0 trace( testB() ); // null ``` testA() should...