This is minor update release.
Caution: isKeyDown, isKeyPressed and isKeyReleased is now obsolete.
These are not removed in this release, but I recommend to update your nut with
new input handling API as early as possible.
Changelog:
- added Direct Input controller support.
- added textWrapped, searchFile, getVersion, button and combo API functions.
- added DB_RacePitSpeed and DB_NormalPitSpeed.
- fixed track map not loading on some track.
- fixed driver name with "(AI)" prefix.
- fixed not loading DBInfo on some track and vehicle.
- fixed import failure if squirrel stack isn't empty.
- fixed show wrong tire temperature distribution bar on tire info widget.
- fixed potential errors.
- replaced arial-bold font with Alte Haas Grotesk Bold.
This is minor update release. Although some user reported CTD, I can't reproduce it. I'll fix it as soon as I find the solution.
Changelog:
- added start lights widget.
- added page down('/?' key) and up(';:' key) key to timing widget.
- added max row and show pages at constant intervals to leaders board widget.
- added new telemetry parameters.
- added getDBInfo API function.
- fixed select wrong track layout for track map.
- fixed not show pitboard on first lap at race.
- fixed jerky motion of track map.
- optimized track map drawing.
- optimized delta time search.
- change order padal inputs in dashboard.
This is minor update release.
Special thanks to DaVeX↯ for suggesting and provide new icons.
Changelog:
The result of virus scan: https://www.virustotal.com/#/file/a...ed44be1f2201c2b3e9e3252814b25257d07/detection
- added import script as module.
- added dashboard widget.
- added delta bar widget.
- added pitboard widget.
- added track map widget.
- added glyph range option to addFont API function.
- added window padding option to beginWindow API function.
- fixed wrong offset for TI_EngineWaterTemp and TI_EngineOilTemp.
This is minor update release.
Due to internal modification, you can't use \x escape sequences anymore. Please replace \x escape sequences with \u(e.g. replace \xb0 with \u00b0).
Changelog:
- added reload script.
- added sector time widget.
- added timing widget(thread #8 and #11).
- added getVectorNorm API function.
- fixed flicker on certain track(e.g. kansai).
- fixed no scoringInfo and vehicleInfo data at entering realtime.
- fixed getBestLaptime CTD.
- fixed squirrel \u and \U escape sequences.
- revised compile options.
This is minor update release.
Since the way of specify widget coordinates has been changed, please read README.txt carefully.
Changelog:
- added fuel widget.
- added getPlayerIndex, textf and textfColored API functions.
- reduced memory allocations of getXXXInfo.
This is minor bug fix release.
Changelog:
- fixed excessive sensitivity of key input
This is bug fix release.
Changelog:
- fixed key input handling.
- added on/off functions for leaders board and drs indicator.