Creator (not fully functioning)
Added support for ScoreBoard object (not reflected in examples)
Bug fixes
Added support for a score board, seen in the card game example. There is an AtStartUp() function that creates a scoreboard
Removed the need to add the pawns in the game (simplifies code)
Added transparent panels, so you can have non-square pawns. Essential for games with hexagon/circle pawns like Settlers of Catan.
Added "Debug Mode". Players can make moves that are not sent to other players (thus enabling to fix anything that went wrong or play secret moves).
Added a pointer system. You can choose to point to the other players. You can also choose to calculate distance between two points. Which makes available Warhammer-like games.
Examples Released:
--Card Game
--Chess
Extract .rar and compile. Put the folders extracted and exec file in same folder
Enhanced connection panel. Redesigned code (Pawn is now the base class). Fixed bugs [not reflected on examples]
Added more control to the server. He can now kick players before starting the game. Additionally some network security fixes/additions
[not reflected in example1]
Now the host player (server) can see the names of the players that are connected. Added also a warning for single player (to avoid starting game w/o players connected) [changes reflect Main.cs, not examples]