summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-09-23-Rewrote GLES2 lighting and shadows and optimized state changes, did many ↵Juan Linietsky
optimizations, added vertex lighting. -Did some fixes to GLES3 too
2018-09-23Merge pull request #22351 from DualMatrix/remove_obsoleteRémi Verschelde
Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/
2018-09-23Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to ↵DualMatrix
core/math/ Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/
2018-09-23Fix GeometryInstance extra_cull_margin stepRémi Verschelde
Fixes #22369.
2018-09-23Merge pull request #22342 from DualMatrix/duplicate_no_funRémi Verschelde
Fixed duplicating nodes not attaching script in-game with Sync Scene Changes enabled
2018-09-22Merge pull request #22115 from akerudesu/find-parentMax Hilbrunner
Added find_parent method to node class
2018-09-22Fixed duplicating nodes not attaching script in-game with Sync Scene Changes ↵DualMatrix
enabled Fixed duplicating nodes not attaching script in-game with Sync Scene Changes enabled.
2018-09-21Make EditorFileDialog be able to pick a folder when entering itMichael Alexsander Silva Dias
2018-09-20Merge pull request #22047 from DualMatrix/better_nav_2DRémi Verschelde
Better heuristic for the shortest path algorithm for navigation2D
2018-09-20Merge pull request #22155 from LittleWhite-tb/21718-font-leakRémi Verschelde
Clear textures before setting new textures
2018-09-20Better heuristic for the shortest path algorithm for navigation2D and ↵DualMatrix
navigation. Better heuristic for the shortest path algorithm for navigation2D and navigation. It now will use the shortest distance to the polygon as cost instead of the distance to the center.
2018-09-20Merge pull request #22094 from elasota/fix-visual-shaderRémi Verschelde
Fix VisualShader code overwrites and save failures
2018-09-20Merge pull request #22198 from DualMatrix/input_was_eatenRémi Verschelde
Fixed ctrl+up/down shortcut no longer working in scene tree
2018-09-20Merge pull request #22071 from DualMatrix/preserve_groupRémi Verschelde
Made duplicate_and_reown preserve groups
2018-09-20Fixed ctrl+up/down shortcut no longer working in scene treeDualMatrix
Fixed ctrl+up/down shortcut no longer working in scene tree.
2018-09-19Fix Label::get_minimum_size not updating cache size for autowrapGuilherme Felipe
2018-09-17Clear textures before setting new textures (#21718)Alexandre LittleWhite Laurent
2018-09-15Added find_parent method to node classUnknown
2018-09-14Don't open VisualShaders in the text shader editor, and don't support saving ↵elasota
them with the "shader" extension.
2018-09-15Rename ScrollBar's drag_slave to drag_nodeRémi Verschelde
2018-09-14Expose "get_modal_stack_top()" to GDScriptMichael Alexsander Silva Dias
2018-09-14Made duplicate_and_reown preserve groupsDualMatrix
2018-09-14Merge pull request #21569 from JFonS/add_noise_texturesRémi Verschelde
Add SimplexNoise and NoiseTexture as new resources
2018-09-14Add SimplexNoise and NoiseTexture as new resourcesJFonS
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex. NoiseTexture uses SimplexNoise to generate noise textures for using in shaders/visual effects.
2018-09-14Merge pull request #21502 from Web-eWorks/atlasfixesRémi Verschelde
AtlasTexture fixes, part 2.
2018-09-14Merge pull request #22053 from akien-mga/animtexture-frame-internalRémi Verschelde
Mark AnimatedTexture frame_* properties as internal
2018-09-13Merge pull request #21806 from JFonS/inspector_uniform_defaultsJuan Linietsky
Set uniform default values in inspector
2018-09-13Set uniform default values in inspectorJFonS
2018-09-13Mark AnimatedTexture frame_* properties as internalRémi Verschelde
This way they no longer appear in the documentation, and the related setters and getters do.
2018-09-13Merge pull request #21847 from Calinou/light-gizmo-update-inspectorRémi Verschelde
Update Light properties in the inspector when dragging their gizmos
2018-09-13Document provenance of Penner easing equations in TweenRémi Verschelde
As noted in #21600.
2018-09-13Merge pull request #22017 from YeldhamDev/errors_tab_changesRémi Verschelde
Add expand/collapse all buttons for the "Errors" tab
2018-09-13Merge pull request #21976 from Faless/http_client_eof_fixRémi Verschelde
Fix non chunked HTTP reading till eof.
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
Misc. typos
2018-09-12Add expand/collapse all buttons for the "Errors" tabMichael Alexsander Silva Dias
2018-09-12Misc. typosluz.paz
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
2018-09-13Revert "Drop deprecated compatibility methods from AnimatedSprite"Rémi Verschelde
2018-09-12Fix default_cursor_shape for TextEditGuilherme Felipe
2018-09-12Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothingRémi Verschelde
TextEdit update cache.size on ENTER_TREE
2018-09-12Merge pull request #21877 from DualMatrix/richlabelRémi Verschelde
Fixed the remove_line function in richtextlabel. It was totally broken
2018-09-12Fix non chunked HTTP reading till eof.Fabio Alessandrelli
2018-09-12Merge pull request #21913 from DualMatrix/tween_remove_allRémi Verschelde
Fixed calling start() after remove_all() on tween not working
2018-09-12Merge pull request #21705 from KellyThomas/tree-create-itemRémi Verschelde
Change return value of Tree.create_item() from Object to TreeItem
2018-09-12Merge pull request #21654 from Calinou/textureprogress-transparent-tintRémi Verschelde
Allow transparent colors in TextureProgress tint properties
2018-09-12Merge pull request #21755 from akien-mga/particles-init-velocityRémi Verschelde
Particles: Reset default velocity to 0, allow negative values
2018-09-12Merge pull request #21780 from akien-mga/animatedsprite-deprecatedRémi Verschelde
Drop deprecated compatibility methods from AnimatedSprite
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
2018-09-11Fixed calling start() emmediately after remove_all() on tween not wrokingDualMatrix
Fixed calling start() emmediately after remove_all() on tween not wroking Fixes #19901
2018-09-10Merge pull request #21908 from JFonS/fix_18014Rémi Verschelde
Clear cache after reimporting an ArrayMesh
2018-09-10Merge pull request #21907 from JFonS/concave_collision_gizmoRémi Verschelde
Fix SoftBody gizmo slowness, add ConcaveShape wireframe