aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | [GDNative] removed godot_string_c_strKarroffel2017-11-203-13/+0
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [GDNative] loading error and version error procsKarroffel2017-11-204-14/+49
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #13023 from tom95/particles-align-y-12865Rémi Verschelde2017-11-201-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865
| * | | | | | | | | | | | | | | | | Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865Tom Beckmann2017-11-191-3/+9
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #13080 from Slowgames/bugfix/10721Rémi Verschelde2017-11-201-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basis accepts Vector3 as constructor argument.
| * | | | | | | | | | | | | | | | | Basis accepts Vector3 as constructor argument.Chip Collier2017-11-201-0/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Update AUTHORS and DONORS listRémi Verschelde2017-11-202-11/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New contributors added as AUTHORS: @AndreaCatania, @sheepandshepherd, @poke1024, @DmitriySalnikov, @ianb96, @hoelzl, @mhilbrunner, @n-pigeon. [ci skip]
* | | | | | | | | | | | | | | | | | Merge pull request #12644 from mrcdk/ogg_loopRémi Verschelde2017-11-203-22/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Added loop_begin and loop_end to OggVorbisStream
| * | | | | | | | | | | | | | | | | Add loop_begin and loop_end to OggVorbisStreamMrCdK2017-11-043-22/+72
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #12717 from NathanWarden/material_import_fixRémi Verschelde2017-11-201-7/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a bug where materials and/or meshes weren't assigned to scene on first import.
| * | | | | | | | | | | | | | | | | | Fixed a bug where materials weren't assigned to scene on first import.Nathan Warden2017-11-071-7/+13
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #12942 from sersoong/master-testRémi Verschelde2017-11-203-3/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3.0 - add open feture to dependency_editor.cpp(View Owner..)
| * | | | | | | | | | | | | | | | | | | add open feture to dependency_editor.cppsersoong2017-11-153-3/+68
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #12952 from bojidar-bg/12392-export-enumsRémi Verschelde2017-11-203-16/+100
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow exporting enums from GDScript
| * | | | | | | | | | | | | | | | | | | | Allow exporting enums from GDScriptBojidar Marinov2017-11-173-16/+100
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use as `export(E) ...` Closes #12392
* | | | | | | | | | | | | | | | | | | | Merge pull request #12983 from ianb96/scene_add_tabRémi Verschelde2017-11-204-64/+145
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Scene button and tab scrolling
| * | | | | | | | | | | | | | | | | | | | add scene button and tab scrollingIan2017-11-184-64/+145
| | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #12984 from willnationsdev/richtextlabel-hover-signalRémi Verschelde2017-11-203-3/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RichTextLabel: Adding ability for single meta hovering
| * | | | | | | | | | | | | | | | | | | | Adding ability for single meta hoveringWill Nations2017-11-173-3/+40
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #13008 from Chaosus/assetstorefixesRémi Verschelde2017-11-201-15/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Few fixes for asset store browser
| * | | | | | | | | | | | | | | | | | | | | Few fixes for asset store browserChaosus2017-11-201-15/+28
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #13075 from sersoong/master-test3Rémi Verschelde2017-11-202-1/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [3.0] - Add close other tabs to Script Editor
| * | | | | | | | | | | | | | | | | | | | | Add close other tabs to Script Editorsersoong2017-11-202-1/+39
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #13041 from RandomShaper/unify-node-duplicateRémi Verschelde2017-11-204-88/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let SceneTreeDock duplicate nodes via Node::duplicate()
| * | | | | | | | | | | | | | | | | | | | | | Let SceneTreeDock duplicate nodes via Node::duplicate()Pedro J. Estébanez2017-11-194-84/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps with #11182.
| * | | | | | | | | | | | | | | | | | | | | | Remove out-of-logic assignment of instance's original scenePedro J. Estébanez2017-11-191-4/+0
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13049 from tagcup/pathfollow2d_parallel_transportRémi Verschelde2017-11-202-29/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use parallel transport in PathFollow2D.
| * | | | | | | | | | | | | | | | | | | | | | | Use parallel transport in PathFollow2D.Ferenc Arn2017-11-192-29/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12995.
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13061 from eska014/html5-exportRémi Verschelde2017-11-201-12/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Export boot splash image and add option for custom HTML shell file in HTML5 export
| * | | | | | | | | | | | | | | | | | | | | | | | Export boot splash and add custom HTML file option in HTML5 exportLeon Krause2017-11-201-12/+56
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13053 from akien-mga/methods-mkstrRémi Verschelde2017-11-2016-38/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove need to _MKSTR version strings and rename "revision" to "build"
| * | | | | | | | | | | | | | | | | | | | | | | | Rename the version's "revision" to "build"Rémi Verschelde2017-11-205-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | | | | | | | | | | | | | | Pass engine name and version parts as proper stringsRémi Verschelde2017-11-2015-31/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | | | | | | | | | Fix TextEdit::cursor_set_line bindingsRémi Verschelde2017-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As spotted by @neikeq - fixes #13068.
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13065 from DoctorAlpaca/masterRémi Verschelde2017-11-201-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the prevention for sliding on slopes in the 2d version of move_and_slide
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix the prevention for sliding on slopes in the 2d version of move_and_slideEric Wiltfang2017-11-201-1/+4
| |/ / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done by using the same method the 3d counterpart uses. Fixes #13063.
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13073 from kosz78/android-compile-sdk-versionRémi Verschelde2017-11-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up android 'compileSdkVersion' to 24 [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | Set android 'compileSdkVersion' to 24Konstantin Zaitsev2017-11-201-1/+1
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | | | | | | | | | EditorSettings: Dehardcode major in config file nameRémi Verschelde2017-11-201-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13072 from sersoong/master-test2George Marques2017-11-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [3.0] - Change editor_settings.tres to editor_settings-3.tres
| * | | | | | | | | | | | | | | | | | | | | | | | Change editor_settings.tres to editor_settings-3.tressersoong2017-11-201-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / / Ability to change indirect light energy.Juan Linietsky2017-11-195-4/+10
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-2049-257/+493
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for XDG Base Directory spec
| * | | | | | | | | | | | | | | | | | | | | | | Use new XDG folders to dehardcode pathsRémi Verschelde2017-11-1915-61/+58
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add initial support for the XDG Base Directory specRémi Verschelde2017-11-1917-118/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | | | | | | | | | | | | | EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-1719-81/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also to prepare for upcoming refactoring for XDG support.
| * | | | | | | | | | | | | | | | | | | | | | | Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-1726-53/+53
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will be needed to avoid confusion with system data path (XDG_DATA_HOME) and editor data dir in upcoming refactoring.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12936 from n-pigeon/planar_scale_gizmoRémi Verschelde2017-11-202-8/+123
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented planar scaling with two modes.
| * | | | | | | | | | | | | | | | | | | | | | | Implemented planar scaling with two modes.Przemysław Gołąb (n-pigeon)2017-11-142-8/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modes: - Scale uniformly on two axes - Hold SHIFT to scale non uniformly
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12950 from ianb96/code_foldingRémi Verschelde2017-11-206-141/+683
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code Folding