Skip to content

Releases: Artenuvielle/GW2-SCT

GW2-SCT v2.0 Hotfix 3

26 Feb 09:50
Compare
Choose a tag to compare
  • fixed racing condition for creating font atlas textures in advance

GW2-SCT v2.0 Hotfix 2

21 Feb 14:25
Compare
Choose a tag to compare
  • fixed an issue when GW2 API returns skill information without icon

GW2-SCT v2.0 Hotfix 1

20 Feb 15:08
Compare
Choose a tag to compare
  • fix a crash when disabling 'combine all messages'

GW2-SCT v2.0

19 Feb 20:44
Compare
Choose a tag to compare
  • fixed crash issues with messages trying to render after being deleted already

GW2-SCT v2.0 RC5

14 Feb 14:56
Compare
Choose a tag to compare
GW2-SCT v2.0 RC5 Pre-release
Pre-release
  • moved texture creation into imgui callback to resolve issues with crashing
  • creating font atlases in advance to improve loading time

GW2-SCT v2.0 RC4

13 Feb 20:45
Compare
Choose a tag to compare
GW2-SCT v2.0 RC4 Pre-release
Pre-release
  • removed d3d9 support (game doesn't use d3d9 renderer anymore)
  • changes to improve stability when creating and updating d3d11 textures

GW2-SCT v2.0 RC3

07 Nov 00:08
Compare
Choose a tag to compare
GW2-SCT v2.0 RC3 Pre-release
Pre-release
  • profile system (have multiple profiles of setting to quickly switch between and also have character bound profiles)
  • transparency option for skill icons
  • recording and playback of messages for easier option adjustment
  • switched language and skill icon persistence format
  • switched skill remap persistence format (if you want to remap e.g. skill id 46469 to 9168 and 30308 to 9120, put {"46469":"9168","30308":"9120"} into remap.json)

GW2-SCT v2.0 RC2

25 Oct 16:24
Compare
Choose a tag to compare
GW2-SCT v2.0 RC2 Pre-release
Pre-release
  • published source code
  • output messages to multiple scroll areas
  • switched options persistence format
  • still planned for 2.0: profile system (have multiple profiles of setting to quickly switch between and maybe even character bound profiles)
  • still planned for 2.0: replace other persistence file formats (language, skill remaps and skill icons)

GW2-SCT v2.0 RC1

11 Mar 18:08
Compare
Choose a tag to compare
GW2-SCT v2.0 RC1 Pre-release
Pre-release
  • added own font rendering system (problems with other addons font scaling should be fixed)
  • still planned for 2.0: profile system (have multiple profiles of setting to quickly switch between and maybe even character bound profiles)
  • still planned for 2.0: output messages to multiple scroll areas (this will include a complete overhaul of the current options window as message settings wont be per category but rather per catergory per scroll area)
  • still planned for 2.0: code cleanup (I plan to make the project open source soon)

GW2-SCT v1.3 RC4

01 Mar 06:58
Compare
Choose a tag to compare
  • updated multiple libraries used
  • fixed skill filter options tab
  • fixed game crashing if for any reason the GW2 rendering API was not reachable