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
*
Remove unused GDNative code
Rémi Verschelde
2022-03-09
27
-2765
/
+0
*
Improve locale detection.
bruvzg
2022-01-18
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
27
-54
/
+54
*
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
Merge pull request #53290 from Faless/mp/4.x_opts_names
Fabio Alessandrelli
2021-10-01
1
-1
/
+1
|
\
|
*
[Net] Rename RPC constants and annotation arguments.
Fabio Alessandrelli
2021-10-01
1
-1
/
+1
*
|
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-283
/
+0
|
/
*
[Net/GDNative] Remove GDNative network bits.
Fabio Alessandrelli
2021-09-24
2
-245
/
+0
*
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-30
1
-6
/
+2
*
Makes FontData importable resource.
bruvzg
2021-08-27
1
-58
/
+100
*
Adding GDExtension support to XRInterface
Bastiaan Olij
2021-08-26
1
-98
/
+0
*
[Net] Implement RPC channels in MultiplayerAPI.
Fabio Alessandrelli
2021-07-30
1
-0
/
+2
*
Update GDNative API version for changes from #50659
David Snopek
2021-07-21
1
-2
/
+2
*
Add get_buffered_amount() to WebRTCDataChannel
David Snopek
2021-07-20
1
-0
/
+1
*
Separate underscore from grapheme punctuation to enable doubleclick and caret...
Leonardo Christino
2021-07-13
1
-1
/
+1
*
Merge pull request #50086 from Geometror/label-improve-layout-options
Rémi Verschelde
2021-07-13
1
-0
/
+1
|
\
|
*
Improvements to Label's layout options
Hendrik Brucker
2021-07-04
1
-0
/
+1
*
|
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-07-12
1
-1
/
+1
|
/
*
Implement native extension system
reduz
2021-06-25
1
-1
/
+1
*
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-19
1
-1
/
+1
*
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-13
1
-10
/
+17
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-5
/
+5
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
3
-19
/
+19
*
Rename GODOT_VARIANT_TYPE_TRANSFORM to GODOT_VARIANT_TYPE_TRANSFORM3D
Bastiaan Olij
2021-06-04
1
-1
/
+1
*
Rename Transform to Transform3D in GDNative
Aaron Franke
2021-06-03
4
-18
/
+20
*
Rename files and the exposed name for Transform3D
Aaron Franke
2021-06-03
1
-1
/
+1
*
GDNative: Fix size mismatch on 32-bit platforms for Signal and Callable
Rémi Verschelde
2021-05-11
2
-0
/
+2
*
Merge pull request #46991 from madmiraal/rename-invert-reverse
Rémi Verschelde
2021-04-01
1
-1
/
+1
|
\
|
*
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-21
1
-1
/
+1
*
|
[Complex Text Layouts] Provide access to glyph contour points.
bruvzg
2021-03-31
1
-0
/
+1
*
|
Add support for _to_string virtual function overwrite in Pluginscript
Emmanuel Leblond
2021-03-27
1
-0
/
+1
|
/
*
Further changes in GDNative API
George Marques
2021-03-17
19
-0
/
+44
*
Merge pull request #44671 from o01eg/fix-gcc-visibility
Rémi Verschelde
2021-03-12
1
-1
/
+3
|
\
|
*
Fix visibility for GCC
O01eg
2020-12-25
1
-1
/
+3
*
|
Implement Navigation layers
Gilles Roudière
2021-03-10
1
-0
/
+2
*
|
Merge pull request #46045 from bruvzg/text_server_bmp_create
Rémi Verschelde
2021-02-24
1
-0
/
+4
|
\
\
|
*
|
[Text Server] Restores bitmap font dynamic construction functions.
bruvzg
2021-02-15
1
-0
/
+4
*
|
|
[TextServer] Restore character and space extra spacing support.
bruvzg
2021-02-15
1
-0
/
+4
|
/
/
*
|
Further changes to GDNative API
George Marques
2021-02-09
12
-12
/
+113
*
|
C conformance: Include stdbool.h to define `bool`
Miguel de Icaza
2021-02-02
1
-0
/
+1
*
|
Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t)
Aaron Franke
2021-01-25
12
-40
/
+95
*
|
GDNative: Remove print functions
George Marques
2021-01-25
1
-7
/
+0
*
|
GDNative: New core API
George Marques
2021-01-25
24
-1702
/
+319
*
|
Changed type to make it work on x32 architecture.
zero13cool
2021-01-05
1
-1
/
+1
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
28
-56
/
+56
*
|
Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
Rémi Verschelde
2020-12-28
1
-1
/
+1
|
\
\
|
*
|
Rename Vector2.tangent() to Vector2.orthogonal()
Marcel Admiraal
2020-12-06
1
-1
/
+1
*
|
|
Rename Rect2 and Rect2i grow_margin() to grow_side()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
|
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
5
-14
/
+14
|
|
/
|
/
|
[next]