Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2017-10-21 | Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottom | Poommetee Ketson | |
Stop move_to_bottom losing references to treeitems | |||
2017-10-20 | Merge pull request #12228 from ↵ | Rémi Verschelde | |
hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture | |||
2017-10-20 | Merge pull request #12052 from hi-ogawa/particle-material-conversion-plugin | Rémi Verschelde | |
Create ParticlesMaterialConversionPlugin | |||
2017-10-20 | Merge pull request #12107 from RandomShaper/fix-anim-before-first-key | Rémi Verschelde | |
Fix animation before first key | |||
2017-10-20 | Merge pull request #12149 from endragor/check-input-handled | Rémi Verschelde | |
Check if input is handled before handling it | |||
2017-10-20 | Merge pull request #12224 from NathanWarden/scene_tree_added_signal | Rémi Verschelde | |
Added a node_added signal to the SceneTree | |||
2017-10-20 | Merge pull request #12260 from bojidar-bg/11975-navpoly-freeze | Rémi Verschelde | |
Fix adding a NavigationPolygonInstance to a Node2D freezing the editor [ci skip] | |||
2017-10-20 | Fix adding a NavigationPolygonInstance to a Node2D freezing the editor | Bojidar Marinov | |
Fixes #11975 | |||
2017-10-20 | Merge pull request #12084 from santouits/tab_container_bug | Rémi Verschelde | |
tab container arrows don't work when a popup was set [ci skip] | |||
2017-10-20 | Merge pull request #12132 from TheSofox/parallax-fixes | Rémi Verschelde | |
Tweaks ParallaxBackground to work better with zoom. [ci skip] | |||
2017-10-20 | Fix window display shrink can't set to float numbers | geequlim | |
2017-10-20 | Merge pull request #12159 from RandomShaper/fix-sticky-slider | Gilles Roudiere | |
Reset slider mouse state on hiding/removing | |||
2017-10-19 | Added a node_added signal to the SceneTree | Nathan Warden | |
2017-10-19 | Merge pull request #12230 from BastiaanOlij/arvr_fix_binand | Rémi Verschelde | |
Fix button signals on ARVRController [ci skip] | |||
2017-10-19 | Merge pull request #12229 from Noshyaar/pr-v | Rémi Verschelde | |
Fix Viewport clear mode is bool instead of int, fixes #12202 [ci skip] | |||
2017-10-20 | Always mixing up binary and and boolean and... | Bastiaan Olij | |
2017-10-19 | Fix Viewport clear mode is bool instead of int, fixes #12202 | Poommetee Ketson | |
2017-10-19 | Fix spatial shader conversion with texture | Hiroshi Ogawa | |
2017-10-18 | Itemlist rmb now provides the same pos as Tree rmb | AlexHolly | |
2017-10-18 | Tweaks ParallaxBackground to work better with zoom. Ensures a Parallax Layer ↵ | Sofox | |
with a (1,1) motion scale synchs perfectly with a regular stationary sprite that is outside the ParallaxBackground, regardless of the zoom level and movement of the camera. | |||
2017-10-16 | Reset slider mouse state on hiding/removing | Pedro J. Estébanez | |
Resetting `grab.active`, but also `mouse_inside` so that after reappearing it must be hovered again -even if the mouse is still over it- in order to get a highlight. That is consistent to the way other controls in the engine, e.g. buttons, work. Fixes #12130. |