summaryrefslogtreecommitdiffstats
path: root/scene/resources
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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
* | | Merge pull request #5362 from J08nY/pngRémi Verschelde2016-06-23106-105/+105
|\ \ \
| * | | Fixed iCCp chunk in pngsJ08nY2016-06-22106-105/+105
| |/ /
* / / Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky2016-06-228-13/+13
|/ /
* | Merge pull request #5344 from Paulb23/code_completion_colorsRémi Verschelde2016-06-221-7/+0
|\ \
| * | Added code completion existing color settingPaulb232016-06-211-1/+0
| * | Added code completion selected color settingPaulb232016-06-211-6/+0