Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-04 | Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_support | Bastiaan Olij | |
Adding rumble support to ARVR controllers | |||
2017-11-02 | Fixed AnimationPlayer.get_autoplay() returning empty string | Rasmus Ketelsen | |
2017-11-02 | Merge pull request #12575 from leezh/richtext_newline_fix | Rémi Verschelde | |
Fixed RichTextLabel::add_newline() Fixes #12564 | |||
2017-11-01 | -Modules can now add custom version info (added it for Mono) | Juan Linietsky | |
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet) | |||
2017-11-02 | Fixed RichTextLabel::add_newline() #12564 | Zher Huei Lee | |
2017-11-01 | Adding rumble support to ARVR controllers (if implemented on the ARVR interface) | Bastiaan Olij | |
2017-10-31 | Merge pull request #12542 from Paulb23/enter_remove_text_issue_12494 | Rémi Verschelde | |
Remove text on enter, issue 12494 | |||
2017-10-31 | Merge pull request #10770 from RandomShaper/fix-joints | Rémi Verschelde | |
Fix joints collision exceptions, plus a bit more | |||
2017-10-31 | Remove text on enter, issue 12494 | Paulb23 | |
2017-10-31 | Ability to shrink 3D viewport by half | Juan Linietsky | |
2017-10-31 | Revert "Fixes the selection rect in item_list drawn not clipped" | Rémi Verschelde | |
2017-10-30 | Merge pull request #12268 from AlexHolly/fix-lineedit-selection | Rémi Verschelde | |
Fix LineEdit drag selection to the left | |||
2017-10-30 | Merge pull request #12351 from groud/fix_item_list_selection_clipping | Rémi Verschelde | |
Fixes the selection rect in item_list drawn not clipped | |||
2017-10-30 | Merge pull request #12471 from mhilbrunner/autocomplete | Rémi Verschelde | |
Fix get_node() and $ autocompletion when using single quotes | |||
2017-10-30 | Fix get_node() and $ autocompletion when using single quotes | Unknown | |
2017-10-30 | Clean up GI Probe baking, proper button and progress bar. | Juan Linietsky | |
2017-10-30 | Merge pull request #12511 from sanikoyes/pr-fix-tabs-crash | Rémi Verschelde | |
Fix crash when click an empty tabs container | |||
2017-10-30 | Fix crash when click an empty tabs container | sanikoyes | |
2017-10-30 | Add missing StyleBoxLine binding | sanikoyes | |
2017-10-29 | Added multi level undo redo to line edit | Paulb23 | |
2017-10-28 | Refactor bufer to buffer | Poommetee Ketson | |
2017-10-26 | Merge pull request #12308 from GiantBlargg/revert-11587-directional_light_init | Rémi Verschelde | |
Revert "In editor, instance DirectionalLight with an initial orientation" | |||
2017-10-26 | Fixes infinite loop in NavPolygonInstance warnings | Cédric Fuchs | |
2017-10-25 | fix a 'proximity_fade_distacne' typo in material | Jakub Grzesik | |
2017-10-24 | Fix margin with tree drawing | Jakob Sinclair | |
Fixes @akien-mga point brought up in #12352 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> | |||
2017-10-24 | Fixes the selection rect in item_list drawn not clipped | Gilles Roudiere | |
2017-10-24 | Finished transition of Patch9Rect to NinePatchRect | Indah Sylvia | |
2017-10-23 | Merge pull request #12310 from Paulb23/toggle_highlight_current_line | Rémi Verschelde | |
Added setting to toggle current line highlighting | |||
2017-10-23 | Merge pull request #12316 from mrezai/fix-disable-3d | Rémi Verschelde | |
Fix disable_3d=yes compile errors | |||
2017-10-23 | missing set/get_collision_mask_bit() for RayCast | Jakub Grzesik | |
in the same fastion how it's implemented in Area or Bodies | |||
2017-10-23 | Missing binds for SSAOBlur enum caused issues compiling GDNative cpp_bindings | Bastiaan Olij | |
2017-10-23 | Revert "Rename Schlick GGX to GGX." | Rémi Verschelde | |
2017-10-22 | Fix disable_3d=yes compile errors | mrezai | |
2017-10-22 | Many fixes to SSAO, should be good now. | Juan Linietsky | |
2017-10-22 | Added setting to toggle current line highlighting | Paulb23 | |
2017-10-22 | Revert "In editor, instance DirectionalLight with an initial orientation" | Giantblargg | |
2017-10-22 | Merge pull request #11882 from Noshyaar/pr-filedialog | Rémi Verschelde | |
FileDialog: enlarge the file list a bit | |||
2017-10-22 | Merge pull request #12296 from tagcup/ggx_rename | Rémi Verschelde | |
Rename Schlick GGX to GGX. | |||
2017-10-22 | CubeMap: fix duplicate flags property | Poommetee Ketson | |
2017-10-22 | FileDialog: enlarge the file list a bit | Poommetee Ketson | |
2017-10-21 | Rename Schlick GGX to GGX. | Ferenc Arn | |
Schlick's approximation and GGX are orthogonal concepts. Furthermore, it's usage so far has been inconsistent: we don't even use it with anisotropic SchlickGGX, and Burley (Disney) diffuse does use it while its name doesn't indicate it. The use of Schlick's approximation in Burley and GGX is an implementation detail and doesn't need to be reflected to the namig. | |||
2017-10-21 | Merge pull request #12291 from RandomShaper/fix-raycast-naming | Rémi Verschelde | |
Rename RayCasts collision_layer to collision_mask | |||
2017-10-21 | Merge pull request #12286 from NathanWarden/add_cubemap_properties | Rémi Verschelde | |
Added properties for CubeMap. | |||
2017-10-21 | Merge pull request #12293 from Paulb23/line_highlighting_fix | Rémi Verschelde | |
Fixed current line highlighting, issue 12166 [ci skip] | |||
2017-10-21 | Fixed current line highlighting and visual indication of empty selected lines | Paulb23 | |
2017-10-21 | Rename RayCasts collision_layer to collision_mask | Pedro J. Estébanez | |
The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`. Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property. Fixes #7589, where it's also discussed. | |||
2017-10-22 | Bind unbound enums, rearrange some by value | Poommetee Ketson | |
2017-10-21 | Added properties for CubeMap. | Nathan Warden | |
2017-10-21 | Fix PathFollow rotations. | Ferenc Arn | |
Replaced the lookahead (which is problematic) with exact delta in offset. Also made some other minor fixes and improvements. Fixes #12258. | |||
2017-10-21 | Refactor Fixed to Physics | Poommetee Ketson | |