August 1 2025 build: Difference between revisions
Jump to navigation
Jump to search
Elevator1512 (talk | contribs) Created page with "{{OB}}{{db}} This build mainly has bugfixes, but has new support in the sim engine for shapes in the PolyMesh system. Since PolyMesh does the Cut function, it's now possible to cut shapes with it. I'm currently fixing some of the issues with it before I make script commands to create shapes. == See also == *Previous build *Next build *Development Builds == External links == *[https://skyscrapersimulatorforum.createaforum.com/download-skyscra..." |
Included changelog |
||
Line 1: | Line 1: | ||
{{OB}}{{db}} | {{OB}}{{db}} | ||
This build mainly has bugfixes, but has new support in the sim engine for shapes in the PolyMesh system. Since PolyMesh does the Cut function, it's now possible to cut shapes with it. I'm currently fixing some of the issues with it before I make script commands to create shapes. | This build mainly has bugfixes, but has new support in the sim engine for shapes in the PolyMesh system. Since PolyMesh does the Cut function, it's now possible to cut shapes with it. I'm currently fixing some of the issues with it before I make script commands to create shapes. | ||
'''Changelog for 2.1:''' | |||
#GUI: fix floor information selection code | |||
#PolyMesh: added AddTriangle() function | |||
#PolyMesh: started experimental support for shapes, starting with spheres | |||
#Convention Center: fixed fire service switch in service elevator | |||
#Convention Center: extended service elevator to sub-basement level | |||
#PolyMesh: moved bounding box creation code into separate function | |||
#PolyMesh: Added CreateBox() function | |||
#PolyMesh: added object centering support for Sphere and Box objects | |||
#PolyMesh: moved shape code into new Shape object, and integrated with Floor object | |||
#ScriptProc: fixed AddShaftDoor and AddShaftDoors commands | |||
#ScriptProc: fix regression in Floor section AddShaftDoor command | |||
== See also == | == See also == |
Revision as of 17:04, 1 August 2025
It contains only the files in SVN, and can be safely downloaded to your computer. |
It contains good information related to Skyscraper Simulator. |
This build mainly has bugfixes, but has new support in the sim engine for shapes in the PolyMesh system. Since PolyMesh does the Cut function, it's now possible to cut shapes with it. I'm currently fixing some of the issues with it before I make script commands to create shapes.
Changelog for 2.1:
- GUI: fix floor information selection code
- PolyMesh: added AddTriangle() function
- PolyMesh: started experimental support for shapes, starting with spheres
- Convention Center: fixed fire service switch in service elevator
- Convention Center: extended service elevator to sub-basement level
- PolyMesh: moved bounding box creation code into separate function
- PolyMesh: Added CreateBox() function
- PolyMesh: added object centering support for Sphere and Box objects
- PolyMesh: moved shape code into new Shape object, and integrated with Floor object
- ScriptProc: fixed AddShaftDoor and AddShaftDoors commands
- ScriptProc: fix regression in Floor section AddShaftDoor command
See also
- Previous build
- Next build
- Development Builds