Skip to content

Releases: Raidfire85/MES-Reference-Library

v3.19.7

Choose a tag to compare

@Raidfire85 Raidfire85 released this 12 Jul 01:11

Summary

  • Mod validator .sbc read limit raised from 50 MB to 100 MB so large prefab definitions can be validated without being skipped

Install

After updating, run Developer: Reload Window, then re-run Validate Mod. The report header should show \MES Reference Library v3.19.7.

v3.19.6

Choose a tag to compare

@Raidfire85 Raidfire85 released this 12 Jul 00:36

Summary

  • Parse wiki tag tables with both Allowed Values: and Allowed Value(s): labels (synced WebWiki compatibility)
  • Mod validation report now shows the running extension version in the header

Install

After updating, run Developer: Reload Window, then re-run Validate Mod. The report header should show MES Reference Library v3.19.6.

v3.19.5

Choose a tag to compare

@Raidfire85 Raidfire85 released this 12 Jul 00:15

Summary

  • Fix SBC/Mod validator false positives for [MaxActions:-1], boolean tags like CheckTargetDistance/LimitRotationSpeed/ReplenishSystems, and other tags where MES uses -1 as disabled/unlimited
  • Wiki tag metadata now parses MES-WebWiki <table> markup correctly
  • Added MES source-derived minus-one tag allowlist (110 tags)

Install

  • VS Marketplace: Raidfire.mes-reference-library
  • Open VSX: raidfire.mes-reference-library
  • Manual: download the VSIX below or run cursor --install-extension mes-reference-library-3.19.5.vsix

v3.19.4

Choose a tag to compare

@Raidfire85 Raidfire85 released this 11 Jul 23:55

Fixed

  • Validate Mod no longer fails silently — errors show in a notification
  • Skips oversized .sbc files (> 50 MB, usually world saves) instead of hitting Node's 2 GiB read limit
  • Warns when no .sbc files are found under the selected Data folder
  • Validation report tab revealed more reliably

Install

v3.19.3

Choose a tag to compare

@Raidfire85 Raidfire85 released this 11 Jul 23:34
705b267

Summary

  • Rebuilt bundled wiki from latest MES-WebWiki
  • Enum/vector allowed values and tag table updates (Autopilot, Spawn Conditions, Core Behavior, Command, Target, Trigger, Weapons, and more)
  • MeridiousIcon used for VS Marketplace and Open VSX listings

Install

v3.19.2

Choose a tag to compare

@Raidfire85 Raidfire85 released this 11 Jul 22:41

Fixed

  • VS Marketplace and Open VSX icon restored to MeridiousIcon (scaled MeridiousIcon.jpg portrait).

v3.19.1

Choose a tag to compare

@Raidfire85 Raidfire85 released this 11 Jul 22:38

Fixed

  • Open VSX / marketplace icon now shows a white MES portrait on a steel-blue background (previous black-on-transparent icon was invisible on dark gallery pages).
  • Icon moved to root icon.png for Open VSX compatibility.

v3.19.0

Choose a tag to compare

@Raidfire85 Raidfire85 released this 11 Jul 22:27

Summary

  • Sync bundled wiki from latest MES-WebWiki (enum/vector allowed values resolved from MES profile source via MES-WebWiki-Sync)
  • Build script now fetches WebWiki from GitHub by default at compile time (set WIKI_BUILD_LOCAL=1 to use local ../MES-WebWiki clone)

Install

  • VS Code / Cursor: install from marketplace after publish, or download the VSIX from this release
  • Manual: cursor --install-extension mes-reference-library-3.19.0.vsix

v3.18.4

Choose a tag to compare

@Raidfire85 Raidfire85 released this 11 Jul 21:30

What's new

  • Wiki content syncs from MES-WebWiki on GitHub (weekly-updated community docs)
  • Markdown is built into offline HTML locally using mkdocs navigation
  • Fixed duplicate page titles and incorrect headers on profile/guide pages
  • Bundled runtime dependencies (markdown-it, yaml) so the extension activates correctly
  • Updated README and added PUBLISHING.md for Marketplace release

Install

  1. Download \mes-reference-library-3.18.4.vsix\ below
  2. In VS Code or Cursor: ExtensionsInstall from VSIX...
  3. Reload the window

Offline use

The full wiki is bundled — no internet needed to browse or validate. Use ⟳ Sync when online to pull the latest WebWiki docs.

3.15.5

Choose a tag to compare

@Raidfire85 Raidfire85 released this 04 Jul 00:53
55cef50

First public release.

  • Offline MES/RivalAI wiki with search and bookmarks
  • SBC validation and mod validation report
  • Optional GitHub wiki sync
  • Theme-tinted activity bar icon (SVG)
  • VSIX archive cleanup on build (oldver/)

Install: download mes-reference-library-3.15.5.vsix, then Extensions → Install from VSIX.