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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
4
-83
/
+17
*
Update docs and bindings for new integer vector types
Rémi Verschelde
2020-02-25
1
-6
/
+8
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
2
-8
/
+8
*
doc: Sync classref with StringName/Callable changes
Rémi Verschelde
2020-02-22
2
-5
/
+5
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
10
-40
/
+40
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-18
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
21
-1759
/
+800
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
4
-15
/
+2
*
Fix various GCC compilation warnings after Vulkan merge
Rémi Verschelde
2020-02-14
1
-0
/
+5
*
Merge pull request #36163 from akien-mga/gdnative-godot_int-int64_t
Rémi Verschelde
2020-02-13
3
-3
/
+3
|
\
|
*
GDNative: Make godot_int an int64_t
Rémi Verschelde
2020-02-12
3
-3
/
+3
*
|
Remove deprecated sync and slave networking keywords
Rémi Verschelde
2020-02-13
1
-2
/
+0
|
/
*
Fix Mono and GDNative builds after changes to ObjectID
Rémi Verschelde
2020-02-12
2
-2
/
+2
*
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
3
-3
/
+8
*
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
7
-79
/
+483
*
Remove deprecated Color::gray
Hanif Bin Ariffin
2020-02-12
3
-14
/
+0
*
Add static Vulkan loader.
bruvzg
2020-02-11
1
-0
/
+4
*
A lot of progress with canvas rendering, still far from working.
Juan Linietsky
2020-02-11
1
-2
/
+3
*
Texture refactor
Juan Linietsky
2020-02-11
3
-5
/
+10
*
Merge pull request #35812 from touilleMan/gdnative-uses-godot_string_name-whe...
Rémi Verschelde
2020-02-10
3
-10
/
+6
|
\
|
*
Use StringName in pluginscript's set/get_prop and add_global_constant
Emmanuel Leblond
2020-02-01
3
-10
/
+6
*
|
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
3
-3
/
+3
*
|
Merge pull request #35809 from clayjohn/DOCS-update-version
Rémi Verschelde
2020-02-01
12
-12
/
+12
|
\
\
|
*
|
Update docs to version 4.0
clayjohn
2020-01-31
12
-12
/
+12
*
|
|
Merge pull request #35811 from touilleMan/remove-useless-pluginscript-get_rpc...
Rémi Verschelde
2020-02-01
1
-3
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove useless pluginscript godot_pluginscript_script_desc.get_rpc/rset_mode ...
Emmanuel Leblond
2020-02-01
1
-3
/
+0
|
|
/
*
/
Remove deprecated GDNative wrapper code
Emmanuel Leblond
2020-01-31
2
-117
/
+0
|
/
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
12
-12
/
+12
*
doc: Complete documentation for VideoStreams
Rémi Verschelde
2020-01-26
1
-0
/
+5
*
Remove unused #if 0'ed code
Rémi Verschelde
2020-01-21
2
-53
/
+10
*
Expose instance_from_id to GDNative
toasteater
2020-01-10
3
-0
/
+14
*
Expose cast_to to GDNative for dynamic casts
sheepandshepherd
2020-01-03
3
-0
/
+32
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
88
-176
/
+176
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
2
-0
/
+3
*
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Rémi Verschelde
2019-12-10
1
-1
/
+0
|
\
|
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-1
/
+0
*
|
Add missing on error manifest struct destroy in pluginscript script init
Emmanuel Leblond
2019-12-01
1
-7
/
+16
*
|
Don't try to initialize empty NativeLibrary
Tomasz Chabora
2019-11-29
1
-1
/
+4
|
/
*
VideoStreamGDNative: Fix playing video files without audio stream
marcosjouron
2019-11-27
1
-3
/
+7
*
Add singleton_name field to autogenerated json api
Emmanuel Leblond
2019-11-16
1
-0
/
+6
*
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
3
-0
/
+98
*
Merge pull request #33104 from qarmin/fix_some_crashes
Rémi Verschelde
2019-10-28
2
-3
/
+3
|
\
|
*
Fix some crashes and using null pointers
Rafał Mikrut
2019-10-28
2
-3
/
+3
*
|
Refactor VideoPlayer and VideoStream
SeleckyErik
2019-10-24
2
-2
/
+2
|
/
*
Document the GDNative singleton method prefix being changeable
Hugo Locurcio
2019-10-07
3
-3
/
+3
*
Document GDNativeLibrary
sheepandshepherd
2019-10-06
1
-0
/
+15
*
Merge pull request #32199 from starryalley/fix_seek
Rémi Verschelde
2019-09-25
2
-1
/
+14
|
\
|
*
Fix VideostreamGDNative seek
Mark Kuo
2019-09-19
2
-1
/
+14
*
|
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-3
/
+1
|
\
\
[next]