Jump to content

vladislavbelov

WFG Programming Team
  • Posts

    1.383
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by vladislavbelov

  1. It's a known thing, thanks. My next patch about framebuffers should fix that.
  2. I don't have an implemented solution yet.
  3. Because somethings else is broken I might have a good solution, but not in priority at the moment.
  4. It's incorrect to replace 2.0 by 1.5 because it should convert [0, 1] range to [-1, 1] range, not [-0.75, 0.75].
  5. By the way if the exit button is not so important, is it VIM? I suppose it's not so stretched. It's aligned to the left (right if RTL) with a fixed padding. Which a bit different type of layout in UX. Blender: Office: Browser: The problem with your approach is that you need to skip by eyes a lot of empty spaces to find the each next visual anchor (button text). macOS users I agree that the grouping is a good thing. Though I believe that it needs to be grouped in a more natural way, without a lot of empty space.
  6. Seems like designed for mobiles, not PC displays. Eyes have to walk for a long distance to find important buttons. Which leads to Brownian motion of eyes.
  7. Could you attach logs and system_info?
  8. We have some old but relevant (because of our audience and we don't have LODs) rules about polycount: https://trac.wildfiregames.com/wiki/ArtPolyCountGuidelines, but sadly some new models broke them in a bad manner
  9. Are there some numbers? (Just wondering, I've met various approaches) I suppose it may not tell about Git, but products like Plastic/Perforce. Because they are commercial and companies might pay for their integration.
  10. It means you have never tried to make a signal decoder or a simple calculator with red stone
  11. You just need to look inside the projectile manager
  12. You can draw it by popping a scaled X model. And it's already done (without scaling) in the projectile manager. You don't need shader for that.
  13. Doesn't matter, some gameplay stuff that generates beams and accounts damage.
  14. So it's the question to the projectile manager, not the graphics one, at least for now
  15. Why not replace arrows by the X model and move them by a straight line?
  16. I mean not effect but the X model. The popular and old trick for grass to use 2 quads (or more sometimes) perpendicular to each other.
  17. We don't have a ready-made solution to create a laser. Currently we can have only static lasers with a X model (like for grass).
  18. "It's not stupid if it works" So now you understand why we can use a plain archive instead of raw files.
  19. It might be hard to believe but it can It's true, but it has a tiny detail. Even the most powerful general filesystem is general, which means it has own tradeoffs. And it can't fit for all possible cases. The same for archives. So the trick is that when we load a mod in pyrogenesis we cache a list of its files and store an offset for each of them. Which means we don't need to do an expensive system call for each file. I might only assume that in your case tar has a worse index.
×
×
  • Create New...