Quick Map Search


Search quickly for tags and train stops, and instantly jump to their position on the map.

Utilities
a month ago
1.1
325

Changelog

Version: 1.0.10
Date: 2024-03-25
  Bugfixes:
    - Fix crash on jumping to next search result (via enter) if there are no search results.
Version: 1.0.9
Date: 2024-01-04
  Features:
    - Pin window
    - "Minimze" window for closing the window, but keep the map open
      (this is now the standard behavior except for the "Close"-button and Mod-GUI-Button)
  Changes:
    - Do not always select first search result to avoid unnecessary map jumping.
      Only select the result if there is exactly one.
Version: 1.0.8
Date: 2023-12-26
  Graphics:
    - Fixed icon transparency (Mod GUI button)
Version: 1.0.7
Date: 2023-12-23
  Optimizations:
    - Avoid unexpected GUI toggle for non-GUI events (switching surface) for some cases in Multiplayer
Version: 1.0.6
Date: 2023-12-22
  Bugfixes:
    - Missed a null check on the player if not initialized yet
Version: 1.0.5
Date: 2023-12-21
  Features:
    - Memorize window position (#4)
    - Window snapping on drag (20px)
Version: 1.0.4
Date: 2023-12-20
  Optimizations:
    - Refactoring / code cleanup
    - Reduce amount of persisted / in-memory data
    - Search results are now cached per surface and not per player and therefore can be reused between players (#1)
    - Entity events will now rely on the surface of the entity, and not the surface of the player the entity belongs to (#1, #2)
    - If the player changes the surface, the search cache can now be reused and won't be cleared anymore (#1)
    - Cache will be now updated right away (using binary searches) based on single entity events (add, modify, delete).
      Previous versions cleared the cache completely in these cases, which required reloading everything on opening the GUI next time.
      Complete clearing now only happens if a player joins the game (to avoid potential desyncs in multiplayer).
  Features:
    - Mod GUI button added (#3)
    - Switching surfaces/planets while the GUI is open will directly update the table
      (e.g. when using navigation buttons of "Navigation Satellite Uplink" of Space Exploration)
Version: 1.0.3
Date: 2023-12-18
  Bugfixes:
    - Fix (or just ignore) some events that doesn't provide a player (#2)
Version: 1.0.2
Date: 2023-12-17
  Bugfixes:
    - Added Multiplayer support
Version: 1.0.1
Date: 2023-12-17
  Bugfixes:
    - First compatibility for multiple surfaces (#1)
Version: 1.0.0
Date: 2023-12-17
  Major Features:
    - Initial release