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
/
gdnative.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused GDNative code
Rémi Verschelde
2022-03-09
1
-583
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-4
/
+4
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-12
/
+4
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
*
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-17
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
*
Add GDNative Framework loading and export support.
bruvzg
2021-05-24
1
-1
/
+11
*
Fix gdnative config file set as null
Kyle
2021-03-31
1
-0
/
+2
*
Improve resource load cache
reduz
2021-02-11
1
-1
/
+11
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
GDNative: support dynamic loading of iOS frameworks
Sergey Minakov
2020-07-02
1
-1
/
+19
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-5
/
+10
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-8
/
+0
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-7
/
+7
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-3
/
+3
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
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
*
Document the GDNative singleton method prefix being changeable
Hugo Locurcio
2019-10-07
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-2
/
+1
*
Fix various memory leaks and errors
Bojidar Marinov
2019-07-02
1
-11
/
+7
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
Fix GDNative library resource loading.
Fabio Alessandrelli
2019-05-12
1
-1
/
+1
*
[GDNative] fix crash at shutdown when using singleton libraries and NativeScript
karroffel
2019-03-09
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-6
/
+6
*
GDNative: Fixes a problem that active_library_path is wrong after exporting a...
Naoto Kondo
2018-10-28
1
-0
/
+7
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-5
/
+5
|
/
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-5
/
+5
*
Fix Variant leak in call_native
Pedro J. Estébanez
2018-05-08
1
-1
/
+3
*
[GDNative] enable saving GDNativeLibrary as sub resource
karroffel
2018-04-04
1
-3
/
+92
*
[GDNative] easier GDNativeLib handling
karroffel
2018-04-04
1
-67
/
+75
*
[GDNative] cache API hashes
karroffel
2018-01-13
1
-3
/
+13
*
Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828
Juan Linietsky
2018-01-06
1
-2
/
+0
*
[GDNative] added reload property
karroffel
2018-01-06
1
-5
/
+18
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15246 from vnen/uwp-gdnative
George Marques
2018-01-01
1
-0
/
+3
|
\
|
*
Make GDNative DLLs work on UWP
George Marques
2018-01-01
1
-0
/
+3
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Style: Apply clang-format again on all files
Rémi Verschelde
2017-12-07
1
-1
/
+1
*
Changed the dynamic library open function to allow setting the path of the li...
Juan Linietsky
2017-11-30
1
-1
/
+1
*
Proper GDNative export on Android
Ruslan Mustakov
2017-11-21
1
-0
/
+6
*
Allow configuring iOS export
Ruslan Mustakov
2017-11-21
1
-4
/
+4
*
[GDNative] removed static linking fields
Karroffel
2017-11-20
1
-37
/
+3
[next]