summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky
2017-06-07-Added proper access to depth texture from shaderJuan Linietsky
2017-06-07Fog is complete!Juan Linietsky
2017-06-05-working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky
2017-06-05Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde
2017-06-04Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky
2017-06-04Added depth texture support (using parallax) to default material.Juan Linietsky
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-02many fixes to image loader, voxel cone tracing, etc.Juan Linietsky
2017-06-01Rework shading modes and change location of light shaderJuan Linietsky
2017-05-31rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky
2017-05-28-Added .hdr format supportJuan Linietsky
2017-05-25Removed skybox support, added panorama support. Skybox support may come back ...Juan Linietsky
2017-05-25Merge pull request #8869 from Hinsbart/errorsRémi Verschelde
2017-05-23Fix stex import into black textures when lossless and lossy are selected, clo...Juan Linietsky
2017-05-22Fix errors on engine startup.Andreas Haas
2017-05-20Merge pull request #8818 from tagcup/mesh_methodsRémi Verschelde
2017-05-20Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde
2017-05-18GDScript bindings for various missing Mesh functions.Ferenc Arn
2017-05-17Fix two typos from previous commitRémi Verschelde
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-09New customizable editor themevolzhs
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
2017-04-28Move other lone thirdparty files to thirdparty/miscRémi Verschelde
2017-04-27Fix theme_data.h formatting via make_header.pyRémi Verschelde
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2017-04-26Revert " 3.0 recompute_aabb on add_surface"Ramesh Ravone
2017-04-26 3.0 recompute_aabb on add_surfaceRamesh Ravone
2017-04-24Merge pull request #8277 from tagcup/math_checksRémi Verschelde
2017-04-23Fix property warnings and hide some debug printsRémi Verschelde
2017-04-20Merge pull request #8376 from RayKoopa/fix_stylebox_expand_marginRémi Verschelde
2017-04-14Merge pull request #8370 from volzhs/fix-stylebox-masterAndreas Haas
2017-04-14PackedScene: Fix wrong DEFVALIgnacio Etcheverry
2017-04-13Respect the expand margin for StyleBoTextures again.Ray Koopa
2017-04-12Fix editor style box for ToolButtonvolzhs
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06New particle system, mostly working, some small features missing.Juan Linietsky
2017-04-06Fix typo in FixedSpatialMaterialAndreas Haas
2017-04-06Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn
2017-03-31Fixed WindowDialog not aligning properlyRobert Hernandez
2017-03-30Fixed AtlasTexture being incorrectlyRobert Hernandez
2017-03-24Merge pull request #8130 from volzhs/cache-font-masterRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-24Cache DynamicFont resource for Androidvolzhs
2017-03-15Fix redundant connections saved in sub-inheritancePedro J. Estébanez
2017-03-13Merge pull request #7981 from RandomShaper/position-for-2d-shadersRémi Verschelde
2017-03-09Fix node duplication in scene sub-inheritancePedro J. Estébanez
2017-03-08Map POSITION to gl_FragCoord.xy for 2D shadersPedro J. Estébanez