Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@supurloop supurloop released this 09 Oct 22:51
  • Fix UBJSON parser bug that incorrectly converts unsigned int to a negative number.
  • Elimimate reentrancy problem in dtime interface.
  • Skip some dtime unit tests on 32-bit systems.
  • Fix various compiler warnings.
  • Remove escaping of / in JSON string generator interface.
  • Allow top level arrays in JSON interface.
  • Allow top level arrays in UBJSON interface.
  • Miscellaneous code clean up.
  • Fix bug in fsm interface where a pending timer is not updated when StartTimer called.
  • Updated fsm interface to have 1 level of nesting, a superstate.
  • Beta version of generic object interface.
  • Better organized the source files in Visual Studio project.