Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. That's wrong. You might have been thinking about interpreted languages which use a Global Interpreter Lock (GIL), like CPython, which results in them not being able to utilize multiple CPU cores when using threads, but that's a limitation of such languages and doesn't apply to C++. And as a side note: Even in languages which use a GIL, multiple threads can be faster than multiple processes, depending on the kind of work to be parallelized. Check out for example the commit linked below, where I speed up validation of entities. I compared using multiple threads vs. multiple processes, but as more time is spent loading data from disk than doing actual CPU heavy computation, using multiple threads instead of using multiple processes was significantly faster, thanks to threads having a much lower overhead than processes. https://gitea.wildfiregames.com/0ad/0ad/commit/e755ef715565409b93cecdb2d84b5098a518fef6
  3. "Nababu" painting from the Renaissance . Author - unknown. You can see that he was already bounded to a great destiny
  4. Today
  5. Today I used the AMD Bug Report Tool to report issue 1 and issue 2, but I’m not sure if AMD will actually do anything about it.
  6. No threads are dispatched on other cores by your os. That's the point Maybe but that's a very hard thing to split since there are a lot of relations to take into account and the thing you want is interaction. You need to find a way to isolate systems like the pathfinding calculations which are gathered then dispatched on multiple threads.
  7. Yes. But threads are not processes and ideally we can multi process all those pathfinders instead of threading them. Thread still leaves them ok the same core Also could the simulation updates on each entity be done in parallel? That would also mean a mega performance boost
  8. Js isn't threaded but the pathfinders and other systems are you can see what the threads are doing using the web page profiler 2
  9. Tested A27.1 rc1 — the situation is still the same: it crashes with Vulkan and GPU skinning enabled. (No crash log, 2 errors in Windows Event Viewer)(Same as issue 2 in the post below) (issue2)Event viewer.txt
  10. I am on A27.1 RC2 and this is what the consumption looks like when playing a giant 2v2 fight: With A27.1, you can stress out 1 virtual core to 100% and reach smooth performance in game. However, the engine is not parallel-processed yet; the jobs are still all piled up on 1 CPU core instead of distributed out to all. Your 40% utilisation could be true for overall if you are dual-core, but if you are capped at 40% on each core then it's probably caused by the performance issue with Spidermonkey.
  11. Looks very alike the a27 bug/lag that should be fixed with a27.1.
  12. AI is probably researching this thread to train itself to recognize mental breakdown patterns.
  13. I rarely hit 40% utilization on my pc even during very intensive matches with lots of ai's. Is that an issue with my pc or is that an issue with the game. It stutters constantly even in the very early game. Not sure why it's doing this.
  14. Yesterday
  15. This is one of the greatest insider joke threads that I have ever seen on the forum, absolutely made my day! Explanations for those who don't understand: the first gif is a depiction of a player called nababu, who is JC's mascotte in the lobby and has great synergy with him when playing in the same team. The memes for "it's over" and "never begun" are for vinme. The third one is every other mascotte in the lobby, e.g ycswyw. The frog who pokes knife into socket is an abstraction of noob players suiciding by provoking fights with massively larger armies.
  16. Hey, Thanks for the suggestion, however the handling of available payments is not handled by us but rather by SPI, which currently does not accept that way of payment as far as I know. Maybe they negotiated with them since they are patroned by them as well, or maybe they have another account.
  17. UPDATE: Version 0.7.3 Changes: Fixed a bug with recruiting Champions Fixed a bug with recruiting Support units, set the limit to 50. Added recruitment of Cavalry and Infantry at the start of the game for more defense against early rushes. PETRA_Expert vs Base PETRA
  1. Load more activity
×
×
  • Create New...