Age | Commit message (Collapse) | Author |
|
Fix GCC compiler warning in mono module
|
|
[DOCS] Classref updates: Color, RigidBody*
|
|
- thread_local.h: 'delegating constructors only available with -std=c++11 or -std=gnu++11'
- mono_reg_utils.cpp: 'extra tokens at end of #endif directive'
- mono_bottom_panel.cpp: '<fieldB> will be initialized after <fieldA> when initialized here'
- bindings_generator.cpp: 'name lookup of 'i' changed (...) matches this 'i' under ISO standard rules (...) matches this 'i' under old rules (...)'
|
|
|
|
PluginConfigDialog: pass subfolder name instead of plugin name on creation
|
|
Add note in ParallaxLayer doc about ignoring position/scale changes after entering the scene
|
|
Add extra newline after enum members and constants, to ensure they'll…
|
|
|
|
|
|
properly after a multi-line description
|
|
entering the scene
|
|
Also add `_exit_tree` to the script template
|
|
Add critical info to TreeItem.set_custom_draw documentation
|
|
Indicates that the method needs 2 arguments to be called
|
|
GLES2: Implement pixel snap 2D option
|
|
Bring accidentally commented out lines.
|
|
|
|
Oversight by me in #22483. GLES2 doesn't seem to be supporting anisotropy at the moment anyway ---in case it gets revived.
|
|
Avoid the window size to go below 0
|
|
Travis: Update Android NDK to r18
|
|
Disable GLES2 debugging on iOS, fixes build
|
|
Made children of Containers not selectable.
|
|
Could be readded by someone who knows how to access an API
similar to EGL on iOS.
|
|
|
|
|
|
tonemapping fixes
|
|
Update lights when their reverse cull face mode is toggled
|
|
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
|