aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Fixed bug that prevented creating polygons.redtoorange2017-07-171-1/+1
|/ / / /
* | | | Lots of work on Audio & Physics engine:Juan Linietsky2017-07-155-353/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D.
* | | | Some more typo fixes for "threshold"Rémi Verschelde2017-07-152-9/+9
| |/ / |/| | | | | | | | Looks like @reduz really does not like that word.
* | | Ability to toggle script panel visibilityJakub Grzesik2017-07-102-0/+6
| | |
* | | Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-085-23/+23
|/ /
* | Fix wrong cast to Node2D instead of ControlRémi Verschelde2017-07-081-1/+1
| | | | | | | | As reported by @sanikoyes.
* | [#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito2017-07-073-7/+7
| |
* | Ability to set rotation and scaling pivot for controls.Juan Linietsky2017-07-062-4/+55
| |
* | ItemList: expose methods, in-editor items editing supportPoommetee Ketson2017-07-042-0/+69
| |
* | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde2017-07-032-2/+2
|\ \ | | | | | | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped
| * | Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg2017-07-032-2/+2
| |/
* | Merge pull request #9465 from Zylann/curve_previewRémi Verschelde2017-07-032-0/+80
|\ \ | | | | | | Added Curve preview thumbnail
| * | Added Curve preview thumbnailMarc Gilleron2017-07-022-0/+80
| | |
* | | Script editor help: Prevent loading empty instances from layoutRémi Verschelde2017-07-021-0/+3
|/ /
* | Merge pull request #9463 from bojidar-bg/9461-fix-backcompatRémi Verschelde2017-07-011-4/+19
|\ \ | | | | | | Readd tilemap's shape_transform and bugfixes
| * | Readd tilemap's shape_transform and bugfixesBojidar Marinov2017-07-011-4/+19
| | | | | | | | | | | | This reverts commit a808f53020aa710ff81392e2349b8a39c55d2717.
* | | Animation Editor: Fix trying to stop playback without player.Andreas Haas2017-07-011-0/+4
|/ / | | | | | | Fixes #9280
* | Revert "Fix Tileset/tilemap issues related to my adding of one-way ↵Juan Linietsky2017-07-011-19/+4
| | | | | | | | collisions to them"
* | -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-304-7/+15
| | | | | | | | | | | | -Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458
* | Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov2017-06-301-4/+19
|/ | | | | | Fix bad return type in CollisionObject2D, Shape -> Shape2D. Was causing unintended null when casting. (9409) Fix a misplaced ++ operator. (9370) Fix merging with exiting tileset duplicating shapes. (9370)
* Fix curve saving, refined undo/redoMarc Gilleron2017-06-282-31/+53
|
* Merge pull request #9404 from Zylann/curve_improvementJuan Linietsky2017-06-272-44/+149
|\ | | | | Curve improvement
| * Curve featuresMarc Gilleron2017-06-262-44/+149
| | | | | | | | | | | | - Ability to set tangents as linear - Indicative min and max values - CurveTexture doesn't need min and max anymore
* | Merge pull request #9360 from GodotExplorer/pr-external-editor-language-checkRémi Verschelde2017-06-273-7/+20
|\ \ | |/ |/| Better user experience with external text editors.
| * Better user expirence with external text editors.geequlim2017-06-273-7/+20
| | | | | | | | | | Implements open_in_external_editor for subclasses of ScriptLanguage. Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor.
* | Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemapsRémi Verschelde2017-06-261-9/+4
|\ \ | | | | | | Add one-way collisions and individual shape offsets for tilesets
| * | Add one-way collisions and individual shape offsets for tilesetsBojidar Marinov2017-06-251-9/+4
| |/ | | | | | | | | As requested in #9318 Accidentially fixes #2231 as well
* | Merge pull request #9318 from bojidar-bg/readd-normal-tilemapRémi Verschelde2017-06-261-0/+2
|\ \ | |/ |/| Add normal map to tilemaps and tilesets
| * Add normal map to tilemaps and tilesetsBojidar Marinov2017-06-221-0/+2
| | | | | | | | Fixes #9310
* | Merge pull request #9345 from nunodonato/animpropertiesRémi Verschelde2017-06-241-10/+12
|\ \ | | | | | | Update some property names for animation keys.
| * | Update some property names for animation keys.Nuno Donato2017-06-241-10/+12
| | | | | | | | | | | | | | | Added rect_rotation too. Fixes #9337
* | | Merge pull request #9353 from Zylann/gradient_refactorJuan Linietsky2017-06-244-640/+1
|\ \ \ | | | | | | | | GradientTexture now uses a Gradient
| * | | GradientTexture now uses a GradientMarc Gilleron2017-06-244-640/+1
| |/ / | | | | | | | | | | | | - Added gradient property - Deleted duplicate code
* | | Merge pull request #9281 from Zylann/fix_freelook_keyboardRémi Verschelde2017-06-241-0/+5
|\ \ \ | |/ / |/| | Fixed freelook conflict with text inputs
| * | Fixed freelook conflict with text inputsMarc Gilleron2017-06-201-0/+5
| | |
* | | -Trigger shapes removed in 2D, they became obsolete long ago when areas ↵Juan Linietsky2017-06-231-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | could detect their own overlap -Added ability to disable individual collisionshape/polygon -Moved One Way Collision to shape, allowing more flexibility -Changed internals of CollisionObject, shapes are generated from child nodes on the fly, not stored inside any longer. -Modifying a CollisionPolygon2D on the fly now works, it can even be animated. Will port this to 3D once well tested. Have fun!
* | | Added Curve resourceMarc Gilleron2017-06-243-411/+640
| | | | | | | | | | | | | | | | | | - New resource for curves in y(x) form - CurveTexture now has a Curve - Curve and CurveTexture share the same editor
* | | Merge pull request #9307 from nunodonato/shadererrorlineThomas Herzog2017-06-231-1/+1
|\ \ \ | | | | | | | | highlight the correct error line in shader editor
| * | | highlight the correct error line in shader editorNuno Donato2017-06-211-1/+1
| |/ /
* | | Merge pull request #9293 from MarianoGnu/masterMariano Javier Suligoy2017-06-221-1/+1
|\ \ \ | |_|/ |/| | Fix regresion on Texture Region Editor Plugin. Fixes #9282
| * | Fix regresion on Texture Region Editor Plugin. Fixes#9282Mariano Suligoy2017-06-201-1/+1
| |/
* / 2D GPU Particles working..Juan Linietsky2017-06-212-41/+280
|/
* Merge pull request #8407 from Jylhis/popup_item_select_hideThomas Herzog2017-06-202-0/+3
|\ | | | | Update PopupMenu hiding
| * Fix #7262Jylhis2017-04-142-0/+3
| | | | | | | | | | Disable PopupMenu hiding in snap settings of the TextureRegion editor and Edit menu of the scene
* | Merge pull request #9099 from kubecz3k/plugin-camera-exposeThomas Herzog2017-06-191-3/+10
|\ \ | | | | | | EditorPlugin can request user inputs from editor 3d view
| * | EditorPlugin can request user inputs from editor 3d viewUnknown2017-06-121-3/+10
| | |
* | | Fix image lock on preview image generatingKonrad Nowakowski2017-06-191-1/+2
| | |
* | | Fixed ‘CreateNewAnimation’ window wrong size.ageazrael2017-06-161-8/+7
| | |
* | | Increase the default perspective camera FOVHugo Locurcio2017-06-161-2/+2
| | | | | | | | | | | | | | | This does not affect existing projects, but will affect newly-created editor settings and Camera nodes.
* | | renamed occurances of ColorRamp with GradientKarroffel2017-06-142-33/+33
| | | | | | | | | | | | ColorRamp got renamed to Gradient recently, reduz missed some occurances though.