aboutsummaryrefslogtreecommitdiff
path: root/scene/resources
Commit message (Expand)AuthorAgeFilesLines
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-12108-108/+108
* Curve2D/3D: Add clear_points method.Andreas Haas2017-01-122-0/+21
* Reused Button styleboxes for ButtonArrayZher Huei Lee2017-01-121-11/+10
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-022-26/+26
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-021-1/+0
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-023-24/+24
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-021-26/+26
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-302-0/+4
* Fix #5959, contrasting texture for toggled buttonPawel Kowal2016-10-171-0/+0
* Expose more 2D/3D physics options in project settingsFabio Alessandrelli2016-10-093-6/+5
* Add scrolling to Tree control in Drag and Drop modePawel Kowal2016-10-091-0/+2
* Expose light shadow color to canvas item shadersPedro J. Estébanez2016-09-181-0/+4
* DynamicFont caches now accounts for texture flagsZher Huei Lee2016-08-022-65/+67
* Added extra spacing support for DynamicFontZher Huei Lee2016-08-022-5/+75
* Added texture mipmaps and filtering to DynamicFontZher Huei Lee2016-08-022-10/+88
* World2D: Fix typo in default_density deprecation checkRémi Verschelde2016-07-281-1/+1
* Merge pull request #5832 from Algrin6/patch-1Juan Linietsky2016-07-241-3/+3
|\
| * Fix curve bugAlgrin62016-07-211-3/+3
* | SurfaceTool add_index method exposed to scripts.Saracen2016-07-221-0/+1
* | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky2016-07-211-9/+42
* | Remove "SMOOTH BEGIN?" messagevolzhs2016-07-211-2/+0
|/
* Fixed properly not save signals that already exist in their base scenes, clos...Juan Linietsky2016-07-193-30/+27
* WIP bugfix for existing connectionsJuan Linietsky2016-07-192-15/+107
* Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde2016-07-192-0/+1644
* Property convert images to RGBA before applying hq2x, fixes #5168Juan Linietsky2016-07-181-2/+6
* properly fixed notificaitons for theme changed, closes #5774Juan Linietsky2016-07-181-0/+15
* Add a function to notify font users that the font changed. Closes #5774Juan Linietsky2016-07-182-0/+7
* Merge pull request #5757 from Razzlegames/blendIndexFixRémi Verschelde2016-07-181-1/+1
|\
| * Could not use pre multiply alpha for material in editorKyle Luce2016-07-171-1/+1
* | Merge pull request #5657 from Paulb23/block_caretRémi Verschelde2016-07-181-0/+1
|\ \ | |/ |/|
| * Added block caret to TextEditPaulb232016-07-121-0/+1
* | Merge pull request #5467 from RandomShaper/enhance-tidy-extensionsJuan Linietsky2016-07-162-1644/+0
|\ \ | |/ |/|
| * Homogeinize resource formats loaders/saversPedro J. Estébanez2016-06-282-1644/+0
* | Removed duplicate colorPaulb232016-07-111-1/+0
* | Expose colors to themePaulb232016-07-111-0/+7
* | Add function to get the list of samples, closes #5561Juan Linietsky2016-07-102-3/+20
* | Merge pull request #5589 from akien-mga/pr-unused-varRémi Verschelde2016-07-094-28/+3
|\ \
| * | Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-084-28/+3
* | | classref: Fix arg name for is_action_pressed/releasedRémi Verschelde2016-07-081-1/+1
|/ /
* / Make both signals be ordered and samplelibrary items too, fixes scenes changi...Juan Linietsky2016-06-302-1/+13
|/
* Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky2016-06-282-22/+35
* Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-06-281-1/+3
* Make most resources (save for packedscenes and scripts) reload if they change...Juan Linietsky2016-06-275-5/+4
* Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde2016-06-262-22/+3
* Merge pull request #5307 from MarianoGnu/masterRémi Verschelde2016-06-262-0/+10
|\
| * Modify margins with mouse inputMarianoGNU2016-06-202-0/+10
* | Merge pull request #5397 from djrm/gizmos_fixRémi Verschelde2016-06-2522-0/+0
|\ \
| * | Added high resolution icons for the Gizmos, fixes #1638Daniel J. Ramirez2016-06-2422-0/+0
* | | Merge pull request #5386 from Paulb23/code_completion_color_themeRémi Verschelde2016-06-241-0/+3
|\ \ \ | |/ / |/| |
| * | Exposed code completion colors to the text edit themePaulb232016-06-241-0/+3