Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-02 | Make the editor dimming even more smarter | Michael Alexsander | |
2019-11-02 | Merge pull request #33261 from Jummit/document-tilemap | Rémi Verschelde | |
Finish TileMap documentation | |||
2019-11-02 | Merge pull request #33258 from aaronfranke/color8 | Rémi Verschelde | |
Fix Color8 GDScript documentation | |||
2019-11-02 | Merge pull request #33243 from Muller-Castro/BackBufferCopyDescription | Rémi Verschelde | |
Make BackBufferCopy's description more specific | |||
2019-11-02 | Merge pull request #25474 from jeremyz/android_gesture | Rémi Verschelde | |
implement InputEventMagnifyGesture and InputEventPanGesture for android | |||
2019-11-02 | Merge pull request #33151 from thiagoamendola/doc_setpixelv | Rémi Verschelde | |
Add documentation for Image's set_pixelv method | |||
2019-11-02 | Merge pull request #33270 from norkn/fix-issue-27256 | Rémi Verschelde | |
Copy transform when creating convex sibling | |||
2019-11-02 | Merge pull request #33259 from Chaosus/remove_gles2_switch_op | Rémi Verschelde | |
Removed switch operator from GLES2 shader back-end | |||
2019-11-02 | Merge pull request #33268 from Paulb23/33128_connection_info_validate | Rémi Verschelde | |
Update connection info on script validation rather then saved copy | |||
2019-11-02 | Add documentation for Image's set_pixelv method | Thiago Amendola | |
2019-11-02 | Merge pull request #33264 from nekomatata/doc-true-false-null | Rémi Verschelde | |
Code format for true/false/null to make documentation consistent | |||
2019-11-02 | Merge pull request #33267 from bruvzg/restore_gdnative_compat | Rémi Verschelde | |
Restore GDNative compatibility after #33210 | |||
2019-11-02 | Update connection info on script validation rather then saved copy | Paulb23 | |
2019-11-02 | Copy transform when creating convex sibling | checkerWoho | |
2019-11-02 | Restore GDNative compatibility by moving new functions introduced in #33210 ↵ | bruvzg | |
to core API 1.2 extension. | |||
2019-11-02 | Code format for true/false/null to make documentation consistent | PouleyKetchoupp | |
2019-11-02 | finish TileMap docs | Jummit | |
2019-11-02 | Android : implement InputEventMagnifyGesture and InputEventPanGesture | Jérémy Zurcher | |
sets threshold constants PAN_GESTURE_MIN_DELTA and MAGNIFY_GESTURE_MIN_FACTOR | |||
2019-11-02 | Merge pull request #33182 from MCrafterzz/scaleSnap | Rémi Verschelde | |
Added snapping for scaling in 2D editor | |||
2019-11-02 | Merge pull request #33256 from Chaosus/vs_fix_custom_nodes | Yuri Roubinsky | |
Sort custom vshader nodes+prevents them from divide to different folders | |||
2019-11-02 | Removed switch operator from GLES2 shader back-end | Yuri Roubinsky | |
2019-11-02 | Sort custom vshader nodes+prevents them from divide to different folders | Yuri Roubinsky | |
2019-11-02 | Fix Color8 GDScript documentation | Aaron Franke | |
2019-11-02 | Added snapping for scaling in 2D editor | MCrafterzz | |
2019-11-01 | Make BackBufferCopy's description more specific | Muller-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-01 | Merge pull request #33238 from qarmin/other_fixes | Rémi Verschelde | |
Fix some crashes, overflows and using variables without values | |||
2019-11-01 | Merge pull request #33246 from nekomatata/state-machine-rename-error | Rémi Verschelde | |
Fixed error when renaming a state in AnimationNodeStateMachine | |||
2019-11-01 | Fixed error when renaming a state in AnimationNodeStateMachine | PouleyKetchoupp | |
Fixes #33245 | |||
2019-11-01 | GDScript: validate instance before accessing it on error | George 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-01 | Merge pull request #33175 from Chaosus/shader_fix_builtin_crashes | Rémi Verschelde | |
Prevents shader crash on GLES2 if unsupported built-in has been used | |||
2019-11-01 | Merge pull request #33239 from Omicron666/patch-1 | Rémi Verschelde | |
Fix: typo atleast -> at least | |||
2019-11-01 | Merge pull request #33233 from hilfazer/dollar-quoted-autocomplete | Rémi Verschelde | |
$ autocompletion keeps quotation | |||
2019-11-01 | Fix some crashes, overflows and using variables without values | Rafał Mikrut | |
2019-11-01 | Fix: typo atleast -> at least | Omicron | |
Typo found in source string, reported by linux-man on weblate | |||
2019-11-01 | GDScript: Avoid editor crashes when there's cyclic inheritance | George Marques | |
Make sure the script is fully compiled before looking into the base. | |||
2019-11-01 | Merge pull request #32643 from mewin/add_global_class | George Marques | |
Check for cyclic inheritance when adding a global script class | |||
2019-11-01 | $ autocompletion keeps quotation | hilfazer | |
2019-11-01 | Merge pull request #33202 from nekomatata/text-edit-search-usability | Rémi Verschelde | |
Improved TextEdit search usability & documentation | |||
2019-11-01 | Merge pull request #33204 from akien-mga/prevent-crash-permission-issue | Rémi Verschelde | |
Prevent crash when we can't write to editor cache or config path | |||
2019-11-01 | Merge pull request #33209 from Jummit/soft-body-tutorial | Rémi Verschelde | |
Link SoftBody tutorial in docs | |||
2019-11-01 | Merge pull request #33210 from nekomatata/pool-array-empty | Rémi Verschelde | |
Added empty() function to pool array types | |||
2019-11-01 | Merge pull request #33211 from drentsoft/os_midi_documentation_branch | Rémi Verschelde | |
Added documentation for the OS class MIDI functions. | |||
2019-11-01 | Merge pull request #33216 from nekomatata/help-editor-codeblock | Rémi Verschelde | |
Code sections improvements in editor help | |||
2019-11-01 | Merge pull request #33229 from Jummit/document-force_update_transform | Rémi Verschelde | |
Document force_update_transform | |||
2019-11-01 | Merge pull request #33232 from kraghot/Fix-Batch-Rename | Rémi Verschelde | |
Fix Batch Rename not opening | |||
2019-11-01 | Fix Batch Rename not opening | Edi Cikovic | |
2019-11-01 | document force_update_transform | Jummit | |
2019-11-01 | link SoftBody tutorial in docs and add ray_pickable property | Jummit | |
2019-11-01 | Merge pull request #33227 from SneakyFish5/patch-1 | Rémi Verschelde | |
Add new file in libogg readme | |||
2019-11-01 | Merge pull request #33221 from drentsoft/area2d_tutorial_link | Rémi Verschelde | |
Added link to Area2D tutorial in documentation. |