Author: crab
Date: Wed Mar 28 00:09:15 2012
New Revision: 53678

URL: http://svn.gna.org/viewcvs/wesnoth?rev=53678&view=rev
Log:
Add a way to stop the tutorial via a right-click menu, instead of getting the 
answer each turn. Patch #3203 by hankerspace

Modified:
    trunk/changelog
    trunk/data/campaigns/tutorial/scenarios/1_Tutorial.cfg
    trunk/data/core/about.cfg
    trunk/players_changelog

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=53678&r1=53677&r2=53678&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Wed Mar 28 00:09:15 2012
@@ -29,6 +29,7 @@
      * Removed Al'Brock and Flar'Tar death as defeat condition in objectives in
        Civil War
    * Tutorial:
+     * Applied patch #3203: Allow to end the scenario via the right-click menu.
      * Fixed bug #19316: Narrator messages are now translated.
      * Replacd $unit.type by $unit.language_name to make a string completely
        translateable

Modified: trunk/data/campaigns/tutorial/scenarios/1_Tutorial.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/tutorial/scenarios/1_Tutorial.cfg?rev=53678&r1=53677&r2=53678&view=diff
==============================================================================
--- trunk/data/campaigns/tutorial/scenarios/1_Tutorial.cfg (original)
+++ trunk/data/campaigns/tutorial/scenarios/1_Tutorial.cfg Wed Mar 28 00:09:15 
2012
@@ -1126,10 +1126,22 @@
 
         [event]
             name=new turn
-            first_time_only=no
+            first_time_only=yes
+            [set_menu_item]
+                description= _ "End Scenario"
+                id="skip_item"
+                [command]
+                    [endlevel]
+                        result=victory
+                        carryover_report=no
+                        carryover_add=yes
+                        carryover_percentage=0
+                    [/endlevel]
+                [/command]
+            [/set_menu_item]
             [message]
                 speaker=narrator
-                message= _"Do you want to keep practicing?"
+                message= _"Do you want to keep practicing? You can complete 
this scenario at any time using the right click."
                 [option]
                     message= _"Yes, I’m still figuring it out."
                 [/option]

Modified: trunk/data/core/about.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/about.cfg?rev=53678&r1=53677&r2=53678&view=diff
==============================================================================
--- trunk/data/core/about.cfg (original)
+++ trunk/data/core/about.cfg Wed Mar 28 00:09:15 2012
@@ -1186,6 +1186,10 @@
         comment = "Some GCI tasks and utils/wiki_grabber.py cleanup."
     [/entry]
     [entry]
+        name = "Thomas Martinet (hankerspace)"
+        email = "hankerspace_AT_gmail.com"
+    [/entry]
+    [entry]
         name = "Thomas Prevost (zancdar)"
         email = "thomas.prevost_AT_gmail.com"
     [/entry]

Modified: trunk/players_changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/players_changelog?rev=53678&r1=53677&r2=53678&view=diff
==============================================================================
--- trunk/players_changelog (original)
+++ trunk/players_changelog Wed Mar 28 00:09:15 2012
@@ -17,6 +17,7 @@
      * Removed Al'Brock and Flar'Tar death as defeat condition in objectives in
        Civil War.
    * Tutorial:
+     * Applied patch #3203: Allow to end the scenario via the right-click menu.
      * Fixed bug #19316: Narrator messages are now translated.
      * Replacd $unit.type by $unit.language_name to make a string completely
        translateable.


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to