Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.013
  • Joined

  • Last visited

  • Days Won

    582

Stan` last won the day on April 27

Stan` had the most liked content!

Profile Information

  • Gender
    Male

Recent Profile Visitors

55.387 profile views

Stan`'s Achievements

Consul

Consul (13/14)

10,7k

Reputation

4

Community Answers

  1. Stan`

    archive

    https://trac.wildfiregames.com/ticket/1908
  2. Could you give the me screen resolution of both this new monitor and your laptops'?
  3. Process sounds overkill, thread might be possible, but from my limited understanding you can't move on to the next turn until you have computed the hash so unless you can compute it with multiple chunks doing it in the main or in a side thread will take the same time since the main thread will have to wait for the operation to finish.
  4. @Seleucids you might also consider https://gitea.wildfiregames.com/0ad/0ad/pulls/7829
  5. With A27 you can now remove the lines from the minimap as well.
  6. Decaying causes some trouble apparently, https://gitea.wildfiregames.com/0ad/0ad/pulls/7616 that's a bit fixed by @nani's autociv since it limits the amount of corpses. There is also https://code.wildfiregames.com/D1618 which would help when many units are selected. EDIT1: A27 also supports the --with-lto flag iirc which might slightly improve performance you can also force the cxxflags with march=native and mtune=native probably O3 as well.
  7. Technically the engine could support up to 30 players https://code.wildfiregames.com/D2667 (Work on it has been stalled due to inactivity though) I expect that thirty players will only be playable with a handful of units given the current performance of 4v4 matches.
  8. Hmm those benchmarks are interesting https://programming-language-benchmarks.vercel.app/lua-vs-javascript they look a bit the same as the ones that were used to choose the language.
  9. No you sadly need to edit the xml file and set circular to false
  10. The thyreophoroi or thureophoroi (Greek: θυρεοφόροι; sg.: thureophoros/thyreophoros, θυρεοφόρος) were a type of infantry soldier, common in the 3rd to 1st centuries BC, who carried a large oval shield called a thyreos which had a type of metal strip boss and a central spine. They were armed with a long thrusting spear, javelins and a sword. They also usually wore an iron or bronze Macedonian helmet. Source: https://www.wikiwand.com/en/articles/Thyreophoroi
  11. I see. We'll do better next time Maybe we could improve the release process to better account for this.
×
×
  • Create New...