Desync on bzr8954[trunk] with territorial lord
Bug #1811583 reported by
Klaus Halfmann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
Critical
|
Unassigned |
Bug Description
I was playing "Territorial Lord" on my "Crossriver" Map with some "renemeiderich"
on the net, with had two desnycs during the game.
After the second desnyc I found that my server had loast all network connectivity?
Attched my files around the nd desync.
Related branches
lp://staging/~widelands-dev/widelands/bug-better-syncstreams
- GunChleoc: Approve
-
Diff: 544 lines (+273/-11)16 files modifieddata/tribes/buildings/productionsites/atlanteans/mill/init.lua (+1/-1)
src/economy/economy.cc (+2/-1)
src/economy/request.cc (+1/-1)
src/logic/cmd_queue.cc (+1/-2)
src/logic/filesystem_constants.h (+1/-0)
src/logic/game.cc (+51/-0)
src/logic/game.h (+66/-1)
src/logic/map_objects/bob.cc (+1/-0)
src/logic/map_objects/map_object.cc (+7/-1)
src/logic/map_objects/tribes/battle.cc (+1/-1)
src/logic/map_objects/tribes/program_result.h (+1/-0)
src/logic/map_objects/tribes/worker.cc (+2/-2)
src/network/gameclient.cc (+5/-1)
src/network/gamehost.cc (+3/-0)
src/wlapplication.cc (+7/-0)
utils/syncstream/syncexcerpt-to-text.py (+123/-0)
lp://staging/~widelands-dev/widelands/bug-1811583-desync-with-territorial
- Klaus Halfmann: Approve (compile, testplay)
- Toni Förster: Approve (proof reading)
- kaputtnik (community): Approve (code review)
- GunChleoc: Pending requested
-
Diff: 124 lines (+24/-8)7 files modifieddata/scripting/coroutine.lua (+5/-0)
data/scripting/messages.lua (+8/-0)
data/scripting/ui.lua (+5/-0)
data/scripting/win_conditions/collectors.lua (+1/-3)
data/scripting/win_conditions/territorial_lord.lua (+1/-1)
data/scripting/win_conditions/territorial_time.lua (+1/-1)
data/scripting/win_conditions/win_condition_functions.lua (+3/-3)
Changed in widelands: | |
milestone: | none → build20-rc1 |
Changed in widelands: | |
importance: | Undecided → Critical |
Changed in widelands: | |
status: | New → Fix Committed |
To post a comment you must log in.
bzr 8957 should have fixed this.