Skip to content

Releases: ACEmulator/ACViewer

ACViewer v1.0.87

20 Nov 06:41
ef94ce6

Choose a tag to compare

ACViewer v1.0.87

The following commit is included in this release:

Add particle effects and surface usage information to file displays (#92)

Enhanced the Setup and GfxObj file type displays to show more detailed information about particle effects and surface usage patterns.

Features:

  • Particle Effects Summary in Setup files showing CreateParticleHook details
  • Display organized by PlayScript type with EmitterInfo, Part index, and EmitterId
  • Surface Usage Summary in GfxObj files showing polygon-to-surface mapping
  • Enhanced surface display with indexed labels (e.g., "Surface 0: 0x080001AE")
  • Shows which polygons use each surface with counts and polygon lists

Changes:

  • Setup.cs: Added BuildParticleEffectsSummary() method
  • GfxObj.cs: Added BuildSurfaceUsageSummary() method and enhanced surface display

    automated release build - 2025-11-20T06:36:57.0000000Z

ACViewer v1.0.86

20 Nov 06:31
932644d

Choose a tag to compare

ACViewer v1.0.86

The following commit is included in this release:

Add browser-style back/forward navigation with context menus (#91)

* Add browser-style back/forward navigation with context menus

Implemented bidirectional navigation system allowing users to browse through
their file viewing history similar to web browser navigation.

Features:

  • Back button (Backspace) to navigate to previously viewed files
  • Forward button (Alt+Right) to navigate forward in history
  • Right-click context menus on both buttons showing full navigation history
  • File type labels in context menus (e.g., "Surface - 0x080001AE")
  • Jump directly to any point in history from context menu
  • History limited to 50 items with automatic trimming
  • Buttons auto-enable/disable based on available history

Changes:

  • Rewrote History.cs with bidirectional navigation support
  • Added SuppressHistory flag to FileExplorer to prevent duplicate entries
  • Added Back/Forward menu items to main menu bar
  • Added context menu handlers with file type resolution
  • Update appveyor.yml

  • Update appveyor.yml

  • Create AppVeyorInstall.ps1

  • Update appveyor.yml

  • Update AppVeyorInstall.ps1

  • Update AppVeyorInstall.ps1


Co-authored-by: Ty Conner tyconner@itcproductions.com

automated release build - 2025-11-20T06:27:33.0000000Z

ACViewer v1.0.85

17 Jun 15:39
8603629

Choose a tag to compare

ACViewer v1.0.85

The following commit is included in this release:

Update appveyor.yml

$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)

automated release build - 2025-06-17T15:34:47.0000000Z

ACViewer v1.0.84

17 Jun 15:32
03a2740

Choose a tag to compare

ACViewer v1.0.84

The following commit is included in this release:

Update appveyor.yml

$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)

automated release build - 2025-06-17T15:28:29.0000000Z

ACViewer v1.0.83

06 May 15:45
ceed7b1

Choose a tag to compare

ACViewer v1.0.83

The following commit is included in this release:

persist window size / position between sessions (#90)

* upgrade from .net6 to .net8, update ACE submodule to latest version

  • persist window size / position between sessions

  • tabs->spaces

  • fix warnings

    automated release build - 2025-05-06T15:32:06.0000000Z

ACViewer v1.0.81

23 Oct 05:36
ebfb290

Choose a tag to compare

ACViewer v1.0.81

The following commit is included in this release:

- F3 toggle Z level splicing (#87)

- ALT + Plus or Minus to go up or down a Z level - Shift hotkey has been added to decrease Z Level

automated release build - 2024-10-23T05:32:25.0000000Z

ACViewer v1.0.80

15 Feb 19:37
7f7d872

Choose a tag to compare

ACViewer v1.0.80

The following commit is included in this release:

fix link anchor tags on first page load and safari rendering (#86)

$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)

automated release build - 2024-02-15T19:33:49.0000000Z

ACViewer v1.0.79

06 Feb 01:45
c7d873a

Choose a tag to compare

ACViewer v1.0.79

The following commit is included in this release:

Virindi Color Tool (#85)

* Added Armor + Virindi Color Tool feature

  • Removed some useless declarations

  • Fixed issue with trying to view armor before opening dats

    automated release build - 2024-02-06T01:42:50.0000000Z

ACViewer v1.0.78

23 Jan 23:12
2194092

Choose a tag to compare

ACViewer v1.0.78

The following commit is included in this release:

fix invisible bael'zharon (#83)

* add support for surface translucency in texture loader / cache

  • null checks

  • fix invisible bael'zharon

    automated release build - 2024-01-23T23:10:04.0000000Z

ACViewer v1.0.75

24 Sep 07:05
ef06dec

Choose a tag to compare

ACViewer v1.0.75

The following commit is included in this release:

always show EnvCell.CellStructure in TreeView (#81)

$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)

automated release build - 2023-09-24T06:59:19.0000000Z