Changeset 7692 for code/branches/masterserver/data
- Timestamp:
- Dec 1, 2010, 4:28:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/masterserver/data/gui/scripts/MultiplayerMenu.lua
r7632 r7692 98 98 end 99 99 100 function P.showServerList ()100 function P.showServerListmeow() 101 101 local listbox = winMgr:getWindow("orxonox/MultiplayerListbox") 102 102 CEGUI.toListbox(listbox):resetList() … … 131 131 132 132 -- same as above, but use WAN Discovery 133 function P.showServerList WAN()133 function P.showServerList() 134 134 local listbox = winMgr:getWindow("orxonox/MultiplayerListbox") 135 135 CEGUI.toListbox(listbox):resetList() 136 136 local discovery = orxonox.WANDiscovery:getInstance() 137 cout(0, "discovering.\n" ) 137 138 discovery:discover() 139 cout(0, "discovered.\n" ) 138 140 P.serverList = {} 139 141 local index = 0
Note: See TracChangeset
for help on using the changeset viewer.