summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky
of tree notification. Updated doc accordingly.
2018-01-12Bind many more properties to scriptsBojidar 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-11Merge pull request #15610 from groud/fix_node_resize_setting_anchorsRémi Verschelde
Fixes nodes being resized or moved when changing an anchor
2018-01-11Fixes nodes being resized or moved when changing an anchorGilles Roudiere
2018-01-11Merge pull request #15528 from AndreaCatania/p1Rémi Verschelde
Fixed viewport node error on editor
2018-01-11Merge pull request #15531 from AndreaCatania/p2Juan Linietsky
Fixed crash on duplicate GIProbe baking
2018-01-11solved particle memory leak, fixes #15591Juan Linietsky
2018-01-11Forced no duplication of animation dataAndreaCatania
2018-01-11Fixed crash on duplicate GIProbe bakingAndreaCatania
2018-01-11Fixed resource setup handlingAndreaCatania
2018-01-11Merge pull request #15595 from endragor/fix-light-data-typeRémi Verschelde
Fix registered light_data property type name
2018-01-11Fix registered light_data property type nameRuslan Mustakov
2018-01-11Merge pull request #15579 from damarindra/add-receptor-tilesetRémi Verschelde
fix updating tileset list when assign texture and set autotile true
2018-01-11Fixes empty line selection when scrollingpoke1024
2018-01-11fix updating tileset list when assign texture and set autotile truedamarindra
2018-01-10Merge pull request #15530 from akien-mga/signal-argsRémi Verschelde
Fix signal arguments shadowing member variables
2018-01-09Fix bitwise NOT operator on BitMap's set_bitKonrad Nowakowski
2018-01-09Fix signal arguments shadowing member variablesRémi Verschelde
Fixes #10212.
2018-01-09Merge pull request #15495 from poke1024/font-oversamplingRémi Verschelde
Two potential glitches in font oversampling
2018-01-08Merge pull request #15507 from poke1024/fix15106Rémi Verschelde
Fix whole word search missing occurences
2018-01-08Fix whole word search missing occurencesBernhard Liebl
2018-01-08Merge pull request #15060 from poke1024/camera2d-updateRémi Verschelde
Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESS
2018-01-08Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESSBernhard Liebl
2018-01-08Two potential glitches in font oversamplingBernhard Liebl
2018-01-08Merge pull request #14907 from scayze/rigid_vehicleJuan Linietsky
Added RigidBody functionality to VehicleBody
2018-01-07Merge pull request #15446 from marcelofg55/video_mix_rateRémi Verschelde
Fix Video Player issue with audio mix_rate when different than 44100
2018-01-07Merge pull request #15445 from poke1024/fix15392Rémi Verschelde
Fix stale dynamic font reference fetch from cache
2018-01-07Fix Video Player issue with audio mix_rate when different than 44100Marcelo Fernandez
2018-01-07Fix stale dynamic font reference fetch from cacheBernhard Liebl
Seems to fix issue 15392
2018-01-07Corrects wrong scrolling for short popups broken in 15405Bernhard Liebl
2018-01-07Added RigidBody functionality to VehicleBodyScayze
2018-01-06fix center viewport out of size error, #15411Ian
2018-01-06Ensure depth reads go via alpha render list, fixes #14759Juan Linietsky
2018-01-06Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky
2018-01-06Merge pull request #15412 from poke1024/fix-tree-get-rect-crashRémi Verschelde
Fix crash when calling tree API before NOTIFICATION_ENTER_TREE
2018-01-06Merge pull request #15405 from poke1024/fix-popup-scrollRémi Verschelde
Allow popup menu scrolling without mouse wheel
2018-01-06Fix crash when calling tree API before NOTIFICATION_ENTER_TREEBernhard Liebl
2018-01-06Allow popup menu scrolling without mouse wheelBernhard Liebl
2018-01-06Fix typo in new stringsPoommetee Ketson
2018-01-06Remove button from button_group when freevolzhs
2018-01-05Force button release when window focuses out, fixes #15318 and likely many ↵Juan Linietsky
other issues.
2018-01-05Fix theme inheritanceFabio Alessandrelli
2018-01-05Add missing copyright headers and fix formattingRé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-04Merge pull request #15335 from volzhs/popup-menuRémi Verschelde
Fix PopupMenu to show & detect properly hover area
2018-01-04Merge pull request #15334 from poke1024/textedit-mouseposRémi Verschelde
Fix TextEdit::_get_mouse_pos rounding errors
2018-01-05Fix PopupMenu to show & detect properly hover areavolzhs
Fix #15275
2018-01-04Fix TextEdit::_get_mouse_pos rounding errorsBernhard Liebl
2018-01-04Merge pull request #15186 from GodotExplorer/default-themeRémi Verschelde
Fix errors with custom theme and custom font in project settings.
2018-01-04Merge pull request #15317 from poke1024/fix-rtl-underlineRémi Verschelde
RichTextLabel: don't draw underline character-wise
2018-01-04RichTextLabel: don't draw underline on single charactersBernhard Liebl