summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-06-27Merge pull request #9402 from nunodonato/selectimportagainRémi Verschelde
Update import dock when editing a resource from the inspector
2017-06-26Update import dock when editing a resource from the inspector (improved version)Nuno Donato
closes #8139. (just in case it wasn't closed well enough the first time :p)
2017-06-26Merge pull request #9304 from Noshyaar/pr-saveRémi Verschelde
EditorNode: add Save/Discard/Cancel dialog
2017-06-26Merge pull request #9347 from bojidar-bg/7312-quick-input-editRémi Verschelde
Allow input mappings to be edited
2017-06-26Merge pull request #9385 from toger5/theme_item_listRémi Verschelde
margins for item list
2017-06-26Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemapsRémi Verschelde
Add one-way collisions and individual shape offsets for tilesets
2017-06-26Merge pull request #9318 from bojidar-bg/readd-normal-tilemapRémi Verschelde
Add normal map to tilemaps and tilesets
2017-06-26margins for item listtoger5
- without margins there are too little gaps on the left and the selecting looks weird - also changed the styles for selected and focus so they both have the same size
2017-06-26Merge pull request #9378 from nunodonato/selectimportRémi Verschelde
Update import dock when editing a resource from the inspector
2017-06-27EditorNode: enhance save/quit dialogPoommetee Ketson
2017-06-25style box margins for Inspector and list.toger5
2017-06-25Update import dock when editing a resource from the inspectorNuno Donato
2017-06-25Usability improvements for folding. Unfortunately SpatialMaterial broke ↵Juan Linietsky
compatibility.
2017-06-25-Added folding to property editor, persistent on objects it editsJuan Linietsky
-Some changes to tree to support this properly
2017-06-25Add one-way collisions and individual shape offsets for tilesetsBojidar Marinov
As requested in #9318 Accidentially fixes #2231 as well
2017-06-25i18n: Update template and sync translationsRémi Verschelde
2017-06-25i18n: Sync translations with WeblateRémi Verschelde
Adds Finnish translation.
2017-06-25Allow input mappings to be editedBojidar Marinov
Closes #7312
2017-06-25Ability to restart particle system with a function callJuan Linietsky
2017-06-25EditorNode: enhance quit dialogPoommetee Ketson
2017-06-25EditorNode: add Save/Discard/Cancel dialogPoommetee Ketson
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-24Merge pull request #9345 from nunodonato/animpropertiesRémi Verschelde
Update some property names for animation keys.
2017-06-24Merge pull request #9353 from Zylann/gradient_refactorJuan Linietsky
GradientTexture now uses a Gradient
2017-06-24Merge pull request #9281 from Zylann/fix_freelook_keyboardRémi Verschelde
Fixed freelook conflict with text inputs
2017-06-24Merge pull request #9249 from Noshyaar/pr-colorpickRémi Verschelde
ColorPicker: fix DPI, hue & color update issues
2017-06-24GradientTexture now uses a GradientMarc Gilleron
- Added gradient property - Deleted duplicate code
2017-06-24Capitalize template names in script dialog.Andreas Haas
2017-06-24Update some property names for animation keys.Nuno Donato
Added rect_rotation too. Fixes #9337
2017-06-23-Trigger shapes removed in 2D, they became obsolete long ago when areas ↵Juan Linietsky
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!
2017-06-23Merge pull request #9312 from BastiaanOlij/osx_exportJuan Linietsky
Osx export
2017-06-24Added Curve resourceMarc Gilleron
- New resource for curves in y(x) form - CurveTexture now has a Curve - Curve and CurveTexture share the same editor
2017-06-23Merge pull request #9307 from nunodonato/shadererrorlineThomas Herzog
highlight the correct error line in shader editor
2017-06-22project and scene swapped, sorry could never get used to it :(Juan Linietsky
Also reorganized menus a bit.
2017-06-22Add normal map to tilemaps and tilesetsBojidar Marinov
Fixes #9310
2017-06-23Reimplement export module for OSXBastiaanOlij
2017-06-22Merge pull request #9293 from MarianoGnu/masterMariano Javier Suligoy
Fix regresion on Texture Region Editor Plugin. Fixes #9282
2017-06-21highlight the correct error line in shader editorNuno Donato
2017-06-212D GPU Particles working..Juan Linietsky
2017-06-20Fix EditorImportPlugin::get_preset_countAndreas Haas
Was missing a const...
2017-06-20Fix regresion on Texture Region Editor Plugin. Fixes#9282Mariano Suligoy
2017-06-20Fixed freelook conflict with text inputsMarc Gilleron
2017-06-20Merge pull request #8407 from Jylhis/popup_item_select_hideThomas Herzog
Update PopupMenu hiding
2017-06-20ColorPicker: fix DPI, hue & color update issuesPoommetee Ketson
2017-06-19Merge pull request #9099 from kubecz3k/plugin-camera-exposeThomas Herzog
EditorPlugin can request user inputs from editor 3d view
2017-06-19Merge pull request #9256 from MarianoGnu/masterJuan Linietsky
Fix ColorPicker's screen pick functionality
2017-06-19Fix ColorPicker's screen pick functionalityMariano Suligoy
2017-06-19Fix image lock on preview image generatingKonrad Nowakowski
2017-06-17Added option to not save a scene when played.Kryptocron
2017-06-16-Fix freezes caused by etccomp2, closes #9183Juan Linietsky
-Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality.