Skip to content

Instantly share code, notes, and snippets.

@brine
Created February 13, 2014 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brine/8967794 to your computer and use it in GitHub Desktop.
Save brine/8967794 to your computer and use it in GitHub Desktop.
octgn updates
Update Release Notes
Spectator Support
- Players can join in-progress games as a spectator
- As a spectator, you can see everything that is visible by everyone, any hidden information will be kept hidden
- Players can be set as a spectator in the pre-game lobby
- Spectators may participate in the game chat
- The host player can mute spectators.
Host Options
- The host player has a special drop-down menu in-game, which allows them to kick spectators or players from the game, or mute spectators from chatting.
- The host player can also ban players from the pre-game lobby by clicking the X in the player's colored bar. This prevents the banned player from re-joining the current game.
Python API changes:
- API versioning system implemented -- see {HERE} for more info.
- NEW: resetGame() will trigger the game reset functionality, akin to the "reset game" button.
- NEW: pile.lookAt(x, top = True) will trigger the "Look At" pile options for the top/bottom X cards.
- NEW: group.visibility, group.setVisibility(), group.viewers, group.addViewers(), group.removeViewers() -- check the python API page for info on these.
- NEW: pile.collapsed() will read, or toggle the collapsed nature of a pile.
Misc.:
- Card bouncing animations will not trigger if the card didn't actually move anywhere (for python-based card movements).
- OnMoveCard and OnScriptedMoveCard events will not trigger if the card didn't actually move anywhere.
- The card bouncing animation can be modified in OCTGN's options menu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment