summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-26Merge pull request #31676 from KoBeWi/this_shader_is_a_historyRémi Verschelde
Clear undo history on shader load
2019-08-26Merge pull request #31684 from YeldhamDev/multiline_text_array_fixRémi Verschelde
Fix Multiline texts not updating correcly inside arrays
2019-08-26Merge pull request #31681 from Xrayez/image-indexed-outdatedRémi Verschelde
Modify outdated comments and error messages regarding indexed images
2019-08-26Merge pull request #31607 from Calinou/improve-gdscript-messagesRémi Verschelde
Improve writing style in GDScript error/warning messages
2019-08-26Fix Multiline texts not updating correcly inside arraysMichael Alexsander Silva Dias
2019-08-26Merge pull request #31680 from neikeq/fix-android-gen-sourcesIgnacio Roldán Etcheverry
Fix 'android_mono_config.gen.cpp' not compiled first time it's generated
2019-08-26Fix 'android_mono_config.gen.cpp' not compiled first time it's generatedIgnacio Etcheverry
2019-08-26Modify outdated comments and error messages regarding indexed imagesAndrii Doroshenko (Xrayez)
Godot doesn't support indexed images anymore (FORMAT_INDEXED), so those are removed to avoid any confusion.
2019-08-26Merge pull request #31674 from dankan1890/drag&drop_tilesetRémi Verschelde
Added drag and drop to the tileset plugin.
2019-08-26Clear undo history on shader loadTomasz Chabora
2019-08-26Merge pull request #31481 from Calinou/generate-gdnative-use-gles2Rémi Verschelde
Always use the GLES2 backend when generating the GDNative API JSON
2019-08-26Merge pull request #31556 from Chaosus/gles2_inverseRémi Verschelde
Implemented inverse shader function to GLES2
2019-08-26Merge pull request #31585 from 2shady4u/removeguidesRémi Verschelde
Added button/shortcut for removing all guides
2019-08-26Merge pull request #31615 from Calinou/assetlib-improve-loadingRémi Verschelde
Improve loading UX in the asset library
2019-08-26Added drag and drop to the tileset plugin.dankan1890
2019-08-26Merge pull request #31652 from Calinou/csharp-alpha-dialog-androidRémi Verschelde
Mention Android support in the C# alpha dialog message
2019-08-25Merge pull request #31496 from nekomatata/fix-text-edit-insert-selectionRémi Verschelde
Update TextEdit selection when inserting line
2019-08-25Merge pull request #31654 from Paulb23/minimap_fixesRémi Verschelde
Viewport highlight, colour cache and minimap scrolling fixes.
2019-08-25Merge pull request #31653 from neikeq/enforce-cs7.0-in-csprojIgnacio Roldán Etcheverry
Set C# 7 as LangVersion for GodotTools and Godot API projects
2019-08-25Set C# 7 as LangVersion for GodotTools and Godot API projectsIgnacio Etcheverry
This will make it harder for someone to accidentally commit code that requires a newer version.
2019-08-25Refactor TextEdit control height calculationsPaulb23
2019-08-25Update TextEdit selection & cursor when inserting linePouleyKetchoupp
Fixes #31458
2019-08-25Minimap scroll now acts similar to scrollbarPaulb23
2019-08-25Mention Android support in the C# alpha dialog messageHugo Locurcio
2019-08-25Merge pull request #31649 from exts/revert_notifyawaiterRémi Verschelde
reverted NotifyAwaiter<T> Reset() to support c#7.0
2019-08-25Merge pull request #31650 from Chaosus/fix_shader_hint_rangeYuri Roubinsky
Fix hint range step for integer in shaders
2019-08-25Fix hint range step for integer in shadersYuri Roubinski
2019-08-25default is only supported by 7.1, reverted to support 7.0 out of the box (no ↵lamonte
conflict)
2019-08-25Fix _get_description param name (visual shaders) (#31647)Yuri Roubinsky
Fix _get_description param name (visual shaders)
2019-08-25Fix _get_description param name (visual shaders)Yuri Roubinski
2019-08-25Merge pull request #31628 from merumelu/treeitem-icon-modulateRémi Verschelde
Tree: fix and expose icon modulation
2019-08-25Merge pull request #31642 from Chaosus/fix_texteditRémi Verschelde
Disallow undo/redo by user input in readonly TextEdit's
2019-08-25Fixes for visual shader member filter (#31643)Yuri Roubinsky
Fixes for visual shader member filter
2019-08-25Fixes for visual shader member filterYuri Roubinski
2019-08-25Disallow undo/redo in readonly TextEdit'sYuri Roubinski
2019-08-25Merge pull request #31641 from Chaosus/vs_fix_preview2Yuri Roubinsky
Small performance fix for preview in visual shader
2019-08-25Small performance fix for preview in visual shaderYuri Roubinski
2019-08-25Merge pull request #31640 from Chaosus/vs_mark_errorYuri Roubinsky
Enhanced preview for a visual shader to show errors
2019-08-25Enhanced preview for a visual shader to show errorsYuri Roubinski
2019-08-24Added button/shortcut for removing all guidesshaderbeast
Added undo/redo Correctly added has_meta
2019-08-24Tree: fix and expose icon modulationmerumelu
2019-08-24Fixed syntax highlighting cache not clearing final linePaulb23
2019-08-24Adjust viewport colour based on background colourPaulb23
2019-08-24Merge pull request #31596 from Chaosus/shader_switchRémi Verschelde
Implements switch flow control operator in shaders
2019-08-24Merge pull request #31624 from qarmin/add_forgotten_checkingRémi Verschelde
Add forgotten pointer checking
2019-08-24Add forgotten pointer checkingqarmin
2019-08-24Merge pull request #31604 from Xrayez/fix-inertia-2dRémi Verschelde
Fix uninitialized inertia value in Body2DSW
2019-08-24Improve loading UX in the asset libraryHugo Locurcio
The asset library will now fade when loading pages instead of displaying a progress bar, which is a more common design pattern when browsing an online resource's pages. A "Loading..." text will be displayed before the first page loads.
2019-08-24Register as an editor instance when generating the GDNative API JSONHugo Locurcio
This enables the automatic GLES2 fallback if the hardware doesn't support the GLES3 backend. This closes #27768.
2019-08-23Improve writing style in GDScript error/warning messagesHugo Locurcio
This uses double quotes everywhere for consistency.