Age | Commit message (Expand) | Author |
2017-12-09 | Merge pull request #14384 from willnationsdev/docs-api-fix | Rémi Verschelde |
2017-12-09 | Merge pull request #14421 from PJB3005/17-12-08-fix_tilemap_occluder_offset | Rémi Verschelde |
2017-12-08 | Fix TileSet::AutotileData::ocludder_map typo | PJB3005 |
2017-12-08 | Fixes TileMap occluder offsets. | PJB3005 |
2017-12-08 | Merge pull request #14014 from kosz78/scroll-container-fix | Rémi Verschelde |
2017-12-08 | Merge pull request #13981 from Paulb23/line_highlight_and_code_folding_color | Rémi Verschelde |
2017-12-07 | Fixed is_playing funtion (was reporting wrong), closes #13928 | Juan Linietsky |
2017-12-07 | Changed current line draw order and added code folding color | Paulb23 |
2017-12-07 | [DOCS] AnimationPlayer prop API fixed | Will Nations |
2017-12-07 | Implement orbit velocity in particles (this is for 2D only, like in 2.1), clo... | Juan Linietsky |
2017-12-07 | Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774 | Juan Linietsky |
2017-12-07 | ability to keep user tracks when importing animations, closes #12801 | Juan Linietsky |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-12-07 | Merge pull request #14352 from ianb96/get_hidden_width | Rémi Verschelde |
2017-12-07 | Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eat | Rémi Verschelde |
2017-12-07 | Merge pull request #13362 from groud/fix_folding | Rémi Verschelde |
2017-12-06 | Check for icon in LineEdit::set_cursor_position | TheAspiringHacker |
2017-12-06 | fixes horizontal scrolling over hidden lines | Ian |
2017-12-07 | Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fix | Rémi Verschelde |
2017-12-06 | -Fix particles with size==0, closes #13931 | Juan Linietsky |
2017-12-06 | Merge pull request #13491 from RaXaR/master | Rémi Verschelde |
2017-12-06 | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde |
2017-12-06 | Merge pull request #13993 from willnationsdev/animationplayer-docs | Rémi Verschelde |
2017-12-06 | Fix and rewrite folding logic, closes #14005, closes #13421 | Juan Linietsky |
2017-12-06 | Merge pull request #14329 from waldson/fix-missing-stylebox-on-linkbutton | Andreas Haas |
2017-12-06 | Particles2D: Fix normal map rid. | Andreas Haas |
2017-12-06 | Fix missing stylebox for LinkButton's hover states | Waldson Patrício |
2017-12-06 | Fixed PopupMenu's submenus not showing up in certain situations. | Michael Alexsander Silva Dias |
2017-12-06 | Fix scroll enabled in case of content fit in scroll container | Konstantin Zaitsev |
2017-12-05 | Improve slang, especially in user-visible parts | Unknown |
2017-12-05 | Merge pull request #13964 from Krakean/richtextlabel_fix_deselection_bug | Rémi Verschelde |
2017-12-04 | [DOCS] AnimationPlayer new props, members/methods | Will Nations |
2017-12-04 | Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D. | Juan Linietsky |
2017-12-04 | Added a higher level wrapper for proxy texture | Juan Linietsky |
2017-12-04 | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky |
2017-12-04 | Rich Text Label: fixed deselection issue | Dmitry Koteroff |
2017-12-04 | Merge pull request #13775 from YeldhamDev/filedialog_icon | Rémi Verschelde |
2017-12-02 | TileMap Fixes | Mariano Suligoy |
2017-12-02 | Fixed FileDialog's "parent folder" button not having a texture. | Michael Alexsander Silva Dias |
2017-12-01 | Added get_popup() method to ColorPickerButton. This allows to check if the pi... | RaXaR |
2017-12-01 | Fixed crash on duplicate instanced nodes (#13432) | Konstantin Zaitsev |
2017-12-01 | Merge pull request #13216 from hoelzl/pr-fix-tile-origin-center | Poommetee Ketson |
2017-12-01 | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias |
2017-11-30 | Ported 'Exclude Parent' from Raycast2D to Raycast | Marco Masselli |
2017-11-30 | Fix PathFollow2D motion. | Ferenc Arn |
2017-11-29 | Merge pull request #13392 from cbscribe/kcc_raycast_fix | Rémi Verschelde |
2017-11-29 | Merge pull request #13379 from ianb96/lastline_scroll_fix | Rémi Verschelde |
2017-11-28 | Change RayCast2D 'Exclude Parent' to include Area2D | Chris Bradfield |
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo |
2017-11-28 | last line scroll fix when scroll_past_last_line is disabled | Ian |