Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-08 | Merge pull request #14014 from kosz78/scroll-container-fix | Rémi Verschelde | |
Fix scroll enabled in case of content fit in scroll container | |||
2017-12-08 | Merge pull request #13981 from Paulb23/line_highlight_and_code_folding_color | Rémi Verschelde | |
Changed current line draw order and added code folding colour | |||
2017-12-07 | Fixed is_playing funtion (was reporting wrong), closes #13928 | Juan Linietsky | |
Made error reporting to opcode_set in gdscript a bit clearer | |||
2017-12-07 | Changed current line draw order and added code folding color | Paulb23 | |
2017-12-07 | Implement orbit velocity in particles (this is for 2D only, like in 2.1), ↵ | Juan Linietsky | |
closes #12764 Fixed tangential velocity (was broken) | |||
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 | |
Fixes horizontal scrolling over hidden lines | |||
2017-12-07 | Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eat | Rémi Verschelde | |
Check for icon in LineEdit::set_cursor_position | |||
2017-12-07 | Merge pull request #13362 from groud/fix_folding | Rémi Verschelde | |
Fixes folding of blank lines | |||
2017-12-06 | Check for icon in LineEdit::set_cursor_position | TheAspiringHacker | |
Fixes #14340 | |||
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 | |
Fixed PopupMenu's submenus not showing up in certain situations | |||
2017-12-06 | -Fix particles with size==0, closes #13931 | Juan Linietsky | |
-Fixed material previews (dont show sphere unless for spatial) | |||
2017-12-06 | Merge pull request #13491 from RaXaR/master | Rémi Verschelde | |
Added get_popup() method to ColorPickerButton... | |||
2017-12-06 | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | |
Add disabled theme to TextEdit | |||
2017-12-06 | Merge pull request #13993 from willnationsdev/animationplayer-docs | Rémi Verschelde | |
[DOCS] AnimationPlayer new props, members/methods [ci skip] | |||
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 | |
Fix missing stylebox for LinkButton's hover states | |||
2017-12-06 | Particles2D: Fix normal map rid. | Andreas Haas | |
Looks like a Copy & Paste error, fixes #14334. | |||
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 | |
Rich Text Label: fixed deselection issue | |||
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 | |
-Properly use hierarchy to initialize resources local to scene (solves problem of GUI in 3D) | |||
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 | |
Fixed FileDialog's "parent folder" button not having a texture | |||
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 ↵ | RaXaR | |
picker is open or not using Popup signals. Ammend: Added docs for the method. | |||
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 | |
Fix displacement for centered tilemaps | |||
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 | |
Fixes #13361. | |||
2017-11-29 | Merge pull request #13392 from cbscribe/kcc_raycast_fix | Rémi Verschelde | |
Fix RayCast2D 'Exclude Parent' to include Area2D | |||
2017-11-29 | Merge pull request #13379 from ianb96/lastline_scroll_fix | Rémi Verschelde | |
Scroll to Last Line fix | |||
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 | |
2017-11-28 | Fixes folding of blank lines | Gilles Roudiere | |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo | |
2017-11-27 | Some improvements to file/dir open/save dialogs: | Dmitry Koteroff | |
1. Removed "..", instead you now will see "Select Current Folder" and "Select this Folder" buttons. 2. Added "go to parent folder" (^) button to Save a File dialog. 3. Tree.cpp: "nothing_selected" signal has been re-made (previous implementation, merged in #13308, wasn't optimal in context of performance) 4. Fixed issue in Project Export dialog: MODE_SAVE_FILE wasn't set when you click "Export". 5. Now you can deselect items by clicking on empty space in Open a Directory dialog. | |||
2017-11-27 | Switch to textureLod for parallax offset, avoids errors on UWP. | Juan Linietsky | |
2017-11-27 | Fix displacement for centered tilemaps | Matthias Hoelzl | |
- Fixes tile and collision placement for tilemaps with `tile_origin` set to `TILE_ORIGIN_CENTER`. - Also fixes a bug in the offset computation for collision shapes with `flip_v` flag set to true if `tile_origin` is `TILE_ORIGIN_BOTTOM_LEFT`. |