| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Memory leak and crash fixes | Rafał Mikrut | 2019-11-10 | 3 | -1/+10 |
| * | Merge pull request #33238 from qarmin/other_fixes | Rémi Verschelde | 2019-11-01 | 4 | -2/+11 |
| |\ | |||||
| | * | Fix some crashes, overflows and using variables without values | Rafał Mikrut | 2019-11-01 | 4 | -2/+11 |
| * | | Merge pull request #33233 from hilfazer/dollar-quoted-autocomplete | Rémi Verschelde | 2019-11-01 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | $ autocompletion keeps quotation | hilfazer | 2019-11-01 | 1 | -0/+1 |
| * | | | Merge pull request #33202 from nekomatata/text-edit-search-usability | Rémi Verschelde | 2019-11-01 | 2 | -4/+12 |
| |\ \ \ | |||||
| | * | | | Improved TextEdit search usability & documentation | PouleyKetchoupp | 2019-10-31 | 2 | -4/+12 |
| * | | | | Merge pull request #33209 from Jummit/soft-body-tutorial | Rémi Verschelde | 2019-11-01 | 1 | -2/+5 |
| |\ \ \ \ | |||||
| | * | | | | link SoftBody tutorial in docs and add ray_pickable property | Jummit | 2019-11-01 | 1 | -2/+5 |
| * | | | | | Make the editor dimming smarter | Michael Alexsander | 2019-10-31 | 2 | -4/+13 |
| | |_|_|/ |/| | | | |||||
| * | | | | Merge pull request #32934 from ajweeks/fix-scale-origin | Rémi Verschelde | 2019-10-30 | 2 | -0/+7 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | Fix canvas scale gizmo placement | AJ Weeks | 2019-10-22 | 2 | -0/+7 |
| * | | | | Merge pull request #33091 from MCrafterzz/fix10567 | Rémi Verschelde | 2019-10-29 | 2 | -11/+16 |
| |\ \ \ \ | |||||
| | * | | | | Improved UX of selecting directories in (Editor)FileDialog by hiding unused g... | MCrafterzz | 2019-10-29 | 2 | -11/+16 |
| * | | | | | Merge pull request #33147 from mikkac/33135 | Rémi Verschelde | 2019-10-29 | 3 | -3/+9 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fixed disconnecting not connected signal | Mikolaj Kaczmarek | 2019-10-29 | 3 | -3/+9 |
| | | |_|_|/ | |/| | | | |||||
| * / | | | | Removes translations from generated visual shader code | Yuri Roubinsky | 2019-10-29 | 1 | -2/+2 |
| |/ / / / | |||||
| * | | | | Merge pull request #33120 from YeldhamDev/popup_dialog_panel_style | Rémi Verschelde | 2019-10-28 | 2 | -2/+7 |
| |\ \ \ \ | |||||
| | * | | | | Add "panel" style to PopupDialog | Michael Alexsander | 2019-10-27 | 2 | -2/+7 |
| * | | | | | Merge pull request #33104 from qarmin/fix_some_crashes | Rémi Verschelde | 2019-10-28 | 2 | -1/+3 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix some crashes and using null pointers | Rafał Mikrut | 2019-10-28 | 2 | -1/+3 |
| * | | | | | | Merge pull request #33097 from clayjohn/GLES2-HTML-sampler_limit | Rémi Verschelde | 2019-10-28 | 1 | -23/+45 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fixed using compressed textures and add work around for firefox webgl mesa sa... | clayjohn | 2019-10-27 | 1 | -23/+45 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #33119 from creikey/fix-quote-malfunction | Rémi Verschelde | 2019-10-28 | 1 | -1/+2 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| | * | | | | | Remove duplicate quote in displayed quote type | Cameron Reikes | 2019-10-27 | 1 | -1/+2 |
| * | | | | | | Merge pull request #33066 from Tabas32/fix_indentation | Rémi Verschelde | 2019-10-27 | 1 | -20/+41 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Just initialization, needed by compiler | Marian | 2019-10-25 | 1 | -2/+2 |
| | * | | | | | | Fixed indenting issue with comment at end of line | Marian | 2019-10-25 | 1 | -20/+41 |
| * | | | | | | | Improve performance of connection info in the script editor | Paulb23 | 2019-10-27 | 2 | -4/+16 |
| * | | | | | | | Merge pull request #33032 from Calinou/filedialog-scroll-to-top | Rémi Verschelde | 2019-10-27 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Scroll back to the top after opening a directory in FileDialog | Hugo Locurcio | 2019-10-24 | 1 | -0/+4 |
| * | | | | | | | | Merge pull request #31943 from codecustard/Fixes_invalid_frames_on_reverse_anim | Rémi Verschelde | 2019-10-27 | 1 | -2/+6 |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| | * | | | | | | | Fixes Reverse Animation Starting on First Frame | Emmanuel Barroga | 2019-10-16 | 1 | -2/+6 |
| * | | | | | | | | Merge pull request #32657 from ptrojahn/lines | Rémi Verschelde | 2019-10-26 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||||
| | * | | | | | | | Fix draw_rect | Paul Trojahn | 2019-10-11 | 1 | -6/+6 |
| * | | | | | | | | Fix text minimap crash when last line is folded | Paulb23 | 2019-10-26 | 1 | -0/+4 |
| * | | | | | | | | Merge pull request #32870 from bergmannf/27850_rtl_bold_italic | Rémi Verschelde | 2019-10-25 | 2 | -0/+45 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add push_* methods for fonts in rich_text_label | Florian Bergmann | 2019-10-16 | 2 | -0/+45 |
| | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #33065 from Calinou/textedit-fix-background-color | Rémi Verschelde | 2019-10-25 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix the default TextEdit background color | Hugo Locurcio | 2019-10-25 | 1 | -1/+1 |
| * | | | | | | | | | Merge pull request #32951 from Klowner/tween-follow-null-bug | Rémi Verschelde | 2019-10-25 | 2 | -5/+42 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| | * | | | | | | | | Fix Tween follow_property finishing with null | Mark Riedesel | 2019-10-23 | 2 | -5/+42 |
| * | | | | | | | | | Merge pull request #33046 from zatherz/master | Rémi Verschelde | 2019-10-25 | 1 | -33/+34 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Don't terminate search if begin_key doesn't fit | Zatherz | 2019-10-24 | 1 | -33/+34 |
| | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #33045 from nekomatata/cpu-particle-uninitialized-member | Rémi Verschelde | 2019-10-25 | 2 | -4/+8 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | Fixed emitting not initialized correctly in cpu particles 2d/3d | PouleyKetchoupp | 2019-10-24 | 2 | -4/+8 |
| | |/ / / / / / / | |||||
| * | | | | / / / | Fix rendering tooltip | volzhs | 2019-10-24 | 1 | -1/+3 |
| | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | | Refactor VideoPlayer and VideoStream | SeleckyErik | 2019-10-24 | 3 | -10/+22 |
| * | | | | | | | Merge pull request #33006 from Chaosus/fix_billboard_bug | Rémi Verschelde | 2019-10-23 | 1 | -4/+3 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Allows change Sprite3D scale if Billboard mode is enabled | Yuri Roubinsky | 2019-10-23 | 1 | -4/+3 |
