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
Age
Commit message (
Expand
)
Author
2021-01-31
Merge pull request #45315 from RandomShaper/modernize_thread
Rémi Verschelde
2021-01-29
Add GDNative JSON generator for the builtin API
George Marques
2021-01-29
Modernize Thread
Pedro J. Estébanez
2021-01-26
Merge pull request #45373 from aaronfranke/gdnative-sizeof
George Marques
2021-01-26
Merge pull request #44617 from geekrelief/gdnative_unload
Rémi Verschelde
2021-01-25
Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t)
Aaron Franke
2021-01-25
GDNative: Remove print functions
George Marques
2021-01-25
GDNative: New core API
George Marques
2021-01-05
Changed type to make it work on x32 architecture.
zero13cool
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
Rémi Verschelde
2020-12-28
Rename Rect2 and Rect2i grow_margin() to grow_side()
Marcel Admiraal
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-23
Removes the gdnative library when no script (gdns) references it any longer. ...
geekrelief
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-21
Rename XRPositionalTracker methods
Marcel Admiraal
2020-12-21
Merge pull request #44261 from madmiraal/rename-trackerhand-enums
Rémi Verschelde
2020-12-19
Rename Rect2 and Rect2i clip() to intersection()
Marcel Admiraal
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-13
[Complex Text Layouts] Add variable fonts support.
bruvzg
2020-12-10
Rename TrackerHand enums
Marcel Admiraal
2020-12-08
Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit...
Rémi Verschelde
2020-12-08
Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscript
Rémi Verschelde
2020-12-08
Add PluginScript support for global class naming/icon path
Emmanuel Leblond
2020-12-08
Constify ScriptLanguage.can_inherit_from_file
Emmanuel Leblond
2020-12-08
Allow PluginScript to customize language's can_inherit_from_file attribute
Emmanuel Leblond
2020-12-07
Merge pull request #44076 from Faless/js/4.x_gdnative
Rémi Verschelde
2020-12-06
Rename Vector2.tangent() to Vector2.orthogonal()
Marcel Admiraal
2020-12-05
[HTML5] Make GDNative support feature-based.
Fabio Alessandrelli
2020-12-05
[HTML5] GDNative support via SIDE_MODULE.
Fabio Alessandrelli
2020-12-04
Rename TYPE_REAL to TYPE_FLOAT
George Marques
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-11-29
Documentation generation for GDScript
Thakee Nathees
2020-11-26
[Complex Text Layouts] Implement GDNative interface for TextServer.
bruvzg
2020-11-25
Core: Always enable ptrcall, remove PTRCALL_ENABLED define
Rémi Verschelde
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-11
Refactor variant built-in methods yet again.
reduz
2020-11-10
Fix gdnative build when WebRTC module is disabled.
Fabio Alessandrelli
2020-11-10
Merge pull request #43383 from vnen/gdnative-string-header
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
GDNative: Define special char types in string.h
George Marques
2020-11-03
Remove `Color.contrasted()` as its behavior is barely useful
Hugo Locurcio
2020-10-25
Optimize SVG using `svgcleaner --multipass`
Hugo Locurcio
2020-10-24
GDNative XR: remove redundant `config.py`
Andrii Doroshenko (Xrayez)
2020-09-19
add iOS Simulator platform
Stephan Dilly
2020-09-11
Move GDNative `String` tests to respective module
Andrii Doroshenko (Xrayez)
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-08-31
Add link titles for all links in the class reference
Hugo Locurcio
2020-07-27
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-28
SCons: Refactor running commands through builders
Andrii Doroshenko (Xrayez)
[next]