Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.547
  • Joined

  • Last visited

  • Days Won

    606

Everything posted by Stan`

  1. Our problem (On windows at least) is that we trusted the hardware and I guess janwas made educated guesses about it which has worked until AMD decided to mess things up. Also there are two different bugs. Hardware detection which is probably too precise for its own good and for our needs, and the timer code. AFAIK we only use the former to detect the timer then use a custom function for TSC or with my patch QPC which is part of the windows API. I chatted a bit with @wraitii on the SIMD changes and I believe the discrepancy on Linux vs Windows is due to the fact some optmizations are disabled on MSVC while they are "on" on Linux.
  2. What do you need help with ? (Running them,. Finding them, writing some ?)
  3. Well we somewhat support ARM, as in the game runs on raspberry pi and we are fixing the mac build for catalina but I have absolutely no idea how and if it will run there. As of financial expenditures nobody is getting paid for working on the game so...
  4. Stan`

    NSIS error.

    Did you edit source/tools/dist/build.sh to point to your current SVN location?
  5. Stan`

    NSIS error.

    Spidermonkey is in the source code.
  6. Screenshots not good enough? You can access the raw data directly in the game's xml files there are actually some python scripts to compare units and whatnot
  7. See What do you mean was not working ? cc @Itms
  8. You can press F2 in the game that will save a screenshot. If you need more pixels you can try MAJ+F2
  9. Checked my SPAM but no still nothing. Let me know if there is anything I can do...
  10. I find your lack of shadows disturbing C:\Users\{YourUserName\Documents\My Games\0ad\mods\user\maps\random\
  11. Was accepted by @Angen today after requesting fixes.
  12. https://code.wildfiregames.com/D1190 is not committed.
  13. Oh right it's missing a line. Seems like it's rendering related. 78ms vs 20ms.
  14. Mmh looks like a corrupted matchsettings.json. can you go into your appdata folder and look for a matchsettings.json file then delete it and try to run the game again ?
  15. Textures are loaded only when you click on models. So it's just template loading you are experiencing. If you already overwrite all the templates anyway you can add for example a file called units.DELETED to ignore all the files in simulation/templates/units (put it in simulation/templates/)
  16. CC @wraitii @Itms looks like something with Spidermonkey...
  17. Stan`

    NSIS error.

    Looks like some files were not added in the package? That file is in binaries/system maybe the nsi script needs an update ?
  18. https://code.wildfiregames.com/D2377 Now set to 1024.
×
×
  • Create New...