summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2018-05-14Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias
2018-05-11Update oversampling of outlines after window size changeRuslan Mustakov
2018-05-08Merge pull request #18374 from JFonS/fix_particles_animationJuan Linietsky
2018-05-08Always emit dynamic font change in update_oversamplingRuslan Mustakov
2018-05-08Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov
2018-05-07Added a simpler way to flip faces, closes #17373 and closes #17369Juan Linietsky
2018-05-07Merge pull request #17504 from endragor/fix-oversampling-autowrapJuan Linietsky
2018-05-07Merge pull request #17828 from bojidar-bg/17779-progressbar-minimum-sizeJuan Linietsky
2018-05-07Merge pull request #17845 from JFonS/disable_spatial_shadowsJuan Linietsky
2018-05-05Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadowMax Hilbrunner
2018-05-05Merge pull request #18407 from danilo2205/get_closest_pointMax Hilbrunner
2018-05-04Merge pull request #18480 from BastiaanOlij/add_custom_aabb_to_primitivesRémi Verschelde
2018-05-01Added methods get_closest_point and get_closest_offset to both Curve2D and Cu...danilo2205
2018-05-01Adds z-index properties to TileSets.Pieter-Jan Briers
2018-04-29added custom aabb to primitivesBastiaan Olij
2018-04-27CSG Support for Godot!Juan Linietsky
2018-04-27Fixed stylebox crashsersoong
2018-04-23Fix particle animation controlsJFonS
2018-04-12Implement font shadows for RichTextLabelMarkus Törnqvist
2018-04-08Merge pull request #18072 from AlexHolly/masterGeorge Marques
2018-04-08expose Tileset TileMode to GDScriptAlexander Holland
2018-04-08Merge pull request #16705 from Chaosus/generate_normals_flipJuan Linietsky
2018-04-08Merge pull request #17382 from bojidar-bg/13971-path-array-unsavedJuan Linietsky
2018-04-08Merge pull request #17443 from Noshyaar/tilesetcrashJuan Linietsky
2018-04-07Merge pull request #17602 from ivodopiviz/tscn-issuesJuan Linietsky
2018-04-07Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky
2018-04-01Mesh: fix crash when creating mesh outline from QuadMeshPoommetee Ketson
2018-03-29Added flag on SpatialMaterial to disable shadowsJFonS
2018-03-28Fix StyleBox ignoring region rect and ProgressBar using center sizeBojidar Marinov
2018-03-27Add radio-button-looking entries to PopupMenuPedro J. Estébanez
2018-03-25Removed unnecessary newlines from tscnIvan Vodopiviz
2018-03-23Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson
2018-03-14Ceil dynamic font glyph sizeRuslan Mustakov
2018-03-13Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov
2018-03-13Merge pull request #17094 from Calinou/add-dynamicfont-hinting-optionsRémi Verschelde
2018-03-02Fix serialization of identifiers with non printable ASCII charactersRémi Verschelde
2018-02-28Add an hinting mode setting to DynamicFontsHugo Locurcio
2018-02-24Merge pull request #16932 from groud/fix_collision_shape_selectionRémi Verschelde
2018-02-24Merge pull request #16930 from PJB3005/18-02-22-styleboxtexture-textureRémi Verschelde
2018-02-23Refactor version macros and fix related bugsRémi Verschelde
2018-02-22Fixes collisions shape selectionGilles Roudiere
2018-02-22StyleBoxTexture: Texture instead of RES for texture and normal_map.Pieter-Jan Briers
2018-02-21Fix typos with codespellluz.paz
2018-02-21Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky
2018-02-21Merge pull request #16772 from damarindra/tileset_editor_improvementRémi Verschelde
2018-02-20Tileset Editor ImprovementDamar Indra
2018-02-20Merge pull request #16718 from Chaosus/triplanarfixRémi Verschelde
2018-02-19Merge pull request #16530 from AndreaCatania/raysRémi Verschelde
2018-02-19Merge pull request #15780 from volzhs/emojiRémi Verschelde
2018-02-19Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...Andrea Catania