sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML
14 stars 1 forks source link

Ungroup functionality and ClientReliableUpdate improvements #104

Closed sourencho closed 5 years ago

sourencho commented 5 years ago

Fixes #4

[355e16d] Rename game_state to StateDef

[4c8adfd] Client ungroup command and client update improvements

[a719a04] Reassign groups based on players' ungroup property

[123b7d4] Add minor todo

[2eb5490] Send reliable update toggles instead of values

[a975ab1] Add utility functions to ClientReliableUpdate

[6ad39e1] Minor improvements