summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-05Merge pull request #35915 from YeldhamDev/filedock_move_improvementsRémi Verschelde
Make some QOL improvements to move operations in the FileSystem dock
2020-02-05Merge pull request #35918 from timothyqiu/script-views-min-heightRémi Verschelde
Shortens minimum height of script editor
2020-02-05Merge pull request #35898 from timothyqiu/buttons-docRémi Verschelde
Completes doc for button classes
2020-02-05Merge pull request #33391 from madmiraal/cleanup-error_macrosRémi Verschelde
Clean up error_macros.h
2020-02-05Apply macro documentation from #35521.Marcel Admiraal
2020-02-05Merge pull request #35855 from YeldhamDev/script_builtin_load_fixRémi Verschelde
Fix built-in script creation loading existing scripts by mistake
2020-02-05Remove trailing semicolons from do..while wrappers.Marcel Admiraal
- Remove trailing semicolons from ERR_FAIL_INDEX macros. - Remove trailing semicolons from ERR_FAIL_UNSIGNED_INDEX macros. - Remove trailing semicolons from CRASH_BAD_INDEX macros. - Remove trailing semicolons from CRASH_BAD_UNSIGNED_INDEX macros.
2020-02-05Add do..while(0) wrappers to macros without one.Marcel Admiraal
- Add do..while(0) wrapper to ERR_FAIL_NULL macros. - Add do..while(0) wrapper to ERR_FAIL_COND macros. - Add do..while(0) wrapper to ERR_CONTINUE macros. - Add do..while(0) wrapper to ERR_BREAK macros. - Add do..while(0) wrapper to CRASH_COND macros. - Add do..while(0) wrapper to ERR_FAIL macros. - Add do..while(0) wrapper to ERR_PRINT macros. - Add do..while(0) wrapper to WARN_PRINT macros. - Add do..while(0) wrapper to WARN_DEPRECATED macros. - Add do..while(0) wrapper to CRASH_NOW macros.
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-02-05Clean up error_macros.hMarcel Admiraal
2020-02-05Shortens minimum height of script editor windowsHaoyu Qiu
2020-02-05Completes doc for button classesHaoyu Qiu
2020-02-04Make some QOL improvements to move operations in the FileSystem dockMichael Alexsander
2020-02-03Fix built-in script creation loading existing scripts by mistakeMichael Alexsander
2020-02-03Merge pull request #35883 from Chaosus/fix_x11_window_restoring2Yuri Roubinsky
Restores correct window position after fullscreen toggling off on Linux
2020-02-03Restores correct window position after fullscreen toggling off on LinuxYuri Roubinsky
2020-02-03Merge pull request #35882 from Chaosus/fix_x11_window_restoringYuri Roubinsky
Fix restoring window from fullscreen to normal on Linux
2020-02-03Fix restoring window from fullscreen to normal on LinuxYuri Roubinsky
2020-02-03Merge pull request #35881 from Chaosus/vs_fix_missing_typoYuri Roubinsky
Added missing '\n' in visual shader expression node code generation
2020-02-03Added missing '\n' in visual shader expression node code generationYuri Roubinsky
2020-02-03Merge pull request #35873 from Chaosus/vs_fix_missing_typoYuri Roubinsky
Added missing '\n' in visual shader fresnel node code generation
2020-02-03Added missing '\n' in visual shader fresnel node code generationYuri Roubinsky
2020-02-01Merge pull request #35809 from clayjohn/DOCS-update-versionRémi Verschelde
Update docs to version 4.0
2020-02-01Merge pull request #35811 from ↵Rémi Verschelde
touilleMan/remove-useless-pluginscript-get_rpc-rset_mode Remove useless pluginscript godot_pluginscript_script_desc.get_rpc/rset_mode fields
2020-02-01Merge pull request #35827 from Chaosus/vs_few_formatting_fixesYuri Roubinsky
Few extra formatting fixes for visual shader node generation
2020-02-01Few extra formatting fixes for visual shader node generationYuri Roubinsky
For 'If' and 'Switch' nodes
2020-02-01Merge pull request #35824 from Chaosus/vs_fix_missing_typoYuri Roubinsky
Added missing '\n' in visual shader custom node code generation
2020-02-01Added missing '\n' in visual shader custom node code generationYuri Roubinsky
2020-02-01Merge pull request #35618 from Chaosus/vs_improvementsYuri Roubinsky
Better visual shader code generation
2020-02-01Better visual shader code generationYuri Roubinsky
2020-02-01Merge pull request #35818 from Chaosus/fix_shader_crashYuri Roubinsky
Prevent shader crash when name conflict with "dus" and "__" occured
2020-02-01Prevent shader crash when name conflict with "dus" and "__" occuredYuri Roubinsky
2020-02-01Remove useless pluginscript godot_pluginscript_script_desc.get_rpc/rset_mode ↵Emmanuel Leblond
fields
2020-01-31Update docs to version 4.0clayjohn
2020-01-31Merge pull request #35801 from Calinou/array-sort-add-exampleRémi Verschelde
doc: Add an example for `Array.sort()`
2020-01-31doc: Add an example for `Array.sort()`Hugo Locurcio
This may help people understand the difference between alphabetical and natural order more quickly.
2020-01-31Merge pull request #35798 from Chaosus/vs_fix_light_outputYuri Roubinsky
Fix canvas_item light alpha output in visual shaders
2020-01-31Merge pull request #35451 from Calinou/html5-web-environment-onlyRémi Verschelde
Only emit the JavaScript support code for Web when building for HTML5
2020-01-31Merge pull request #33959 from Calinou/improve-autoload-editor-uxRémi Verschelde
Improve the AutoLoad editor UX
2020-01-31Merge pull request #35790 from Calinou/doc-animationplayer-vs-tweenRémi Verschelde
doc: Add a short AnimationPlayer versus Tween comparison
2020-01-31Merge pull request #35754 from Calinou/doc-improve-checkboxRémi Verschelde
Improve the CheckBox and CheckButton class documentations
2020-01-31doc: Add a short AnimationPlayer versus Tween comparisonHugo Locurcio
Many newcomers are confused about which one to choose for animating properties. This should help clarify the situation with regards to AnimationPlayer versus Tween.
2020-01-31Fix canvas_item light alpha output in visual shadersYuri Roubinsky
2020-01-31Merge pull request #35785 from nekomatata/android-line-edit-length-fixRémi Verschelde
Fixed LineEdit virtual keyboard inputs on Android
2020-01-31Fixed LineEdit virtual keyboard inputs on AndroidPouleyKetchoupp
Changed the condition to add a length filter to make it consistent with the documentation (0 means no character limit). Otherwise the default value in LineEdit causes the virtual keyboard to be non-fonctional on Android.
2020-01-31Improve the CheckBox and CheckButton class documentationsHugo Locurcio
This makes the CheckBox and CheckButton classes 100% documented.
2020-01-31Merge pull request #35778 from touilleMan/remove-gdnative-wrapperRémi Verschelde
Remove deprecated GDNative wrapper code
2020-01-31Only emit the JavaScript support code for Web when building for HTML5Hugo Locurcio
Excluding other unused environments like Node.js makes the support code about 4 KB smaller.
2020-01-31Improve the AutoLoad editor UXHugo Locurcio
- Convert the default AutoLoad name to PascalCase when selecting a file. - Disable the "Add" button if the path is empty or the name is invalid. - Prefix the automatically-chosen name with "Global" if it would conflict with a built-in class. - Replace the FileList icon with the Load icon as it better represents the action.