Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-22 | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | |
Consistently wrap booleans in [code] | |||
2019-04-22 | Merge pull request #28132 from fire/dont_touch_normals | Rémi Verschelde | |
Assimp: Don't touch normals. | |||
2019-04-22 | Merge pull request #28140 from Daw11/orphan-nodes | Rémi Verschelde | |
Add a monitor for the orphan nodes | |||
2019-04-22 | Merge pull request #28162 from Jummit/vs-new-nodes-at-cursor | Rémi Verschelde | |
Position nodes added from the generic search to the position the cursor was when opening the search | |||
2019-04-22 | Merge pull request #28166 from KLee1248/first_bug | Rémi Verschelde | |
Use SHGetKnownFolderPath instead of SHGetFolderPathW | |||
2019-04-22 | Merge pull request #28179 from neikeq/welp | Rémi Verschelde | |
Use StringBuilder in C# bindings generator | |||
2019-04-22 | Merge pull request #28234 from Paulb23/connection_info_on_script | Rémi Verschelde | |
Display connection information in the script editor | |||
2019-04-22 | Merge pull request #28286 from Calinou/fix-configure-snap-spinbox-width | Rémi Verschelde | |
Fix rotation offset/snap fields being cut off in Configure Snap dialog | |||
2019-04-22 | Merge pull request #28266 from coldrye-collaboration/gh-28241 | Rémi Verschelde | |
Fix LineEdit not expanded to text length on undo/redo | |||
2019-04-22 | Merge pull request #28276 from YeldhamDev/lineedit_offset_limit | Rémi Verschelde | |
Fix 'LineEdit' offset limit not accounting for the right/clear icon width | |||
2019-04-22 | Fix rotation offset/snap fields being cut off in Configure Snap dialog | Hugo Locurcio | |
2019-04-21 | Merge pull request #27219 from raphael10241024/debug_fix | Rémi Verschelde | |
Fix collider debug shape didn't changes with collider size changes | |||
2019-04-21 | Merge pull request #27376 from follower/patch-1 | Rémi Verschelde | |
Typo fix: "the function exists" -> "the function exits" | |||
2019-04-21 | Merge pull request #27448 from avencherus/light2d-height | Rémi Verschelde | |
Light2D height range expanded to -2048 to 2048. | |||
2019-04-21 | Call minimum_size_changed() on redo/undo if expand_to_text_length is true | Carsten Klein | |
Fixes #28241 | |||
2019-04-21 | Fix 'LineEdit' offset limit not accounting for the right/clear icon width | Michael Alexsander Silva Dias | |
Fully fixes #28242. | |||
2019-04-21 | Merge pull request #28028 from homer666/visual-shader-editor-member-dialog-fixes | Rémi Verschelde | |
Misc. improvements to visual shader's "Add Node" dialog | |||
2019-04-21 | Merge pull request #28248 from YeldhamDev/lineedit_clearbutton_limit | Rémi Verschelde | |
Fix 'LineEdit' contents not ending before the clear button if no right icon was set | |||
2019-04-21 | Merge pull request #27812 from guilhermefelipecgs/fix_audio_buses_font | Rémi Verschelde | |
Change font of audio notches to default font | |||
2019-04-21 | Merge pull request #27577 from guilhermefelipecgs/continuation_of_27562 | Rémi Verschelde | |
Continuation of #27562 | |||
2019-04-21 | Merge pull request #27860 from Calinou/improve-3d-snapping | Rémi Verschelde | |
Make 3D snapping finer when holding Shift | |||
2019-04-21 | Merge pull request #27940 from LeonardMeagher2/fix_csgshape_geometryinstance | Rémi Verschelde | |
CSGMesh gets material + CSGShape inherits from GeometryInstance | |||
2019-04-21 | Merge pull request #27979 from Paulb23/remember_script_state | Rémi Verschelde | |
Restore script editor state between sessions | |||
2019-04-21 | Merge pull request #28026 from Dentoid/insert_keyframe_fix | Rémi Verschelde | |
Fix for "Insert Keyframe" shortcut doing nothing | |||
2019-04-21 | Merge pull request #28245 from guilhermefelipecgs/open_menu | Rémi Verschelde | |
Small ux improvement | |||
2019-04-21 | Merge pull request #28093 from fire/expose_localize_rest | Rémi Verschelde | |
Expose localize_rests to gdscript. | |||
2019-04-21 | Merge pull request #28130 from JFonS/add_3d_grouping | Rémi Verschelde | |
Add grouping to 3D editor | |||
2019-04-21 | Merge pull request #28217 from hpvb/fix-28089 | Hein-Pieter van Braam | |
Don't crash on printing nested types | |||
2019-04-20 | Fix 'LineEdit' contents not ending before the clear button if no right icon ↵ | Michael Alexsander Silva Dias | |
was set Fixes #28242. | |||
2019-04-20 | Small ux improvement | Guilherme Felipe | |
2019-04-20 | Merge pull request #27554 from volzhs/freetype-2.10.0 | Rémi Verschelde | |
Update freetype to 2.10.0 | |||
2019-04-20 | Merge pull request #28239 from jbuck3/editor-tooltip-fix | Rémi Verschelde | |
Fix editor tooltip formatting | |||
2019-04-20 | Fix editor tooltip formatting | James Buck | |
Removed unnecessary word wrap which caused broken tags and general ugliness. Fixes #24926 | |||
2019-04-20 | Display connection information in the script editor | Paulb23 | |
2019-04-20 | Merge pull request #24951 from Mr-Slurpy/local-rpc-sender-id-fix | Fabio Alessandrelli | |
Sender network id is now set to local network id for local rpc calls. | |||
2019-04-20 | Merge pull request #28229 from akien-mga/disable_3d-build-fix | Rémi Verschelde | |
Fix disable_3d=yes -Wunused-variable errors | |||
2019-04-20 | Fix disable_3d=yes -Wunused-variable errors | Rémi Verschelde | |
2019-04-20 | Merge pull request #28210 from hpvb/fix-28134 | Rémi Verschelde | |
Object::script may not be a valid Ref<Script> | |||
2019-04-20 | Fix typo in SpriteFrameEditor preview draw | Rémi Verschelde | |
As spotted by @DennisWG. | |||
2019-04-20 | Merge pull request #27820 from ForLoveOfCats/master | Ignacio Roldán Etcheverry | |
Mono: Convert all items to string before printing | |||
2019-04-20 | Object::script may not be a valid Ref<Script> | Hein-Pieter van Braam-Stewart | |
It appears that Object::script may be a valid ScriptInstance but not be castable to Ref<Script>. There were only 5 places in the code that made this assumption. This commit fixes that. | |||
2019-04-20 | Don't crash on printing nested types | Hein-Pieter van Braam-Stewart | |
When adding an Array or Dictionary to itself operator String() got in an infinite loop. This commit adds a stack to operator String() (Through the use of a new 'stringify method'). This stack keeps track of all unique Arrays and Dictionaries it has seen. When a duplicate is found only a static string is printed '[...]' or '{...}'. This mirror Python's behavior in a similar case. | |||
2019-04-19 | Merge pull request #28200 from bojidar-bg/28115-ysort-breaks-shader | Rémi Verschelde | |
Fix nested YSort breaking "Use parent material" | |||
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky | |
This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field | |||
2019-04-19 | Mono: Convert all items to string before printing | ForLoveOfCats | |
2019-04-19 | Fix nested YSort breaking use_parent_material | Bojidar Marinov | |
Fixes #28115 | |||
2019-04-19 | Added minimal documentation for _get_configuration_warning method | Hasan Yusuf Ahmed | |
(cherry picked from commit 0eeb1a7d0d540073a6e62e3203d304730493faf8) | |||
2019-04-19 | Merge pull request #28196 from akien-mga/xatlas-cleanup | Rémi Verschelde | |
xatlas: Document provenance, copyright and custom changes | |||
2019-04-19 | Merge pull request #28193 from akien-mga/drop-thekla | Rémi Verschelde | |
Drop unused thekla_atlas dependency | |||
2019-04-19 | Merge pull request #28192 from akien-mga/doc-unused-demos | Rémi Verschelde | |
doc: Drop unused <demos> tag, sync classref |