Rev | Line | |
---|
[65] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | # $Id: brepl,v 1.2 1999/11/06 21:23:19 bittner Exp $ |
---|
| 4 | # Script used to globaly replace identifiers in GOLEM on 6.11. 1999 |
---|
| 5 | # Initially coding Jiri Bittner |
---|
| 6 | |
---|
| 7 | # some manual changed to the code were also neccesary |
---|
| 8 | # - stats.h members of classes CIntersections and CObjects (class name collisions) |
---|
| 9 | # - hfield.h member BoundingBox |
---|
| 10 | # - world.cpp environment strings (e.g. CBSP -> BSP) |
---|
| 11 | # ... |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | FILES=$* |
---|
| 15 | |
---|
| 16 | #replid Vector3D Vector3 $FILES |
---|
| 17 | #replid Visibility GtpVisibility $FILES |
---|
| 18 | #replid SceneTraverser HierarchyInterface $FILES |
---|
| 19 | replid Visibility GtpVisibilityPreprocessor $FILES |
---|
| 20 | |
---|
| 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.