summaryrefslogtreecommitdiff
path: root/drivers/dummy
AgeCommit message (Collapse)Author
2018-05-15Merge pull request #18798 from jfaust/bugfix/scene-import-on-server-platformRémi Verschelde
Fix two issues preventing model import from working properly when platform=server
2018-05-15Merge pull request #18680 from Gamblify/DummyTextureLoaderRémi Verschelde
Dummy texture importer
2018-05-11Fix scene import when platform=serverJosh Faust
Adds code in RasterizerStorageDummy to store off mesh surface information, rather than just throwing it away. Without this, all surface arrays were just defaulting to empty when the packed scene was written.
2018-05-10Implement missing methods in dummy rasterizerFabio Alessandrelli
2018-05-09Dummy texture importerGustav Lund
Added a dummy importer for textures to use with the server platform. Allows for running a project in headless mode without crashing when loading scenes containing textured objects Also as a result decreases load time as no image files have to be loaded.
2018-02-25Add missing return statements (iOS and server).bruvzg
2018-02-212D Skeletons WORK IN PROGRESSJuan Linietsky
2018-02-15Create and return LightmapCapture.K. S. Ernest (iFire) Lee
2018-02-15Add dummy audio driver, fix dummy rasterizerK. S. Ernest (iFire) Lee
2018-02-15Fixes to OS_Server and DummyRasterizer to match new signaturesFabio Alessandrelli
2018-02-15Add dummy Texture handlingFabio Alessandrelli
2018-02-15Add dummy resterizer driverFabio Alessandrelli