- BASIC Interpreter / Run Time Engine
The version of SDL supplied with the Windows, MacOS and iOS editions has been updated to 2.0.10. This version has the new float-coordinate rendering functions, in case you want to experiment with them. Note that there are significant changes in SDL which impact BBC BASIC, so if you notice anything not working properly please report it. (The Android edition is still at 2.0.5; the build tools being used don't work with later versions).
Fixed a bug which sometimes required the use of '*run command' when '*command' should have worked (64-bit and ARM editions only).
Fixed a bug which, in rare circumstances, could cause the INSTALL statement to hang (64-bit and ARM editions only).
- IDEs and Utilities
SDLIDE: Goto Line (Ctrl+G) can now be executed by pressing Enter as well as clicking the OK button.
SDLIDE: The customisable 'wheelspeed' value no longer affects clicking on the scrollbar arrows.
Compiler: Fixed a bug causing single-capital-letter variables like A&, B# and C$ not to be crunched to 'fast' variables (they still won't be if also used as structure members).
- Libraries
Modified 'arraylib.bbc' so that if an error occurs in PROC_invert() the LOCAL variables are restored (an error is to be expected if the matrix is non-invertible).
Modified 'dlglib.bbc' to improve the listbox drag-scroll functionality.
Updated 'eventlib.bbc' to be 64-bit compatible.
- Example Programs
Added 'ellipsefit.bbc' (in the examples/general folder) which demonstrates that an axis-aligned ellipse can be defined by four points. This program is also compatible with BBC BASIC for Windows.
Added 'bezierfit.bbc' (in the examples/general folder) to demonstrate fitting a smooth curve to a set of data points. This program is also compatible with BBC BASIC for Windows.
Added 'multitouch.bbc' (in the examples/general folder) to demonstrate detecting multiple touch points. Requires a touchscreen or a multi-touch trackpad.
Modified 'SkyBaby' to include a 'dynamic grid' in the SkyView display (requested by a user). As you zoom in the grid spacing gets finer; the grid lines are labelled with the altitude and azimuth in degrees.
Please remember that if you use the Android Application Generator you should download a new APK template to ensure that any updates to the run-time engine are incorporated in your own apps.