summaryrefslogtreecommitdiff
path: root/scene/resources/physics_material.h
AgeCommit message (Collapse)Author
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-08-29Add missing copyright headersRémi Verschelde
2018-08-16Change PhysicsMaterial extension to phymatRémi Verschelde
All other binary extensions are lowercase.
2018-08-07Removed physics material combination mode. Added rough and absorbent ↵Andrea Catania
parameter to material. Fixed 'change' signal connection
2018-05-11Implemented physics materialAndreaCatania
Hidden a function Fixed travis static check