Changeset 33769
- Timestamp:
- 2010-03-08 05:06:52 (5 months ago)
- Location:
- CS/trunk
- Files:
-
- 2 modified
-
docs/html/manual/Applications-Overview.html (modified) (6 diffs)
-
include/csver.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CS/trunk/docs/html/manual/Applications-Overview.html
r33480 r33769 150 150 </dd> 151 151 <dt> <code>docconv</code></dt> 152 <dd><p> todo152 <dd><p>An utility to convert between document formats. See section <a href="Binary-XML.html#0">Binary <small>XML</small></a> for the conversion to and from binary XML. 153 153 </p> 154 154 <a name="IDX27"></a> … … 156 156 </dd> 157 157 <dt> <code>eventtest</code></dt> 158 <dd><p>A Crystal Space event system testing application.158 <dd><p>An application for the testing of the event system with keyboard, mouse and joystick. 159 159 </p> 160 160 <a name="IDX29"></a> … … 308 308 </dd> 309 309 <dt> <code>simple1</code></dt> 310 <dd><p>A tutorial application. See section <a href="Tutorial-Simple.html#0">Simple Tutorial 1: Basic Setup, World Creation</a>. 310 <dd><p>A tutorial application. See section <a href="Tutorial-Simple.html#0">Simple Tutorial 1: Basic Setup, World Creation</a>. The code of this application is a good candidate if you want to test some piece of code. 311 311 </p> 312 312 <a name="IDX79"></a> … … 314 314 </dd> 315 315 <dt> <code>simple2</code></dt> 316 <dd><p>A tutorial application. See section <a href="Tutorial-Simple-2.html#0">Simple Tutorial 2: Adding a Mesh</a>. 316 <dd><p>A tutorial application. See section <a href="Tutorial-Simple-2.html#0">Simple Tutorial 2: Adding a Mesh</a>. The code of this application is a good candidate if you want to test some piece of code. 317 317 </p> 318 318 <a name="IDX81"></a> … … 356 356 </dd> 357 357 <dt> <code>tri3dtest</code></dt> 358 <dd><p> todo358 <dd><p>A test application on the automatic triangulation of a mesh. 359 359 </p> 360 360 <a name="IDX95"></a> … … 399 399 </dd> 400 400 <dt> <code>waterdemo2</code></dt> 401 <dd><p>A demonstration application about the watermesh (see section <a href="MeshObject-Watermesh.html#0">Watermesh Mesh Object</a>).401 <dd><p>A demonstration application about the 'ocean' watermesh (see section <a href="MeshObject-Watermesh.html#0">Watermesh Mesh Object</a>). 402 402 </p> 403 403 <a name="IDX107"></a> -
CS/trunk/include/csver.h
r33764 r33769 58 58 //CS_RCSREV_OFFSET 513 59 59 #ifndef CS_VERSION_RCSREV 60 #define CS_VERSION_RCSREV 11 4960 #define CS_VERSION_RCSREV 1154 61 61 #endif 62 62
