index
:
redot-cpp.git
4.3
master
C++ bindings for the Redot script API
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename godot-headers to gdextension, move header to top folder
Rémi Verschelde
2022-12-14
22
-50
/
+68
*
Merge pull request #958 from BastiaanOlij/improve_gdextension_virtual_ref
Rémi Verschelde
2022-12-14
2
-2
/
+20
|
\
|
*
Fix virtual GDExtension method Ref<T> conversion
Bastiaan Olij
2022-12-13
2
-2
/
+20
*
|
Merge pull request #959 from DmitriySalnikov/bitfield_int64
Rémi Verschelde
2022-12-13
1
-3
/
+3
|
\
\
|
*
|
Use int64_t for BitField as in Godot itself
Дмитрий Сальников
2022-12-13
1
-3
/
+3
|
|
/
*
|
Merge pull request #949 from BastiaanOlij/fix_tests_refcounting
Rémi Verschelde
2022-12-13
4
-8
/
+46
|
\
\
|
|
/
|
/
|
|
*
Change example code to properly represent test cases with refcounted objects
Bastiaan Olij
2022-12-05
4
-8
/
+46
*
|
Merge pull request #952 from groud/rename_gdnative_to_gdextension
Rémi Verschelde
2022-12-12
38
-1355
/
+1357
|
\
\
|
*
|
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
38
-1355
/
+1357
*
|
|
headers: Sync with upstream commit 45cac42c0 (4.0-beta8)
Rémi Verschelde
2022-12-09
1
-5897
/
+3637
|
/
/
*
|
Merge pull request #948 from touilleMan/issue-946
Rémi Verschelde
2022-12-06
1
-2
/
+2
|
\
\
|
*
|
Fix cast on PtrToArg::convert
Emmanuel Leblond
2022-12-05
1
-2
/
+2
|
|
/
*
|
Add CODEOWNERS so GDExtension team gets assigned for reviews
Rémi Verschelde
2022-12-06
1
-0
/
+6
*
|
Merge pull request #947 from asmaloney/cmake-cleanup
Rémi Verschelde
2022-12-04
1
-23
/
+21
|
\
\
|
|
/
|
/
|
|
*
{cmake} Updates for target-based approach
Andy Maloney
2022-12-04
1
-23
/
+21
|
/
*
Merge pull request #897 from touilleMan/gdextension-fix-gdnative-types-const-...
Emmanuel Leblond
2022-12-03
20
-273
/
+272
|
\
|
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
20
-273
/
+272
|
/
*
headers: Sync with upstream commit 0ff874291 (4.0-beta7)
Rémi Verschelde
2022-12-01
1
-258
/
+391
*
Merge pull request #940 from touilleMan/fix-get_property_list-stringname-life...
Rémi Verschelde
2022-11-29
1
-206
/
+207
|
\
|
*
Fix lifetime of StringName objects returned by Wrapped::_get_property_list
Emmanuel Leblond
2022-11-29
1
-206
/
+207
|
/
*
headers: Sync with upstream commit 7f8ecffa5 (4.0-beta6)
Rémi Verschelde
2022-11-23
1
-130
/
+290
*
Merge pull request #927 from asmaloney/type-warnings
Rémi Verschelde
2022-11-23
1
-3
/
+3
|
\
|
*
Fix some type warnings in example
Andy Maloney
2022-11-16
1
-3
/
+3
*
|
Merge pull request #930 from rune-scape/rune-missing-string-ops
Rémi Verschelde
2022-11-22
2
-16
/
+36
|
\
\
|
*
|
Add missing String operators
rune-scape
2022-11-20
2
-16
/
+36
*
|
|
Merge pull request #932 from Faless/build/4.x_msvc_runtime
Rémi Verschelde
2022-11-21
2
-7
/
+7
|
\
\
\
|
*
|
|
[SCons] Link MSVC debug runtime for optimize=none|debug only.
Fabio Alessandrelli
2022-11-21
2
-7
/
+7
|
|
/
/
*
|
|
Merge pull request #929 from asmaloney/static-analysis-fixes
Rémi Verschelde
2022-11-21
13
-28
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Basic static analysis fixes
Andy Maloney
2022-11-18
13
-28
/
+28
|
/
/
*
|
headers: Resync with actual 4.0-beta5 release build
Rémi Verschelde
2022-11-16
1
-3
/
+17
*
|
headers: Sync with upstream commit 89a33d28f (4.0-beta5)
Rémi Verschelde
2022-11-16
1
-331
/
+1211
*
|
Fixup after 243ec87918
Rémi Verschelde
2022-11-16
1
-1
/
+1
*
|
Sync gdnative_interface.h with upstream refactoring
Rémi Verschelde
2022-11-16
1
-26
/
+46
|
/
*
Merge pull request #924 from aaronfranke/color-names
Rémi Verschelde
2022-11-14
1
-146
/
+149
|
\
|
*
Update named colors to be in sync with the engine
Aaron Franke
2022-11-12
1
-146
/
+149
|
/
*
Merge pull request #920 from touilleMan/fix-using-godot-required
Rémi Verschelde
2022-11-11
1
-12
/
+12
|
\
|
*
Fix broken namespace isolation in GDCLASS macro
Emmanuel Leblond
2022-11-11
1
-12
/
+12
|
/
*
Merge pull request #913 from bruvzg/mac_android
Rémi Verschelde
2022-11-11
2
-0
/
+5
|
\
|
*
Fix Android build on macOS.
bruvzg
2022-11-10
2
-0
/
+5
|
/
*
Merge pull request #896 from touilleMan/stringname-in-gdextension-api
Emmanuel Leblond
2022-11-08
16
-369
/
+377
|
\
|
*
Fix missing final newline in godot-headers/extension_api.json
Emmanuel Leblond
2022-11-08
1
-1
/
+1
|
*
StringName is working fine with demo \o/
Emmanuel Leblond
2022-11-08
6
-17
/
+29
|
*
Correct GDNativeExtensionScriptInstanceToString
Emmanuel Leblond
2022-11-08
2
-5
/
+6
|
*
Correct __constant_get_bitfield_name with StringName
Emmanuel Leblond
2022-11-08
1
-1
/
+1
|
*
Remove now useless `_alloc_and_copy_cstr`
Emmanuel Leblond
2022-11-08
3
-21
/
+0
|
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
14
-314
/
+318
|
*
Uses `StringName` in GDExtension perf critical instance creation & method/pro...
Emmanuel Leblond
2022-11-08
4
-34
/
+46
|
/
*
Merge pull request #908 from Faless/build/4.x_cxxflags
Fabio Alessandrelli
2022-11-04
1
-2
/
+0
|
\
|
*
[SCons] Remove bogus CCFLAGS from windows toolchain.
Fabio Alessandrelli
2022-11-02
1
-2
/
+0
*
|
headers: Sync with upstream commit e6751549c (4.0-beta4)
Rémi Verschelde
2022-11-03
1
-206
/
+815
|
/
[next]