godot/modules
Ignacio Etcheverry fbc808012f Mono: BindingsGenerator enum fixes
- Make enums have an unique signature name of int. This means that when generating internal methods, there is no difference between different enums types nor between enums and int. This way enums can re-use internal methods.
- Make type resolver fallback to int if a type is not found and it's an enum.
2018-04-28 22:25:25 +02:00
..
bullet Merge pull request #18204 from tagcup/quat_scale 2018-04-18 13:55:35 +02:00
csg Add poly triangulation order check, ensures faces do not flip on different order 2018-04-28 12:59:45 -03:00
dds Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
enet Add DNS resolution in NetworkedMultiplayerEnet::create_client() 2018-04-13 22:31:01 +02:00
etc Properly resize textures so they can be ETC compressed, fixes #15139 2018-01-12 11:46:42 -03:00
freetype Disable FreeType SIMD in HTML5 builds 2018-03-06 21:43:44 +01:00
gdnative Merge pull request #18119 from sheepandshepherd/nativescript_property_list 2018-04-19 21:37:46 +02:00
gdscript Change ".." punctuation for "..." in editor strings (#16507) 2018-04-22 19:36:01 +02:00
gridmap Use radio-button-like menu entries where applicable 2018-03-27 19:19:45 +02:00
hdr Fixes importing hdr files with extra header info 2018-03-11 19:21:09 +01:00
jpg Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mbedtls Generalize SSL cert reading from file 2018-04-03 20:13:57 +02:00
mobile_vr add GLES 2 renderer for 2D 2018-03-01 15:12:30 +01:00
mono Mono: BindingsGenerator enum fixes 2018-04-28 22:25:25 +02:00
ogg Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
opus Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pvr Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
recast Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
regex doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
squish Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
stb_vorbis Fix silent failure of importing OGG Vorbis files 2018-03-06 21:48:30 +01:00
svg Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
tga Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thekla_unwrap Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
theora Comment out some debugging messages when playing Theora files 2018-04-02 16:48:06 -04:00
tinyexr Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_script Change ".." punctuation for "..." in editor strings (#16507) 2018-04-22 19:36:01 +02:00
vorbis Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
webm Fix IPhone and OSX cross compilation 2018-03-28 19:08:20 +02:00
webp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
websocket Implement get_peer_[address|port] in ENet/WSServer 2018-04-12 12:30:51 +02:00
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub - Improves portability in joystick buttons enum 2018-01-24 19:12:54 -03:00