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
*
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
|
/
*
Revert "Unify http- and percent- encode/decode"
Pedro J. Estébanez
2018-04-12
1
-2
/
+5
*
Merge pull request #17583 from RandomShaper/enhance-uri-utils
Juan Linietsky
2018-04-07
1
-5
/
+2
|
\
|
*
Unify http- and percent- encode/decode
Pedro J. Estébanez
2018-03-27
1
-5
/
+2
*
|
[NativeScript] added global type tag system
karroffel
2018-04-05
1
-1
/
+4
*
|
[GDNative] added GDCALLINGCONV to instance binding functions
karroffel
2018-03-31
1
-3
/
+3
|
/
*
Fix typos with codespell
luz.paz
2018-02-21
1
-1
/
+1
*
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
/
+46
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
2
-2
/
+2
*
Added GDNative copy constructor for PoolVectors Read and Write
Marc Gilleron
2018-01-18
1
-0
/
+14
*
[GDNative] updates to string API and const fixes
karroffel
2018-01-11
2
-10
/
+26
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
21
-4
/
+25
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
22
-44
/
+44
*
Remove get_stack_bottom
Ruslan Mustakov
2017-12-16
1
-4
/
+0
*
Improve slang, especially in user-visible parts
Unknown
2017-12-05
1
-2
/
+0
*
Fixed typo: substract to subtract
Indah Sylvia
2017-12-05
4
-4
/
+4
*
Merge pull request #12284 from bojidar-bg/allow-subproperty-set
Rémi Verschelde
2017-11-21
1
-1
/
+1
|
\
|
*
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-11-21
1
-1
/
+1
*
|
Merge pull request #12590 from poke1024/bsearch
Rémi Verschelde
2017-11-21
1
-0
/
+4
|
\
\
|
*
|
Add bsearch and bsearch_custom to Array
poke1024
2017-11-21
1
-0
/
+4
*
|
|
Revert this change, we need to export symbols on the library side
Bastiaan Olij
2017-11-21
1
-1
/
+1
|
/
/
*
|
[GDNative] add a way to register call types
Karroffel
2017-11-20
1
-0
/
+3
[next]