✅Fixed drawing calls for certain videocard related crashes
We are relying on WebGPU framework for our graphical output which is work in progress itself. This fix resolves drawing calls which were not supported on a large amount of videocards. Because of the great support of our testers we were able to identify this.
✅Updated UI framework
Updated the frontend library to the newest version which came with bugfixes and improvements.
✅Fixed: Wrong position of the prop preview in the Inspector
The prop preview box in the inspector sometimes jumped to random positions. It should stay where it belongs now.
✅Fixed: Rotation direction
When entering a value in the rotation textfields it rotated mathematically correct. This is now inverted to be equal to other graphic design applications.
✅Containers in the layer list start closed
All container objects in the layer list (like landmasses and groups) are now closed when placed to keep the layer list clear and readable.
✅Potential fix for app not updating data
The blog area on the dashboard seemed to not update for a majority of our users. This should be resolved now and you should see the newest news and updates.
✅Fixed: Deleting text in a dialog deletes selected objects on the map
Pressing backspace or delete in the searchfield of a dialog deleted objects on the map when they were selected. Now we are catching all inputs in dialogs so this won't happen.
⬆️New: Added titanic creatures pack
The asset library now contains the titanic creatures pack from Caeora
⬆️New: Info when closing a map which is saving
The application window didn't close immediately when closing the application. This felt like a crash but it was just busy saving. There is now a saving screen when closing the application.
⬆️New accessibility: Added checkmark to the analytics opt-in toggle
The welcome dialog asks the user to opt-in for basic analytics. The toggle there is ambiguous due another UI bug. To answer user feedback we have added a checkmark when the toggle is on.
⬆️New: Added Windows codesigning
This means we have approval from Microsoft to be a valid and secure application. But the installer will keep alerting the Windows security for a while until Microsoft has updated their databases.
⬆️New: Added missing Visual C++ Redistributable
Some of our user reported an error message "The code execution cannot proceed because VCRUNTIME140_1.dll" when executing the application. This was because the Microsoft Visual C++ Redistributable was missing on their systems. This was an oversight by us and the framework is now bundled with the installer.