Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.954
  • Joined

  • Last visited

  • Days Won

    578

Everything posted by Stan`

  1. Okay, so that rules out my two first hypothesis. Make sure you don't have some extra unversioned files lying around. Sometimes files stay in the repo.
  2. I'm fond of the idea and I'm really happy @badosu went for it but I'm not really fond of the visuals (it looks like a debug /cheating console to me) Also can it be turned off ?
  3. Pyromod is normally associated to the game. So if you dpuble click it should install automatically (Association will be fixed on Mac in the next version) @wraitii you might want to look at this mod
  4. 1) You're experiencing texture caching. In the development version most textures are PNG's and must be converted to DDS (S3TC) DXT1-DXT5. We do it on the fly for convenience and to make it easier test changes (All the textures are hotloaded) 2) You can build farms But yeah hunting is a bit harder. Is there something planned @Nescio @Freagarach @wraitii (I mean other than the turrets patch where cavalry will be able to attack move)
  5. @borg- @ValihrAnt @Feldfeld @ffffffff thoughts?
  6. Can you take a screenshot? You might need to run update workspaces.bat again?
  7. Let me know if there is anything I can do to help
  8. Phab:rP24411, Phab:rP24414, Phab:rP24194 removed the differencr between terrain ambient colors and unit ambient colors to allow for future optimizations of the renderer. Phab:rP24661 removes the option breaking the loading of maps therefore required an increase of map version. Phab:rP24653 increases the version to 7. You will need to run the following script on all your maps. Fortunately you can use the script at Phab:P232 to fix all your maps. We need those changes to be able to use PBR someday amongst other things. You need to have Python 3 (there is a chance that it works for 2 as well) installed to run the script. Go into your map folder Create a file named "fix-maps.py" (name does not matter) Copy the contents of Phab:P232 in that file. Open a command line or a terminal in that folder Run python3 ./fix-maps.py 7 scenarios skirmishes tutorials
  9. Thanks I sent them a message for attribution.
  10. That works pretty well with clang and GCC. The game is about twice as fast on linux because of it. But sometimes they fail as well. In our case we use the intrisics function instead to make the code more readable. Also we have to be weary of platform support e.g arm doesn't have sse instructions they use neon.
  11. Hey, Thanks a lot for the coding offer! For the technical part, while I understand most of it I'll let @wraitii and @vladislavbelov tell you whether it's a good idea or even applicable to the current architecture. Yes the threading patch for the pathfinder is still open, and there is still a long way in optimizing it. https://code.wildfiregames.com/D14 (Pathfinder Threading) We might need a thread pool for this and to rethink our entire usage of threads. https://trac.wildfiregames.com/ticket/3290(Enabling the JPS cache for the pathfinder) https://trac.wildfiregames.com/wiki/GSOC_Ideas (Some ideas for C++projects) We recently merged https://code.wildfiregames.com/D2848 for which you might have some interesting suggestions. First I think you need to familiarize yourself with the contribution process. I'd suggest you to get the source code and trying hacking it around. See wiki:BuildInstructions Then I'd suggest you'd look into the contribution process wiki:SubmittingPatches as it might be a bit surprising to you, namingly the usage of Phabricator wiki:Phabricator If you're interested in SIMD as well, we had some trouble with MSVC doing a crappy job at vectorizing so we have patch like this one lying around D2857 and that forces us to keep some code as depicted in https://code.wildfiregames.com/D3212 It's one of the special maps where there are triggers. @FeXoR or @Freagarach might be able to do more about it. Please feel free to reach out to me, or to us on irc #0ad-dev channel. You seem to be on a different timezone, but we read the logs at irclogs.wildfiregames.com/ so you can ask your questions there and we'll respond when we can.
  12. If you feel like you can drop by IRC to get the specifics. We use C++ for the engine (Graphics, Pathfinding, Audio and some simulation components, and Javascript for AI, procedural map generation and the rest of the simulation) I also gave an interview here https://mdco2.mini.debconf.org/talks/16-0-ad-empires-ascendant-a-floss-game/
  13. a) Have you tried the CeaseFire option? It's different but end result is the same. c) You can use the diplomacy window to do this?
×
×
  • Create New...