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