Skip to content

12_26

Compare
Choose a tag to compare
@chrisws chrisws released this 26 Mar 09:26
· 80 commits to master since this release
6219fa6

FLTK and SDL version numbers now included in SBVER
Fixed "0 IMP 0" returns now correct result 1 (Joe7M)
Fixed BIN and changes to return values of POLYCENT and POLYAREA (Joe7M)
Fixed DIM lower bound (Joe7M)
Fixed EQV bug. "0 EQV 0" will return correct result "1" (Joe7M)
Fixed an issue with window resizing #144
Fixed bug in BGETC when using sockets (Joe7M)
Fixed editor display issues with DOS line-endings
Fixed line-chart line drawing to use current foreground color
Fixed printing chr(0) into a file or network interface
INPUT #F; now supports up to 64 parameters
Implemented STATMEDIAN() to calculate the median of a data sample in statistics (Joe7M)
Implemented STATSTD() to calculate standard deviation (Joe7M)
RGB and RGBF now clamp parameters (Joe7M)