Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-29 | Merge pull request #37795 from Chaosus/shader_fix_const_order2 | RĂ©mi Verschelde | |
Fix shader constant sorting | |||
2020-04-17 | Implement global and per instance shader uniforms. | Juan Linietsky | |
Adds two keywords to shader language for uniforms: -'global' -'instance' This allows them to reference values outside the material. | |||
2020-04-11 | Fix shader constant sorting | Yuri Roubinsky | |
2020-04-02 | Replace NULL with nullptr | lupoDharkael | |
2020-03-28 | Prevent shader crash if multiple variables has been declared in 'for' | Yuri Roubinsky | |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky | |
VisualServer -> RenderingServer PhysicsServer -> PhysicsServer3D Physics2DServer -> PhysicsServer2D NavigationServer -> NavigationServer3D Navigation2DServer -> NavigationServer2D Also renamed corresponding files. |