Age | Commit message (Expand) | Author |
2018-09-10 | Fix mistake in Array.xml | VirtualBox |
2018-09-10 | Merge pull request #21925 from ZodmanPerth/master | Max Hilbrunner |
2018-09-10 | Merge pull request #21927 from akien-mga/pm-editor-hint | Rémi Verschelde |
2018-09-10 | Merge pull request #21820 from capnm/fix-GradientTexture-width-property | Rémi Verschelde |
2018-09-10 | Set editor hint for the project manager | Rémi Verschelde |
2018-09-10 | added clarification about Input.get_accelerometer only working when project i... | Carl Scarlett |
2018-09-10 | Merge pull request #21921 from AndreaCatania/bugfix2 | Rémi Verschelde |
2018-09-10 | Merge pull request #21920 from Noshyaar/indent | Rémi Verschelde |
2018-09-10 | Fiex bullet crash | Andrea Catania |
2018-09-10 | Fix indentation in bullet SCsub | Poommetee Ketson |
2018-09-09 | Merge pull request #21866 from Paulb23/fix_scientific_notation_highlight_issu... | George Marques |
2018-09-09 | Fixes 2D nodes lock not working | groud |
2018-09-09 | Clear cache after reimporting an ArrayMesh | JFonS |
2018-09-09 | Fix SoftBody gizmo slowness, add ConcaveShape wireframe | JFonS |
2018-09-09 | Merge pull request #21783 from xsellier/feature/clipboard-android | Rémi Verschelde |
2018-09-08 | Check for double-colon on open recent script. | Ryan Stein |
2018-09-09 | Fixed animation_player errors displaying wrong property. | DualMatrix |
2018-09-08 | Merge pull request #21861 from fire/visual_script_18024 | Juan Linietsky |
2018-09-08 | Fix ScriptCreateDialog passing script w/ no filename | willnationsdev |
2018-09-08 | Fix backwards search in TextEdit selecting non-whole words, issue 15677 | Paulb23 |
2018-09-08 | Fixed scientific notaion not highlighting correctly, issue 21435 | Paulb23 |
2018-09-08 | Uncommenting a selection was not updating the selection. | Alexander Holland |
2018-09-08 | Tweak Android-related error messages in the Export dialog | Hugo Locurcio |
2018-09-08 | Change the default variable constructor to use EditorInspector and updated pr... | K. S. Ernest (iFire) Lee |
2018-09-08 | Merge pull request #21843 from AndreaCatania/bugfix1 | Rémi Verschelde |
2018-09-08 | Changed Windows key translate pair from KEY_COLON to KEY_COMMA. | Jared |
2018-09-08 | Fixed a theoretical condition where prealpha prevents lighting | Bastiaan Olij |
2018-09-08 | Fixed error spam when inspecting remote tree | DualMatrix |
2018-09-07 | Tweak the Light instantiation error message and fix a typo | Hugo Locurcio |
2018-09-07 | Fixed crash during raycast and CCD radius calculation | Andrea Catania |
2018-09-07 | Ensure that tree_exited signal really happens after tree exited, fixes #19641 | Juan Linietsky |
2018-09-07 | Merge pull request #21808 from AndreaCatania/optitri | Juan Linietsky |
2018-09-07 | Merge pull request #21836 from AndreaCatania/bulletUpdate | Juan Linietsky |
2018-09-07 | Bind Curve::get_point_count | merumelu |
2018-09-07 | Many fixes to gradient editor, which was pretty broken. Closes #19308 | Juan Linietsky |
2018-09-07 | Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9 | Andrea Catania |
2018-09-07 | Prevent overwriting open scenes when saving | DualMatrix |
2018-09-07 | Fix selection of spatial nodes after selecting a non-spatial one. | JFonS |
2018-09-06 | Print an error if you try to instantiate an editor class outside the editor, ... | Juan Linietsky |
2018-09-06 | Add a function to force transform update, fixes #17628 | Juan Linietsky |
2018-09-07 | Set the lower bound for the GradientTexture width property to 1 | Martin Capitanio |
2018-09-06 | Ability for Light2D to use a proxy texture, fixes #17067 | Juan Linietsky |
2018-09-06 | Update FOV if edited in gizmo, fixes #16400 | Juan Linietsky |
2018-09-06 | Fixing trimesh precision | Andrea Catania |
2018-09-06 | Show a warning if you try to grab focus when not allowed, closes #15388 | Juan Linietsky |
2018-09-06 | Optimized in case is used just 1 shape with no transform | Andrea Catania |
2018-09-06 | Only allow StreamTexture, ImageTexture in Light2D, closes #15194 | Juan Linietsky |
2018-09-05 | Fixes to multimesh, added custom data and checks to avoid reconfiguring if in... | Juan Linietsky |
2018-09-05 | Fix mouse confined leaving window with OS_Windows::set_window_position | Guilherme Felipe |
2018-09-05 | Add clipboard operation for android OS | Xavier Sellier |