Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2018-01-05 | Force button release when window focuses out, fixes #15318 and likely many ↵ | Juan Linietsky | |
other issues. | |||
2018-01-05 | Fix theme inheritance | Fabio Alessandrelli | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-04 | Merge pull request #15335 from volzhs/popup-menu | Rémi Verschelde | |
Fix PopupMenu to show & detect properly hover area | |||
2018-01-04 | Merge pull request #15334 from poke1024/textedit-mousepos | Rémi Verschelde | |
Fix TextEdit::_get_mouse_pos rounding errors | |||
2018-01-05 | Fix PopupMenu to show & detect properly hover area | volzhs | |
Fix #15275 | |||
2018-01-04 | Fix TextEdit::_get_mouse_pos rounding errors | Bernhard Liebl | |
2018-01-04 | Merge pull request #15186 from GodotExplorer/default-theme | Rémi Verschelde | |
Fix errors with custom theme and custom font in project settings. | |||
2018-01-04 | Merge pull request #15317 from poke1024/fix-rtl-underline | Rémi Verschelde | |
RichTextLabel: don't draw underline character-wise | |||
2018-01-04 | RichTextLabel: don't draw underline on single characters | Bernhard Liebl | |