Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes, mostly RigParser #509

Merged
merged 6 commits into from Jan 4, 2016
Merged

Fixes, mostly RigParser #509

merged 6 commits into from Jan 4, 2016

Commits on Dec 29, 2015

  1. Copy the full SHA
    b72429c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f3d33b1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3c85ad2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. [fix] RigParser/TractionControl: invalid mode print warning only

    Previously, invalid 'mode' attribute would cause the whole line to be ignored.
    ohlidalp committed Dec 30, 2015
    Copy the full SHA
    6b8b922 View commit details
    Browse the repository at this point in the history
  2. [fix] Parser/rotators[2]: accept comma/space separators.

    Previously comma-only.
    NOTE: It appears there was a bug in rotator[2] processing - the _ParseOptionalInertia() function expected E_CAPTURE(E_DELIMITER)s, but was also used with E_ROTATORS_R1_R2_COMMON_INERTIA which used E_DELIMITER_COMMAs
    ohlidalp committed Dec 30, 2015
    Copy the full SHA
    e6b80c5 View commit details
    Browse the repository at this point in the history
  3. [fix] Parser/nodes: Added data print for verification.

    If the parser falls back to legacy unsafe method while parsing 'nodes[2]', it will print a WARNING log message containing all parsed data + source input text, including invalid trailing text.
    ohlidalp committed Dec 30, 2015
    Copy the full SHA
    f91373f View commit details
    Browse the repository at this point in the history