geckosoft / OpenRA

An open-source implementation of the Red Alert engine using .NET/mono and OpenGL. Runs on Windows, Linux and OSX. Grab the latest at http://open-ra.org Bugs at http://red-bull.ijw.co.nz:3690/OpenRA/
http://open-ra.org
GNU General Public License v3.0
1 stars 0 forks source link

Remove player actor from steerables, when surrendering / disconnecting #4

Closed geckosoft closed 13 years ago

geckosoft commented 13 years ago

Currently, this would make a steerable stuck

geckosoft commented 13 years ago

Working on it right now

Will require another core change though (no way to detect if 'a' client got disconnected atm)

geckosoft commented 13 years ago

Done! Pending acceptance by OpenRA devs!

Commit: http://github.com/geckosoft/OpenRA/commit/60a01fdc601ee638a9697c89821b557eb12e9f6d

geckosoft commented 13 years ago

And the commit that adds it for OpenRg : http://github.com/geckosoft/OpenRA/commit/6f3c36b7c1f40a4f7bbf763448d1a966e4bc2b77

geckosoft commented 13 years ago
<chrisf> and you need to talk to Ytinasni about this disconnection stuff.

So the waiting begins :P

geckosoft commented 13 years ago

Done! SurrenderOnDisconnect

geckosoft commented 13 years ago

Added to OpenRg.