Jump to content

Cayleb-Ordo

Community Members
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Cayleb-Ordo's Achievements

Discens

Discens (2/14)

2

Reputation

  1. Thx that fixed it. Always forget that git lfs :D.
  2. 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.
  3. Ok, then ill keep that. Only thing left now is to get the hang with Phabricator .
  4. @Stan` regarding the docs Pipeline, is it necessary to build pyrogenesis? Or could that be removed and only build doxygen and the entity docs?
  5. 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.
  6. 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.
  7. @hyperion Do you know which is the right contact person to talk about changing this?
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. 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 .
  13. 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.
×
×
  • Create New...