
Cayleb-Ordo
Community Members-
Posts
16 -
Joined
-
Last visited
Everything posted by Cayleb-Ordo
-
Gitea ssh-key problems
Cayleb-Ordo replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
Thx that fixed it. Always forget that git lfs :D. -
Hey guys, i updated a branch on my development fork. If i want to push the changes, ill have to enter my credentials even if i cloned it with my configured ssh key. Does anyone have the same problem ? And if i do that, than it will not accept it either. Had the problem bot on fedora 41 and opensuse tumbleweed.
-
Ok, then ill keep that. Only thing left now is to get the hang with Phabricator .
-
@Stan` regarding the docs Pipeline, is it necessary to build pyrogenesis? Or could that be removed and only build doxygen and the entity docs?
-
So, i tried to understand where to put the new Dockerfile. I located the build Pipeline for the Dockers, but the docs-Docker is not build there. My current understanding of the Pipelines is that in order to add a new Docker Image, i have to add it to the build-docker Pipeline and modify the Docs Pipeline. But i did not get where i can tell the Pipeline which image should be used. It would be great if i could be corrected if i am wrong. By the way, interesting way to use zfs pools. Never seen them used like this before.
-
Unterstood, then I will create a dockerfile only for the documentation. If i have time, i will test it with a self hosted jenkins server. Thought i give you the latest version of it.
-
@hyperion Do you know which is the right contact person to talk about changing this?
-
is there a way to test the ci stuff? I saw the docker files and they are on debian buster, which is old old stable.
-
I think it is more cross-platform and with the fetch_content we could get the doxygen-theme easily. Edit: Indeed, it is very simple to integrate the theme using cmake fetch_content.
-
I think the Todo List is automatically generated by Doxygen if something is marked with "@todo". It can be disabled in the doxygen config. I created a CMake File, that could also be used in a ci and locally. That limits the Version Numbering if used automatically to numbers. It could be set manually, if there is no "real" Version number. Ill try that. Another thing i dont realy know is, how the SVN can handle git submodules. The doxygen-awesome-css could be bundled like other libs already are, but i think the submodule option is the cleanest.
-
I have finished a first draft. It would be great if you could give me some feedback. The links in the third_party Section point to their specific Github Page. I borrowed the logo from the website repository. Also, i dont know the current Version of the Engine, so i filled it with a placeholder.
-
Ok, i will try it without including the third_partys. Regarding the Style, it only "updates" the visual of Doxygen, not the structure. Thats why i love it so much .
-
In my personal Projects i have started to use this Doxygen style Theme: https://github.com/jothepro/doxygen-awesome-css . I wanted to try it with the Pyrogenesis Doxygen, but i found that a vulkan header is always the Main Page of the doxygen. Is that wanted or could that be changed. The header in question is source/third_party/vma/vk_mem_alloc.h. I could not find any issues/requirements regarding the doxygen Policy.