enigma-cvs
[Top][All Lists]
Advanced

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

[Enigma-cvs] enigma/doc/refman enigma-ref.texi,1.1.2.2,1.1.2.3


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/doc/refman enigma-ref.texi,1.1.2.2,1.1.2.3
Date: Sat, 11 Oct 2003 12:36:25 +0000

Update of /cvsroot/enigma/enigma/doc/refman
In directory subversions:/tmp/cvs-serv24824/doc/refman

Modified Files:
      Tag: enigma0_80_rc
        enigma-ref.texi 
Log Message:
st-coinslot
it-document


Index: enigma-ref.texi
===================================================================
RCS file: /cvsroot/enigma/enigma/doc/refman/Attic/enigma-ref.texi,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** enigma-ref.texi     1 Oct 2003 22:28:26 -0000       1.1.2.2
--- enigma-ref.texi     11 Oct 2003 12:36:23 -0000      1.1.2.3
***************
*** 1,3 ****
! \input texinfo
  @setfilename enigma-ref.info
  @settitle Enigma Reference Manual
--- 1,3 ----
! \input texinfo                              @c -*- texinfo -*-
  @setfilename enigma-ref.info
  @settitle Enigma Reference Manual
***************
*** 15,22 ****
  @top
  
! This manual describes the internals of Enigma, in particular 
! how to build new
! levels using Lua and how to interact with the game engine.  It
! describes Enigma version 0.80.
  @end ifnottex
  
--- 15,21 ----
  @top
  
! This manual describes the internals of Enigma, in particular how to
! build new levels using Lua and how to interact with the game engine.
! It describes Enigma version 0.81.
  @end ifnottex
  
***************
*** 274,304 ****
  
  @menu
  * Stones::                      
  * Actors::                      
  @end menu
  
! @node Stones, Actors, Objects, Objects
  @section Stones
  
  @menu
! * st-actorimpulse::             
  * st-chameleon::                
! * st-death::                    
! * st-disco::                    
  * st-easymode::                 
! * st-fart::                     
! * st-floppy::                   
! * st-grate::                    
! * st-knight::                   
  * st-oneway::                   
! * st-oxyd::                     
  * st-rubberband::               
  * st-scissors::                 
  * st-stone_break::              
! * st-swap::                     
! * st-thief::                    
! * st-timer::                    
! * st-window::                   
! * st-wood::                     
  @end menu
  
--- 273,333 ----
  
  @menu
+ * Items::                       
  * Stones::                      
  * Actors::                      
  @end menu
  
! @node Items, Stones, Objects, Objects
! @section Items
! 
! @menu
! * it-documents::                Scrolls of Paper
! @end menu
! 
! @node it-documents,  , Items, Items
! @subsection it-document: Scrolls of Paper
! 
! This item looks like a piece of paper and contains text messages that
! can be displayed by activating the item.  It has the following
! attributes:
! 
! @table @code
! @item text
! The message to be displayed.
! @end table
! 
! @example
! set_item("it-document", 1,1, @{text="Hello World!"@})
! @end example
! 
! @example
! Document(1,1, "Hello World")
! @end example
! 
! 
! @node Stones, Actors, Items, Objects
  @section Stones
  
  @menu
! * st-actorimpulse::             Bumper Stones
  * st-chameleon::                
! * st-coinslot::                 Coin Slot Switch
! * st-death::                    Skull Stones
! * st-disco::                    Disco Stones
  * st-easymode::                 
! * st-fart::                     Fart Stone
! * st-floppy::                   Floppy Switch
! * st-grate::                    Various Grates
! * st-knight::                   Black Knights
  * st-oneway::                   
! * st-oxyd::                     The Famous Oxyd Stones
  * st-rubberband::               
  * st-scissors::                 
  * st-stone_break::              
! * st-swap::                     Swap Stones
! * st-thief::                    Thiefs
! * st-timer::                    Timers
! * st-window::                   Breakable Window
! * st-wood::                     Wooden Stones
  @end menu
  
***************
*** 315,319 ****
  ``painted'' with a brush.
  
! @node st-chameleon, st-death, st-actorimpulse, Stones
  @subsection st-chameleon: Chameleon Stone
  
--- 344,348 ----
  ``painted'' with a brush.
  
! @node st-chameleon, st-coinslot, st-actorimpulse, Stones
  @subsection st-chameleon: Chameleon Stone
  
***************
*** 322,326 ****
  them...
  
! @node st-death, st-disco, st-chameleon, Stones
  @subsection st-death: Skull Stones
  
--- 351,370 ----
  them...
  
! 
! @node st-coinslot, st-death, st-chameleon, Stones
! @subsection st-coinslot
! 
! A switch that can be activated with coins.  The more coins you put in,
! the longer the switch will stay activated.
! 
! It has the following attributes:
! 
! @table @code
! @item target, action
! As usual
! @end table
! 
! 
! @node st-death, st-disco, st-coinslot, Stones
  @subsection st-death: Skull Stones
  





reply via email to

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