-
Posts
18.123 -
Joined
-
Last visited
-
Days Won
587
Everything posted by Stan`
-
I need the files mentioned there to debug. use https://trac.wildfiregames.com/wiki/GameDataPaths to find them.
-
I see no comments about enabling graphics though Also some people said it looked as bad as AOM
-
Thanks for the initiative!
-
Interesting. I have on Intel and Nvidia. Yes as I said in the text above, this is with the "fixed" shader. Here is without the fix notice I had to rotate my camera to trigger the bug.
-
You need to play with GLSL on and Water Settings set to max. It seems to be particularly visible on that map. I have a hack that fixes it, but it makes no sense so it cannot be committed
-
-
This file is too old. Too much has changed. the problem isn't in the C++ side but in the shader side.
-
@user1 can you look?
-
@Silier @Grapjas do you know if it's a GUI bug?
-
Have you tried running make clean? in the gcc folder (Sometimes it's dumb and tries to start again from an existing build thing which is completely invalid) glad/gl.h is in libraries/source/glad
-
Did you update workspaces?
-
Merged in the original thread. Please do not create new threads. This is a low priority and a hard bug to fix.
-
No log file, it's from where you copy pasted.
-
That's not the error It should be higher in that log
-
Fix elephant archers and bolt shooters pls.
Stan` replied to LetswaveaBook's topic in Gameplay Discussion
https://code.wildfiregames.com/D2494 -
Can you show the full log? I had to clean workspaces completely for it to work.
-
@badosu Thanks for sharing, and say hi to Floris for me Just a quick not because I browsed the BAR channel looking for 0 A.D. you can @me there when you have questions, or someone does, like for those trees.
-
Hey, Another reported a similar, yet more extreme issue here. @Silier suggested this thread https://discussions.apple.com/thread/251999184
-
Resource regeneration
Stan` replied to MirceaKitsune's topic in Game Development & Technical Discussion
We have to be careful with the currently very biaised visions of druids in pop culture I did at some point want to have a root tree in middle of tree patches that would keep up with the trees around it and plant new ones. I believe however that you can do that on a unit that hasn't got unitmotion @Freagarach ? -
Mmh so looped rope on the end of leather strap. Could be a nice icon with a good concept
-
Attack-ground: include in A26 or not?
Stan` replied to real_tabasco_sauce's topic in Gameplay Discussion
That's the current attack ground patch with "planned changes" status. You define a zone (no control over the radius) and units shoot aimlessly in there. Main use would be a narrow pathway. -
Here is my current test status to migrating to git. file.sh/.cmd is to migrate, gitmirror contains a gitignore and gitattributes which are sadly ignored and must be a regexp authors contains the list of contributors, haven't filled all the emails yet not sure whether I should. Question is also what do with Phab links (references to #ticket should still work with gitlab) and whether to keep the metadata. git-migration-test-bed.zip
-
Initial git migration plan included md5/sha1 checks to prevent useless downloads. I think if we go the “launcher/updater” route it should be the mod mod, not an external program. git lfs import -y seems to work well enough and indeed only the .git contain binaries. If we remove all the file in binaries/system from history I'm not sure 5GB is that much to download, but I live in Europe and internet is cheap.
-
@Genava55 might know maybe
-
I really don't think Perforce and Plastic are the solution here. We've got the money for it, but it would be a shame to be dependent on proprietary software. At least they seem to support multiple platforms. I guess it would be a nightmare for maintainers to have to install such tools though. Still not convinced we actually need LFS or that the benefits outweigh the constraints. At the end of the day you'll still have to download binaries. Less of course, but still Git also has the advantage of being decentralized, where svn isn't which I think mean that if the server ever falls / fails we may lose the history. Maybe relevant: https://backlog.com/blog/git-vs-svn-version-control-system/ I'm not sure I said it before, but I'd really like to lessen my admin sys workload which is why I proposed to replace Jenkins, Trac, and Phabricator by Gitlab. And hence the reason I want to switch to git. I'm also for this.