Version 0.9.9 (the voodoo vision)
- Fixed typo in the
GetXRotateMatrix()
functions. - Sped up several 3D math function by implementing them in C (native JS functions still available by prefixing 'N').
- Added
Bitmap.DrawAdvanced()
for scaled bitmap drawing. - Fixed CTRL-C handling on FreeDOS, now copy & paste works there as well.
- You can now pass command line parameters to your scripts.
- Added
String.startsWith()
andString.endsWith()
from MDN. - Added
HSBColor()
to native API. - Fixed
SizeX()
andSizeY()
after usingSetRenderBitmap()
- Added joystick functions.
- Fixed "new sketch" template.
- Added 3Dfx/Glide support for Voodoo1/2/3/4/5/Banshee/Rush
- Improved error reporting from Allegro
- Added automatic fallback to 24bbp when 32bbp are not available
- Fixed the remote logviewer and some examples