Jump to content

vladislavbelov

WFG Programming Team
  • Posts

    1.395
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by vladislavbelov

  1. I think it's easy to upgrade m_LosState to answer visibility queries on a rect. But it's harder for a circle, but easier with a distance check. So we might need to store that state for a circular entity, that it was visible for some player inside the component. I agree.
  2. Our games has only OpenGL 1/2 implementation and OpenGL ES (but it requires additional compilation flags, and highly likely it's not compilable). With default OpenGL the game can't request GL3. So the claiming is sent by some dependency (SDL or driver). AFAIK the game uses the system version of SDL on *nix platforms (config is taken from the environment variable: SDL2_CONFIG). Could you provide the error/warning? See https://trac.wildfiregames.com/wiki/GameDataPaths
  3. Yep, you may find paths to cache here: https://trac.wildfiregames.com/wiki/GameDataPaths
  4. Also I'd recommend to try clear cache.
  5. IIRC we scale square maps to fit into circle. UPD.
  6. We still have noticeable amount of code supports square/circular mode. Yes, it's possible. And probably the patch can be not so big. Let me check.
  7. Basic idea to use only scales divisible by 4. It covers most user cases (as we don't use system UI, so we might not match exactly), at the same time it allows to have a nicely aligned interface.
  8. Ideally we need true lods (multiple meshes per model) and lod materials for that.
  9. Aren't the textures too blurry with FXAA? You may notice by the link above and: Strange limitation, it should work with GLSL for most GL2+ and with ARB shader for most GL1+.
  10. I guess not, but I can try. Also I can't reproduce the issue by steps with your details. Do you use autobuild executable or you compile by yourself?
  11. You're right that we have to prioritise things. What I can say about these patches, they open/help to open doors to some other features. And about me I spend less 5% of my 0ad time on the camera features.
  12. How do you leave the game? Alt+Tab? Which mouse button do you use? Left, right, together? What's the place you click on? On the "Click to resume Game" text? On the minimap? On the menu/top panel? Outside of GUI?
  13. Isometric hack? It might have not good consequences for rendering (for ex mentioned real depth option). Why not implement a good solution you may ask. I answer: it requires some refactoring. And it's in process, current patch: D2020, recently committed related patches rP22340, rP22395, rP22404.
  14. I can't reproduce the issue on Windows 10 64bit. When I click on the game window (even if it didn't have focus) the game continues. Probably some step/detail is missed.
  15. I'm not sure that I understood the problem correctly. So I have few questions: Do you reproduce the issue always? Could you post stable steps to reproduce? OS Windows?
  16. It's already in SVN (you can get it by downloading last SVN). And it'll be in the next release (A24).
  17. I just committed a tool to easily setup water height for maps. Just select the tool and click on a terrain where you want a plane of water (if you need more precision just zoom in). No need to spend time with the water slider anymore
  18. I saw the problem already, and it was because of an outdated mod (not updated to the current SVN), like elexis said.
  19. About animation, usually it means that there is a wrong path or name of the animations. I can't say more, I need more details (XML, paths) About transparency, which material do you use?
  20. Hi @Shiqi and welcome to the forum! Do I understand correctly that it happens on start? Did you see the main menu? Also could you attach system info that was detected by the game? You may find it at GameDataPaths.
  21. I had it yesterday, I believe it was with GLSL. @Angen Did you have any warning/error during the game?
  22. Besides possible leaks the consumed size of memory depends on many things: map size, game max population, game duration, amount of units, graphics quality. For ex. some games with 1.5hour duration, 2 players and 300 population limit on a small map may cost not more than 900MB.
×
×
  • Create New...