Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-24 | Merge pull request #19693 from nhair/import-project-via-zip | Rémi Verschelde | |
Add ability to import projects via ZIP archive. | |||
2018-07-23 | Merge pull request #12678 from AndreaCatania/soft | Juan Linietsky | |
Soft body | |||
2018-07-23 | Implemented Soft body | AndreaCatania | |
- Soft Body Physics node - Soft Body Rendering - Soft body Editor - Soft body importer | |||
2018-07-23 | Fix issues with CPUParticles and related conversion from Particles. Closes ↵ | Juan Linietsky | |
#20126 | |||
2018-07-22 | Merge pull request #20136 from ↵ | Rémi Verschelde | |
ordigdug/Inspector-fix-remote-debug-view-changing-after-exit-game Fix -inspector- remote debug view not changing to current scene a… | |||
2018-07-20 | Add editor highlight for type-safe lines | George Marques | |
The line number is hightlighted to indicate that the line contains only type-safe code. | |||
2018-07-20 | Use type hints to improve completion | George Marques | |
- Allow type hints to be completed. - Use type information to infer completion candidates. - Show typed function signature in tooltip. - Add type hints when completing declaration from virtual functions (optional). | |||
2018-07-20 | Merge pull request #20312 from Nufflee/fix-#20171 | Juan Linietsky | |
Fix #20171. | |||
2018-07-20 | -Fix tooltips in inspector, now they show as rich text. | Juan Linietsky | |
2018-07-20 | Fix #20171. | Nufflee | |
2018-07-20 | Make Update Spinner popup use radio items | Michael Alexsander Silva Dias | |
2018-07-20 | Fix build issues and typos after c69de2ba4 | Rémi Verschelde | |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky | |
-Project/Editor settings now show tooltips properly -Settings thar require restart now will show a restart warning -Video driver is now visible all the time, can be changed easily -Added function to request current video driver | |||
2018-07-19 | Merge pull request #20117 from ↵ | Rémi Verschelde | |
ordigdug/inspector-fix-inconsistencies-with-exported-enums Fix -new inspector- Inconsistencies with exported enums - Fixes remai… | |||
2018-07-18 | Improvements to vector fields, show axis in color with a background | Juan Linietsky | |
2018-07-18 | Fix -new inspector- Inconsistencies with exported enums - Fixes remaining ↵ | ordigdug | |
issues in #19534 | |||
2018-07-18 | Several improvements to editor inspector usability and style | Juan Linietsky | |
2018-07-18 | Fix spin slider, was not registering drag properly | Juan Linietsky | |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde | |
2018-07-18 | Merge pull request #20242 from akien-mga/export-preset-reload | Max Hilbrunner | |
Export: Properly reload preset when opening dialog | |||
2018-07-18 | Export: Properly reload preset when opening dialog | Rémi Verschelde | |
Fixes #20119 where newly installed templates were not detected. Also fix a bug with preset deletion where it would attempt to edit an already removed preset. For this I made it so that ItemList::deselect_all() also resets `current` to -1, as a manual ItemList::deselect(idx) already does. | |||
2018-07-18 | Export filters: Relax match to allow paths without leading res:// | Rémi Verschelde | |
Previously to include "file.txt", you had to set either "res://file.txt", "*file.txt" or "*.txt" as filter. Now you can use "file.txt". | |||
2018-07-18 | Merge pull request #20185 from volzhs/audio-preview | Rémi Verschelde | |
Add audio preview to Inspector dock | |||
2018-07-18 | Merge pull request #20227 from volzhs/fix-copy-ttf | Rémi Verschelde | |
Fix copying ttf, otf by DND to editor | |||
2018-07-18 | Fix copying ttf, otf by DND to editor | volzhs | |
regression from d65ac7378c77648124e0e8acd09cea8fd0d104cd | |||
2018-07-17 | Merge pull request #20186 from Yar-Mukhamedov/master | Rémi Verschelde | |
A fix for the export templates installation error... | |||
2018-07-17 | Merge pull request #20220 from volzhs/texture-size | Rémi Verschelde | |
Fix preview texture size on Inspector | |||
2018-07-17 | Merge pull request #18535 from sketchyfun/new_mirror_path_handles | Max Hilbrunner | |
Added curve in/out (tangent) handle mirroring | |||
2018-07-17 | Fix export templates installation error... | Yar-Mukhamedov | |
2018-07-17 | Merge pull request #18717 from Essojadojef/fix-inputmap-categories | Max Hilbrunner | |
Fix all Input Map actions expand when an event is modified | |||
2018-07-17 | Merge pull request #20217 from akien-mga/layer-tooltip | Max Hilbrunner | |
Inspector: Add bit/value info to layer tooltip | |||
2018-07-17 | Fix preview texture size on Inspector | volzhs | |
2018-07-17 | Add audio stream preview to Inspector dock | volzhs | |
2018-07-17 | Merge pull request #20131 from ibrahn/fix-connection-dialog-make-function | Rémi Verschelde | |
fixed connection dialog's creation of script functions. | |||
2018-07-17 | Inspector: Add bit/value info to layer tooltip | Rémi Verschelde | |
Fixes #20213. | |||
2018-07-17 | Merge pull request #20176 from Chaosus/vs_namefixes | Rémi Verschelde | |
Several name fixes for visual shaders | |||
2018-07-17 | Merge pull request #20147 from ibrahn/fix-move-file-dialog | Rémi Verschelde | |
fix for moving file using filesystem dock context menu. | |||
2018-07-16 | Finally figured out how to implement AnimatedTexture properly. | Juan Linietsky | |
2018-07-16 | Merge pull request #20169 from Chaosus/rightclick_vs | Thomas Herzog | |
Visual shaders - make "Add node" menu showed by right click | |||
2018-07-16 | Merge pull request #20112 from nunodonato/openvisualeditorbutton | Thomas Herzog | |
Open visual editor when "open editor" button in the inspector is pressed | |||
2018-07-16 | Merge pull request #20167 from Chaosus/fix_vshader_bug | Thomas Herzog | |
Fix display scale bug in visual shaders | |||
2018-07-15 | New option, make any node the new scene root. | Juan Linietsky | |
2018-07-15 | Small feature to help users understand the editor faster. | Juan Linietsky | |
2018-07-15 | Added small icon to expand the bottom panel (and shortcut too) | Juan Linietsky | |
2018-07-15 | Global class names (and GDScript support for it) | Juan Linietsky | |
2018-07-15 | Several name fixes for visual shader | Chaosus | |
2018-07-15 | Visual shaders - make "Add node" menu showed by right click | Chaosus | |
2018-07-15 | Fix display scale bug in visual shaders | Chaosus | |
2018-07-14 | Visual Shaders are back. | Juan Linietsky | |
2018-07-14 | fix for moving file using filesystem dock context menu. | Ibrahn Sahir | |
Updated a method binding to match parameter default of recently added parameter. |