adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: wastesedge/scripts/modules console.py,1.10,1.11


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge/scripts/modules console.py,1.10,1.11
Date: Tue, 20 Aug 2002 13:42:31 -0400

Update of /cvsroot/adonthell/wastesedge/scripts/modules
In directory subversions:/tmp/cvs-serv28253/scripts/modules

Modified Files:
        console.py 
Log Message:
ADDED 'quit' command to console
CONVERTED intro schedule to be event-driven
UPDATED talk.py for pausing/resuming events


Index: console.py
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/scripts/modules/console.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** console.py  1 Nov 2001 18:01:14 -0000       1.10
--- console.py  20 Aug 2002 17:42:28 -0000      1.11
***************
*** 79,82 ****
--- 79,87 ----
                  self.hist_idx = len (self.history)
      
+             # -- quit?
+             if text == "quit":
+                 self.write_history ()
+                 adonthell.gamedata_engine ().main_quit ()
+             
              # -- ... and try to execute it
              try:





reply via email to

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