Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-15 | Merge pull request #18798 from jfaust/bugfix/scene-import-on-server-platform | Rémi Verschelde | |
Fix two issues preventing model import from working properly when platform=server | |||
2018-05-15 | Merge pull request #18680 from Gamblify/DummyTextureLoader | Rémi Verschelde | |
Dummy texture importer | |||
2018-05-11 | Fix scene import when platform=server | Josh 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-10 | Implement missing methods in dummy rasterizer | Fabio Alessandrelli | |
2018-05-09 | Dummy texture importer | Gustav 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-25 | Add missing return statements (iOS and server). | bruvzg | |
2018-02-21 | 2D Skeletons WORK IN PROGRESS | Juan Linietsky | |
2018-02-15 | Create and return LightmapCapture. | K. S. Ernest (iFire) Lee | |
2018-02-15 | Add dummy audio driver, fix dummy rasterizer | K. S. Ernest (iFire) Lee | |
2018-02-15 | Fixes to OS_Server and DummyRasterizer to match new signatures | Fabio Alessandrelli | |
2018-02-15 | Add dummy Texture handling | Fabio Alessandrelli | |
2018-02-15 | Add dummy resterizer driver | Fabio Alessandrelli | |