godot/modules/gdnative
Hugo Locurcio 7adb6b91b3
Remove Color.contrasted() as its behavior is barely useful
Returning the most contrasting color isn't a trivial task, as there
are often many possible choices. It's usually best left for the user
to implement using a script.
2020-11-03 04:46:08 -05:00
..
android Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
doc_classes Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
gdnative Remove Color.contrasted() as its behavior is barely useful 2020-11-03 04:46:08 -05:00
icons Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
include Remove Color.contrasted() as its behavior is barely useful 2020-11-03 04:46:08 -05:00
nativescript [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
net Add override keywords. 2020-07-10 13:56:54 +01:00
pluginscript Remove multilevel calls 2020-07-24 14:13:58 -03:00
tests Move GDNative String tests to respective module 2020-09-11 14:51:38 +03:00
videodecoder Add override keywords. 2020-07-10 13:56:54 +01:00
xr GDNative XR: remove redundant config.py 2020-10-24 23:04:07 +03:00
config.py DocData: Skip language-specific ClassDoc without methods/constants 2020-06-17 15:09:07 +02:00
gdnative.cpp GDNative: support dynamic loading of iOS frameworks 2020-07-02 12:55:49 +03:00
gdnative.h Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
gdnative_api.json Remove Color.contrasted() as its behavior is barely useful 2020-11-03 04:46:08 -05:00
gdnative_builders.py CI: Install master version of psf/black 2020-07-26 19:48:25 +02:00
gdnative_library_editor_plugin.cpp add iOS Simulator platform 2020-09-19 15:09:36 +02:00
gdnative_library_editor_plugin.h Add override keywords. 2020-07-10 13:56:54 +01:00
gdnative_library_singleton_editor.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
gdnative_library_singleton_editor.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.cpp Fix spelling & grammar in comments, docs, and messages 2020-07-21 15:17:23 -04:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub SCons: Refactor running commands through builders 2020-07-28 00:09:21 +03:00