aboutsummaryrefslogtreecommitdiff
path: root/drivers/dummy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18798 from jfaust/bugfix/scene-import-on-server-platformRémi Verschelde2018-05-151-23/+131
|\ | | | | Fix two issues preventing model import from working properly when platform=server
| * Fix scene import when platform=serverJosh Faust2018-05-111-23/+131
| | | | | | | | | | | | 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.
* | Merge pull request #18680 from Gamblify/DummyTextureLoaderRémi Verschelde2018-05-152-0/+134
|\ \ | |/ |/| Dummy texture importer
| * Dummy texture importerGustav Lund2018-05-092-0/+134
| | | | | | | | | | | | 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.
* | Implement missing methods in dummy rasterizerFabio Alessandrelli2018-05-101-0/+14
|/
* Add missing return statements (iOS and server).bruvzg2018-02-252-14/+18
|
* 2D Skeletons WORK IN PROGRESSJuan Linietsky2018-02-211-1/+1
|
* Create and return LightmapCapture.K. S. Ernest (iFire) Lee2018-02-151-13/+60
|
* Add dummy audio driver, fix dummy rasterizerK. S. Ernest (iFire) Lee2018-02-153-5/+81
|
* Fixes to OS_Server and DummyRasterizer to match new signaturesFabio Alessandrelli2018-02-151-0/+1
|
* Add dummy Texture handlingFabio Alessandrelli2018-02-151-10/+74
|
* Add dummy resterizer driverFabio Alessandrelli2018-02-152-0/+544