aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #5742 from Ovnuniarchos/TreeItemSetButtonRémi Verschelde2016-07-181-0/+1
|\ \ \ \ \
| * | | | | TreeItem.set_button exposed.Ovnuniarchos2016-07-161-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde2016-07-181-0/+2
|\ \ \ \ \
| * | | | | Fixed breakpoint gutter toggle not updating when game is running, issue 5712Paulb232016-07-151-0/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #5657 from Paulb23/block_caretRémi Verschelde2016-07-183-17/+44
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Added block caret to TextEditPaulb232016-07-123-17/+44
| |/ / /
* | | | Merge pull request #5755 from TheHX/issue-5716Rémi Verschelde2016-07-171-1/+3
|\ \ \ \
| * | | | Fix empty reference pages after restarting GodotFranklin Sobrinho2016-07-171-1/+3
| |/ / /
* | / / Remove some noisy debug printsRémi Verschelde2016-07-171-4/+0
| |/ / |/| |
* | | MenuButton: Fix regressionIgnacio Etcheverry2016-07-161-1/+1
* | | MenuButton: Avoid event propagation if handled as hotkeyIgnacio Etcheverry2016-07-161-1/+2
* | | Merge pull request #5467 from RandomShaper/enhance-tidy-extensionsJuan Linietsky2016-07-163-1662/+0
|\ \ \ | |/ / |/| |
| * | Homogeinize resource formats loaders/saversPedro J. Estébanez2016-06-283-1662/+0
* | | Merge pull request #5638 from TheHX/tree-buttonsRémi Verschelde2016-07-121-1/+1
|\ \ \
| * | | Fix tree drawing the pressed stylebox in all buttons in the columnFranklin Sobrinho2016-07-101-1/+1
* | | | Removed duplicate colorPaulb232016-07-111-1/+0
* | | | Expose highlight all occurrencesPaulb232016-07-112-0/+9
* | | | Expose show line numbersPaulb232016-07-112-1/+11
* | | | Expose colors to themePaulb232016-07-111-0/+7
* | | | Added completion font colorsPaulb232016-07-112-1/+3
* | | | Merge pull request #4854 from Razzlegames/screenToLocalJuan Linietsky2016-07-112-0/+12
|\ \ \ \
| * | | | Conversion function for screen coords to local Canvas coordsKyle Luce2016-07-102-0/+12
| |/ / /
* | | | Merge pull request #5627 from Paulb23/fixed_highlighting_highlighted_sectionRémi Verschelde2016-07-101-0/+6
|\ \ \ \
| * | | | Fixed highlight all occurrences highlighing highlighted sectionPaulb232016-07-101-0/+6
* | | | | Merge pull request #5270 from lonesurvivor/masterJuan Linietsky2016-07-102-3/+36
|\ \ \ \ \
| * | | | | Added Tile Origin = Bottom Left option to the TileMapPatrick Reh2016-06-202-3/+36
* | | | | | Merge pull request #5352 from m4nu3lf/masterJuan Linietsky2016-07-102-51/+124
|\ \ \ \ \ \
| * | | | | | AnimationTreePlayer filters improvedm4nu3lf2016-06-222-51/+124
* | | | | | | Merge pull request #5606 from akien-mga/pr-rtl-raw-textJuan Linietsky2016-07-101-5/+6
|\ \ \ \ \ \ \
| * | | | | | | RichTextLabel: Fix adding raw text when bbcode is disabledRémi Verschelde2016-07-091-5/+6
* | | | | | | | Add function to get the list of samples, closes #5561Juan Linietsky2016-07-102-3/+20
* | | | | | | | Merge pull request #5490 from timoschwarzer/masterJuan Linietsky2016-07-102-0/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Camera2D header for align()Timo Schwarzer2016-06-301-1/+1
| * | | | | | | | Add align() to realign the Camera2D to its tracked nodeTimo Schwarzer2016-06-292-0/+25
| * | | | | | | | Add reset_smoothing() for immediately fixing the camera to the destination lo...Timo Schwarzer2016-06-292-0/+8
* | | | | | | | | Merge pull request #5489 from jejung/richtextlabel-get_textJuan Linietsky2016-07-102-0/+20
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Adding support to get the raw text without formatting information from a Rich...Jean Jung2016-06-292-0/+20
| |/ / / / / / /
* | | | | / / / LineEdit placeholder now accepts translated strings.Ovnuniarchos2016-07-101-1/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | line/col label was changing size with each cursor move, forcing the GUI to re...Juan Linietsky2016-07-091-1/+3
* | | | | | | Changed tree so shift-selection skips folded children, closes #5515Juan Linietsky2016-07-092-5/+5
* | | | | | | Merge pull request #5589 from akien-mga/pr-unused-varRémi Verschelde2016-07-0910-75/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-0810-75/+9
* | | | | | | classref: Fix arg name for is_action_pressed/releasedRémi Verschelde2016-07-081-1/+1
* | | | | | | Fix own world option of Viewport.Franklin Sobrinho2016-07-081-1/+1
|/ / / / / /
* | | | | | Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-0714-158/+1
* | | | | | Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422Juan Linietsky2016-07-065-1/+27
* | | | | | Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky2016-07-062-3/+21
* | | | | | Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky2016-07-061-0/+1
* | | | | | Fix TreeItem range editing by dragging on the inspectorFranklin Sobrinho2016-07-041-1/+1
* | | | | | Fix completion string check when column = 0George Marques2016-07-031-1/+1