| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | Fix #6583, Condition + Wait nodes freezing the game | Bojidar Marinov | 2017-08-19 | 1 | -4/+7 |
| * | | | | | [GDnative] Correct godot_string_chars_to_utf8_with_len function name | Emmanuel Leblond | 2017-08-19 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky | 2017-08-18 | 1 | -1/+1 |
| * | | | | Update script signals in real-time when script changes. Fixes #8980 | Juan Linietsky | 2017-08-18 | 1 | -1/+12 |
| * | | | | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 3 | -3/+3 |
| |/ / / |
|
| * | | | Merge pull request #10307 from Rubonnek/update-argument-names | Rémi Verschelde | 2017-08-16 | 15 | -40/+41 |
| |\ \ \ |
|
| | * | | | Updated function argument names | Wilson E. Alvarez | 2017-08-12 | 15 | -40/+41 |
| | |/ / |
|
| * | | | Merge pull request #10356 from RandomShaper/fix-msvc-error | Rémi Verschelde | 2017-08-16 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Comment include order to avoid errors | Pedro J. Estébanez | 2017-08-15 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Revive inspector property evaluation | Pedro J. Estébanez | 2017-08-16 | 1 | -1/+1 |
| * | | | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 2 | -2/+2 |
| |/ / |
|
| * | | Merge pull request #10179 from marcelofg55/master | Rémi Verschelde | 2017-08-11 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Fix crash when running a game with the profiler enabled | Marcelo Fernandez | 2017-08-08 | 1 | -2/+2 |
| * | | | Merge pull request #10202 from neikeq/how-do-you-turn-this-on | Rémi Verschelde | 2017-08-11 | 7 | -23/+23 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Fixes method definitions with extra number of arguments | Ignacio Etcheverry | 2017-08-10 | 1 | -2/+2 |
| | * | | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 7 | -20/+20 |
| | * | | Adds missing type information to virtual method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -1/+1 |
| * | | | Merge pull request #10206 from endragor/show-base-nativescript-props | Thomas Herzog | 2017-08-09 | 1 | -7/+5 |
| |\ \ \ |
|
| | * | | | Allow to edit base type NativeScript properties | Ruslan Mustakov | 2017-08-09 | 1 | -7/+5 |
| | |/ / |
|
| * / / | Fix getting default values for NativeScript base type properties | Ruslan Mustakov | 2017-08-09 | 1 | -5/+5 |
| |/ / |
|
| * | | Merge pull request #9633 from ducdetronquito/gdnative_string_api | Thomas Herzog | 2017-08-09 | 2 | -3/+1305 |
| |\ \
| |/
|/| |
|
| | * | Implemented String C API. | ducdetronquito | 2017-08-08 | 2 | -3/+1305 |
| * | | Ability to set a function as sequenced, so when called you can choose not to ... | Juan Linietsky | 2017-08-08 | 3 | -12/+55 |
| * | | push variable later when created, to avoid self-referencing as a valid case, ... | Juan Linietsky | 2017-08-08 | 1 | -2/+5 |
| * | | Properly rename visual script functions, fixed #6076 | Juan Linietsky | 2017-08-08 | 1 | -2/+14 |
| |/ |
|
| * | Implement len() gdscript built-in function for python users, closes #1960 | Juan Linietsky | 2017-08-07 | 2 | -0/+64 |
| * | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 11 | -35/+35 |
| * | few bugs fixed thanks to explicit bool constructor and clang. | Juan Linietsky | 2017-08-05 | 1 | -1/+1 |
| * | [GDNative] fixed double variant call | Karroffel | 2017-08-06 | 1 | -1/+0 |
| * | renamed node path, closes #5691 | Juan Linietsky | 2017-08-05 | 1 | -1/+1 |
| * | Dont call nativescript callbacks if lib is not initialized | Ruslan Mustakov | 2017-08-04 | 3 | -10/+17 |
| * | Merge pull request #10072 from karroffel/gdnative-header-include-paths | Thomas Herzog | 2017-08-04 | 1 | -1/+2 |
| |\ |
|
| | * | [GDNative] fixed a bug with ambiguous include paths | Karroffel | 2017-08-04 | 1 | -1/+2 |
| * | | Merge pull request #10060 from endragor/nativescript-frame | Thomas Herzog | 2017-08-03 | 3 | -44/+32 |
| |\ \
| |/
|/| |
|
| | * | Forward frame call to GDNative libraries | Ruslan Mustakov | 2017-08-03 | 3 | -44/+32 |
| * | | [GDNative/NativeScript] fix -rdynamic and removed _init call | Karroffel | 2017-08-02 | 2 | -13/+6 |
| * | | [GDNative] better header include paths | Karroffel | 2017-08-02 | 39 | -114/+138 |
| |/ |
|
| * | Merge pull request #9964 from supagu/audio_fix | Rémi Verschelde | 2017-07-30 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite l... | Fabian Mathews | 2017-07-29 | 1 | -1/+1 |
| * | | [NativeScript] fix signals from base class not being accessible | Karroffel | 2017-07-30 | 1 | -3/+7 |
| * | | Pass GDNativeLibrary pointer to library init | Ruslan Mustakov | 2017-07-28 | 2 | -0/+4 |
| |/ |
|
| * | Merge pull request #9932 from djrm/vs_fixes | Rémi Verschelde | 2017-07-28 | 1 | -0/+10 |
| |\ |
|
| | * | Do not allow multiple data connections to the same data input slot, fixes #63... | Daniel J. Ramirez | 2017-07-27 | 1 | -0/+10 |
| * | | [NativeScript] fixed optional _init call | Karroffel | 2017-07-27 | 1 | -18/+6 |
| * | | [NativeScript] fix mutex double lock | Karroffel | 2017-07-27 | 1 | -1/+1 |
| * | | added an optional parameter to OS symbol lookup | Karroffel | 2017-07-27 | 2 | -3/+6 |
| * | | [NativeScript] call _init on instance creation | Karroffel | 2017-07-27 | 2 | -3/+45 |
| * | | Merge pull request #9882 from endragor/nativescript-refcount | Thomas Herzog | 2017-07-26 | 2 | -0/+25 |
| |\ \ |
|
| | * | | Forward refcount changes to NativeScriptInstance | Ruslan Mustakov | 2017-07-26 | 2 | -0/+25 |
| * | | | Merge pull request #9883 from bojidar-bg/8217-fixup-get_node-shortcut | Rémi Verschelde | 2017-07-26 | 1 | -1/+2 |
| |\ \ \
| |_|/
|/| | |
|