Recent changes

on our master branch and likely also in the experimental build

Friday, October 31, 2025

added animations for scenery objects

Wednesday, October 29, 2025

fix broken loop sound
fix F4 / debug window not available in public build

Tuesday, October 28, 2025

fix fps display not showing
fixed loading chunks of maps that were not loaded
fix crashs with older maps

Saturday, October 25, 2025

fix street lights active at daytime

Monday, October 20, 2025

perf content loading is now ~2.55x (~60.8%) faster

Wednesday, September 24, 2025

fixed plugin api /scripts/{id}/action/state not working correctly
feat plugin api /scripts/{id}/action/state to directly set action states for scripts

Tuesday, September 23, 2025

feat proper names for vehicles and modules
feat plugin api /scripts now also includes the content id of the object
feat plugin api /scripts/{id} now also includes the content id of the object

Monday, September 22, 2025

fixed listing script textures without name in plugin api
feat added /scripts/{id}/textures/{name} to the plugin api to make script textures available
feat able to get clicked uv on action presses
feat allowing Texture::draw_text to only write inside a target rectangle
feat drawing text on script textures now allows to set top_left to negative values
feat new simulator-plugin-api crate with axum-based HTTP server infrastructure
feat Plugin API endpoint `POST /input/action` to trigger game actions from external tools
feat Plugin API endpoint `GET /scripts` to list all active scripts with names and IDs
feat Plugin API endpoint `GET /scripts/{id}` to retrieve script details, variables, metrics and logs
feat Plugin API endpoint `PUT /scripts/{id}/variables` to update script variables from external sources
feat Plugin API endpoint `POST /scripts/{id}/messages` to send messages to specific scripts
fixed material: added missing ao configuration possibilities

Sunday, September 21, 2025

fixed combination of script texture and material option "detail used as alpha"
fix short cuts for indicator deactivation and flash light repaired

Last updated: November 2, 2025 at 11:03 AM UTC