adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/doc/devel event.dxt,1.2,1.3 mainpage


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/doc/devel event.dxt,1.2,1.3 mainpage.dxt,1.3,1.4
Date: Sun, 15 Dec 2002 12:23:32 -0500

Update of /cvsroot/adonthell/adonthell/doc/devel
In directory subversions:/tmp/cvs-serv23409/doc/devel

Modified Files:
        event.dxt mainpage.dxt 
Log Message:
CHANGED: Keep everything in one directory under BeOS (just like Win32)
FIXED some errors in the documentation


Index: event.dxt
===================================================================
RCS file: /cvsroot/adonthell/adonthell/doc/devel/event.dxt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** event.dxt   20 Aug 2002 09:25:20 -0000      1.2
--- event.dxt   15 Dec 2002 17:23:30 -0000      1.3
***************
*** 35,43 ****
  
   The %event handler is the core component of the %event system.
!  It provides a method to initilize the %event system and allows
   global access to the specialized handlers for individual events.
   For that purpose, it stores a list of event_handler_base %objects,
   the virtual base class for the specialized handlers, and passes
!  any %event it recieves to the right handler.
   
   The %event_handler_base class provides three pure virtual methods
--- 35,43 ----
  
   The %event handler is the core component of the %event system.
!  It provides a method to initialize the %event system and allows
   global access to the specialized handlers for individual events.
   For that purpose, it stores a list of event_handler_base %objects,
   the virtual base class for the specialized handlers, and passes
!  any %event it receives to the right handler.
   
   The %event_handler_base class provides three pure virtual methods
***************
*** 199,203 ****
  \endcode
   
!  The script constructor would then recieve two additional arguments. 
   This is useful to create generic scripts that can be customized at
   runtime. To return to our old trap example, the amount of damage the
--- 199,203 ----
  \endcode
   
!  The script constructor would then receive two additional arguments. 
   This is useful to create generic scripts that can be customized at
   runtime. To return to our old trap example, the amount of damage the
***************
*** 225,229 ****
  
  The %event handler will then compare all %events of the given type with the
! message it recieved and execute the %event action of events that match.       
  
  
  
--- 225,229 ----
  
  The %event handler will then compare all %events of the given type with the
! message it received and execute the %event action of events that match.       
  
  
  

Index: mainpage.dxt
===================================================================
RCS file: /cvsroot/adonthell/adonthell/doc/devel/mainpage.dxt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** mainpage.dxt        30 Dec 2001 12:11:40 -0000      1.3
--- mainpage.dxt        15 Dec 2002 17:23:30 -0000      1.4
***************
*** 27,31 ****
   In case you are not so much interested in programming for Adonthell but 
rather in
   creating %game content you should take a look at the <A
!  
HREF="http://adonthell.linuxgames.com/download-data/documentation.shtml";>Designer's
   documentation</A> instead.
   
--- 27,31 ----
   In case you are not so much interested in programming for Adonthell but 
rather in
   creating %game content you should take a look at the <A
!  
HREF="http://adonthell.linuxgames.com/download/documentation.shtml";>Designer's
   documentation</A> instead.
   




reply via email to

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