Changeset 2907 for code/branches/questsystem5/bin
- Timestamp:
- Apr 8, 2009, 12:36:08 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/bin/client1.bat.in
- Property svn:mergeinfo changed
/code/branches/gui/bin/client1.bat.in (added) merged: 2799,2850
r2729 r2907 1 1 title @PROJECT_NAME@ 2 2 path @ORXONOX_RUNTIME_LIBRARY_DIRECTORY_WINDOWS@;%path% 3 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ -- state client --directoryclient13 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ --client --writingPathSuffix client1 4 4 pause - Property svn:mergeinfo changed
-
code/branches/questsystem5/bin/client1.in
r2730 r2907 2 2 # convenience script for starting orxonox on Linux 3 3 4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ -- state client --directoryclient1 $@4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --client --writingPathSuffix client1 $@ -
code/branches/questsystem5/bin/client2.bat.in
- Property svn:mergeinfo changed
/code/branches/gui/bin/client2.bat.in (added) merged: 2799,2850
r2729 r2907 1 1 title @PROJECT_NAME@ 2 2 path @ORXONOX_RUNTIME_LIBRARY_DIRECTORY_WINDOWS@;%path% 3 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ -- state client --directoryclient23 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ --client --writingPathSuffix client2 4 4 pause - Property svn:mergeinfo changed
-
code/branches/questsystem5/bin/client2.in
r2730 r2907 2 2 # convenience script for starting orxonox on Linux 3 3 4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ -- state client --directoryclient2 $@4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --client --writingPathSuffix client2 $@ -
code/branches/questsystem5/bin/dedicated.bat.in
- Property svn:mergeinfo changed
/code/branches/gui/bin/dedicated.bat.in (added) merged: 2799,2850
r2729 r2907 1 1 title @PROJECT_NAME@ 2 2 path @ORXONOX_RUNTIME_LIBRARY_DIRECTORY_WINDOWS@;%path% 3 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ -- state dedicated --directorydedicated3 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ --dedicated --writingPathSuffix dedicated 4 4 pause - Property svn:mergeinfo changed
-
code/branches/questsystem5/bin/dedicated.in
r2730 r2907 2 2 # convenience script for starting orxonox on Linux 3 3 4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ -- state dedicated --directorydedicated $@4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --dedicated --writingPathSuffix dedicated $@ -
code/branches/questsystem5/bin/run.bat.in
- Property svn:mergeinfo changed (with no actual effect on merging)
-
code/branches/questsystem5/bin/server.bat.in
- Property svn:mergeinfo changed
/code/branches/gui/bin/server.bat.in (added) merged: 2799,2850
r2729 r2907 1 1 title @PROJECT_NAME@ 2 2 path @ORXONOX_RUNTIME_LIBRARY_DIRECTORY_WINDOWS@;%path% 3 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ --s tate server --directoryserver3 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ --server --writingPathSuffix server 4 4 pause - Property svn:mergeinfo changed
-
code/branches/questsystem5/bin/server.in
r2730 r2907 2 2 # convenience script for starting orxonox on Linux 3 3 4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --s tate server --directoryserver $@4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --server --writingPathSuffix server $@ -
code/branches/questsystem5/bin/standalone.bat.in
- Property svn:mergeinfo changed
/code/branches/gui/bin/standalone.bat.in (added) merged: 2799,2850
r2762 r2907 1 1 title @PROJECT_NAME@ 2 2 path @ORXONOX_RUNTIME_LIBRARY_DIRECTORY_WINDOWS@;%path% 3 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ --sta te standalone --directorystandalone3 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ --standalone --writingPathSuffix standalone 4 4 pause - Property svn:mergeinfo changed
-
code/branches/questsystem5/bin/standalone.in
r2762 r2907 2 2 # convenience script for starting orxonox on Linux 3 3 4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --sta te standalone --directorystandalone $@4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --standalone --writingPathSuffix standalone $@
Note: See TracChangeset
for help on using the changeset viewer.