forked from CSE2102Fall2015/2015MegaMek
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added in notes for feature enhancement; outline for steps left to take.
- Loading branch information
Nathan
authored and
Nathan
committed
Dec 2, 2015
1 parent
f690b94
commit 0e7b9a8
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Concept of stuff to do: | ||
|
||
1) Implement a flag for invisibility in IPlayer (interface) and make sure that | ||
any and all things that use IPlayer update this flag. | ||
|
||
2) Implement a check box in the connection GUI. | ||
|
||
3) Use the check box from 2) as a flag in the connection. | ||
|
||
4) Add a key for invisibility whilst spectating/invisible during a game | ||
This will serve as a toggle. | ||
|
||
5) Reuse code as needed. | ||
|
||
6) Suppress connection messages when joining as invisible; show disconnection | ||
messages and connection messages if applicable when joining as non-invisible. |