Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 1, 2010, 4:28:46 PM (14 years ago)
Author:
smerkli
Message:

done for today, didn't get bug to leave, and connect doesn't quite work yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/masterserver/data/gui/scripts/MultiplayerMenu.lua

    r7632 r7692  
    9898    end
    9999   
    100 function P.showServerList()
     100function P.showServerListmeow()
    101101    local listbox = winMgr:getWindow("orxonox/MultiplayerListbox")
    102102    CEGUI.toListbox(listbox):resetList()
     
    131131
    132132-- same as above, but use WAN Discovery
    133 function P.showServerListWAN()
     133function P.showServerList()
    134134    local listbox = winMgr:getWindow("orxonox/MultiplayerListbox")
    135135    CEGUI.toListbox(listbox):resetList()
    136136    local discovery = orxonox.WANDiscovery:getInstance()
     137    cout(0, "discovering.\n" )
    137138    discovery:discover()
     139    cout(0, "discovered.\n" )
    138140    P.serverList = {}
    139141    local index = 0
Note: See TracChangeset for help on using the changeset viewer.