diff org/games.org @ 66:1381a6ebd08b

updated org files to work with latest org changes
author Robert McIntyre <rlm@mit.edu>
date Wed, 07 Dec 2011 12:16:48 -0600
parents b1b90c4ab0bf
children 7e7f8d6d9ec5
line wrap: on
line diff
     1.1 --- a/org/games.org	Wed Dec 07 10:29:35 2011 -0600
     1.2 +++ b/org/games.org	Wed Dec 07 12:16:48 2011 -0600
     1.3 @@ -20,7 +20,7 @@
     1.4  =AssetManager= via extendig =SimpleApplication=, we have to build one
     1.5  ourselves. 
     1.6  
     1.7 -#+srcname: hello-simple-app
     1.8 +#+name: hello-simple-app
     1.9  #+begin_src clojure :results silent
    1.10  (ns hello.hello-simple-app
    1.11    (:use cortex.world)
    1.12 @@ -67,7 +67,7 @@
    1.13  
    1.14  * Simpler HelloSimpleApp
    1.15  
    1.16 -#+srcname: hello-simpler-app
    1.17 +#+name: hello-simpler-app
    1.18  #+begin_src clojure 
    1.19  (ns hello.hello-simpler-app
    1.20    (:use cortex.world)
    1.21 @@ -92,7 +92,7 @@
    1.22  * COMMENT Hello Physics
    1.23  From http://jmonkeyengine.org/wiki/doku.php/jme3:beginner:hello_physics
    1.24  
    1.25 -#+srcname: brick-wall-header
    1.26 +#+name: brick-wall-header
    1.27  #+begin_src clojure :results silent
    1.28  (ns hello.brick-wall)
    1.29  (require 'cortex.import)
    1.30 @@ -104,7 +104,7 @@
    1.31  (use 'cortex.util)
    1.32  #+end_src
    1.33  
    1.34 -#+srcname: brick-wall-body
    1.35 +#+name: brick-wall-body
    1.36  #+begin_src clojure :results silent
    1.37  (in-ns 'hello.brick-wall)
    1.38  
    1.39 @@ -221,7 +221,7 @@
    1.40  [[../images/brick-wall-knocked-down.jpg]]
    1.41  
    1.42  * COMMENT Other Brick Games
    1.43 -#+srcname: other-games
    1.44 +#+name: other-games
    1.45  #+begin_src clojure :results silent
    1.46  (ns hello.other-games
    1.47     {:author "Dylan Holmes"})
    1.48 @@ -369,7 +369,7 @@
    1.49  [[../images/dominos.jpg]]
    1.50  
    1.51  * Hello Loop
    1.52 -#+srcname: hello-loop
    1.53 +#+name: hello-loop
    1.54  #+begin_src clojure :results silent
    1.55  (ns hello.loop
    1.56    (:use cortex.world)
    1.57 @@ -397,7 +397,7 @@
    1.58     
    1.59  * COMMENT Hello Collision
    1.60  
    1.61 -#+srcname: hello-collision
    1.62 +#+name: hello-collision
    1.63  #+begin_src clojure :results silent
    1.64  (ns hello.collision)
    1.65  (use 'cortex.world)
    1.66 @@ -518,7 +518,7 @@
    1.67  #+end_src
    1.68  
    1.69  * COMMENT Hello Terrain
    1.70 -#+srcname: hello-terrain
    1.71 +#+name: hello-terrain
    1.72  #+begin_src clojure :results silent
    1.73  (ns hello.terrain)
    1.74  (use 'cortex.world)
    1.75 @@ -595,7 +595,7 @@
    1.76  
    1.77  
    1.78  
    1.79 -#+srcname: hello-animation
    1.80 +#+name: hello-animation
    1.81  #+begin_src clojure :results silent
    1.82  (ns hello.animation)
    1.83  (use 'cortex.world)
    1.84 @@ -668,7 +668,7 @@
    1.85  #+end_src
    1.86  
    1.87  * COMMENT Hello Materials
    1.88 -#+srcname: material
    1.89 +#+name: material
    1.90  #+begin_src clojure :results silent
    1.91  (ns hello.material)
    1.92  (use 'cortex.world)