godot/modules/gdnative
Rémi Verschelde 6d16f2f053 Fix error macro calls not ending with semicolon
It's not necessary, but the vast majority of calls of error macros
do have an ending semicolon, so it's best to be consistent.
Most WARN_DEPRECATED calls did *not* have a semicolon, but there's
no reason for them to be treated differently.
2019-06-11 14:49:34 +02:00
..
android Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
arvr Forgot a parameter in the ARVR gdnative bindings for notifications 2019-04-30 21:47:14 +10:00
doc_classes WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
gdnative Added move_toward functions for float, Vector2 and Vector3 2019-05-28 11:39:35 +01:00
include Merge pull request #28099 from lupoDharkael/fix-completion 2019-06-03 14:01:07 +02:00
nativescript Merge pull request #27886 from LeonardMeagher2/obj_to_string 2019-05-20 22:37:01 +02:00
net WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
pluginscript Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
videodecoder Fixes VideostreamGDNative crash on audio_channel=0. 2019-05-04 00:34:58 +05:30
config.py WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
gdnative.cpp Fix typos with codespell 2019-05-19 13:10:35 +02:00
gdnative.h Fix GDNative library resource loading. 2019-05-12 21:26:22 +02:00
gdnative_api.json Added move_toward functions for float, Vector2 and Vector3 2019-05-28 11:39:35 +01:00
gdnative_builders.py Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
gdnative_library_editor_plugin.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_editor_plugin.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.cpp Update GDNativeLibrarySingletonEditor. 2019-05-15 18:08:17 +02:00
gdnative_library_singleton_editor.h Update GDNativeLibrarySingletonEditor. 2019-05-15 18:08:17 +02:00
register_types.cpp Update GDNativeLibrarySingletonEditor. 2019-05-15 18:08:17 +02:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00