Skip to content

Tags: octgn/OCTGN

Tags

3.4.445.0

Toggle 3.4.445.0's commit message
Fix #2212: Prevent InvalidOperationException in PreGameLobby.Start

Add guard clause to block game start when no active players are found.
Logs diagnostic state, shows user-facing error with retry guidance,
and resets the start button so the user can try again.

3.4.444.0

Toggle 3.4.444.0's commit message
Fix #2277: Prevent NullReferenceException when accessing table.contro…

…ller

- Add null checks to Card.controller and Group.controller properties
- Return None instead of Player when controller is not set
- Prevents SystemError when table has no controller assigned

3.4.443.0

Toggle 3.4.443.0's commit message
Fix #2322: Remove null check on value type WordWrap struct

3.4.434.0

Toggle 3.4.434.0's commit message
Fix #1799: Remove dead Android app menu handler code

3.4.432.0

Toggle 3.4.432.0's commit message
Refactor: move reserved property names to static readonly HashSet

3.4.431.0

Toggle 3.4.431.0's commit message
Fix #2030: group.viewers returns empty list for groups with default E…

…verybody visibility

3.4.430.0

Toggle 3.4.430.0's commit message
Fix #1815: remove DC Percent stat from profile pages and player model

3.4.428.0

Toggle 3.4.428.0's commit message
Fix export dialog: single selection mode, null-safe set lookup in o8c…

… export

3.4.426.0

Toggle 3.4.426.0's commit message
Fix overly broad web function blocking per feedback

Co-authored-by: kellyelton <1356163+kellyelton@users.noreply.github.com>

3.4.425.0

Toggle 3.4.425.0's commit message
remotecall dict support