summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-03Merge pull request #33275 from YeldhamDev/big_brain_dimmingRémi Verschelde
Make the editor dimming even more smarter
2019-11-02Make the editor dimming even more smarterMichael Alexsander
2019-11-02Merge pull request #33261 from Jummit/document-tilemapRémi Verschelde
Finish TileMap documentation
2019-11-02Merge pull request #33258 from aaronfranke/color8Rémi Verschelde
Fix Color8 GDScript documentation
2019-11-02Merge pull request #33243 from Muller-Castro/BackBufferCopyDescriptionRémi Verschelde
Make BackBufferCopy's description more specific
2019-11-02Merge pull request #25474 from jeremyz/android_gestureRémi Verschelde
implement InputEventMagnifyGesture and InputEventPanGesture for android
2019-11-02Merge pull request #33151 from thiagoamendola/doc_setpixelvRémi Verschelde
Add documentation for Image's set_pixelv method
2019-11-02Merge pull request #33270 from norkn/fix-issue-27256Rémi Verschelde
Copy transform when creating convex sibling
2019-11-02Merge pull request #33259 from Chaosus/remove_gles2_switch_opRémi Verschelde
Removed switch operator from GLES2 shader back-end
2019-11-02Merge pull request #33268 from Paulb23/33128_connection_info_validateRémi Verschelde
Update connection info on script validation rather then saved copy
2019-11-02Add documentation for Image's set_pixelv methodThiago Amendola
2019-11-02Merge pull request #33264 from nekomatata/doc-true-false-nullRémi Verschelde
Code format for true/false/null to make documentation consistent
2019-11-02Merge pull request #33267 from bruvzg/restore_gdnative_compatRémi Verschelde
Restore GDNative compatibility after #33210
2019-11-02Update connection info on script validation rather then saved copyPaulb23
2019-11-02Copy transform when creating convex siblingcheckerWoho
2019-11-02Restore GDNative compatibility by moving new functions introduced in #33210 ↵bruvzg
to core API 1.2 extension.
2019-11-02Code format for true/false/null to make documentation consistentPouleyKetchoupp
2019-11-02finish TileMap docsJummit
2019-11-02Android : implement InputEventMagnifyGesture and InputEventPanGestureJérémy Zurcher
sets threshold constants PAN_GESTURE_MIN_DELTA and MAGNIFY_GESTURE_MIN_FACTOR
2019-11-02Merge pull request #33182 from MCrafterzz/scaleSnapRémi Verschelde
Added snapping for scaling in 2D editor
2019-11-02Merge pull request #33256 from Chaosus/vs_fix_custom_nodesYuri Roubinsky
Sort custom vshader nodes+prevents them from divide to different folders
2019-11-02Removed switch operator from GLES2 shader back-endYuri Roubinsky
2019-11-02Sort custom vshader nodes+prevents them from divide to different foldersYuri Roubinsky
2019-11-02Fix Color8 GDScript documentationAaron Franke
2019-11-02Added snapping for scaling in 2D editorMCrafterzz
2019-11-01Make BackBufferCopy's description more specificMuller-Castro
The current description can be confusing for those who didn't mess with shaders yet and couldn't find SCREEN_TEXTURE and texture() in the SHIFT+F1 panel
2019-11-01Merge pull request #33238 from qarmin/other_fixesRémi Verschelde
Fix some crashes, overflows and using variables without values
2019-11-01Merge pull request #33246 from nekomatata/state-machine-rename-errorRémi Verschelde
Fixed error when renaming a state in AnimationNodeStateMachine
2019-11-01Fixed error when renaming a state in AnimationNodeStateMachinePouleyKetchoupp
Fixes #33245
2019-11-01GDScript: validate instance before accessing it on errorGeorge Marques
Make sure the instance is valid before trying to access the script in after an error happened. If the instance is not valid it's possible that the script is invalid as well. Fix #29623
2019-11-01Merge pull request #33175 from Chaosus/shader_fix_builtin_crashesRémi Verschelde
Prevents shader crash on GLES2 if unsupported built-in has been used
2019-11-01Merge pull request #33239 from Omicron666/patch-1Rémi Verschelde
Fix: typo atleast -> at least
2019-11-01Merge pull request #33233 from hilfazer/dollar-quoted-autocompleteRémi Verschelde
$ autocompletion keeps quotation
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-11-01Fix: typo atleast -> at leastOmicron
Typo found in source string, reported by linux-man on weblate
2019-11-01GDScript: Avoid editor crashes when there's cyclic inheritanceGeorge Marques
Make sure the script is fully compiled before looking into the base.
2019-11-01Merge pull request #32643 from mewin/add_global_classGeorge Marques
Check for cyclic inheritance when adding a global script class
2019-11-01$ autocompletion keeps quotationhilfazer
2019-11-01Merge pull request #33202 from nekomatata/text-edit-search-usabilityRémi Verschelde
Improved TextEdit search usability & documentation
2019-11-01Merge pull request #33204 from akien-mga/prevent-crash-permission-issueRémi Verschelde
Prevent crash when we can't write to editor cache or config path
2019-11-01Merge pull request #33209 from Jummit/soft-body-tutorialRémi Verschelde
Link SoftBody tutorial in docs
2019-11-01Merge pull request #33210 from nekomatata/pool-array-emptyRémi Verschelde
Added empty() function to pool array types
2019-11-01Merge pull request #33211 from drentsoft/os_midi_documentation_branchRémi Verschelde
Added documentation for the OS class MIDI functions.
2019-11-01Merge pull request #33216 from nekomatata/help-editor-codeblockRémi Verschelde
Code sections improvements in editor help
2019-11-01Merge pull request #33229 from Jummit/document-force_update_transformRémi Verschelde
Document force_update_transform
2019-11-01Merge pull request #33232 from kraghot/Fix-Batch-RenameRémi Verschelde
Fix Batch Rename not opening
2019-11-01Fix Batch Rename not openingEdi Cikovic
2019-11-01document force_update_transformJummit
2019-11-01link SoftBody tutorial in docs and add ray_pickable propertyJummit
2019-11-01Merge pull request #33227 from SneakyFish5/patch-1Rémi Verschelde
Add new file in libogg readme