v0.0.4
Pre-releaseMainly released to prevent custom player badges null reference from ruining loading of roomobjects.
As always, this release is to gather feedback of the 3D client :) and add a new feature here and there :P
-
Render a PlaceHolderRoomObject when RoomObject has not been implemented
6919340
-
Prevented null reference when a creep has no owner when setting badge 1d56f8b
-
Remove selection of roomObject when it is no longer shown, fixes #75 387c2c8
-
Preselect controller, storage and terminal when swapping rooms #76 73c47b0
-
Private say should now only render for the user owning the creeps f10a22c
-
Render Safe Mode
- Initial method for getting zone information at an interval 7092f37
-
New Extractor model by @tcdejong / @Keenathar
-
Render owner on owned objects 9515e94
-
Render new resources in store selection panel. a0bce4b
-
Added "roomlist" when selecting room input, displaying owned rooms 1e5ece5
Commits since previous release
v.0.0.3-alpha...v0.0.4-alpha
In regards to Mac & Catalina / gatekeeper the following post might be helpful
in regards to Linux Fedora
HTTP: error (0), reason: unknown error
- logfile: ~/.config/unity3d/ScreepsCommunity/Screeps3D/prefs
- Curl error 77: Error reading ca cert file from /etc/ssl/certs/ca-certificates.crt
- https://forum.unity.com/threads/issues-with-unity-hub-on-fedora-30.767687/
Seems to be an issue with fedora not having a symlink
sudo ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/ssl/certs/ca-certificates.crt