Search results

  1. E

    Curl depends on libssl.1.0.0 in conan build.

    See title. Curl package build starting with 2d... depends on libssl.1.0.0. The package I had earlier (75...) depends on libssl.1.1. Leads to build failure. Is this possible ? E.
  2. E

    LINEARITY not working for joystick mappings.

    The LINEARITY parameter does not work for joystick mappings. The reason is that a check for an (unused) parameter "LINEAR" is also performed in InputEngine.cpp:3009, which masks the LINEARity parameter. The solution is to drop this check (lines 3009..3010), and the declaration of 'linear' at...
  3. E

    dev-a356fc... graphics problem: OGRE exception

    RoR runs, but shaders are not working, which is probably the cause for grey and dull terrain everywhere. There are numerous messeges of the following type: High-level program OgreTerrain/499765815/sm2/fp/hlod encountered an error during loading and is thus not supported. OGRE...
  4. E

    dev-a356fc... crashed on Linux when force feedback is enabled.

    It seems that reloading the device info in RoRConfig fixes this. For reference. E.
  5. E

    Build problem with SocketW

    Yesterday I tried to build RoR on Linux. There were crashes and problems, so I decided to build from the most recent versions of OGRE, etc... Overnight, the build procedure on the GitHub wiki apparently has changed, and now a conan + ninja type of build is proposed. I tried this, but linking...
Back
Top