Age | Commit message (Collapse) | Author |
|
Implemented planar scaling with two modes.
|
|
Code Folding
|
|
Check whether GL context supports the expected API
|
|
Fix #10798: Fixes Change Type does not change icon
|
|
Fix Regression: running current scene (unsaved) will ask for main scene
|
|
Add "View FPS" in 3D->Perspective's popup.
|
|
|
|
"Fixes" to make it acceptable by clang-format.
"Fixes" to make it acceptable by clang-format.
|
|
Visual Studio project creation bug fix
[ci skip]
|
|
import fixes
|
|
A bug in the /drivers SCons script was preventing files in the /drivers and some in the /thirdparty directories from being added to the VS project.
This will only affect builds that use the 'vsproj=yes' option.
|
|
really use"
This reverts commit ca194033061b4b29fe00d8e9bddf2f0478b3c3f0.
See discussion in https://github.com/godotengine/godot/commit/ca194033061b4b29fe00d8e9bddf2f0478b3c3f0#commitcomment-25715906
It also did not fix the issue it claimed to fix.
|
|
Add cpp.hint file to improve IntelliSense
|
|
Cleanup old references to GLES2 renderer
|
|
Fix import obj as scene.
|
|
Fix the class docs for the rst-syntax errors.
[ci skip]
|
|
|
|
|
|
I couldn't test it yet myself (GPU supports GL 4.5), so we'll need to see if it behaves
as expected on systems that don't support OpenGL 3.3 or GL ES 3.0.
|
|
- Generate a correkt rst-syntax for the [/code] inline markup.
(http://www.sphinx-doc.org/en/1.6.5/rest.html#inline-markup)
- Fix xml souce bugs
for the sphinx's rst syntax werrors:
class_area.rst:319: WARNING: Inline literal start-string without end-string.
class_area2d.rst:287: WARNING: Inline literal start-string without end-string.
class_audioserver.rst:287: WARNING: Inline literal start-string without end-string.
class_control.rst:509: WARNING: Inline literal start-string without end-string.
class_image.rst:422: WARNING: Inline literal start-string without end-string.
class_image.rst:434: WARNING: Inline literal start-string without end-string.
class_inputevent.rst:74: WARNING: Inline literal start-string without end-string.
class_inputeventaction.rst:45: WARNING: Inline literal start-string without end-string.
class_inputmap.rst:47: WARNING: Inline literal start-string without end-string.
class_kinematicbody.rst:80: WARNING: Inline interpreted text or phrase reference start-string without end-string.
class_kinematicbody2d.rst:80: WARNING: Inline interpreted text or phrase reference start-string without end-string.
class_line2d.rst:182: WARNING: Inline literal start-string without end-string.
class_thread.rst:51: WARNING: Inline literal start-string without end-string.
class_treeitem.rst:160: WARNING: Inline literal start-string without end-string.
|
|
Some Bullet bug fix
|
|
Change HTML5 start-up API
|
|
Restore post_import function
|
|
Fix duplication of signals
|
|
Fixed issues with clicking animation keys that are on frame 0
|
|
Problem : While replacing old node properties with new ones, we
also copy meta data of old node's icon
Solve: don't copy meta so don't override _editor_icon
|
|
|
|
Editor canvas item api rework
|
|
Add currency code to iOS product details response
|
|
Added a label to the Dock Positioner
|
|
|
|
There are still some left in the Android Java code, even stuff to swap between
GLES1 and GLES2 support from early Godot days... would be good to see some cleanup
there too one day.
The "graphics/api" option for Android exports is removed, as only GLES 3.0 is supported.
It can be readded when GLES 2.0 support comes back. Fixes #13004.
|
|
|
|
|
|
Suppress progress messages in Visual Studio output pane
[ci skip]
|
|
Mono: Fix compiler error with Variant::operator AABB()
|
|
fix set_current_tab: Indexp_current=-1 out of size
|
|
Facilitate documenting platform-exclusive classes
|
|
|
|
Rename engine.start() to startGame(), new start() takes string arguments
handed directly to main(). Rename Engine.loadEngine() to load().
Add setLocale(), setResizeCanvasOnStart(), setExecutableName() and
preloadFile().
|
|
Drop HTML5 asm.js support
|
|
- Partially revert 6496b53549aca7b1be57c3be55815f32a4842201, adding a comment about why duplications of signals must happen as a second phase.
- Add fallback logic for connections to nodes not in the duplicated hierarchy.
- Remove redundant call to `Node::_duplicate_signals()`.
Fixes #12951.
|
|
|
|
|
|
|
|
Fix class docs, improve error handling of the rst generator.
|
|
Editor: Drop files to copy them to project.
|
|
|
|
|
|
Allow LineEdit's expand_to_len be set via inspector
|