wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth ./changelog ./MANUAL data/game.cfg


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth ./changelog ./MANUAL data/game.cfg
Date: Thu, 18 Aug 2005 15:18:26 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/08/18 19:18:26

Modified files:
        .              : changelog MANUAL 
        data           : game.cfg 

Log message:
        add hotkey for objectives, #7830

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.862&tr2=1.863&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/MANUAL.diff?tr1=1.29&tr2=1.30&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/game.cfg.diff?tr1=1.169&tr2=1.170&r1=text&r2=text

Patches:
Index: wesnoth/MANUAL
diff -u wesnoth/MANUAL:1.29 wesnoth/MANUAL:1.30
--- wesnoth/MANUAL:1.29 Sun Aug  7 19:11:24 2005
+++ wesnoth/MANUAL      Thu Aug 18 19:18:26 2005
@@ -1,4 +1,4 @@
-/* $Id: MANUAL,v 1.29 2005/08/07 19:11:24 ott Exp $ */
+/* $Id: MANUAL,v 1.30 2005/08/18 19:18:26 ott Exp $ */
 
 THE BATTLE FOR WESNOTH MANUAL
 
@@ -51,6 +51,7 @@
 alt-s          Show status table
 ctrl-t         Show terrain table
 ctrl-m         Toggle muting of game sounds
+ctrl-j         Show scenario objectives
 :              Command mode, see http://wesnoth.slack.it/?CommandMode
 
 For Mac OS X, the Cmd key is used instead of Ctrl, and Opt is used
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.862 wesnoth/changelog:1.863
--- wesnoth/changelog:1.862     Thu Aug 18 16:19:21 2005
+++ wesnoth/changelog   Thu Aug 18 19:18:26 2005
@@ -27,6 +27,7 @@
  * fixed Lich using wrong image (#14139)
  * made checksums work on AMD64
  * fixed broken scepter of fire attack icon (#14028)
+ * added hotkey ctrl-j to show objectives (#7830)
  * various bug fixes and code cleanups
 
 Version 0.9.5:
Index: wesnoth/data/game.cfg
diff -u wesnoth/data/game.cfg:1.169 wesnoth/data/game.cfg:1.170
--- wesnoth/data/game.cfg:1.169 Tue Aug  2 12:06:24 2005
+++ wesnoth/data/game.cfg       Thu Aug 18 19:18:26 2005
@@ -301,6 +301,11 @@
        key=;
        shift=yes
        [/hotkey]
+       [hotkey]
+       command=objectives
+       key=j
+       cmd=yes
+       [/hotkey]
 #else
        [hotkey]
        command=preferences
@@ -484,6 +489,11 @@
        command=command
        key=;
        shift=yes
+       [/hotkey]
+       [hotkey]
+       command=objectives
+       key=j
+       ctrl=yes
        [/hotkey]
 #endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]