Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-16 | Merge pull request #40920 from qarmin/test_linux_sanitizers | Rémi Verschelde | |
Add Linux sanitizer build to github workspace to test tests and editor | |||
2020-08-16 | Add Linux sanitizer build to github workspace | Rafał Mikrut | |
2020-08-15 | Merge pull request #41223 from javidcf/sprite_frames_editor_zoom | Rémi Verschelde | |
Added zoom functionality to sprite frames editor plugin | |||
2020-08-15 | Merge pull request #41285 from bruvzg/macos_on_top_4 | Rémi Verschelde | |
[macOS] Fix "on top" incorrectly set on init and resetting on window update. | |||
2020-08-15 | Merge pull request #41273 from RevoluPowered/fix_linker_flags | Rémi Verschelde | |
fixed linker being slow on OSX | |||
2020-08-15 | Merge pull request #41265 from YeldhamDev/rename_diag_tweaks | Rémi Verschelde | |
Minor visual improvements to the "Batch Rename" dialog | |||
2020-08-15 | Fix "on top" incorrectly set on init (all platforms). | bruvzg | |
Fix "on top" reseting on window update. (macOS). | |||
2020-08-15 | Merge pull request #41103 from Calinou/editor-improve-easing-inspector | Rémi Verschelde | |
Improve the inspector easing editor | |||
2020-08-15 | Merge pull request #41105 from Calinou/doc-dynamicfont-no-kerning | Rémi Verschelde | |
Document the lack of kerning support in DynamicFont | |||
2020-08-15 | fixed linker being slow on OSX | Gordon MacPherson | |
2020-08-15 | Merge pull request #41258 from YeldhamDev/projsettings_header_fixes | Rémi Verschelde | |
Fix and tweak the new header in "Project Settings" | |||
2020-08-14 | Minor visual improvements to the "Batch Rename" dialog | Michael Alexsander | |
2020-08-14 | Fix and tweak the new header in "Project Settings" | Michael Alexsander | |
2020-08-14 | Merge pull request #41256 from YeldhamDev/editor_checkbutton_small | Rémi Verschelde | |
Make the editor's 'CheckButton' icon be smaller | |||
2020-08-14 | Merge pull request #41114 from Cheeseness/indent_fix | Rémi Verschelde | |
Skip indentation of empty lines when indenting a selection. | |||
2020-08-14 | Skip indentation of empty lines when indenting a selection. | Cheeseness | |
2020-08-14 | Make the editor's 'CheckButton' icon be smaller | Michael Alexsander | |
2020-08-14 | Merge pull request #41116 from EricEzaM/signal-list-filter | Rémi Verschelde | |
Added search box to signals dock. | |||
2020-08-14 | Merge pull request #41249 from javidcf/tile_set_editor_flat_buttons | Rémi Verschelde | |
Made toolbar buttons in tile set editor flat | |||
2020-08-14 | Merge pull request #41242 from geekrelief/folder_reimport | Rémi Verschelde | |
Modified FileSystemDock so folders can be selected for reimport. | |||
2020-08-14 | Merge pull request #41121 from Calinou/doc-slider-range-signals | Rémi Verschelde | |
Reference Range signals in the Slider class documentations | |||
2020-08-14 | Merge pull request #41117 from 3akev/master | Rémi Verschelde | |
Port OrderedHashMap tests to doctest | |||
2020-08-14 | Merge pull request #37769 from HellonLegs/master | Rémi Verschelde | |
solved ctrl + alt + special character Issue #6851 | |||
2020-08-14 | Added zoom functionality to sprite frames editor plugin | Javier Dehesa | |
Zoom buttons and mouse control added to spritesheet preview and animation frames pane. | |||
2020-08-14 | Made toolbar buttons in tile set editor flat | Javier Dehesa | |
2020-08-14 | Merge pull request #38223 from EricEzaM/spinbox-update-lineedit-after-bad-input | Rémi Verschelde | |
Fixed bug where spinbox would not update to it's actual value after non-numeric input | |||
2020-08-14 | Modified FileSystemDock so folders can be selected for reimport. | geekrelief | |
2020-08-13 | Merge pull request #41240 from reduz/fog | Clay John | |
Restored fog (non volumetric). | |||
2020-08-13 | Restored fog (non volumetric). | Juan Linietsky | |
Uses a simpler and more intuitive implementation based on density. Its less flexible than before, but its easier to get nice results. | |||
2020-08-14 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @hinlopen, @naithar, @rrcore, @SkyLucilfer, @TwistedTwigleg Thanks to all contributors and donors for making Godot possible! --- Also changes to relevant code that parses the DONORS.md to match the new tiers. | |||
2020-08-13 | Merge pull request #41229 from madmiraal/fix-csg | Rémi Verschelde | |
Don't attempt to insert points into degenerate triangles when creating CSG shapes. | |||
2020-08-13 | Don't attempt to insert points into degenerate triangles. | Marcel Admiraal | |
Use a simpler degenerate triangle check that calculates area. | |||
2020-08-13 | Merge pull request #41213 from reduz/volumetric-fog | Juan Linietsky | |
Added volumetric fog effect. | |||
2020-08-13 | Added volumetric fog effect. | Juan Linietsky | |
2020-08-13 | Merge pull request #41228 from RevoluPowered/patch-3 | Juan Linietsky | |
Rename javascript_builds.yml to javascript_builds.disabled | |||
2020-08-13 | Rename javascript_builds.yml to javascript_builds.disabled | Gordon MacPherson | |
2020-08-13 | Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-working | George Marques | |
Fix: ctrl + click not working on script member | |||
2020-08-13 | Fix: ctrl + click not working | Thakee Nathees | |
2020-08-13 | Merge pull request #41216 from ThakeeNathees/doc-JSON.print | Rémi Verschelde | |
Documentation: clarify the indent parameter of JSON.print | |||
2020-08-13 | Merge pull request #41219 from akien-mga/gles2-takes-holidays | Rémi Verschelde | |
Remove obsolete GLES2 backend code | |||
2020-08-13 | Merge pull request #41207 from KoBeWi/you_got_error | Rémi Verschelde | |
Mention that Array.front/back throw error if empty | |||
2020-08-13 | Merge pull request #41198 from hazarek/master | Rémi Verschelde | |
grow_mask() description added | |||
2020-08-13 | Merge pull request #41203 from KoBeWi/post_mortem_xd | Rémi Verschelde | |
Expose NOTIFICATION_POST_ENTER_TREE | |||
2020-08-13 | Merge pull request #41199 from madmiraal/fix-38001 | Rémi Verschelde | |
Mark the first shape as inside, not the second shape, when CSG shapes are co-planer. | |||
2020-08-13 | Remove obsolete GLES2 backend code | Rémi Verschelde | |
This code currently isn't compiled (and cannot compile). We plan to re-add OpenGL ES-based renderer(s) in Godot 4.0 alongside Vulkan (probably ES 3.0, possibly also a low-end ES 2.0), but the code will be quite different so it's not relevant to keep this old Godot 3.2 code. The `drivers/gles2` code from the `3.2` branch can be used as a reference for a potential new implementation. | |||
2020-08-13 | Merge pull request #41206 from RevoluPowered/use_scons_compile_database | Rémi Verschelde | |
Scons 4.0.0 - use the compile db tool provided by the upstream scons | |||
2020-08-13 | Documentation: clarify the indent parameter of JSON.print | Thakee Nathees | |
2020-08-12 | Mention that Array.front/back throw error if empty | Tomasz Chabora | |
2020-08-12 | update to use scons compile db tool | Gordon MacPherson | |
2020-08-12 | Merge pull request #41104 from vnen/gdscript-assignment-tidy | George Marques | |
Tidy up assignment operator check |