summaryrefslogtreecommitdiffstats
path: root/scene/resources
Commit message (Expand)AuthorAgeFilesLines
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-01108-108/+108
* Curve2D/3D: Add clear_points method.Andreas Haas2016-12-032-0/+21
* Reused Button styleboxes for ButtonArrayZher Huei Lee2016-11-191-11/+10
* Made background and symbol color follow the color APIPaulb232016-11-061-0/+1
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-012-26/+26
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-1/+0
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-013-24/+24
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-26/+26
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-172-0/+4
* Fix #5959, contrasting texture for toggled buttonPawel Kowal2016-10-101-0/+0
* Expose more 2D/3D physics options in project settingsFabio Alessandrelli2016-10-033-6/+5
* Merge pull request #6529 from pkowal1982/scrolltreeRémi Verschelde2016-10-031-0/+2
|\
| * Add scrolling to Tree control in Drag and Drop modePawel Kowal2016-09-171-0/+2
* | Merge pull request #6414 from RandomShaper/improve-shader-shadowRémi Verschelde2016-09-171-0/+4
|\ \ | |/ |/|
| * Expose light shadow color to canvas item shadersPedro J. Estébanez2016-09-071-0/+4
* | -Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky2016-09-132-8/+25
|/
* -Added focus to comment nodeJuan Linietsky2016-09-023-0/+7
* More improvements to visual script..Juan Linietsky2016-08-311-0/+4
* More visual script workJuan Linietsky2016-08-254-0/+13
* prettier connections for graph editJuan Linietsky2016-08-234-2/+4
* Some new icons for visual script and graphsDaniel J. Ramirez2016-08-084-2/+82
* Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-065-1/+16
* VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-052-1/+24
* Concluded base visual scripting! can edit but not run though.Juan Linietsky2016-08-043-0/+8
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-08-024-42/+192
|\
| * DynamicFont caches now accounts for texture flagsZher Huei Lee2016-08-022-66/+68
| * 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
* | | WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-024-27/+27
|/ /
* | 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