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
/
register_types.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-1
/
+1
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
1
-1
/
+1
*
GDNative export: do not add fake lookup table if static lib is not used
Sergey Minakov
2020-07-02
1
-35
/
+73
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-7
/
+0
*
Renaming all ARVR nodes to XR
Bastiaan Olij
2020-04-09
1
-3
/
+3
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-1
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Fix some crashes and using null pointers
Rafał Mikrut
2019-10-28
1
-2
/
+2
*
Document the GDNative singleton method prefix being changeable
Hugo Locurcio
2019-10-07
1
-1
/
+1
*
Skip export of non-project libraries
Pedro J. Estébanez
2019-07-03
1
-0
/
+9
*
Update GDNativeLibrarySingletonEditor.
Fabio Alessandrelli
2019-05-15
1
-108
/
+14
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-2
/
+2
*
Consistency in resource format saver/loader de-registration
Rémi Verschelde
2019-01-10
1
-4
/
+4
*
Merge pull request #20552 from KidRigger/gsoc-peer
Rémi Verschelde
2019-01-09
1
-0
/
+3
|
\
|
*
Added interface for GDNative Videodecoder.
Anish
2018-12-13
1
-0
/
+3
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
|
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
1
-6
/
+9
|
/
*
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...
Rémi Verschelde
2018-09-27
1
-4
/
+4
*
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-27
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-4
/
+4
*
Add [Packet/Stream/Multiplayer]PeerGDNative
Fabio Alessandrelli
2018-06-27
1
-0
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Add plugin to edit GDNativeLibrary
geequlim
2017-12-18
1
-2
/
+5
*
Fix missing parenthesis
Rémi Verschelde
2017-12-09
1
-1
/
+1
*
GDNative: Fix warning when gdnative/singletons is missing
Rémi Verschelde
2017-12-09
1
-2
/
+5
*
GDNative: Save singletons only if there's a change
George Marques
2017-12-05
1
-2
/
+20
*
Allow configuring iOS export
Ruslan Mustakov
2017-11-21
1
-41
/
+48
*
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-1
/
+1
*
[GDNative] export plugin
Karroffel
2017-11-15
1
-5
/
+128
*
Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes
Thomas Herzog
2017-11-14
1
-3
/
+15
|
\
|
*
[GDNative] use feature tags, added load once option
Karroffel
2017-11-03
1
-3
/
+15
*
|
[GDNative] rename nativearvr extension to arvr
Karroffel
2017-11-10
1
-3
/
+3
|
/
*
Cleanup unnecessary debug prints
Rémi Verschelde
2017-10-21
1
-1
/
+4
*
[GDnative] add pluginscript \o/
Emmanuel Leblond
2017-10-17
1
-1
/
+4
*
[GDNative] removed native_raw_call
Karroffel
2017-10-14
1
-57
/
+13
*
Redoing the ARVR GDNative interface as module and tighter implementation
BastiaanOlij
2017-10-14
1
-1
/
+4
*
[GDnative] fix crash at cleanup time when singleton_gdnatives is not empty
Emmanuel Leblond
2017-10-09
1
-0
/
+1
*
Apply clang-format again to recent changes
Rémi Verschelde
2017-09-16
1
-3
/
+1
*
Added a menu to enable/disabled GDNative singletons in project settings
Juan Linietsky
2017-09-14
1
-3
/
+10
*
Fixed attempt to delete NULL pointer error
bncastle
2017-09-10
1
-1
/
+1
*
[GDNative] added singleton GDNativeLibraries
Karroffel
2017-09-03
1
-0
/
+167
[next]