Author: anonymissimus
Date: Fri Oct 21 01:25:43 2011
New Revision: 51550
URL: http://svn.gna.org/viewcvs/wesnoth?rev=51550&view=rev
Log:
Revert "Disabled "Delay shroud updates" to test if the whiteboard is a good
replacement."
by gabba, r45676
1. The whiteboard is obviously still way not ready to be a replacement.
2. It has been requested by several users (and by me and Gambit).
3. For real multiplayer, the whiteboard is too complicated in comparison
to delay shroud.
4. We need time and testing before 1.10 to remove possible problems
interfering with this old code which can have been introduced in the time
since it was disabled.
Modified:
trunk/src/playsingle_controller.cpp
Modified: trunk/src/playsingle_controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/playsingle_controller.cpp?rev=51550&r1=51549&r2=51550&view=diff
==============================================================================
--- trunk/src/playsingle_controller.cpp (original)
+++ trunk/src/playsingle_controller.cpp Fri Oct 21 01:25:43 2011
@@ -1017,9 +1017,8 @@
return (!browse_ || linger_) &&
!events::commands_disabled;
case hotkey::HOTKEY_DELAY_SHROUD:
- return false; //Disabled to test if whiteboard is
appropriate replacement
-// return !linger_ &&
(teams_[gui_->viewing_team()].uses_fog() ||
teams_[gui_->viewing_team()].uses_shroud())
-// && !events::commands_disabled;
+ return !linger_ &&
(teams_[gui_->viewing_team()].uses_fog() ||
teams_[gui_->viewing_team()].uses_shroud())
+ && !events::commands_disabled;
case hotkey::HOTKEY_UPDATE_SHROUD:
return !linger_
&& player_number_ == gui_->viewing_side()
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits