David Snopek
|
8fffe3b558
Fix stack smashing when Godot methods return `char32_t`, `char16_t` or `wchar_t`
|
5 mesiacov pred |
David Snopek
|
dcd0842fab
Merge pull request #1744 from dsnopek/4.3-cherrypicks-4
|
5 mesiacov pred |
zhmt
|
dacaa81f2f
binding_generator.py: Don't error if directory already exists
|
7 mesiacov pred |
David Snopek
|
40e65753f9
Check that precision of `extension_api.json` matches build options
|
6 mesiacov pred |
Thaddeus Crews
|
2dee0cc4de
Style: Replace `_NO_DISCARD_` macro with `[[nodiscard]]`
|
6 mesiacov pred |
dependabot[bot]
|
3f454d142d
Bump actions/upload-artifact from 3 to 4
|
1 rok pred |
David Snopek
|
f3a1a2fd45
Merge pull request #1695 from dsnopek/4.3-cherrypicks-3
|
7 mesiacov pred |
Brecht Kuppens
|
08e4c89da9
Fix buffer overrun with enums pointers cast to int64_t* when enum is only 32-bit
|
7 mesiacov pred |
Brecht Kuppens
|
86d0dbe695
Update README.md with new pre-commit instructions
|
7 mesiacov pred |
Fabio Alessandrelli
|
dc87cb6b97
[CI] Re-add generated files consistency check
|
8 mesiacov pred |
Fabio Alessandrelli
|
4b9cd6ae9d
[Bindings] Build profile now strips methods and skip files
|
8 mesiacov pred |
David Snopek
|
fba9ecd0da
Fix `print_verbose()` macro conflicting with `UtilityFunctions::print_verbose()`
|
9 mesiacov pred |
Lukas Tenbrink
|
59ad323dd1
Add a separate setup-godot-cpp github action.
|
9 mesiacov pred |
Aaron Franke
|
9dc2e15d90
Add `print_line` for compatibility with engine modules
|
9 mesiacov pred |
A Thousand Ships
|
2d96b62774
[Web] Don't cache emsdk
|
10 mesiacov pred |
David Snopek
|
2cd6221286
Sync `Quaternion` with the version in Godot
|
10 mesiacov pred |
ruffenman
|
d6a47a28c7
Remove unimplemented static variant functions 'blend' and 'interpolate'. If a user attempts to call either of these it will introduce a linker error and it may not be immediately clear to them why. Also, variant interpolation can already be accessed via 'UtilityFunctions::lerp', making at least the interpolate function unecessary here.
|
11 mesiacov pred |
Thaddeus Crews
|
f2303ba0cc
CI: Add `runner` workflow to call other workflows
|
11 mesiacov pred |
Zhehang Ding
|
c9da56cca2
Use namespace in defs.hpp
|
11 mesiacov pred |
David Snopek
|
3449c4e1d3
Don't print an error when decoding a null Ref<T>
|
11 mesiacov pred |
Lukas Tenbrink
|
0899cf6098
Rename Vector4.components -> coords.
|
11 mesiacov pred |
Lukas Tenbrink
|
06fbf3ce95
Add lto scons option, defaulting to "none".
|
11 mesiacov pred |
David Snopek
|
d5bdde9509
Avoid `thread_local` on MacOS to prevent issues with hot reload
|
1 rok pred |
David Snopek
|
9ded2402dc
Fix crash in `ClassDB::add_virtual_method()` if arguments metadata is the wrong size
|
1 rok pred |
David Snopek
|
575f317bf1
[4.3] Run tests against Godot 4.3-stable
|
7 mesiacov pred |
David Snopek
|
56571dc584
Merge pull request #1632 from dsnopek/4.3-cherrypicks-2
|
10 mesiacov pred |
Florent Guiocheau
|
94d74979ce
Add p_use_model_front to Basis::looking_at()
|
11 mesiacov pred |
Thaddeus Crews
|
bf26191ead
SCons: Don't cache librarys
|
11 mesiacov pred |
Fabio Alessandrelli
|
af78f2778f
[SCons] Enable WASM_BIGINT in web builds
|
11 mesiacov pred |
Fabio Alessandrelli
|
30a395bf43
[SCons] Remove use_clang_cl windows flag in favor of generic use_llvm
|
11 mesiacov pred |