Activity for crrcsim

  • Kihong Heo Kihong Heo created ticket #48

    integer overflow bug

  • Luca Gasparini Luca Gasparini posted a comment on ticket #8

    Dear Alexander, actually a turbulence model (causing effects not just on roll but on other axes as well) is already implemented according to some std and documented practice in aeronautical applications. If you want to increase the turbulence intensity you can change a parameter, if I remember correctly, in the wind setup dialog. Please have a try, hope it's what you are looking for. Regards, Luca

  • Alexander Poddey Alexander Poddey created ticket #8

    Random roll to simulate turbulence

  • Joe Doe Joe Doe posted a comment on ticket #46

    I've been working with the people on the SDL bug tracker and it looks like this fix will be put into both SDL1 and SDL2. So, after their release schedule and Linux distribution release schedules and people update their installations, this will be fixed.

  • raketemensch42 raketemensch42 posted a comment on ticket #35

    This would be awesome, I'm not sure how big of a change it would be, but FPC abilities would be amazing. Love this sim!

  • Joe Doe Joe Doe created ticket #38

    Point camera between plane and horizon, and use "life-size" zoom. (includes patch as example)

  • Joe Doe Joe Doe posted a comment on ticket #46

    Here's a better patch, which ensures that the endpoints of each axis become -32767 and +32767. Even though SDL already had code to do that, it wasn't doing it correctly, even before my previous patch. Rather, it was over-shooting those endpoints and then clipping the result. So not only were there dead zones in the middle of each axis, but there were dead zones at each end as well.

  • Joe Doe Joe Doe created ticket #47

    Compile failure in 0.9.13, src/mod_video/crrc_animation.cpp:87

  • Joe Doe Joe Doe created ticket #46

    Deadzone in Joystick Axes in Linux

  • Peter Peter posted a comment on ticket #45

    Jens Thank you for suggestions: I obtained the files via BARCS web site forum using this link: http://joel.lienard.free.fr/crrcsim/index.html The number in the program did contain the "e". I will try again anyway. Thanks. Pete

  • Jens Wilhelm Wulf Jens Wilhelm Wulf posted a comment on ticket #45

    There is no need to change source code. Option A: From where did you get that "french scenery file"? Try to download again, compare to the file on your disk. Contact the author in case they are the same (i.e. the author provides a malformed file). Option B: If it contains "1.34439-008" then this most likely needs a change to "1.34439e-008". I would open the file with an editor (can't recommend something, don't know your system), edit, save, try again. Then try to find out why this malformed number...

  • Peter Peter posted a comment on ticket #45

    Jens thanks, I did find a file that contained1.34439e-008 within one of the french scenery files but have no idea how to access and change the code or what to change it to. I have deleted all files bearing crrcsim from system and re-installed software, it is now working again. Not sure if I should now keep clear of the nicer french scenary? What would you do? Thanks for help.

  • Jens Wilhelm Wulf Jens Wilhelm Wulf posted a comment on ticket #45

    In one of the files which crrcsim is trying to load there is a string "1.34439-008". Maybe in a model file you downloaded from somewhere else or edited manually? Find that string and correct it. Maybe it should be "1.34439e-008"?

  • Peter Peter created ticket #45

    xml exception

  • Andrea Bravetti Andrea Bravetti modified a comment on ticket #44

    thank you

  • Andrea Bravetti Andrea Bravetti modified a comment on ticket #44

  • Andrea Bravetti Andrea Bravetti posted a comment on ticket #44

    I'll fix it but I need some time. I'm using a temporary fix with a fake/empty libCGAL.so: In an empty folder: touch CGAL.c gcc -c CGAL.c -o CGAL.o gcc -shared CGAL.o -o libCGAL.so sudo cp libCGAL.so /lib64/ Not a good fix but it works flawlessly as a temporary fix.

  • Don Littlefield Don Littlefield posted a comment on ticket #7

    install errors downloaded crrcsim extracted files and run ./configure failed because of missing files which I downloaded and run ./configure on them too. boost 1.72.0 jpeg-9d plib 1.8.5 SDL 1.2.15 SDL 2.0 still getting errors about FETCH 0 or newer not found! root@One:/home/don/crrcsim-0.9.13# cd .. root@One:/home/don# ls boost_1_72_0 Desktop Downloads Music plib-1.8.5 Public Templates Videos crrcsim-0.9.13 Documents jpeg-9d Pictures portaudio SDL-1.2.15 test.html root@One:/home/don# cd SDL-1.2.15/...

  • Damian Wrobel Damian Wrobel created ticket #44

    crrcsim fails to link with CGAL >5.x

  • steelman steelman created ticket #43

    A glitch in the biplan2.ac object

  • Jan Reucker Jan Reucker modified ticket #39

    model_based_scenery.cpp:577:46: warning: 'temp_heightdata' may be used uninitialized in this function

  • Damian Wrobel Damian Wrobel posted a comment on ticket #39

    It fixes the issue. Thanks.

  • Damian Wrobel Damian Wrobel posted a comment on ticket #38

    output between 2 and 130 bytes into a destination of size 127 It means that content from sysname and release fields requires 130 bytes but you have only 127. If you don't have any plans for dynamically allocate the buffer and prefer to keep the following define untouched: #define OSVERSIONSTRINGBUFFERLEN (128) then please consider to use the following patch: $ hg di crrc_system.cpp diff -r 41dc80721fb1 src/crrc_system.cpp --- a/src/crrc_system.cpp Fri Dec 22 15:26:23 2017 +0100 +++ b/src/crrc_system.cpp...

  • Jan Reucker Jan Reucker posted a comment on ticket #42

    Fixed by fixing #41.

  • Jan Reucker Jan Reucker modified ticket #42

    bug at launch in fedora 28

  • Jan Reucker Jan Reucker modified ticket #41

    crrcsim crashes at src/crrc_sound.cpp:319

  • Jan Reucker Jan Reucker posted a comment on ticket #41

    Patch accepted and applied. Thanks for your support!

  • Jan Reucker Jan Reucker committed [e3a040]

    Fix issue #41 (thanks go to Jan Yenya Kasprzak for the patch)

  • Jan Yenya Kasprzak Jan Yenya Kasprzak posted a comment on ticket #42

    This is a duplicate of bug#41 (and Fedora bug #1575624). See the patch attached to the bug #41.

  • Jan Yenya Kasprzak Jan Yenya Kasprzak posted a comment on ticket #41

    OK, I have finally got time to dig into this. The problem is apparently in C++ being a moving target. Apparently std::vector does not only need myvector.reserve(n) in order to be able to use myvector[0] to myvector[n-1], but the values should be added themselves. With the attached patch I am able to run crrcsim on Fedora 28. Please apply the patch to the source code.

  • benoist Hitier benoist Hitier created ticket #42

    bug at launch in fedora 28

  • Damian Wrobel Damian Wrobel created ticket #41

    crrcsim crashes at src/crrc_sound.cpp:319

  • Alasdair Hatfield Alasdair Hatfield posted a comment on ticket #7

    I've found that it all seems to come from PLIB. The version of PLIB installed in opensuse 43.2 doesn't have 'puaLargeInput::setText'. Also found that puaLargeInput::getText is protected which crrcsim doesn't like. Will work on a workaround using addText but first clearing the buffer. I think this post can be closed. Alasdair

  • Alasdair Hatfield Alasdair Hatfield created ticket #7

    linux - compile error - puaLargeInput’ has no member ‘setText'

  • Damian Wrobel Damian Wrobel created ticket #40

    PilatusB4.ac is duplicated both in: crrcsim and crrcsim-addon-models packages

  • Jan Reucker Jan Reucker posted a comment on ticket #38

    I don't really understand this warning. I'm using snprintf to explicitly truncate the output at the end of the buffer, yet I receive a warning that output is truncated? Hmm, I tend to disable this warning. The other option would be to enlarge the target buffer by setting OSVERSIONSTRINGBUFFERLEN (line 91) to something like 256 or 512. Could you please try if that helps?

  • Jan Reucker Jan Reucker modified ticket #39

    model_based_scenery.cpp:577:46: warning: 'temp_heightdata' may be used uninitialized in this function

  • Jan Reucker Jan Reucker posted a comment on ticket #39

    I've pushed a fix [85cacb], please check if it fixes the warning on your system.

  • Jan Reucker Jan Reucker committed [85cacb]

    [bugs:39] Fix compiler warning on Fedora

  • Jan Reucker Jan Reucker modified ticket #30

    crrcsim-0.9.12 support for platforms without <sys/io.h>

  • Jan Reucker Jan Reucker posted a comment on ticket #30

    Patch applied [a580a5].

  • Damian Wrobel Damian Wrobel committed [a580a5]

    support for platforms without <sys/io.h>

  • Damian Wrobel Damian Wrobel posted a comment on ticket #30

    Rebased version of the patch for v0.9.13: https://src.fedoraproject.org/rpms/crrcsim/blob/master/f/crrcsim-0.9.13-support-for-platforms-without-sys-io.h.patch

  • Damian Wrobel Damian Wrobel created ticket #39

    model_based_scenery.cpp:577:46: warning: 'temp_heightdata' may be used uninitialized in this function

  • Damian Wrobel Damian Wrobel created ticket #38

    crrc_system.cpp:177:8: warning: '%s' directive output may be truncated

  • rhauff rhauff posted a comment on ticket #6

    Yay, I have compiling success on Xubuntu 17.04! I first installed g++-5, and already had gcc-5 installed. Then I followed this as a guide: https://codeyarns.com/2015/02/26/how-to-switch-gcc-version-using-update-alternatives/ My exact code: $ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 100 --slave /usr/bin/g++ g++ /usr/bin/g++-6 $ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 50 --slave /usr/bin/g++ g++ /usr/bin/g++-5 $ sudo update-alternatives --config...

  • Jan Reucker Jan Reucker posted a comment on ticket #6

    CRRCsim started as a C program compiled with gcc 3. Later it was restructured into a C++ application using gcc 4. Some fixes were made for gcc 5 compatibility. So far noone has contributed fixes for gcc 6. I guess it's not too big of a problem, but as I don't have gcc 6 on my machine, I can't help you with this issue.

  • rhauff rhauff posted a comment on ticket #6

    Due to all the /c++/6 errors, I supected that CRRCSIM 0.9.13 may have been written to an earlier version of c++. My errors above were on Xubuntu 17.04 which uses g++ 6.3. I created a Virtualbox install of Ubuntu 16.04, which uses g++ 5.4 and compile completes without errors and I am able to run CRRCSIM. Next I will see if I can make my Xubuntu 17.04 use g++ 5. I see it is installed but not sure how to switch compiler.

  • rhauff rhauff created ticket #6

    Compile error on Ubuntu 17.04

  • crrcsim crrcsim released /crrcsim/crrcsim-0.9.13/crrcsim-macosx-0.9.13.dmg

  • Jan Reucker Jan Reucker modified ticket #35

    Compilation errors using gcc 6

  • Jan Reucker Jan Reucker posted a comment on ticket #35

    Late update... bug is fixed.

  • Jan Reucker Jan Reucker modified ticket #36

    Bad shadow with intel graphics on Linux

  • Jan Reucker Jan Reucker posted a comment on ticket #36

    Should be fixed with commit https://sourceforge.net/p/crrcsim/code/ci/1fc598ff00b1139ceabdce97a0774ada46771e98/

  • Friedrich Beckmann Friedrich Beckmann posted a comment on merge request #1

    Hi Jan, thanks for looking into the code and testing the fixes!

  • Jan Reucker Jan Reucker posted a comment on merge request #1

    merged changes into branch "default" and disabled GL_POLYGON_SMOOTH

  • jreucker committed [1fc598]

    Disabled GL smoothing as it leads to shadow artifacts (see bug #36)

  • Jan Reucker Jan Reucker posted a comment on merge request #1

    It may be the same issue as https://sourceforge.net/p/crrcsim/bugs/36/. Disabling GL_POLYGON_SMOOTH definitely helps.

  • Friedrich Beckmann Friedrich Beckmann posted a comment on merge request #1

    I think this is related to the change here: https://sourceforge.net/u/fredmuc/crrcsim/ci/28ed9ba57011371cab8b637550acc716b973c47d/tree/src/mod_video/crrc_graphics.cpp?diff=fa687d696c00505c1eb85a82c30ac340d7de8d43 in crrc_graphics.cpp. Maybe you could just try to disable GL_POLYGON_SMOOTH there?

  • Friedrich Beckmann Friedrich Beckmann posted a comment on merge request #1

    Hi, is this maybe the same issue as this: https://github.com/dartsim/dart/issues/804 That would mean that strange lines appeared when GL_POLYGON_SMOOTH was enabled. The lines disappeared when GL_POLYGON_SMOOTH was disabled. Regards

  • Friedrich Beckmann Friedrich Beckmann posted a comment on merge request #1

    Hi, thanks for looking at the code! I attached picture from my Macbook. Friedrich

  • Jan Reucker Jan Reucker posted a comment on merge request #1

    Hello and thanks for your contribution. Unfortunately I'm getting some graphical glitches on my Linux box (NVidia graphics). I'll have to do some further investigation to find the cause.

  • <REDACTED> posted a comment on ticket #37

    Here's the same thing on an nvidia card (same hw/sw except for video card)

  • <REDACTED> created ticket #37

    Scenery doesn't render correctly (Intel graphics)

  • <REDACTED> posted a comment on ticket #36

    I see the same problem on a Gentoo system with X.Org 1.18.4, Intel i915 kernel driver,...

  • Andrea Bravetti Andrea Bravetti posted a comment on ticket #36

    Same problem with Linux Mint 18.1

  • Matthias Mailänder Matthias Mailänder posted a comment on ticket #14

    I didn't know about https://sourceforge.net/p/crrcsim/code/ci/default/tree/packages/Fedora/CRRCsim.desktop...

  • Jan Reucker Jan Reucker posted a comment on ticket #14

    Is there a fundamental difference to the existing file /packages/Fedora/CRRCsim.desktop?...

  • Matthias Mailänder Matthias Mailänder created ticket #15

    Linux AppData file

  • Matthias Mailänder Matthias Mailänder created ticket #14

    Linux .desktop file

  • Andrea Bravetti Andrea Bravetti posted a comment on ticket #36

    The same build on another pc (Mint 17.3) with a Radeon R7 work flawlessly (and new...

  • Andrea Bravetti Andrea Bravetti posted a comment on ticket #36

    Same problem with Linux Mint 17.3

  • Andrea Bravetti Andrea Bravetti created ticket #36

    Bad shadow with intel graphics on Linux

  • Ferdinand T. Ferdinand T. posted a comment on ticket #35

    Patch for 0.9.13 would be this (attachment)

  • Luca Gasparini Luca Gasparini modified a blog post

    CRRCsim 0.9.13 released

  • Luca Gasparini Luca Gasparini modified a blog post

    CRRCsim 0.9.13 released

  • Luca Gasparini Luca Gasparini modified a blog post

    CRRCsim 0.9.13 released

  • Luca Gasparini Luca Gasparini created a blog post

    CRRCsim 0.9.13 released

  • crrcsim crrcsim released /crrcsim/crrcsim-0.9.13/README

  • crrcsim crrcsim released /crrcsim/crrcsim-0.9.13/CRRCsim-Win32-0.9.13.exe

  • crrcsim crrcsim released /crrcsim/crrcsim-0.9.13/crrcsim-0.9.13.tar.gz

  • Luca Gasparini Luca Gasparini committed [69532c]

    set default smart camera option to 0 (disabled)

  • Luca Gasparini Luca Gasparini committed [fa687d]

    Added tag 0.9.13 for changeset dcd178e3df54

  • Luca Gasparini Luca Gasparini committed [dcd178]

    Release notes for 0.9.13

  • Luca Gasparini Luca Gasparini committed [aa04f3]

    back to original outhouse.rgb texture.

  • Luca Gasparini Luca Gasparini committed [04e563]

    outhouse.rgb texture saved without RLE.

  • Wenwei Jiang Wenwei Jiang committed [05a5c4]

    bugfix: string in "about" dialog

  • Wenwei Jiang Wenwei Jiang committed [962623]

    anti aliasing defaults to "on", fallback included

  • Wenwei Jiang Wenwei Jiang committed [f9cabc]

    fixed some compiler warnings:

  • Wenwei Jiang Wenwei Jiang committed [1888fe]

    fixed some compiler warnings

  • Wenwei Jiang Wenwei Jiang committed [a70d53]

    fixed some references (sourceforge instead of b...

  • Wenwei Jiang Wenwei Jiang committed [238842]

    how to create a new release

  • Wenwei Jiang Wenwei Jiang committed [17126e]

    even more files added to distribution

  • Wenwei Jiang Wenwei Jiang committed [955e3d]

    add m44_test.cpp to dist

  • Luca Gasparini Luca Gasparini committed [0ab368]

    Restored messagebox when loading scenery

  • Luca Gasparini Luca Gasparini committed [b9699e]

    Fixed problem with overlay display since Rev 1506

  • Luca Gasparini Luca Gasparini committed [8bbf77]

    Added "simple_woods" model based scenery.

  • Luca Gasparini Luca Gasparini committed [ec3cd3]

    Updated info on how to make win32 installer

  • Luca Gasparini Luca Gasparini committed [535218]

    Fixed problem with overlay display since Rev 1522

  • Luca Gasparini Luca Gasparini committed [ff5cd0]

    Bug fixes (sourceforge tickets)

1 >