Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-19 | C#: Fix editor unable to play game after IDE PlayRequest | Ignacio Etcheverry | |
The editor wasn't clearing the debugger agent settings properly after a processing a play request from an IDE. This caused consequent play attempts to fail if not launched from the IDE, as the game would still attempt and fail to connect to the debugger. The concrete cause: Forgetting to clear the `GODOT_MONO_DEBUGGER_AGENT` environment variable. | |||
2020-08-18 | Merge pull request #41247 from ↵ | Rémi Verschelde | |
EricEzaM/project-settings-fix-bugs-and-add-delete-confirmation Fixed issues with adding custom project settings and added confirmation dialog when deleting settings. | |||
2020-08-18 | Merge pull request #41330 from Calinou/doc-animatedtexture-atlas | Rémi Verschelde | |
Make the lack of AtlasTexture support in AnimatedTexture more prominent | |||
2020-08-18 | Fixed issues with adding custom project settings and added confirmation ↵ | Eric M | |
dialog when deleting settings. | |||
2020-08-17 | Make the lack of AtlasTexture support in AnimatedTexture more prominent | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/33855. | |||
2020-08-17 | Merge pull request #41280 from Calinou/editor-3d-add-invert-x-option | Rémi Verschelde | |
Add an editor setting to invert 3D pan/orbit on the X axis | |||
2020-08-17 | Merge pull request #41326 from bruvzg/win_tablet_modifiers4 | Rémi Verschelde | |
[Windows] Fix modifier keys when using tablet input. | |||
2020-08-17 | [Windows] Fix modifier keys when using tablet input. | bruvzg | |
2020-08-16 | Merge pull request #41302 from Jlalond/divide-by-zero | Rémi Verschelde | |
Update ResourceLoaderText::load to not update progress if resources a… | |||
2020-08-16 | Update ResourceLoaderText::load to not update progress if resources are 0 | jjjlalonde@gmail.com | |
Include check in other progress update statement Update additional progress update statement | |||
2020-08-16 | Merge pull request #40980 from Xrayez/port-classdb-tests | Rémi Verschelde | |
Port ClassDB tests to use doctest | |||
2020-08-16 | Port ClassDB tests to use doctest | Andrii Doroshenko (Xrayez) | |
Extracted the most minimal core initialization functionality from `setup()` and `setup2()` so that `ClassDB` could be tested properly (input, audio, rendering, physics etc, are excluded). Display and rendering servers/singletons are not initialized at all. Due to the fact that most subsystems are disabled, fixed various crashes in the process (in order): - `AcceptDialog` OK/cancel swap behavior (used `DisplayServer` while `register_scene_types()`); - `make_default_theme` which depends on `RenderingServer`; - `XRServer` singleton access while calling `register_modules_types()`; - hidden bug in a way joypads are cleaned up (MacOS and Linux only). Removed manual `ClassDB` init/cleanup calls from `test_validate_testing.h`. ClassDB tests: Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com> | |||
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 | Add an editor setting to invert 3D pan/orbit on the X axis | Hugo Locurcio | |
This also makes the invert Y axis option apply to 3D panning. This closes #28082. | |||
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 |