Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-09 | Merge pull request #18081 from AndreaCatania/arcle | Rémi Verschelde | |
Corrected area overlap cleaning | |||
2018-04-09 | Merge pull request #18080 from Alexander-Alekseev/fix_rigidbody_config_warning | Rémi Verschelde | |
Fix of RigidBody's configuration warning for Z axis | |||
2018-04-09 | Merge pull request #18079 from Crazy-P/Resolves-Inccorect-Quaternion-Conversion | Rémi Verschelde | |
Resolves Incorrect Quaternion Conversion | |||
2018-04-09 | Merge pull request #18075 from guilhermefelipecgs/fix_3086 | Rémi Verschelde | |
Fix custom cursor when it's hidden | |||
2018-04-09 | Merge pull request #16473 from ianb96/move_tab | Rémi Verschelde | |
Drag to Rearrange Editor Docks | |||
2018-04-09 | Merge pull request #18069 from mhilbrunner/docs-scenetree | Rémi Verschelde | |
[DOCS] SceneTree | |||
2018-04-09 | Merge pull request #18054 from Mintormo/bugfix-inconsistent-sort-in-file-manager | Rémi Verschelde | |
Fixed bug #17929. Inconsistent sort in file manager. | |||
2018-04-09 | Merge pull request #18040 from Paulb23/color_region_cache | Rémi Verschelde | |
Fixed colour regions and added local colour region cache | |||
2018-04-09 | Fix custom cursor when it's hidden | Guilherme Felipe | |
[Linux] Ensures that the custom cursor will be used when changing to MOUSE_MODE_VISIBLE. Fix #3086 [Windows] Fix cursor flickering when MOUSE_MODE_HIDDEN. [Mac] Fix possible cursor flicker when MOUSE_MODE_HIDDEN. | |||
2018-04-09 | Fixed area overlap cleaning | Andrea Catania | |
2018-04-09 | Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activated | Ignacio Etcheverry | |
Fixed mono bottom panel to select the correct file when messages are filtered | |||
2018-04-09 | Resolves Inccorect Quaternion Conversion | Crazy-P | |
Fixes https://github.com/godotengine/godot/issues/18025 | |||
2018-04-09 | Fix RigidBody's configuration warning for Z axis | Alexander Alekseev | |
2018-04-08 | Merge pull request #18072 from AlexHolly/master | George Marques | |
expose Tileset TileMode to GDScript | |||
2018-04-08 | Drag to rearrange Tabs and TabContainer | ianb96 | |
2018-04-08 | Merge pull request #16297 from lpn/master | Juan Linietsky | |
Fixed wave file importer's broken resampling. | |||
2018-04-08 | [DOCS] SceneTree | Max Hilbrunner | |
2018-04-08 | Merge pull request #16495 from Chaosus/is_point_in_triangle_fix | Juan Linietsky | |
Fix is_point_in_triangle function | |||
2018-04-08 | Merge pull request #16503 from Chaosus/particlesfix | Juan Linietsky | |
Fix invalid particle movement when time_scale is zero | |||
2018-04-08 | expose Tileset TileMode to GDScript | Alexander Holland | |
2018-04-08 | Merge pull request #16556 from aragar/master | Juan Linietsky | |
For-in loop variable added to autocompletion | |||
2018-04-08 | Merge pull request #16571 from Zylann/find_in_files | Juan Linietsky | |
Added find & replace in files | |||
2018-04-08 | Merge pull request #16705 from Chaosus/generate_normals_flip | Juan Linietsky | |
Add flip switch to SurfaceTool.generate_normals | |||
2018-04-08 | Merge pull request #16707 from Web-eWorks/atlasfixes | Juan Linietsky | |
Fix Sprite3D's incorrect behavior when using AtlasTextures. | |||
2018-04-08 | Merge pull request #16574 from isaacremnant/better_grow_direction | Juan Linietsky | |
Added GROW_DIRECTION_BOTH for controls | |||
2018-04-08 | Merge pull request #16898 from Lerc/master | Juan Linietsky | |
add Image::bumpmap_to_normalmap conversion function | |||
2018-04-09 | Merge pull request #18061 from Chaosus/fixbug | Poommetee Ketson | |
Fix crash when click on any inspector entry that takes Resource | |||
2018-04-08 | Fix #18058 regression | Chaosus | |
2018-04-08 | Merge pull request #16995 from mrcdk/custom_resources_inspector | Juan Linietsky | |
The inspector will show the custom resources added via plugin | |||
2018-04-08 | Merge pull request #17123 from ↵ | Juan Linietsky | |
Jason0214/BugFix_UpdataFavoriteListWhenMoveOrRenameDir Editor: update favortite_dirs after move or rename a file in filesytem_dock | |||
2018-04-08 | Merge pull request #17150 from robfram/check-animation-playing-backwards | Juan Linietsky | |
Added `get_playing_speed` method to AnimationPlayer, returning the actual playing speed of the animation being played | |||
2018-04-08 | Merge pull request #17151 from ShyRed/disabled_shapes_2d | Juan Linietsky | |
Remove disabled shapes from physics 2D calculations | |||
2018-04-08 | Merge pull request #17227 from Faless/multiplayer_api | Juan Linietsky | |
[RFC] MultiplayerAPI refactor | |||
2018-04-08 | Merge pull request #17232 from playster000/master | Juan Linietsky | |
enhance mipmaps, non power of 2 textures | |||
2018-04-08 | Merge pull request #17382 from bojidar-bg/13971-path-array-unsaved | Juan Linietsky | |
Duplicate Arrays and Dictionaries when instancing scene in editor | |||
2018-04-08 | Merge pull request #17421 from Chaosus/fixshaderbugs | Juan Linietsky | |
Fix few bugs in shader definitions | |||
2018-04-08 | Merge pull request #17443 from Noshyaar/tilesetcrash | Juan Linietsky | |
Fix converting to tileset crashes Godot if existing file is not tileset | |||
2018-04-08 | Merge pull request #17594 from ivodopiviz/float-overflow | Juan Linietsky | |
Changed debug max distance to avoid overflow | |||
2018-04-08 | Merge pull request #17967 from Nibodhika/all-device-mode | Juan Linietsky | |
Allows to map an action to all devices. | |||
2018-04-08 | Merge pull request #17741 from Essojadojef/fix-shortcut-categories | Juan Linietsky | |
Fix all categories unfold when one key binding is changed | |||
2018-04-08 | Fixed bug #17929. Inconsistent sort in file manager. | Mintormo | |
This commit fix a bug #17929 (https://github.com/godotengine/godot/issues/17929) in file manager. I'm just added sorting of files list in method FileSystemDock::_update_files. | |||
2018-04-07 | Removed strange custom world2d in CanvasLayer, been there since always and ↵ | Juan Linietsky | |
not sure why. Fixes #17524, fixes #17523. | |||
2018-04-07 | Allows to map an action to all devices. | Nibodhika | |
This is accomplished by setting a special value (-1) to the device variable in the InputEvent that's being used to compare with the one received from the OS. This special value is invalid for a regular input, so it should be safe. Implements #17942 | |||
2018-04-07 | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky | |
Enhance uri utils | |||
2018-04-07 | Document condition to avoid mistakes (like #17690) | Juan Linietsky | |
2018-04-07 | Merge pull request #17602 from ivodopiviz/tscn-issues | Juan Linietsky | |
Removed unnecessary newlines from tscn | |||
2018-04-07 | Merge pull request #17636 from rainerdeyke/fix_issue_17585 | Juan Linietsky | |
Fixes moving files causes scene corruption | |||
2018-04-07 | Merge pull request #17642 from brendor/master | Juan Linietsky | |
Particles 2D and 3D - fix hue variation not working | |||
2018-04-07 | Merge pull request #17717 from NikodemL/master | Juan Linietsky | |
Extended node rename function to also support renaming node path script instance property | |||
2018-04-07 | Merge pull request #17730 from RandomShaper/radio-buttons-in-menus | Juan Linietsky | |
Radio buttons in menus |