Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-30 | Merge pull request #32934 from ajweeks/fix-scale-origin | Rémi Verschelde | |
Fix 2D scale gizmo placement | |||
2019-10-29 | Merge pull request #33091 from MCrafterzz/fix10567 | Rémi Verschelde | |
Improved project creation UX | |||
2019-10-29 | Merge pull request #33147 from mikkac/33135 | Rémi Verschelde | |
Fixed disconnecting not connected signal | |||
2019-10-29 | Improved UX of selecting directories in (Editor)FileDialog by hiding unused ↵ | MCrafterzz | |
gui elements and moving the drive selection | |||
2019-10-29 | Removes translations from generated visual shader code | Yuri Roubinsky | |
2019-10-29 | Fixed disconnecting not connected signal | Mikolaj Kaczmarek | |
2019-10-28 | Merge pull request #33120 from YeldhamDev/popup_dialog_panel_style | Rémi Verschelde | |
Add "panel" style to PopupDialog | |||
2019-10-28 | Merge pull request #33104 from qarmin/fix_some_crashes | Rémi Verschelde | |
Fix some crashes and using null pointers | |||
2019-10-28 | Merge pull request #33097 from clayjohn/GLES2-HTML-sampler_limit | Rémi Verschelde | |
Fixed using compressed textures and add work around for firefox webgl mesa sampler limit | |||
2019-10-28 | Merge pull request #33119 from creikey/fix-quote-malfunction | Rémi Verschelde | |
Remove duplicate quote in displayed quote type | |||
2019-10-28 | Fix some crashes and using null pointers | Rafał Mikrut | |
2019-10-27 | Fixed using compressed textures and add work around for firefox webgl mesa ↵ | clayjohn | |
sampler limit | |||
2019-10-27 | Add "panel" style to PopupDialog | Michael Alexsander | |
2019-10-27 | Remove duplicate quote in displayed quote type | Cameron Reikes | |
- fixes #32688 - fixes #32593 | |||
2019-10-27 | Merge pull request #33066 from Tabas32/fix_indentation | Rémi Verschelde | |
Fixed indenting issue with comment at end of line | |||
2019-10-27 | Improve performance of connection info in the script editor | Paulb23 | |
2019-10-27 | Merge pull request #33032 from Calinou/filedialog-scroll-to-top | Rémi Verschelde | |
Scroll back to the top after opening a directory in FileDialog | |||
2019-10-27 | Merge pull request #31943 from codecustard/Fixes_invalid_frames_on_reverse_anim | Rémi Verschelde | |
Fixes Reverse Animation Starting on First Frame | |||
2019-10-26 | Merge pull request #32657 from ptrojahn/lines | Rémi Verschelde | |
Fix draw_rect | |||
2019-10-26 | Fix text minimap crash when last line is folded | Paulb23 | |
2019-10-25 | Merge pull request #32870 from bergmannf/27850_rtl_bold_italic | Rémi Verschelde | |
Add push_* methods for fonts in rich_text_label | |||
2019-10-25 | Merge pull request #33065 from Calinou/textedit-fix-background-color | Rémi Verschelde | |
Fix the default TextEdit background color | |||
2019-10-25 | Just initialization, needed by compiler | Marian | |
2019-10-25 | Fixed indenting issue with comment at end of line | Marian | |
2019-10-25 | Fix the default TextEdit background color | Hugo Locurcio | |
This closes #32724. | |||
2019-10-25 | Merge pull request #32951 from Klowner/tween-follow-null-bug | Rémi Verschelde | |
fix Tween follow_property finishing with null | |||
2019-10-25 | Merge pull request #33046 from zatherz/master | Rémi Verschelde | |
Don't terminate search if begin_key doesn't fit (Fixes #33034) | |||
2019-10-25 | Merge pull request #33045 from nekomatata/cpu-particle-uninitialized-member | Rémi Verschelde | |
Fixed emitting not initialized correctly in cpu particles 2d/3d | |||
2019-10-24 | Don't terminate search if begin_key doesn't fit | Zatherz | |
Previously this code would continue onto the next iteration of the loop if the line was smaller in size than begin_key, meaning that a situation where begin_key.length() > end_key.length() would cause weird behavior with newlines. Now both the checks for begin_key and end_key are in their own condition and do not skip the entire iteration if they can't be found. | |||
2019-10-24 | Fixed emitting not initialized correctly in cpu particles 2d/3d | PouleyKetchoupp | |
Fixes uninitialized variable caused by PR #32921 | |||
2019-10-24 | Fix rendering tooltip | volzhs | |
2019-10-24 | Scroll back to the top after opening a directory in FileDialog | Hugo Locurcio | |
This also changes the behavior in EditorFileDialog. This closes #26041. | |||
2019-10-24 | Refactor VideoPlayer and VideoStream | SeleckyErik | |
VideoStream: - Fix const correctenss VideoPlayer: - Remove unused member variable last_frame - Move _mix_audios function definition to source file - Fix function parameter naming to match p_ convention - Fix const correctness - Add null checking | |||
2019-10-23 | Fix Tween follow_property finishing with null | Mark Riedesel | |
2019-10-23 | Merge pull request #33006 from Chaosus/fix_billboard_bug | Rémi Verschelde | |
Allows change Sprite3D scale if Billboard mode is enabled | |||
2019-10-23 | Allows change Sprite3D scale if Billboard mode is enabled | Yuri Roubinsky | |
2019-10-23 | Merge pull request #32998 from rxlecky/theme-refactor | Rémi Verschelde | |
Theme code refactoring | |||
2019-10-23 | Merge pull request #32972 from codecustard/fix_spinbox_not_releasingfocus | Rémi Verschelde | |
Fixes spinbox not releasing focus on value change | |||
2019-10-23 | Merge pull request #32992 from KoBeWi/AUTOVECTORZ | Rémi Verschelde | |
Auto-increment frame_coords when keying | |||
2019-10-22 | Shadows Now Properly Translate by RichTextEffect offset. | Eoin O'Neill | |
Bugfix 32981. | |||
2019-10-23 | Theme code refactoring | SeleckyErik | |
- Move GDScript-exposed function definitions from header to source file - Add null check to functions taking list pointers as parameters - Call clear() in copy_theme() if null is passed | |||
2019-10-22 | Merge pull request #32924 from ajweeks/add-ruler-arcs | Rémi Verschelde | |
Draw arcs to indicate angles being measured by ruler | |||
2019-10-22 | Merge pull request #32796 from Paulb23/set_text_caret | Rémi Verschelde | |
Changed `set_text` to place caret at start of the text. | |||
2019-10-22 | Merge pull request #32940 from nekomatata/text-edit-clear-colors | Rémi Verschelde | |
TextEdit syntax highlighting fixes | |||
2019-10-22 | Merge pull request #32965 from volzhs/richtextlabel-scroll-active | Rémi Verschelde | |
Fix scrolling RichTextLabel with scroll_active=false | |||
2019-10-22 | Auto-increment frame_coords when keying | Tomasz Chabora | |
2019-10-22 | Merge pull request #32989 from nekomatata/fix-crash-rename-state | Rémi Verschelde | |
Fixed crashes when renaming a state in AnimationNodeStateMachineEditor | |||
2019-10-22 | Fix canvas scale gizmo placement | AJ Weeks | |
2019-10-22 | Fixed crashes when renaming a state in AnimationNodeStateMachineEditor | PouleyKetchoupp | |
Recursive calls to Control::_modal_stack_remove could cause a crash because of the list element not being invalidated while being erased from the list. It happens in the state machine case by hiding a line edit control when it loses focus. Fixes #23808 | |||
2019-10-22 | Merge pull request #32927 from Muller-Castro/ShapeCenteredFix | Rémi Verschelde | |
Fixed TouchScreenButton::shape_centered having no effect |