show game results screen
Bug #576347 reported by
Timowi
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
High
|
cghislai |
Bug Description
currently the winning condition only send a message to the players. At least in a multi player game the winning condition should end the game.
If a player is defeated he should not be able to influence the game any more. Perhaps a defeated player should then get in some sort of spectator mode.
If one (or more) player won the game it should end. The state of a player should be available outside of lua.
It this works it's easy to report games to the metaserver
Related branches
lp://staging/~widelands-dev/widelands/game_end_summary
- SirVer: Approve
- Diff: 0 lines
summary: |
- win condition sends a message only + show game results screen + save game statistics on metaserver |
Changed in widelands: | |
milestone: | build17-rc1 → build-18rc1 |
Changed in widelands: | |
assignee: | nobody → cghislai (charlyghislain) |
status: | Confirmed → In Progress |
Changed in widelands: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
There is also no problem to do different things when won in single and multiplayer. The win conditions must also get more clever in 2v2 and therelike.
I'll provide the wrappings and the updating of the win conditions, just provide the C interface to do so and show me to it.