light7734 · she/her
  • Between the Hammer and the Anvil
  • Joined on 2024-12-09
light7734 pushed to main at light7734/light 2025-11-08 19:54:58 +00:00
6635d6396d wip: convert from include style to module import style :D
light7734 pushed to main at light7734/light 2025-11-07 19:29:36 +00:00
3c0dcb672e wip: convert from include style to module import style :D
light7734 pushed to main at light7734/light 2025-11-06 15:46:41 +00:00
273f1e2006 wip: convert from include style to module import style :D
light7734 pushed to main at light7734/light 2025-11-04 15:21:04 +00:00
63cb6dfe92 wip: convert from include style to module import style :D
light7734 pushed to main at light7734/light 2025-11-03 13:01:18 +00:00
14c2512202 add breathe & remove conan
light7734 commented on issue light7734/light#38 2025-11-03 12:40:13 +00:00
Generate javadoc documentations using doxygen

Fixed by 599f28fe73

light7734 closed issue light7734/light#38 2025-11-03 12:40:13 +00:00
Generate javadoc documentations using doxygen
light7734 pushed to main at light7734/light 2025-11-03 12:39:18 +00:00
599f28fe73 add breathe extension for Doxygen doc generation
0a1bda9573 remove generated directories
Compare 2 commits »
light7734 opened issue light7734/light#66 2025-11-02 10:49:19 +00:00
Convert from include style to import style (c++ modules)
light7734 commented on issue light7734/light#51 2025-11-02 04:33:43 +00:00
ci: fix disabling address space randomization not permitted

I forgot what this was D:

Thanks past me for not leaving a description, I highly appreciate it!

light7734 closed issue light7734/light#51 2025-11-02 04:33:43 +00:00
ci: fix disabling address space randomization not permitted
light7734 opened issue light7734/light#65 2025-11-02 04:30:53 +00:00
legal: adopt a less permisive licesne
light7734 opened issue light7734/light#64 2025-11-02 04:01:21 +00:00
feat(test): add attributes or properties
light7734 opened issue light7734/light#63 2025-11-02 03:59:53 +00:00
feat(test): add kill-switch tests
light7734 pushed to main at light7734/light 2025-10-31 23:40:37 +00:00
311b20bdf2 refactor: adjust for recent logger changes
6a257566bd refactor(logger): colors & source location!
Compare 2 commits »
light7734 pushed to main at light7734/light 2025-10-31 20:52:59 +00:00
4534ed11d2 refactor(test): replace all std::couts with std::println
light7734 pushed to main at light7734/bonfire 2025-10-31 18:08:48 +00:00
ce3ec5bbc8 refactor: remove tilt effect from cards
light7734 pushed to main at light7734/light 2025-10-30 14:39:45 +00:00
d029c0e473 build: add /EHsc and DriveMode: cl to .clangd file
light7734 pushed to main at light7734/light 2025-10-30 10:15:53 +00:00
604ee5e6a1 fix(renderer/vk/raii): special member function issues
7ee4381bbf feat(renderer/vk): add some vulkan functions
8730d31e2f refactor(renderer/vk/gpu): quality of life modifications
Compare 3 commits »
light7734 pushed to main at light7734/light 2025-10-29 19:47:45 +00:00
f50208653e build: add .clangd to fix clangd lsp issues on Windows