godot/modules
Ignacio Etcheverry 0c2e882210 Adds 'exposed' field to ClassInfo
This field represents if the class is exposed to the scripting API.
The value is 'true' if the class was registered manually ('ClassDB::register_*class()'), otherwise it's false (registered on '_post_initialize').
- Added missing registration of classes that are meant to be exposed.
2017-10-09 23:49:17 +02:00
..
dds Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
enet Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
etc Use BoolVariable for module options. 2017-09-25 14:36:30 -04:00
freetype Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
gdnative [GDnative] Add active_library_path to init options struct 2017-10-02 13:45:47 +02:00
gdscript Replace a OPCODE_BREAK with break in opcode 31 2017-10-01 16:51:05 +02:00
gridmap Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will 2017-09-12 17:45:41 -03:00
hdr Fix files header 2017-09-01 21:07:55 +07:00
jpg Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
mobile_vr reintroduce generic mobile vr interface 2017-09-28 22:44:41 +10:00
mono Adds 'exposed' field to ClassInfo 2017-10-09 23:49:17 +02:00
ogg Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
openssl Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
opus Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
pbm Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
pvr Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
recast Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
regex Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
squish Use BoolVariable for module options. 2017-09-25 14:36:30 -04:00
stb_vorbis Rename get_position => get_playback_position and seek_pos => seek on audio classes 2017-09-23 16:55:00 +02:00
svg keep alpha when converting svg colors fixes #11289 2017-09-30 14:48:41 +02:00
tga Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
theora Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
tinyexr Use BoolVariable for module options. 2017-09-25 14:36:30 -04:00
visual_script Merge pull request #11659 from AndreaCatania/prephysics 2017-10-02 23:10:36 +02:00
vorbis Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
webm Use BoolVariable in platform-specific options. 2017-09-25 14:36:30 -04:00
webp Use BoolVariable for third-party options. 2017-09-25 14:36:30 -04:00
SCsub BuildSystem: generated files have .gen.extension 2017-06-25 07:55:01 +07:00
register_module_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00