Changeset 2485 for code/branches/presentation/bin
- Timestamp:
- Dec 16, 2008, 6:01:13 PM (16 years ago)
- Location:
- code/branches/presentation
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation ¶
-
TabularUnified code/branches/presentation/bin/Plugins.cfg ¶
r1763 r2485 10 10 Plugin=Plugin_BSPSceneManager 11 11 Plugin=Plugin_OctreeSceneManager 12 #Plugin=Plugin_CgProgramManager12 Plugin=Plugin_CgProgramManager 13 13 -
TabularUnified code/branches/presentation/bin/def_keybindings.ini ¶
r2103 r2485 54 54 KeyLeftAlt= 55 55 KeyLeftBracket= 56 KeyLeftControl= 56 KeyLeftControl=mouseLook 57 57 KeyLeftShift= 58 58 KeyLeftWindows= … … 100 100 KeyPageDown= 101 101 KeyPageUp= 102 KeyPause= 102 KeyPause=pause 103 103 KeyPeriod= 104 104 KeyPlayPause= … … 119 119 KeySlash= 120 120 KeySleep= 121 KeySpace= 121 KeySpace=boost 122 122 KeyStop= 123 123 KeySystemRequest= -
TabularUnified code/branches/presentation/bin/telnet_server.tcl ¶
r1505 r2485 81 81 return 82 82 } 83 if {[string equal $line " quit"] || [string equal $line "exit"]} {83 if {[string equal $line "logout"] || [string equal $line "quit"]} { 84 84 disconnect $client 85 return 86 } 87 if {[string equal $line "exit"]} { 88 set ::termination 1 85 89 return 86 90 }
Note: See TracChangeset
for help on using the changeset viewer.