Commit Graph

14 Commits

Author SHA1 Message Date
4398107ff6 fix: resolve shellcheck warnings
- lint_python.sh: remove unused VERBOSE variable, use OVERALL_STATUS for exit
- run_game.sh: add || exit after cd
- install_arch.sh/uninstall_arch.sh: separate local declaration and assignment
- lint.sh: use variable for pkg-config output to avoid word splitting
2025-11-30 13:48:17 +01:00
0489085c68 fix: correct shebang and executable permissions
- Add +x to Python scripts with shebangs (3 files)
- Remove -x from non-script files like .cpp, .txt, makefile (23 files)
- Move shebang to first line in C/imageViewer/lint.sh
2025-11-30 13:42:16 +01:00
107c8c2d81 fix: some linting issues 2025-11-01 20:11:45 +01:00
a9724bee69 feat: added script to extract links form html 2025-09-06 14:00:34 +02:00
1f26bbebdb fix: most lint issues 2025-07-14 16:25:23 +02:00
3d75e0cea8 chore: made static functions static 2025-07-14 16:08:05 +02:00
93f20c5ed0 feat: wrap memcpy and sprintf executions into single function 2025-07-14 15:59:26 +02:00
c4fa7cdf14 wip: questionable linting fixes 2025-07-14 15:29:01 +02:00
fa83e2c483 chore: added linting to image veiwer 2025-07-14 15:14:19 +02:00
3d63d8bf8b feat: image taks as much space as possible, resize it automatically 2025-07-14 15:00:16 +02:00
6089f41bb9 feat: load all image files in a folder when opening single image 2025-07-14 14:53:16 +02:00
a0e69652ac feat: added installation script for image viewer 2025-07-14 14:38:04 +02:00
d26f7e5781 feat: some new features in image viewer 2025-07-09 18:31:21 +02:00
dcab1d19e6 feat: added simple image viewer 2025-07-09 18:05:59 +02:00