Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-11 | vhacd: Recommit unmodified upstream code without style changes | Rémi Verschelde | |
Godot-specific changes will then be redone without touching upstream formatting. Also documented current state in thirdparty/README.md and added LICENSE. Add vhacd to COPYRIGHT.txt. | |||
2019-04-11 | Merge pull request #27915 from WindyDarian/msvc_force_utf8_source_encoding | Rémi Verschelde | |
Force utf-8 source file encoding in MSVC | |||
2019-04-11 | Merge pull request #27876 from vnen/gdscript-no-builtin-name | Rémi Verschelde | |
Don't allow built-in scripts to use class_name | |||
2019-04-11 | Merge pull request #27887 from godotengine/AndreaCatania-patch-1 | Rémi Verschelde | |
Added No bone set state in the IK | |||
2019-04-11 | Merge pull request #27894 from nekomatata/fix-particle-errors | Rémi Verschelde | |
EditorFolding ignores hidden properties for folded resources | |||
2019-04-11 | Merge pull request #27917 from volzhs/init_autorestart_random_delay | Rémi Verschelde | |
Set initial value for autorestart_random_delay of AnimationNodeOneShot | |||
2019-04-11 | Merge pull request #27895 from nekomatata/fix-animation-tree-error | Rémi Verschelde | |
Fix caches_cleared signal discrepancies in AnimationTree | |||
2019-04-11 | Merge pull request #27916 from WindyDarian/vhacd_namespace_placing | Rémi Verschelde | |
Fixes for vhacd module | |||
2019-04-11 | Merge pull request #27902 from Calinou/decrease-tooltip-delay | Rémi Verschelde | |
Decrease the default tooltip delay to 0.5 seconds | |||
2019-04-11 | Set initial value for autorestart_random_delay of AnimationNodeOneShot | volzhs | |
2019-04-11 | Use c++11 for vhacd because VHACD-ASYNC.cpp wants it | Windy Darian | |
2019-04-10 | fix vhacd namespace placing in thirdparty/vhacd/src/btConvexHullComputer.cpp | Windy Darian | |
2019-04-10 | Force utf-8 source file encoding in MSVC | Windy Darian | |
On Windows, when "Language for non-Unicode programs" were set to "Japanese (Japan)", MSVC would by default use Shift JIS (code page 932) to interpret source files, which would result in test_string failing to compile because of characters in `test_34()`. Forcing utf-8 for MSVC fixes the issue | |||
2019-04-10 | GDScript: Don't allow built-in scripts to use class_name | George Marques | |
2019-04-10 | Bundled VHACD library for convex decomposition. | Juan Linietsky | |
Modified both MeshInstance tools as well as importer to use it instead of QuickHull. | |||
2019-04-10 | Decrease the default tooltip delay to 0.5 seconds | Hugo Locurcio | |
This matches other applications' and OS' tooltip behaviors more closely. | |||
2019-04-10 | Merge pull request #27170 from ↵ | Rémi Verschelde | |
timoschwarzer/allow-whitespaces-in-warning-ignore-comments Allow whitespaces in warning-ignore comments | |||
2019-04-10 | Added generator audio stream, and spectrum analyzer audio effect | Juan Linietsky | |
Made AudioFrame and Vector2 equivalent for casting. Added ability to obtain the playback object from stream players. Added ability to obtain effect instance from audio server. | |||
2019-04-10 | Fixes caches_cleared signal discrepancies in AnimationTree (fixes #25460) | PouleyKetchoupp | |
2019-04-10 | EditorFolding ignores hidden properties for folded resources (fixes #26663) | PouleyKetchoupp | |
2019-04-10 | Merge pull request #27815 from Faless/unix/mem_access | Hein-Pieter van Braam | |
Fix jump over uninitialized value in OS Unix/X11 | |||
2019-04-10 | Added No bone set state in the IK | Andrea Catania | |
The problem is that initially the root bone was not set, and you didn't know that because the "no set" state was missing. Now I've added it. https://github.com/godotengine/godot-docs/issues/2333 | |||
2019-04-09 | Merge pull request #27843 from bojidar-bg/27678-ysort-visibility | Rémi Verschelde | |
Do not YSort canvas items that are not visible | |||
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | |
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes). | |||
2019-04-09 | Merge pull request #27806 from JFonS/fix_27690 | Rémi Verschelde | |
Fix hint_range for GLES2 shader uniforms | |||
2019-04-09 | Merge pull request #27853 from akien-mga/classref-tooltip | Rémi Verschelde | |
Fix TTR string for class reference tooltip | |||
2019-04-09 | Merge pull request #27846 from BastiaanOlij/fix_mobile_vr | Rémi Verschelde | |
Added eye_height, changed description and fixed size of viewport issue | |||
2019-04-10 | Added eye_height, changed description and fixed size of viewport issue | Bastiaan Olij | |
2019-04-09 | Merge pull request #27814 from nekomatata/transition-node-xfade | Rémi Verschelde | |
Fixed uninitialized xfade in AnimationNodeTransition | |||
2019-04-09 | Merge pull request #27838 from akien-mga/Wlogical-op | Rémi Verschelde | |
Fix condition in editor icons filtering logic | |||
2019-04-09 | Fix TTR string for class reference tooltip | Rémi Verschelde | |
Fixes #27852. | |||
2019-04-09 | Merge pull request #27844 from akien-mga/fs-dock-deselect | Rémi Verschelde | |
FS dock: Allow deselecting items by clicking empty space | |||
2019-04-09 | Fix jump over uninitialized value in OS Unix/X11 | Fabio Alessandrelli | |
2019-04-09 | FS dock: Allow deselecting items by clicking empty space | Rémi Verschelde | |
Fixes #27546. | |||
2019-04-09 | Do not YSort canvas items that are not visible | Bojidar Marinov | |
Fixes an issue with nested YSorts not regarding visibility | |||
2019-04-09 | Merge pull request #27490 from bruvzg/macos_non_resizable_fullscreen | Rémi Verschelde | |
Allow non-resizeable windows to enter full-screen mode. | |||
2019-04-09 | Merge pull request #27553 from ShyRed/sprite2polygon | Rémi Verschelde | |
Add Sprite to CollisionPolygon2D and LightOccluder2D converter | |||
2019-04-09 | Merge pull request #27561 from KoBeWi/get_frame_doc | Rémi Verschelde | |
Document SceneTree.get_frame() and persistent in add_to_group() | |||
2019-04-09 | Fix condition in editor icons filtering logic | Rémi Verschelde | |
Fixes #27595. | |||
2019-04-09 | Merge pull request #27591 from toasteater/doc/rng-impl-notes | Rémi Verschelde | |
Improve RandomNumberGenerator docs. | |||
2019-04-08 | Changes to to feature profile editor | Juan Linietsky | |
Changed "Disable Editor" to "Contextual Editor Enabled" Do not show contextual editors for disabled classes. | |||
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky | |
Allows enabling/disabling parts of the editor and storing/loading profiles for that. | |||
2019-04-08 | Merge pull request #27809 from neikeq/github-pls | Ignacio Roldán Etcheverry | |
Workaround for syntax highlighting issue in GitHub | |||
2019-04-08 | Fixed uninitialized xfade in AnimationNodeTransition | PouleyKetchoupp | |
2019-04-08 | Workaround for syntax highlighting issue in GitHub | Ignacio Etcheverry | |
2019-04-08 | Replace 3.0 screenshot by new one from TPS demo | Rémi Verschelde | |
Fixes #27324. | |||
2019-04-08 | Merge pull request #26458 from neikeq/mono-build-cleanup | Rémi Verschelde | |
Mono: Add CPPPATH only to env_mono and cleanup build scripts | |||
2019-04-08 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-04-08 | Merge pull request #27716 from Calinou/script-editor-shift-find-previous | Rémi Verschelde | |
Find the previous match in script editor when pressing Shift + Enter | |||
2019-04-08 | Merge pull request #27711 from neikeq/ifdef-clang-tidy | Rémi Verschelde | |
Replace a few #if/#elif with #ifdef and "#elif defined" |