Sara Gerretsen Sara · https://www.youtube.com/watch?v=dQw4w9WgXcQ
Sara created branch main in Sara/godot-modules-code-conventions 2025-06-23 18:37:54 +00:00
Sara pushed to main at Sara/godot-modules-code-conventions 2025-06-23 18:37:54 +00:00
42794fd530 Add README.md
Sara created repository Sara/godot-modules-code-conventions 2025-06-23 18:37:40 +00:00
Sara created branch development in Sara/authority 2025-06-23 17:49:44 +00:00
Sara pushed to development at Sara/authority 2025-06-23 17:49:44 +00:00
1828ebbe21 feat: first game code
f6e6cf9e55 feat: set engine version to latest 4.4
37b3a63ae6 feat: initialized template
fdb9ad8de0 Merge pull request 'Adding just format command to justfile' (#13) from feat/just-format into development
79048bc28e feat: added comments to justfile for clarity and debugging ease
Compare 10 commits »
Sara created repository Sara/authority 2025-06-23 17:49:24 +00:00
Sara pushed to main at Sara/saragerretsen.nl 2025-06-22 20:47:02 +00:00
9c7d21e5c9 2024-06-07
728a90e615 added rel="me" to head of index
d0440f04e3 feat: updated header 1 in index
805d74919b feat: set target="_blank" for external links
bcb581e96f feat: replaced mentions of unity to godot
Compare 10 commits »
Sara created branch main in Sara/saragerretsen.nl 2025-06-22 20:47:02 +00:00
Sara created repository Sara/saragerretsen.nl 2025-06-22 20:46:55 +00:00
Sara created branch main in Sara/objectionable.solutions 2025-06-22 20:45:41 +00:00
Sara pushed to main at Sara/objectionable.solutions 2025-06-22 20:45:41 +00:00
c9b4ac2d11 update
c4b21c84b1 update: 134220241129
712474a982 removed docs index
d35de4c391 Merge remote-tracking branch 'origin/main'
c5467457c4 updated objectionable.solutions
Compare 10 commits »
Sara created repository Sara/objectionable.solutions 2025-06-22 20:44:36 +00:00
Sara created pull request hertog/godot-module-template#13 2025-06-20 19:30:45 +00:00
Adding just format command to justfile
Sara pushed to feat/just-format at hertog/godot-module-template 2025-06-20 19:28:28 +00:00
79048bc28e feat: added comments to justfile for clarity and debugging ease
Sara created branch feat/just-format in hertog/godot-module-template 2025-06-20 19:28:07 +00:00
Sara pushed to feat/just-format at hertog/godot-module-template 2025-06-20 19:28:07 +00:00
684fcbf3c9 feat: added just format command
384cfcbec6 feat: added clang-format and formatted existing files
Compare 2 commits »
Sara commented on issue hertog/godot-module-template#10 2025-06-20 17:54:32 +00:00
(possible bug) .llvm post-fix in just release-windows may not be correct

Noticed i didn't have a mingw-llvm toolchain installed. But after installing it and attempting clean recompiles it still isn't adding the llvm postfix. Not sure what's causing this, given that it…

Sara opened issue hertog/godot-module-template#12 2025-06-20 15:46:11 +00:00
feature: just release-all-platforms
Sara opened issue hertog/godot-module-template#11 2025-06-20 15:45:22 +00:00
feature: export release-windows and release-linux into their own build/ folders
Sara commented on issue hertog/godot-module-template#10 2025-06-20 15:43:17 +00:00
(possible bug) .llvm post-fix in just release-windows may not be correct

This could also have been a toolchain problem on my end