Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | Merge pull request #15623 from kubecz3k/param-name-rename | Rémi Verschelde | |
modify default param names in couple of signals | |||
2018-01-12 | Merge pull request #15629 from endragor/fix-shader-property | Rémi Verschelde | |
Fix Material's shader property binding | |||
2018-01-12 | Fix Material's shader property binding | Ruslan Mustakov | |
ShaderGraph doesn't exist in 3.0. | |||
2018-01-12 | Make burley default for materials, fixes #15054 | Juan Linietsky | |
2018-01-12 | modify default param names in couple of signals | Unknown | |
'name' default param should not be used since there is problem with name shadowing | |||
2018-01-12 | Add special coloring to members, to make shadowing more obvious. | Juan Linietsky | |
2018-01-12 | Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapes | Rémi Verschelde | |
Update collision shapes data on tree entered | |||
2018-01-12 | Merge pull request #15620 from AndreaCatania/p4 | Rémi Verschelde | |
Reset collider on ray node | |||
2018-01-12 | Reset collider on ray node | AndreaCatania | |
2018-01-12 | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵ | Juan Linietsky | |
of tree notification. Updated doc accordingly. | |||
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov | |
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | |||
2018-01-11 | Merge pull request #15610 from groud/fix_node_resize_setting_anchors | Rémi Verschelde | |
Fixes nodes being resized or moved when changing an anchor | |||
2018-01-11 | Fixes nodes being resized or moved when changing an anchor | Gilles Roudiere | |
2018-01-11 | Merge pull request #15528 from AndreaCatania/p1 | Rémi Verschelde | |
Fixed viewport node error on editor | |||
2018-01-11 | Update collision shapes data on tree entered | Pedro J. Estébanez | |
This is needed because the final startup values for shapes may change between parenting and entering the scene tree. For instance, if the collision shape belongs to a inherited scene. Fixes #13835. | |||
2018-01-11 | Merge pull request #15531 from AndreaCatania/p2 | Juan Linietsky | |
Fixed crash on duplicate GIProbe baking | |||
2018-01-11 | solved particle memory leak, fixes #15591 | Juan Linietsky | |
2018-01-11 | Forced no duplication of animation data | AndreaCatania | |
2018-01-11 | Fixed crash on duplicate GIProbe baking | AndreaCatania | |
2018-01-11 | Fixed resource setup handling | AndreaCatania | |
2018-01-11 | Merge pull request #15595 from endragor/fix-light-data-type | Rémi Verschelde | |
Fix registered light_data property type name | |||
2018-01-11 | Fix registered light_data property type name | Ruslan Mustakov | |
2018-01-11 | Merge pull request #15579 from damarindra/add-receptor-tileset | Rémi Verschelde | |
fix updating tileset list when assign texture and set autotile true | |||
2018-01-11 | Fixes empty line selection when scrolling | poke1024 | |
2018-01-11 | fix updating tileset list when assign texture and set autotile true | damarindra | |
2018-01-10 | Merge pull request #15530 from akien-mga/signal-args | Rémi Verschelde | |
Fix signal arguments shadowing member variables | |||
2018-01-09 | Fix bitwise NOT operator on BitMap's set_bit | Konrad Nowakowski | |
2018-01-09 | Fix signal arguments shadowing member variables | Rémi Verschelde | |
Fixes #10212. | |||
2018-01-09 | Merge pull request #15495 from poke1024/font-oversampling | Rémi Verschelde | |
Two potential glitches in font oversampling | |||
2018-01-08 | Merge pull request #15507 from poke1024/fix15106 | Rémi Verschelde | |
Fix whole word search missing occurences | |||
2018-01-08 | Fix whole word search missing occurences | Bernhard Liebl | |
2018-01-08 | Merge pull request #15060 from poke1024/camera2d-update | Rémi Verschelde | |
Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESS | |||
2018-01-08 | Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESS | Bernhard Liebl | |
2018-01-08 | Two potential glitches in font oversampling | Bernhard Liebl | |
2018-01-08 | Merge pull request #14907 from scayze/rigid_vehicle | Juan Linietsky | |
Added RigidBody functionality to VehicleBody | |||
2018-01-07 | Merge pull request #15446 from marcelofg55/video_mix_rate | Rémi Verschelde | |
Fix Video Player issue with audio mix_rate when different than 44100 | |||
2018-01-07 | Merge pull request #15445 from poke1024/fix15392 | Rémi Verschelde | |
Fix stale dynamic font reference fetch from cache | |||
2018-01-07 | Fix Video Player issue with audio mix_rate when different than 44100 | Marcelo Fernandez | |
2018-01-07 | Fix stale dynamic font reference fetch from cache | Bernhard Liebl | |
Seems to fix issue 15392 | |||
2018-01-07 | Corrects wrong scrolling for short popups broken in 15405 | Bernhard Liebl | |
2018-01-07 | Added RigidBody functionality to VehicleBody | Scayze | |
2018-01-06 | fix center viewport out of size error, #15411 | Ian | |
2018-01-06 | Ensure depth reads go via alpha render list, fixes #14759 | Juan Linietsky | |
2018-01-06 | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | |
2018-01-06 | Merge pull request #15412 from poke1024/fix-tree-get-rect-crash | Rémi Verschelde | |
Fix crash when calling tree API before NOTIFICATION_ENTER_TREE | |||
2018-01-06 | Merge pull request #15405 from poke1024/fix-popup-scroll | Rémi Verschelde | |
Allow popup menu scrolling without mouse wheel | |||
2018-01-06 | Fix crash when calling tree API before NOTIFICATION_ENTER_TREE | Bernhard Liebl | |
2018-01-06 | Allow popup menu scrolling without mouse wheel | Bernhard Liebl | |
2018-01-06 | Fix typo in new strings | Poommetee Ketson | |
2018-01-06 | Remove button from button_group when free | volzhs | |