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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Expose instance_from_id to GDNative
toasteater
2020-01-10
1
-0
/
+3
*
Expose cast_to to GDNative for dynamic casts
sheepandshepherd
2020-01-03
1
-0
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
26
-52
/
+52
*
Added empty() function to pool array types
PouleyKetchoupp
2019-10-31
1
-0
/
+14
*
Fix some crashes and using null pointers
Rafał Mikrut
2019-10-28
1
-1
/
+1
*
Merge pull request #31172 from creikey/add-array-slicing
Rémi Verschelde
2019-09-23
1
-0
/
+2
|
\
|
*
Add array slice method
Cameron Reikes
2019-09-14
1
-0
/
+2
*
|
Fix misc. source comment typos
luz.paz
2019-09-19
1
-2
/
+2
|
/
*
Merge pull request #30788 from Chaosus/direction_to_gdnative
Rémi Verschelde
2019-07-26
2
-0
/
+4
|
\
|
*
Added direction_to to GDNative
Chaosus
2019-07-24
2
-0
/
+4
*
|
Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE
Rémi Verschelde
2019-07-25
1
-3
/
+3
|
/
*
Added count method to String
Chaosus
2019-07-23
1
-0
/
+2
*
Properly expose all Error constants to scripting languages
Rémi Verschelde
2019-06-27
1
-3
/
+3
*
Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_support
Rémi Verschelde
2019-06-16
1
-0
/
+2
|
\
|
*
Setup Godot to support the Oculus Mobile SDK.
fhuya
2019-05-30
1
-0
/
+2
*
|
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-15
1
-0
/
+1
*
|
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde
2019-06-03
1
-1
/
+1
|
\
\
|
*
|
Fix code completion not working with class_name
lupoDharkael
2019-04-16
1
-1
/
+1
*
|
|
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-28
2
-0
/
+4
|
|
/
|
/
|
*
|
Merge pull request #28738 from 2shady4u/master
Rémi Verschelde
2019-05-23
1
-0
/
+2
|
\
\
|
*
|
Added native binding for dictionary duplication
shaderbeast
2019-05-23
1
-0
/
+2
*
|
|
WebRTC refactor. Data channels, STUN/TURN support.
Fabio Alessandrelli
2019-05-16
2
-29
/
+125
|
/
/
*
|
Forgot a parameter in the ARVR gdnative bindings for notifications
Bastiaan Olij
2019-04-30
1
-1
/
+1
*
|
Send notifications to ARVRInterfaces
Bastiaan Olij
2019-04-27
1
-0
/
+1
|
/
*
Add WebRTC GDNative interface
Fabio Alessandrelli
2019-04-12
1
-0
/
+29
*
Add option to have viewport render into supplied texture
Bastiaan Olij
2019-04-06
1
-1
/
+3
*
Fixing C compatiblity for GDNative NET module
Fabio Alessandrelli
2019-02-24
1
-5
/
+5
*
added godot_dictionary_get_with_default to GDNative
karroffel
2019-02-21
1
-0
/
+4
*
Fix copyright year in VideoStreamGDNative
Rémi Verschelde
2019-02-12
1
-2
/
+2
*
Merge pull request #20552 from KidRigger/gsoc-peer
Rémi Verschelde
2019-01-09
1
-0
/
+75
|
\
|
*
Added interface for GDNative Videodecoder.
Anish
2018-12-13
1
-0
/
+75
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
24
-48
/
+48
*
|
Reduce String CoW
Hein-Pieter van Braam
2018-12-16
1
-1
/
+1
|
/
*
Update GDNantive API
lupoDharkael
2018-10-26
7
-0
/
+40
*
Fix GDNative build warning on Android [-Wignored-attributes]
Rémi Verschelde
2018-10-03
1
-2
/
+2
*
Clearly deprecate sync too in favor of remotesync.
Fabio Alessandrelli
2018-09-15
1
-1
/
+1
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-2
/
+3
*
[GDNative] add Variant::Operator
Thomas Herzog
2018-09-13
1
-0
/
+44
*
[NativeScript] implement refcount instance binding funcs
Thomas Herzog
2018-08-30
1
-0
/
+2
*
[GDNative] add initial core 1.1 extension
Thomas Herzog
2018-08-30
5
-2
/
+20
*
Implemented profiling functions for NativeScript
Marcelo Fernandez
2018-08-22
1
-0
/
+2
*
Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties
Rémi Verschelde
2018-08-20
1
-0
/
+1
*
Merge pull request #19757 from Faless/gdnet_pr
Thomas Herzog
2018-06-29
1
-0
/
+118
|
\
|
*
Add [Packet/Stream/Multiplayer]PeerGDNative
Fabio Alessandrelli
2018-06-27
1
-0
/
+118
*
|
Add access for GDNative modules to some platform dependent internals on Android
Bastiaan Olij
2018-06-19
1
-0
/
+54
|
/
*
Merge pull request #19255 from Faless/rpc_sync_mmore
Rémi Verschelde
2018-05-30
1
-0
/
+3
|
\
|
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
1
-0
/
+3
|
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-3
/
+0
|
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-26
1
-0
/
+3
*
|
[WIP] Adding version info to GDNative ARVR interfaces
Bastiaan Olij
2018-05-27
1
-0
/
+8
|
/
[prev]
[next]