Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.975
  • Joined

  • Last visited

  • Days Won

    579

Everything posted by Stan`

  1. Yeah sorry that's because when running in that mod it doesn't read configs from the old location so it acts like a new install. If you move the folder to another PC though since all the config files are in that folder that will never happen. With regards to the slowdown my guess is that it resetted the graphics options so it might have set the quality too high for your hardware. You can copy the old config from the appdata folder and put it in binaries/logs/ If the savegame took longer to load and you're moving from an ssd in c:/ to a hdd: in d:/ yeah that might explain the loading speed
  2. A good question one should ask is whether all the calls to that function are justified, whether they can be cached or batched.
  3. In a non visual replay iirc isqrt takes about 1% of a match.
  4. You should put it after not before
  5. let screen = guiObj.parent.getComputedSize(); let h = screen.bottom - screen.top; let w = screen.right - screen.left; let iw = h * 2; Just pick the highest element in the page you can grab.
  6. The game uses integers for its calculations, because floating point are note reliable on different machines, so we need to have the exact same values on each machines else the game will go out of sync pretty quickly. So I suppose what you are seeing are decimal values represented as int. https://code.wildfiregames.com/D1971 You can find most gameplay interesting patches by querying for @Freagarach on Phabricator https://code.wildfiregames.com/search/query/zNwhd_3YKp.n/#R
  7. It's not that hard to add but that means it will steal some of the simulation time measuring stuff that's probably not that important for most people.
  8. I don't know you have to check the SDL2 versions to know what's the minimum version that supports it. Well you can try printing stuff with LOGWARNING to see if that function is actually being used. If it is you might use the profiler inside the game (there are some docs on trac) to compare between versions. If it's not you have a bug And eventually if it doesn't yield any result maybe it's because it's not a bottleneck
  9. Sadly the person who made them has since then left the forums and all their posts were deleted.
  10. @vladislavbelov will approve this message (Les textures the better)
  11. I suppose it doesn't hurt to check Transifex in any case. Translations are pulled on Mondays and Fridays, so if it wasn't fixed yesterday, it's probably not fixed.
  12. @wowgetoffyourcellphone probably made the icon before the texture changed. If they are more like this you might make a ticket.
  13. You can also download it through the mod downloader for A26
  14. han_cc.blend You can append it from this file.
  15. I have a special material for Blender that takes 0 A.D. textures into account I can upload it somewhere if you want.
  16. Yeah we had that discussion over and over. See https://code.wildfiregames.com/D5114
  17. You were only missing cd gcc and make -j3 after that. Unless it failed.
  18. Hello there! Do you realise all work here is done for free Do you have any work you'd like to show? Anything you are interested in ?
×
×
  • Create New...