Jump to content

zoot

Community Members
  • Posts

    1.557
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by zoot

  1. For code, I do believe they prefer having a ticket to help everyone keep track of status, but we'll see.
  2. The screenshot above is from the 'Tropical Island' map with GLSL. The whole GLSL shadowmap implementation seems a bit shaky on my computer (the flickering etc.), but I do not experience this particular issue on 0ad/master.
  3. Have you created a ticket(s) for this? I guess it is quite seperate from all the other stuff. I personally hope the ARB water shader will be made default for non-GLSL rendering as the current CPU-based one looks quite hideous in comparison.
  4. I have a problem on the 'biwater' branch. When I enable shadows, the whole minimap is revealed: If I move the camera into the SoD (outside the view of any shadow rendering, perhaps?), the minimap returns to normal. Also, shadows on water do not seem to be affected by waves on the water surface. Don't know if that is fixable.
  5. Could you post a screenshot? Does it look anything like this:
  6. Okay, I've done 'git checkout -f myconid/smoothlos', update_workspaces and recompile. The issue persists. (Edit: Obviously, I also set smoothlos to false somewhere in between there.)
  7. Okay. Currently recompiling from scratch (clean workspaces).
  8. Scratch the above then. It also crashes on 8d0e60543966812eb86525eb5c8fe907bc77cce5 when smoothlos is false.
  9. Here is a backtrace: (gdb) bt #0 0x00007fbcc626ffa0 in ?? () from /usr/lib/x86_64-linux-gnu/dri/libdricore.so #1 0x00007fbcc62715b0 in ?? () from /usr/lib/x86_64-linux-gnu/dri/libdricore.so #2 0x00007fbcc6271a09 in _mesa_store_teximage3d () from /usr/lib/x86_64-linux-gnu/dri/libdricore.so #3 0x00007fbcc6622012 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so #4 0x00007fbcc6622554 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so #5 0x00007fbcc625fd6b in ?? () from /usr/lib/x86_64-linux-gnu/dri/libdricore.so #6 0x00007fbcc6260364 in _mesa_TexImage2D () from /usr/lib/x86_64-linux-gnu/dri/libdricore.so #7 0x00000000006138e2 in CLOSTexture::ConstructTexture (this=0x421d850, unit=0) at ../../../source/graphics/LOSTexture.cpp:198 #8 0x000000000061506c in CLOSTexture::RecomputeTexture (this=0x421d850, unit=0) at ../../../source/graphics/LOSTexture.cpp:262 #9 0x00000000006157ba in CLOSTexture::InterpolateLOS (this=0x421d850) at ../../../source/graphics/LOSTexture.cpp:105 #10 0x000000000068bc03 in CRenderer::RenderSubmissions (this=0x2505c90) at ../../../source/renderer/Renderer.cpp:1365 #11 0x000000000068ca6f in CRenderer::RenderScene (this=0x2505c90, scene=...) at ../../../source/renderer/Renderer.cpp:1675 #12 0x000000000058eb41 in Render () ---Type <return> to continue, or q <return> to quit--- at ../../../source/ps/GameSetup/GameSetup.cpp:228 #13 0x000000000041db93 in Frame () at ../../../source/main.cpp:413 #14 RunGameOrAtlas (argc=<optimized out>, argv=<optimized out>) at ../../../source/main.cpp:529 #15 0x0000000000413677 in main (argc=1, argv=0x7fff8e0bbb88) at ../../../source/main.cpp:572
  10. This is the info I get upon loading it in gdb: Core was generated by `./pyrogenesis'. Program terminated with signal 11, Segmentation fault. #0 0x00007fbcc626ffa0 in ?? () from /usr/lib/x86_64-linux-gnu/dri/libdricore.so
  11. It says "Segmentation fault (core dumped)". Can I get any useful info out of this core?
  12. I still happens when preferglsl, smoothlos and fancywater are set to false. I've tried to narrow the commit range a bit: It does not crash on 9f80921728f89c15673b89575cd92a1fa0338470. It does not crash on 8d0e60543966812eb86525eb5c8fe907bc77cce5. It does crash on 3b56fb334a08f89d7c878e46b4ea1ee8e5c0e90e. So presumably it is something in the 'biwater' implementation.
  13. The game segfaults when I start a match on the map "Migration" in the latest commit on 'merged'. It does not happen on any other maps I have tried so far, including Punjab 3 and Tropical Island.
  14. Also, on a sidenote, if smoothlos is enabled and the shaders have been deleted, the game segfaults. Not really surprising, but you may want to handle that like I believe it is for the water shader, namely by printing an error message and defaulting to the old non-shader implementation.
  15. The line-endings seem to have changed again. At some point you may want to look at doing something like this:
  16. You'll want to use 'git checkout -b' to branch anew, in case you wasn't aware.
  17. Okay, compiled "merged" branch. Unsurprisingly, it runs fine now.
  18. Is it useful to debug on this branch? I get this: And the following errors: ERROR: CCacheLoader failed to find archived or source file for: "" ERROR: CCacheLoader failed to find archived or source file for: "" I've tried resetting the cache, but the issue persists. This is the commit I am using: $ git log | head commit 9f80921728f89c15673b89575cd92a1fa0338470 Author: myconid <christofi.cos@gmail.com> Date: Sun Jul 8 15:11:07 2012 +0300 merged & ready
  19. Yeah, that could probably work too. Can you give me some pointers to how to do that? Would it be similar to the layers you did for the grass?
  20. It's less apparent on small bodies of water, but I'd say there is still a subtle repetitiveness that makes it feel more artificial than it has to be.
  21. wraitii has fixed this in the latest commit: While on the topic of the water shader, does any of you know if we could reduce tiling artifacts by adding some Perlin noise?
×
×
  • Create New...