index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdnative
/
gdnative_api.json
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-117
/
+273
*
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
1
-10
/
+3
*
Update core documentation to match recent C# changes
Aaron Franke
2020-07-21
1
-7
/
+7
*
Add sort and has methods to PackedArrays
Aaron Franke
2020-07-06
1
-11
/
+146
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-8
/
+0
*
GDNative: merge API structs, bump version of merged structs.
bruvzg
2020-06-11
1
-3452
/
+3421
*
GDNative: Add bindings for the Packed*Array ptr() and ptrw() functions.
bruvzg
2020-05-26
1
-0
/
+126
*
GDNative add new core types.
bruvzg
2020-05-18
1
-89
/
+1207
*
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
1
-2
/
+2
*
Renamed plane's d to distance
Marcus Elg
2020-05-10
1
-2
/
+2
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
1
-3
/
+3
*
Renaming all ARVR nodes to XR
Bastiaan Olij
2020-04-09
1
-14
/
+14
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-773
/
+269
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-7
/
+0
*
GDNative: Make godot_int an int64_t
Rémi Verschelde
2020-02-12
1
-1
/
+1
*
Remove deprecated Color::gray
Hanif Bin Ariffin
2020-02-12
1
-7
/
+0
*
Expose instance_from_id to GDNative
toasteater
2020-01-10
1
-0
/
+7
*
Expose cast_to to GDNative for dynamic casts
sheepandshepherd
2020-01-03
1
-0
/
+15
*
Restore GDNative compatibility by moving new functions introduced in #33210 t...
bruvzg
2019-11-02
1
-49
/
+49
*
Added empty() function to pool array types
PouleyKetchoupp
2019-10-31
1
-0
/
+49
*
Add array slice method
Cameron Reikes
2019-09-14
1
-0
/
+11
*
Find trailing whitespace and indentation in gdnative_api.json
Rémi Verschelde
2019-07-29
1
-8
/
+8
*
Added direction_to to GDNative
Chaosus
2019-07-24
1
-0
/
+16
*
Added count method to String
Chaosus
2019-07-23
1
-0
/
+20
*
Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_support
Rémi Verschelde
2019-06-16
1
-1
/
+13
|
\
|
*
Setup Godot to support the Oculus Mobile SDK.
fhuya
2019-05-30
1
-1
/
+13
*
|
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-28
1
-0
/
+18
|
/
*
Merge pull request #28738 from 2shady4u/master
Rémi Verschelde
2019-05-23
1
-1
/
+18
|
\
|
*
Added native binding for dictionary duplication
shaderbeast
2019-05-23
1
-1
/
+18
*
|
WebRTC refactor. Data channels, STUN/TURN support.
Fabio Alessandrelli
2019-05-16
1
-2
/
+17
|
/
*
Add WebRTC GDNative interface
Fabio Alessandrelli
2019-04-12
1
-1
/
+18
*
Fixing C compatiblity for GDNative NET module
Fabio Alessandrelli
2019-02-24
1
-0
/
+35
*
added godot_dictionary_get_with_default to GDNative
karroffel
2019-02-21
1
-8
/
+17
*
Merge pull request #20552 from KidRigger/gsoc-peer
Rémi Verschelde
2019-01-09
1
-0
/
+36
|
\
|
*
Added interface for GDNative Videodecoder.
Anish
2018-12-13
1
-0
/
+36
*
|
Reduce String CoW
Hein-Pieter van Braam
2018-12-16
1
-1
/
+1
|
/
*
Update GDNantive API
lupoDharkael
2018-10-26
1
-0
/
+177
*
[GDNative] add Variant::Operator
Thomas Herzog
2018-09-13
1
-0
/
+18
*
[GDNative] add initial core 1.1 extension
Thomas Herzog
2018-08-30
1
-19
/
+110
*
Implemented profiling functions for NativeScript
Marcelo Fernandez
2018-08-22
1
-0
/
+8
*
Add access for GDNative modules to some platform dependent internals on Android
Bastiaan Olij
2018-06-19
1
-0
/
+23
*
[WIP] Adding version info to GDNative ARVR interfaces
Bastiaan Olij
2018-05-27
1
-1
/
+1
*
changed GDNative API json format
karroffel
2018-05-10
1
-5
/
+8
*
Revert "Unify http- and percent- encode/decode"
Pedro J. Estébanez
2018-04-12
1
-0
/
+14
*
Merge pull request #17583 from RandomShaper/enhance-uri-utils
Juan Linietsky
2018-04-07
1
-14
/
+0
|
\
|
*
Unify http- and percent- encode/decode
Pedro J. Estébanez
2018-03-27
1
-14
/
+0
*
|
[NativeScript] added global type tag system
karroffel
2018-04-05
1
-0
/
+17
|
/
*
gdnative_api.json: Change argument name to r_dest
tilpner
2018-02-11
1
-1
/
+1
*
add initial NativeScript 1.1 extension
karroffel
2018-02-09
1
-0
/
+101
*
Added GDNative copy constructor for PoolVectors Read and Write
Marc Gilleron
2018-01-18
1
-0
/
+98
[next]