Age | Commit message (Collapse) | Author |
|
Add Scene button and tab scrolling
|
|
RichTextLabel: Adding ability for single meta hovering
|
|
Few fixes for asset store browser
|
|
[3.0] - Add close other tabs to Script Editor
|
|
Let SceneTreeDock duplicate nodes via Node::duplicate()
|
|
Use parallel transport in PathFollow2D.
|
|
Export boot splash image and add option for custom HTML shell file in HTML5 export
|
|
Remove need to _MKSTR version strings and rename "revision" to "build"
|
|
As spotted by @neikeq - fixes #13068.
|
|
|
|
|
|
Fix the prevention for sliding on slopes in the 2d version of move_and_slide
|
|
Up android 'compileSdkVersion' to 24
[ci skip]
|
|
It was readded in panic after I mistakenly removed the hardcoded "-3" in #12988,
forgetting that Windows would still use the same path and thus conflict with 2.1
(contrarily to macOS and Linux).
|
|
|
|
[3.0] - Change editor_settings.tres to editor_settings-3.tres
|
|
|
|
|
|
Done by using the same method the 3d counterpart uses.
Fixes #13063.
|
|
That "revision" was inherited from SVN days but had been since then
used to give information about the build: "custom_build", "official",
"<some distro's build>".
It can now be overridden with the BUILD_NAME environment variable.
|
|
Removes the need for _MKSTR all over the place which has the drawback of
converting _MKSTR(UNKNOWN_DEFINE) to "UKNOWN_DEFINE" instead of throwing
a compilation error.
|
|
Add support for XDG Base Directory spec
|
|
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.
|
|
Helps with #11182.
|
|
|
|
Fix the class docs for the rst-syntax errors.
[ci skip]
|
|
|
|
|
|
Spec version 0.7 from https://standards.freedesktop.org/basedir-spec/basedir-spec-0.7.html
(latest as of this commit).
Three virtual methods are added to OS for the various XDG paths we will use:
- OS::get_data_path gives XDG_DATA_HOME, or if missing:
~/.local/share on X11, ~/Library/Application Support/ on macOS and %APPDATA% on Windows
- OS::get_config_path gives XDG_CONFIG_HOME, or if missing:
~/.config on X11, ~/Library/Application Support/ on macOS and %APPDATA% on Windows
- OS::get_cache_path gives XDG_CACHE_HOME, or if missing:
~/.cache on X11, ~/Library/Caches on macOS and %APPDATA% on Windows
So for Windows there are no changes, for Linux we follow the full split spec
and for macOS stuff will move from ~/.godot to ~/Library/Application Support/Godot.
Support for system-wide installation of templates on Unix was removed for now,
as it's a bit hackish and I don't think anyone uses it.
user:// will still be OS::get_data_path() + "/godot/app_userdata/$name" by
default, but when using the application/config/use_shared_user_dir option
it will now use XDG_DATA_HOME/$name, e.g. ~/.local/share/MyGame.
For now everything still goes in EditorSettings::get_settings_dir(), but
this will be changed in a later commit to make use of the new splitting
where relevant.
Part of #3513.
|
|
|
|
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.
|
|
Fixes #12995.
|
|
Some Bullet bug fix
|
|
Change HTML5 start-up API
|