summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2017-08-20Merge pull request #10455 from groud/control_margin_fixesRémi Verschelde
2017-08-19Some control fixes and removed useless linesGilles Roudiere
2017-08-19Merge pull request #10446 from bojidar-bg/6583-fix-wait-nodeRémi Verschelde
2017-08-19[GDnative] Correct godot_string_chars_to_utf8_with_len function nameEmmanuel Leblond
2017-08-19Fix #6583, Condition + Wait nodes freezing the gameBojidar Marinov
2017-08-18-Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky
2017-08-18Update script signals in real-time when script changes. Fixes #8980Juan Linietsky
2017-08-17Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez
2017-08-16Merge pull request #10307 from Rubonnek/update-argument-namesRémi Verschelde
2017-08-16Merge pull request #10356 from RandomShaper/fix-msvc-errorRémi Verschelde
2017-08-16Revive inspector property evaluationPedro J. Estébanez
2017-08-15Comment include order to avoid errorsPedro J. Estébanez
2017-08-13Replace GUI anchor type by a float between 0 and 1Gilles Roudiere
2017-08-12Updated function argument namesWilson E. Alvarez
2017-08-11Merge pull request #10179 from marcelofg55/masterRémi Verschelde
2017-08-11Merge pull request #10202 from neikeq/how-do-you-turn-this-onRémi Verschelde
2017-08-10Fixes method definitions with extra number of argumentsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-10Adds missing type information to virtual method bindsIgnacio Etcheverry
2017-08-09Merge pull request #10206 from endragor/show-base-nativescript-propsThomas Herzog
2017-08-09Allow to edit base type NativeScript propertiesRuslan Mustakov
2017-08-09Fix getting default values for NativeScript base type propertiesRuslan Mustakov
2017-08-09Merge pull request #9633 from ducdetronquito/gdnative_string_apiThomas Herzog
2017-08-08Implemented String C API.ducdetronquito
2017-08-08Fix crash when running a game with the profiler enabledMarcelo Fernandez
2017-08-08Ability to set a function as sequenced, so when called you can choose not to ...Juan Linietsky
2017-08-08push variable later when created, to avoid self-referencing as a valid case, ...Juan Linietsky
2017-08-08Properly rename visual script functions, fixed #6076Juan Linietsky
2017-08-07Implement len() gdscript built-in function for python users, closes #1960Juan Linietsky
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-05few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky
2017-08-06[GDNative] fixed double variant callKarroffel
2017-08-05renamed node path, closes #5691Juan Linietsky
2017-08-04Dont call nativescript callbacks if lib is not initializedRuslan Mustakov
2017-08-04Merge pull request #10072 from karroffel/gdnative-header-include-pathsThomas Herzog
2017-08-04[GDNative] fixed a bug with ambiguous include pathsKarroffel
2017-08-03Merge pull request #10060 from endragor/nativescript-frameThomas Herzog
2017-08-03Forward frame call to GDNative librariesRuslan Mustakov
2017-08-02[GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel
2017-08-02[GDNative] better header include pathsKarroffel
2017-07-30Merge pull request #9964 from supagu/audio_fixRémi Verschelde
2017-07-30[NativeScript] fix signals from base class not being accessibleKarroffel
2017-07-29Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite l...Fabian Mathews
2017-07-28Pass GDNativeLibrary pointer to library initRuslan Mustakov
2017-07-28Merge pull request #9932 from djrm/vs_fixesRémi Verschelde
2017-07-27Do not allow multiple data connections to the same data input slot, fixes #63...Daniel J. Ramirez
2017-07-27[NativeScript] fixed optional _init callKarroffel
2017-07-27[NativeScript] fix mutex double lockKarroffel
2017-07-27added an optional parameter to OS symbol lookupKarroffel
2017-07-27[NativeScript] call _init on instance creationKarroffel