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

[all] Various small changes in error messages & bugfix from defrost branches #660

Merged
merged 13 commits into from
May 25, 2018

Commits on May 16, 2018

  1. [SofaKernel & SofaConstraint] REPLACE contact force with constraint f…

    …orce.
    
    Because constraints are not only used for contact.
    This is purely in string & comment.
    damienmarchal committed May 16, 2018
    Configuration menu
    Copy the full SHA
    ab49917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc39bae View commit details
    Browse the repository at this point in the history
  3. [SofaKernel] BUGFIX memory error in vectorData.

    The Data should point to a valid (persistant) string buffer which I'm not
    sure it is returned by a stringstream to c_str().
    damienmarchal committed May 16, 2018
    Configuration menu
    Copy the full SHA
    1e42150 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    436bb83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79ae86b View commit details
    Browse the repository at this point in the history
  6. [SofaKernel/DefaultMultMatrixAccessor] CHG Rephrase debugging comments.

    NB: this #define "VERBOSE" is so ugly.
    damienmarchal committed May 16, 2018
    Configuration menu
    Copy the full SHA
    90f413e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db237ca View commit details
    Browse the repository at this point in the history
  8. [SofaConstraint/LinearSolverConstraintCorrection] CHG Allows to creat…

    …e the object event if no ODE solver is implicitely found
    
    And disable the component & reports adequate warnings in case the solver cannot be found.
    damienmarchal committed May 16, 2018
    Configuration menu
    Copy the full SHA
    50fe60f View commit details
    Browse the repository at this point in the history
  9. [SofaGeneralEngine] FIX help message in MergeMeshes.

    std::stringstream.str().c_str() is not allocating a memory buffer.
    damienmarchal committed May 16, 2018
    Configuration menu
    Copy the full SHA
    237e68c View commit details
    Browse the repository at this point in the history
  10. [SofaHelper] ADD StringUtils::getAStringCopy

    to avoid having this code duplicated all around.
    damienmarchal committed May 16, 2018
    Configuration menu
    Copy the full SHA
    d861f86 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Configuration menu
    Copy the full SHA
    fb62c87 View commit details
    Browse the repository at this point in the history
  2. [runSofa] CHANGE error message about invalid bounding box

    A lot of users don't understand this message and they often consider that it is
    explaining the cause of their scene crashing.
    damienmarchal committed May 18, 2018
    Configuration menu
    Copy the full SHA
    8b4a19a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c7d54a View commit details
    Browse the repository at this point in the history