May 28 2024 build: Difference between revisions
Elevator1512 (talk | contribs) No edit summary |
|||
Line 18: | Line 18: | ||
== External links == | == External links == | ||
* [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-52824-build/ | * [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-52824-build/ New build: 5/28/24 build on the Skyscraper Simulator Forum] | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:Alpha 12 builds]] | [[Category:Alpha 12 builds]] |
Revision as of 02:49, 1 June 2024
It contains good-faith information, such as an existing building or content. |
It contains good information related to Skyscraper Simulator. |
This build mainly has fixes for Ogre's DirectX 11 renderer, and introduces an official Windows ARM build of the simulator (one was supplied after the last build but wasn't working properly). I also moved the PolyMesh geometry processor out into it's own C++ files.
On Windows systems, to use the DirectX 11 renderer, open the plugins.cfg file and uncomment the Direct3D11 line, erase your ogre.cfg file, re-run Skyscraper and choose it from the startup window. This is already done for you on ARM builds. Currently most of the renderer works, except for the text-to-texture system (which doesn't seem to be reading the font texture data properly), and also the Simple building crashes on startup due to the Key object causing a shader error. I'll be working on trying to fix those issues. If you have a Windows ARM system, it would be great if you could test this build on it, and if you get crashes on startup, you can also comment out the OpenGL renderers and only try the DirectX one.
Changelog:
- Started work on a simulator memory usage report function, so far it calculates the total size of the geometry and index tables of meshes.
- Report memory usage of enabled meshes
- Add support for ARM Windows builds
- Moved PolyMesh code into separate files
- Prevent Caelum from initializing on DirectX 11, due to rendering issues
- TruncateNumber() needs to be able to handle strings without decimal characters
- Fix CopyTexture() on DirectX11
See also
- Previous build
- Next build
- Development Builds