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
/
include
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
Fix Style Issues
NHodgesVFX
2020-02-06
2
-2
/
+2
|
|
*
|
Fix Vector's Bounce Reflect
NHodgesVFX
2020-02-06
2
-4
/
+4
|
|
|
/
|
*
|
Merge pull request #365 from sheepandshepherd/class_ptr
Marc
2020-08-16
1
-13
/
+18
|
|
\
\
|
|
*
|
Use godot_object_cast_to instead of TagDB to cast engine types
sheepandshepherd
2020-08-17
1
-13
/
+18
|
*
|
|
Merge pull request #415 from DuncanSparks/alloca_fix
Marc
2020-08-16
1
-1
/
+3
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Fix alloca.h error in Defs.h
Duncan Sparks
2020-06-17
1
-1
/
+3
|
*
|
|
Merge pull request #307 from aqnuep/string_memory_leak_fix
Marc
2020-08-15
1
-0
/
+3
|
|
\
\
\
|
|
*
|
|
Fixed memory leak with String objects
Daniel Rakos
2020-08-15
1
-0
/
+3
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Add missing move_toward to Vector2 and Vector3
Jummit
2020-07-15
2
-0
/
+14
|
|
|
/
|
|
/
|
*
/
|
Additions to the library to support the ARCore plugin
Fredia Huya-Kouadio
2020-08-23
2
-1
/
+106
|
/
/
*
|
Allow registering base class methods for derived classes
raymoo
2020-06-10
1
-0
/
+7
*
|
Merge pull request #412 from Zylann/direction_to
Bastiaan Olij
2020-06-09
2
-0
/
+12
|
\
\
|
*
|
Add missing Vector3::direction_to() and Vector2::direction_to()
Marc Gilleron
2020-06-05
2
-0
/
+12
*
|
|
Merge pull request #356 from sheepandshepherd/variantleak2
Marc
2020-06-05
2
-0
/
+10
|
\
\
\
|
*
|
|
Add C conversion constructors to fix leak of default-constructed empty arrays
sheepandshepherd
2020-01-31
2
-0
/
+10
|
|
|
/
|
|
/
|
*
|
|
Rework the way custom class instances are created from C++
Marc Gilleron
2020-06-02
1
-44
/
+103
|
|
/
|
/
|
*
|
Merge pull request #383 from Zylann/fix_alloca
Bastiaan Olij
2020-06-02
1
-0
/
+5
|
\
\
|
*
|
Fix alloca() not being included on some platforms
Marc Gilleron
2020-03-31
1
-0
/
+5
|
|
/
*
/
Added missing Color operators
Marc Gilleron
2020-05-29
1
-0
/
+18
|
/
*
Added bounce to vector2.hpp
2shady4u
2019-12-27
1
-0
/
+4
*
Add godot namespace to references in Defs macros.
Fabio Alessandrelli
2019-10-24
1
-6
/
+6
*
Store all main entry points to the currently available APIs
Bastiaan Olij
2019-08-12
1
-0
/
+8
*
Merge pull request #296 from lupoDharkael/missing
Thomas Herzog
2019-08-05
7
-0
/
+53
|
\
|
*
Add missing class methods
lupoDharkael
2019-08-05
7
-0
/
+53
*
|
Error message improvements
Daniel Rakos
2019-05-15
2
-76
/
+190
*
|
Merge pull request #270 from Windfisch/add-variant-cast
Bastiaan Olij
2019-05-02
1
-0
/
+1
|
\
\
|
*
|
Add a type conversion to Variant for anything that supports ___get_from_varia...
Florian Jung
2019-04-12
1
-0
/
+1
*
|
|
Merge pull request #271 from Windfisch/fix-register-property
Bastiaan Olij
2019-05-02
1
-4
/
+16
|
\
\
\
|
*
|
|
Fix registering properties of reference-types by applying bruvzg's patch
Florian Jung
2019-04-12
1
-4
/
+16
|
|
/
/
*
|
|
Fix snapped from Vector2
RameshRavone
2019-05-02
1
-1
/
+5
*
|
|
Fix #272
RameshRavone
2019-04-21
1
-2
/
+2
*
|
|
Merge pull request #266 from RameshRavone/pathch-1
Bastiaan Olij
2019-04-14
1
-8
/
+8
|
\
\
\
|
*
|
|
fix shadows template parameter
RameshRavone
2019-04-12
1
-8
/
+8
|
|
/
/
*
/
/
Fix bug in Basis [] operator and add missing Transform-Vector3 * operator
Daniel Rakos
2019-04-11
2
-1
/
+8
|
/
/
*
|
Make Basis look column-major while retaining a row-major representation
Daniel Rakos
2019-04-08
3
-108
/
+636
*
|
Renamed Rect2::pos to Rect2::position
bruvzg
2018-12-13
1
-25
/
+25
*
|
Fix tags/cast_to for custom subclasses.
bruvzg
2018-11-28
1
-6
/
+10
|
/
*
Profiling support
Marcelo Fernandez
2018-11-27
2
-0
/
+36
*
Fix NULL dereferencing in get_from_variant and cast_to
bruvzg
2018-11-26
1
-1
/
+4
*
Implementing clang-format and applying it to all classes
Bastiaan Olij
2018-11-24
24
-850
/
+799
*
Redid PR 190 for master now that nativescript 1.1 has been merged
Bastiaan Olij
2018-11-22
1
-0
/
+8
*
Add missing String::(r)find(n) form argument
bruvzg
2018-11-18
1
-2
/
+3
*
Nativescript 1.1
karroffel
2018-11-07
9
-48
/
+130
*
Fix clang warning: 'const' type qualifier on return type has no effect
Marcelo Fernandez
2018-06-23
1
-3
/
+3
*
Fix const for += operator in string
Timothy Werquin
2018-05-15
1
-1
/
+1
*
Fix String const operators.
Timothy Werquin
2018-05-15
1
-8
/
+8
*
Merge branch 'master' of https://github.com/GodotNativeTools/godot-cpp
Nickolai Korshunov
2018-04-25
8
-7
/
+69
|
\
|
*
Make all Pool*Array::operator[] as const
Gary Oberbrunner
2018-03-13
1
-7
/
+7
|
*
adds variadic printing function, makes String.format custom placeholder work
danielytics
2018-03-07
2
-0
/
+8
|
*
adds Array::make and Dictionary::make static methods and has variadic templat...
danielytics
2018-03-07
3
-1
/
+12
[prev]
[next]