Patrick mewin
mewin pushed to master at mewin/scons-plus-plus 2023-06-25 12:44:55 +02:00
0071b4942e Add recipe support.
mewin pushed to master at mewin/build_godot 2023-06-18 20:20:36 +02:00
e502932158 Added options to toggle the different targets.
mewin pushed to master at mewin/build_godot 2023-06-18 20:18:03 +02:00
8a0412f396 Added options to toggle the different targets.
mewin pushed to master at mewin/build_godot 2023-06-18 20:15:07 +02:00
5c6a3b52ad Compile with debug symbols enabled.
mewin pushed to master at mewin/build_godot 2023-06-18 13:40:48 +02:00
ceb1ec2a3e Initial commit.
mewin pushed to master at mewin/build_godot 2023-06-18 13:40:11 +02:00
d56878a4a1 Initial commit.
mewin pushed to mewin-4.0.3-stable at mewin/godot-cpp 2023-06-12 12:29:11 +02:00
a370951f4a Added compilation_db tool for improved code navigation using clangd.
3a9118cb0d gdextension: Sync with upstream commit 5222a99f5d38cd5346254cefed8f65315bca4fcb (4.0.3-stable)
7fb46e9ea1 gdextension: Sync with upstream commit 7a0977ce2c558fe6219f0a14f8bd4d05aea8f019 (4.0.2-stable)
4d3afc0ad0 gdextension: Sync with upstream commit cacf49999e3fb37281d66cc591ca8bebc5712d4d (4.0.1-stable)
Compare 4 commits »
mewin pushed to mewin-4.0.3-stable at mewin/godot-cpp 2023-06-12 12:04:08 +02:00
ae0d1aa153 Added compilation_db tool for improved code navigation using clangd.
d12cf071bb Merge pull request #1128 from Mathis-Z/master
ac98dd2752 Fixing #1127 by making return types of auto-generated functions dynamic
ee5cf3a11d Merge pull request #1137 from dsnopek/no-more-legacy-mode
3074d22815 Clarify error message because there isn't a legacy Godot 4.0 mode anymore
Compare 5 commits »
mewin pushed to main at mewin/SquidTasks 2023-02-09 09:57:35 +01:00
67edbd8be6 More cleanup
mewin pushed to main at mewin/SquidTasks 2023-02-07 18:11:14 +01:00
2a762d216d Implemented releasing of weak tasks.
mewin pushed to main at mewin/SquidTasks 2023-02-06 18:14:12 +01:00
10dc3c3e54 Some cleanup for clang/clang-tidy.
mewin pushed to sekiei at mewin/glm 2023-01-28 16:54:47 +01:00
7dd1d85434 Added spaceship operators for matrices.
mewin pushed to sekiei at mewin/glm 2023-01-12 22:36:33 +01:00
16b7a1d7d4 Made some math functions constexpr using gcem.
mewin pushed to master at mewin/scons_unity_build 2022-12-17 15:37:53 +01:00
0c29a6f295 Use builder instead of direct function call for generating unity sources.
mewin pushed to master at mewin/VK_LAYER_MEWIN_capture 2022-12-17 13:03:05 +01:00
d760ec5228 Removed extra semicolon to fix some pedantic builds.
mewin pushed to master at mewin/VK_LAYER_MEWIN_capture 2022-11-23 22:56:00 +01:00
ad009c6224 Removed additional parameters from SConscript, the includer should take care of that.
mewin pushed to master at mewin/VK_LAYER_MEWIN_capture 2022-09-18 11:25:36 +02:00
4fd0760f75 Added support for resetting lists and retrieving function names.
mewin pushed to master at mewin/VK_LAYER_MEWIN_capture 2022-09-17 16:43:23 +02:00
1d073c0256 Initial commit (should probably have done this earlier).
mewin pushed to godot-4 at mewin/gdbasics 2021-08-21 21:04:12 +02:00
9dc6800303 Replaced remaining emit_signal() calls with .emit()
mewin pushed to godot-4 at mewin/gdbasics 2021-08-21 20:56:29 +02:00
74d4a37de2 First upgrade to Godot 4.