Difference between revisions of "SHIPEngine:4.0.210"

From Serious Documentation
Jump to: navigation, search
(Changelog)
(Changelog)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
For more v4.0 releases, see [[SHIPEngine:4.0|SHIPEngine v4.0]]
  
 
'''Release Date:''' xx
 
'''Release Date:''' xx
Line 24: Line 25:
 
* fixed timers to work as documented
 
* fixed timers to work as documented
 
* getChild() function now gets child based on modulus (parent returned if no children)
 
* getChild() function now gets child based on modulus (parent returned if no children)
* codePointToString() added
 
 
* renamed charAt() to codePointAt()
 
* renamed charAt() to codePointAt()
 
* corrected mod (%) calculations to match C standard (result has the same sign as divisor).
 
* corrected mod (%) calculations to match C standard (result has the same sign as divisor).
Line 30: Line 30:
 
* fixed minor text alignment problems and text/image opacity issues
 
* fixed minor text alignment problems and text/image opacity issues
 
'''New Features'''
 
'''New Features'''
* added ability to dim backlight on SIM's 110/205/225.
+
* new Sail function: codePointToString()
 +
* ability to dim backlight on SIM110, 205, 225
 +
 
 +
[[Category:SHIPEngine|7]]

Latest revision as of 11:53, 8 November 2016

For more v4.0 releases, see SHIPEngine v4.0

Release Date: xx

Retired Date: xx

Status: Beta, Not for Production Use

Platform Download
SIM102 SHIPEngine v4.0.210 for Serious SIM102(.hex)  ↴ 
SIM110 SHIPEngine v4.0.210 for Serious SIM110 (.mot)  ↴ 
SIM205 SHIPEngine v4.0.210 for Serious SIM205 (.mot)  ↴ 
SIM225 SHIPEngine v4.0.210 for Serious SIM225 (.mot)  ↴ 
YLCDRX63N SHIPEngine v4.0.210 for Renesas YLCDRX63N (.mot)  ↴ 

Changelog

Fixes

  • fixed timers to work as documented
  • getChild() function now gets child based on modulus (parent returned if no children)
  • renamed charAt() to codePointAt()
  • corrected mod (%) calculations to match C standard (result has the same sign as divisor).
  • Added limits to SHIP_Glass portvar's gamma, contrast, intensity, backlight so if you try to set them more or less than allowed, they "peg"
  • fixed minor text alignment problems and text/image opacity issues

New Features

  • new Sail function: codePointToString()
  • ability to dim backlight on SIM110, 205, 225