54 Commits

Author SHA1 Message Date
c095e4a049
TMP / Fixed pre-commit git hook permissions for modern CMake 2023-11-10 16:04:45 +01:00
2f57a06ebd TMP / Minor fixes for embed.py and pre-commit.py
- embed.py: fixed --help output
- pre-commit.py: removed whitespace in blank lines
2023-04-05 00:24:11 +02:00
a227556ae3 TMP / Updated BuildingGuide.md 2023-04-05 00:11:09 +02:00
1c61ae49ff TMP / Updated libs in README.md 2023-04-04 17:04:48 +02:00
40848dc31d TMP / Fixed libwinpthreads reference in Windows builds
Fixes GH-5
2023-04-04 15:26:48 +02:00
553916f8c1 TMP / Improved build tools layout 2023-04-01 23:19:07 +02:00
310724a207 TMP / Fixed indexed_existing error in pre-commit.py 2023-04-01 12:25:06 +02:00
a021ebce3b TMP / Removed old build tools 2023-03-31 22:02:12 +02:00
abc8b93823 TMP / pre-commit now handles file deletion 2023-03-31 22:01:58 +02:00
b27c140b9a TMP / Fixed embedded_resources.cpp (what?) 2023-03-28 22:40:35 +02:00
770409140f TMP / Fixed image.cpp 2023-03-28 22:31:15 +02:00
2fb324672a TMP / Fixed logging.cpp 2023-03-28 21:39:40 +02:00
08b5661934 TMP / Fixed game.cpp 2023-03-28 16:25:05 +02:00
543de5a841 TMP / Fixed vulkan_physical_device.cpp 2023-03-28 16:02:24 +02:00
1e88697457 TMP / Fixed vulkan_swap_chain.cpp 2023-03-28 16:00:16 +02:00
2dc60d589c TMP / Fixed vulkan_adapter.cpp 2023-03-28 15:12:34 +02:00
2c45f519fb TMP / Fixed vulkan_texture_descriptors.cpp 2023-03-27 22:47:49 +02:00
66349560d4 TMP / Fixed vulkan_descriptor_set.cpp 2023-03-27 22:42:36 +02:00
6345edd9c7 TMP / Fixed vulkan_render_pass.cpp 2023-03-27 22:41:31 +02:00
7c5f0406d0 TMP / Fixed vulkan_{pick_device,pipeline}.cpp 2023-03-27 22:39:41 +02:00
54f73b2e44 TMP / Made {GLFW,Vulkan}Managers more OO 2023-03-27 21:33:09 +02:00
50e3a44a81 TMP / Fixed vulkan_frame.cpp 2023-03-26 13:44:56 +02:00
c064492de8 TMP / Fixed NOLINT in main.cpp 2023-03-26 13:23:30 +02:00
cdfaa54bdf TMP / Fixing clang-tidy warnings ep.1 2023-03-23 00:40:04 +01:00
104b3f3174 Merge branch 'main' into enable-clang-tidy 2023-03-23 00:26:01 +01:00
270702fba1 TMP / Added KDevelop files to .gitignore 2023-03-23 00:25:05 +01:00
31c5692ba8 TMP / compacted namespace declarations 2023-03-21 15:03:48 +01:00
5ff9334c64 TMP / reenable clang-tidy 2023-03-21 11:22:17 +01:00
b8934e20f2 TMP / expand on 'msvc not supported' 2023-03-21 10:54:31 +01:00
91ea34695c TMP / "run" dir is now next to binary 2023-03-12 22:02:28 +01:00
44ed00f76c TMP / Fixed "cmake not found" in pre-commit.py 2023-03-12 20:17:45 +01:00
2e61b990f7 TMP / Removed boost dependency 2023-03-11 20:43:28 +01:00
7e39188f80 TMP / pre-commit refuses to run if no files are staged 2023-03-09 23:32:39 +01:00
9d5ce3dca2 TMP / assets will be embedded for now 2023-03-09 23:28:35 +01:00
15d41b60bd TMP / added REQUIRED to find_program; cmake is now detected by pre-commit.py; fixed makefile problem 2023-03-09 22:56:47 +01:00
854d3d3308 TMP / pre-commit.py: make parallelism a str 2022-12-17 15:10:05 +03:00
8690f57833 TMP / pre-commit.py: declare restore=False 2022-12-17 15:06:26 +03:00
1fd971beaf TMP / pre-commit.py: vs can eat my SHIT 2022-12-17 14:54:57 +03:00
96dc0ca429 TMP / pre-commit.py: hotfix 2022-12-17 14:51:02 +03:00
6f29e43b69 TMP / pre-commit.py: save settings before complaining 2022-12-17 14:48:37 +03:00
12671e8f69 TMP / pre-commit.py: fix env_name 2022-12-17 14:44:10 +03:00
affbaa56c9 TMP / pre-commit.py: fix double /tools/ 2022-12-17 14:37:19 +03:00
45d0897003 TMP / pre-commit.py rc1 2022-12-17 14:20:07 +03:00
93a514cc43 TMP / cl-tidy & pre-commit.py start 2022-12-05 14:25:52 +03:00
678025b803 TMP / wip clang-tidy 2022-11-30 15:08:21 +03:00
556b15cce9 TMP / .gitignore 2022-11-20 14:31:14 +03:00
689b66b2be TMP / added SIM_ID 2022-11-20 14:17:08 +03:00
c518a69b75 TMP / removed -wall for clang and BUILD_ID is now in cmake cache 2022-11-19 00:18:11 +03:00
f8e23f5713 TMP / refactor cmake 2022-11-18 22:13:48 +03:00
7f7153100b
First improvements for Visual Studio / MSVC users
- Added missing <array> includes
- -Werror, -Wextra and -Wpedantic are used with GCC only
- CXX_STANDARD_REQUIRED is now ON
2022-11-07 22:47:11 +03:00