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
path:
root
/
src
/
variant
/
char_string.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...
bruvzg
2024-06-13
1
-4
/
+4
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-10
1
-4
/
+4
*
Switch to 64-bit ints.
bruvzg
2024-01-10
1
-18
/
+18
*
Use the new `string_name_new_with_latin1_chars` function to improve StringNam...
David Snopek
2023-10-09
1
-2
/
+3
*
Implement `String::resize()`
David Snopek
2023-07-31
1
-0
/
+4
*
Attempt to fully implement CharString
David Snopek
2023-06-22
1
-98
/
+107
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
1
-25
/
+25
*
Fix compilation error: const GDExtensionStringPtr -> GDExtensionConstStringPtr
Zhehang Ding
2023-02-14
1
-1
/
+1
*
Expose some low level functions and String operators.
bruvzg
2023-01-19
1
-8
/
+41
*
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
1
-29
/
+29
*
Fix incorrect length passed to `CharString`
Mikael Hermansson
2022-12-14
1
-25
/
+30
*
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
1
-20
/
+20
*
Add missing String operators
rune-scape
2022-11-20
1
-0
/
+16
*
Add bindings for Vector4, Vector4i, Projection built-in types.
bruvzg
2022-07-21
1
-0
/
+39
*
Update copyright year
Rémi Verschelde
2022-03-15
1
-2
/
+2
*
Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missi...
bruvzg
2022-02-14
1
-18
/
+122
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
1
-16
/
+16
*
Fix formatting of files
George Marques
2021-09-27
1
-2
/
+2
*
Re-introduce build-in type code for core types
Bastiaan Olij
2021-09-27
1
-0
/
+8
*
Fix issues with method calls
George Marques
2021-09-27
1
-14
/
+14
*
Replace bindgins to work with extensions
George Marques
2021-09-27
1
-0
/
+267