Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-20 | Implement auto-tiling | Mariano Suligoy | |
2017-11-20 | Merge pull request #13080 from Slowgames/bugfix/10721 | Rémi Verschelde | |
Basis accepts Vector3 as constructor argument. | |||
2017-11-20 | Basis accepts Vector3 as constructor argument. | Chip Collier | |
2017-11-20 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added as AUTHORS: @AndreaCatania, @sheepandshepherd, @poke1024, @DmitriySalnikov, @ianb96, @hoelzl, @mhilbrunner, @n-pigeon. [ci skip] | |||
2017-11-20 | Merge pull request #12644 from mrcdk/ogg_loop | Rémi Verschelde | |
Added loop_begin and loop_end to OggVorbisStream | |||
2017-11-20 | Merge pull request #12717 from NathanWarden/material_import_fix | Rémi Verschelde | |
Fixed a bug where materials and/or meshes weren't assigned to scene on first import. | |||
2017-11-20 | Merge pull request #12942 from sersoong/master-test | Rémi Verschelde | |
3.0 - add open feture to dependency_editor.cpp(View Owner..) | |||
2017-11-20 | Merge pull request #12952 from bojidar-bg/12392-export-enums | Rémi Verschelde | |
Allow exporting enums from GDScript | |||
2017-11-20 | Merge pull request #12983 from ianb96/scene_add_tab | Rémi Verschelde | |
Add Scene button and tab scrolling | |||
2017-11-20 | Merge pull request #12984 from willnationsdev/richtextlabel-hover-signal | Rémi Verschelde | |
RichTextLabel: Adding ability for single meta hovering | |||
2017-11-20 | Merge pull request #13008 from Chaosus/assetstorefixes | Rémi Verschelde | |
Few fixes for asset store browser | |||
2017-11-20 | Merge pull request #13075 from sersoong/master-test3 | Rémi Verschelde | |
[3.0] - Add close other tabs to Script Editor | |||
2017-11-20 | Merge pull request #13041 from RandomShaper/unify-node-duplicate | Rémi Verschelde | |
Let SceneTreeDock duplicate nodes via Node::duplicate() | |||
2017-11-20 | Merge pull request #13049 from tagcup/pathfollow2d_parallel_transport | Rémi Verschelde | |
Use parallel transport in PathFollow2D. | |||
2017-11-20 | Merge pull request #13061 from eska014/html5-export | Rémi Verschelde | |
Export boot splash image and add option for custom HTML shell file in HTML5 export | |||
2017-11-20 | Merge pull request #13053 from akien-mga/methods-mkstr | Rémi Verschelde | |
Remove need to _MKSTR version strings and rename "revision" to "build" | |||
2017-11-20 | Fix TextEdit::cursor_set_line bindings | Rémi Verschelde | |
As spotted by @neikeq - fixes #13068. | |||
2017-11-20 | Add close other tabs to Script Editor | sersoong | |
2017-11-20 | Few fixes for asset store browser | Chaosus | |
2017-11-20 | Merge pull request #13065 from DoctorAlpaca/master | Rémi Verschelde | |
Fix the prevention for sliding on slopes in the 2d version of move_and_slide | |||
2017-11-20 | Merge pull request #13073 from kosz78/android-compile-sdk-version | Rémi Verschelde | |
Up android 'compileSdkVersion' to 24 [ci skip] | |||
2017-11-20 | EditorSettings: Dehardcode major in config file name | Rémi Verschelde | |
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). | |||
2017-11-20 | Set android 'compileSdkVersion' to 24 | Konstantin Zaitsev | |
2017-11-20 | Merge pull request #13072 from sersoong/master-test2 | George Marques | |
[3.0] - Change editor_settings.tres to editor_settings-3.tres | |||
2017-11-20 | Change editor_settings.tres to editor_settings-3.tres | sersoong | |
2017-11-19 | Ability to change indirect light energy. | Juan Linietsky | |
2017-11-20 | Fix the prevention for sliding on slopes in the 2d version of move_and_slide | Eric Wiltfang | |
Done by using the same method the 3d counterpart uses. Fixes #13063. | |||
2017-11-20 | Rename the version's "revision" to "build" | Rémi Verschelde | |
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. | |||
2017-11-20 | Pass engine name and version parts as proper strings | Rémi Verschelde | |
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. | |||
2017-11-20 | Merge pull request #12988 from akien-mga/xdg-home-paths | Rémi Verschelde | |
Add support for XDG Base Directory spec | |||
2017-11-20 | Merge pull request #12936 from n-pigeon/planar_scale_gizmo | Rémi Verschelde | |
Implemented planar scaling with two modes. | |||
2017-11-20 | Merge pull request #12950 from ianb96/code_folding | Rémi Verschelde | |
Code Folding | |||
2017-11-20 | Merge pull request #13051 from akien-mga/check-gles3-support | Rémi Verschelde | |
Check whether GL context supports the expected API | |||
2017-11-20 | Merge pull request #13042 from gad-o/customIconFix | Rémi Verschelde | |
Fix #10798: Fixes Change Type does not change icon | |||
2017-11-20 | Export boot splash and add custom HTML file option in HTML5 export | Leon Krause | |
2017-11-19 | Merge pull request #13059 from dragmz/13009 | Rémi Verschelde | |
Fix Regression: running current scene (unsaved) will ask for main scene | |||
2017-11-19 | Merge pull request #13030 from Krakean/master | Rémi Verschelde | |
Add "View FPS" in 3D->Perspective's popup. | |||
2017-11-19 | Fix Regression: running current scene (unsaved) will ask for main scene | Marcin Zawiejski | |
2017-11-20 | Add "View FPS" in 3D->Perspective's popup. | Dmitry Koteroff | |
"Fixes" to make it acceptable by clang-format. "Fixes" to make it acceptable by clang-format. | |||
2017-11-19 | Merge pull request #13056 from RoyBerube/master | Rémi Verschelde | |
Visual Studio project creation bug fix [ci skip] | |||
2017-11-19 | Merge pull request #13000 from djrm/pr_import_fixes | Rémi Verschelde | |
import fixes | |||
2017-11-19 | Visual Studio project creation bug fix | RoyBerube | |
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. | |||
2017-11-19 | Revert "change low cpu delay to 1 usec, should make editor smoother and not ↵ | Rémi Verschelde | |
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. | |||
2017-11-19 | Merge pull request #13018 from hoelzl/pr-cpp-hint | Rémi Verschelde | |
Add cpp.hint file to improve IntelliSense | |||
2017-11-19 | Merge pull request #13045 from akien-mga/gles2-cleanup | Rémi Verschelde | |
Cleanup old references to GLES2 renderer | |||
2017-11-19 | Merge pull request #13052 from djrm/pr_fixes | Rémi Verschelde | |
Fix import obj as scene. | |||
2017-11-19 | Let SceneTreeDock duplicate nodes via Node::duplicate() | Pedro J. Estébanez | |
Helps with #11182. | |||
2017-11-19 | Remove out-of-logic assignment of instance's original scene | Pedro J. Estébanez | |
2017-11-19 | Merge pull request #13001 from capnm/fix_class_docs_inline_markup | Rémi Verschelde | |
Fix the class docs for the rst-syntax errors. [ci skip] | |||
2017-11-19 | Add cpp.hint file to improve IntelliSense | Matthias Hoelzl | |