Skip to content

Releases: octgn/OCTGN

3.1.197.0

29 Jun 23:35

Choose a tag to compare

Temp fix for people using WinForms - Kelly

3.1.196.0

26 Jun 15:33

Choose a tag to compare

Fixed issue where if you disconnect spectators become players - Kelly Fixed issue where cards are face up that shouldn't be after reconnect - Kelly Fixed issue where the Waiting For Players windows doesn't go away properly - Kelly

3.1.195.0

25 Jun 18:10

Choose a tag to compare

Fixed a marker bug - Kelly

3.1.194.0

25 Jun 12:20

Choose a tag to compare

3.1.0.2 API - reverted player.isActive setter back to player.setActive()

3.1.193.0

24 Jun 15:51

Choose a tag to compare

Fixed non default marker naming #446 - Kelly

3.1.192.0

24 Jun 14:08

Choose a tag to compare

Fixed o8build error in card size path validation - Gravecorp

3.1.191.0

23 Jun 14:08

Choose a tag to compare

OnCounterChanged, OnCardTargeted, OnCardArrowTargeted now include 'scripted' arguments fixed bug where dynamic properties commit made all property names case-sensitive.

3.1.190.0

18 Jun 16:55

Choose a tag to compare

Fixes spectator checkbox infinite loop - Kelly

3.1.189.0

18 Jun 16:18

Choose a tag to compare

Update ApiVersions.xml

Updated latest version release date

3.1.188.0

18 Jun 15:54

Choose a tag to compare

Added the 3.1.0.2 Python API Significant changes to the names and functionality of many API functions Changes to several game events Added card.filter to the 3.1.0.1 and 3.1.0.2 APIs, which adds a transparent colored overlay to the card image Added card.set API to return the name of the set the card comes from Split apart askCard's two modes, the LIST mode is now named chooseCard card.height and card.width now return the correct values for front and back of custom sized cards moved offset and isInverted API functions from the table to the Card class card.offset will default to the card's position if no parameters are passed card.isInverted will default to the card's y coordinate if no parameters are passed added player.isSubscriber API to tell if a player is a subscriber chooseCards 3.1.0.2 API now supports multi-card selections, can pass min and max selection counts, will return list of card selected objects fixed some bugs with the onMarkerChanged event not passing the proper values Use objects instead of argument lists in events for ScriptAPI v 3.1.0.2 and greater - Kelly