What am I looking for in the log file?
// 10.118 - new setup required!
// New platform:
// Caanoo (GamePark Holding device)
// Get one here:
http://www.gp2x.de/shop/ // Editor:
// New command: Edit/Goto line... (Ctrl+L)
// New command: View/Show line numbers
//
// iPhone:
// iCade detects QUERTZ and AZERTY keyboards.
// INKEY$ works with attached BT keyboards.
// Core:
// HIBERNATE did not sleep on WebOX, iOS and Android
// because of acceleration values.
// PLATFOMRINFO$("DEVICE") extended for WebOS devices.
// 10.113
// Core:
// DIMDEL bug was fixed. DIMDEL for multi-arrays reanabled.
// iPhone:
// iCade, iTouchPad, Atari Arcade support added.
// -pair device
// -toggle to US keyboard settings in iOS
// -run your App, then press one button on iCade
// -GETNUMJOYSTICK() returns "2" now.
// -GETJOYX(1), GETJOYY(1) and GETJOYBUTTON(1,n) to get status.
// 10.109
// WebOS:
// Support for HP Touchpad added.
// Core:
// ISSOUNDPLAYING() failed for high numbers. (GENSOUND() IDs i.e.)
// 10.106
// Core:
// NETWEBGET$ failed for small buffers.
// SETMOUSE works with SETORIENTATION.
// bugfix: DIMPUSH to a type array could have caused a crash.
// Dramatical speedup for DIMPUSH/DIMDEL. (non-required internal REDIM dropped).
//
// Android:
// Multitouch support added.
// 10.090
// Compiler:
// PROTOTYPE can handle string functions.
// Can assign types when declaring:
// LOCAL foo as Tfoo = bar
// Core:
// CODELINE$() had double ".gbas" attached.
// SOCK_CLOSE for UDP didn't really close the socket.
//
// iPhone:
// X_WORLD2SCREEN is corrected!
// 10.084
// Core:
// GETSCRENSIZE returns image size if USESCREEN is used.
// 10.068
// WebOS:
// New platform "Palm-Pixi" for 1.4.5 devices
// (especially for Palm Pixi).
// Code is slightly slower than optimized code for Pre/Veer.
// GRABSPRITE works properly, now (slight slowdown, though).
// 10.057 *** RELEASE V10 ***
// WebOS:
// Bugfix for MOUSESTATE.
//
// Android:
// NETWEBEND works.
// ...