Age | Commit message (Collapse) | Author |
|
Restore the Fresnel term in the BRDF.
|
|
Uses skip_vertex_transform in GLES2 canvas shader
|
|
Moving lens distortion shader into drivers and adding GLES2 support
|
|
OpenGL debugging on Android export.
|
|
Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-…
|
|
Made Debugger's Video Memory tab show correct resource paths.
|
|
Improve doc of ProjectSettings
|
|
Project manager: remove projects with delete key
|
|
Fix script path for warnings
|
|
[-Wdelete-non-virtual-dtor]
Fixes the following Clang 7 warnings:
```
editor/editor_help.h:123:7: warning: 'EditorHelpIndex::popup' hides overloaded virtual function [-Woverloaded-virtual]
editor/editor_help.h:95:7: warning: 'EditorHelpSearch::popup' hides overloaded virtual function [-Woverloaded-virtual]
editor/editor_help.h:96:7: warning: 'EditorHelpSearch::popup' hides overloaded virtual function [-Woverloaded-virtual]
editor/plugins/curve_editor_plugin.h:141:15: warning: 'CurvePreviewGenerator::generate' hides overloaded virtual function [-Woverloaded-virtual]
editor/plugins/script_editor_plugin.h:70:7: warning: 'ScriptEditorQuickOpen::popup' hides overloaded virtual function [-Woverloaded-virtual]
editor/quick_open.h:69:7: warning: 'EditorQuickOpen::popup' hides overloaded virtual function [-Woverloaded-virtual]
main/tests/test_io.cpp:53:15: warning: 'TestIO::TestMainLoop::input_event' hides overloaded virtual function [-Woverloaded-virtual]
servers/audio/effects/audio_effect_record.h:69:15: warning: 'AudioEffectRecordInstance::process_silence' hides overloaded virtual function [-Woverloaded-virtual]
core/os/memory.h:119:2: warning: destructor called on non-final 'ContextGL_X11' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
core/os/memory.h:119:2: warning: destructor called on non-final 'EditorScriptCodeCompletionCache' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
core/os/memory.h:119:2: warning: destructor called on non-final 'Engine' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
core/os/memory.h:119:2: warning: destructor called on non-final 'PhysicalBone::JointData' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
core/os/memory.h:119:2: warning: destructor called on non-final 'VisualServerScene' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
core/os/memory.h:119:2: warning: destructor called on non-final 'VisualServerViewport' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
```
|
|
It has not been kept in sync with makerst.py, so it does not serve
much purpose nowadays.
|
|
|
|
Documentation added for:
* bool load_resource_pack(String)
* bool property_can_revert(String)
* Variant property_get_revert(String)
* Error save()
* Error save_custom(String)
|
|
|
|
Explicitly show viewport 0 in the SpatialEditorPlugin if the container is large enough.
|
|
added get_camera_method to spatial editor plugin viewport
|
|
Small improvements to the Spatial Editor's multiple viewport mode
|
|
|
|
Expose the align property of the SpinBox's LineEdit control
|
|
Changed A* exit condition, added 2 tests for it
|
|
Sync controller mappings DB with SDL2 community repo
|
|
Added warning when disabling editable_instance
|
|
Discard button pressing flags on disable
|
|
Fix find-in-files and go-to-line dialog (partially)
|
|
Fix put_var encoding some 32bits ints as 64bits.
|
|
Fixed method not found error when connecting with signal that fires in editor
|
|
Fix icon issue for the resource list popup #22320.
|
|
[Docs] Remove double-spaces from descriptions, plus a couple other tiny fixes
|
|
Make Rect2 EditorProperty obey the horizontal setting
|
|
Windows raw input fixes
|
|
Made ColorPicker save it's presets while in editor.
|
|
Also PR'ed upstream, so could be removed from the Godot file
and synced with upstream if/when merged:
https://github.com/gabomdq/SDL_GameControllerDB/pull/222
Fixes #18167.
|
|
|
|
Changed the comment where reduz yells at the X11 API to a less explicitive one
|
|
[DOCS] Update VisibilityEnabler* and TileSet doc
|
|
Fix compiler warnings in HTML5 platform
|
|
|
|
|
|
|
|
|
|
[docs] Add Input buttons and axes missing descriptions
|
|
Fix various warnings raised by Clang 7
|
|
|
|
Add support for '.[0-9]' numbers in Expression
|
|
Fixed inspector not going back to single-node when deselecting an item.
|
|
Fixed name of deleted node not dissapearing from inspector dock.
|
|
[-Wlogical-not-parentheses]
Fixes the following Clang 7 warnings and bugs:
```
editor/plugins/curve_editor_plugin.cpp:208:69: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
editor/plugins/curve_editor_plugin.cpp:214:43: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
```
Changed according to @Zylann's suggestion on
https://github.com/godotengine/godot/pull/22593#discussion_r221699573
|
|
Fix build for Javascript platform
|
|
|
|
Fixes the following Clang 7 warnings:
```
drivers/gles3/rasterizer_scene_gles3.cpp:1260:10: warning: variable 'target' is used uninitialized whenever switch case is taken [-Wsometimes-uninitialized]
drivers/gles3/rasterizer_scene_gles3.cpp:1280:10: warning: variable 'target' is used uninitialized whenever switch case is taken [-Wsometimes-uninitialized]
drivers/gles3/rasterizer_scene_gles3.cpp:1281:10: warning: variable 'target' is used uninitialized whenever switch case is taken [-Wsometimes-uninitialized]
drivers/gles3/rasterizer_scene_gles3.cpp:1282:10: warning: variable 'target' is used uninitialized whenever switch case is taken [-Wsometimes-uninitialized]
drivers/gles3/rasterizer_scene_gles3.cpp:1286:5: warning: variable 'target' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
editor/editor_properties_array_dict.cpp:982:15: warning: variable 'change_index' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
editor/editor_properties.cpp:2655:6: warning: variable 'lt' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
editor/settings_config_dialog.cpp:367:11: warning: variable 'current_search_box' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
```
|