Urban Dead Revived

A suite of UI enhancements for Urban Dead

すべてのバージョンを表示しています。 コードが変更されたバージョンのみを表示

  • v1.8 2024/10/06
    • Fixed typo in host check which was breaking a lot of things.
    • Refactored a huge string representing the map coords and all buildings into an array to prevent that having to be done at run time for better performance and easier maintenance.
    • Added more debug logging and comments.
  • v1.7 2024/09/17
    • Fixes an issue trying to load an active profile but finding the Google Analytics details instead causing the script to stop loading completely.
  • v1.6 2024/08/12
    • Fixes position of refresh and iSpy buttons when using DNA extractor.
  • v1.5 2024/08/12
    • Added warning on settings page about tab mode being broken in Safari mobile views. It currently hides the map when the viewport width is thin.
  • v1.4 2024/08/12
    • Remove icon from Wiki button to fix sizing issues on Safari.
  • v1.3 2024/08/12
    • Makes placement of the refresh and iSpy buttons consistent and fixes a bug where it was missing from the exhausted screen.
    • Fix tabs background loading animation from poking through in Safari.
    • Add browser request for permission to use localStorage to save the user preferences with the script in order to try and fix a bug with in some Apple systems where the settings aren't being saved.
  • v1.2 2024/08/11
    • Fixes styling when persistent game messages is turned off.
    • Move refresh and iSpy button placement to the front of the list. The placement will become an option in the settings page soon.
    • Switch logging to error level.
  • v1.1 2024/08/11
    • Fixed duplicate messages showing when using the persistent messages setting.
    • Fixed the settings page "return to map" functionality breaking the settings tab.
    • Fixed links in the NT/RP tabs to open in new links to enable editing.
  • v1.0 2024/08/11