Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 13, 2011, 11:58:07 PM (13 years ago)
Author:
landauf
Message:

Exported orxout() and the output levels to lua, replaces logMessage() and cout().
Note that OutputDefinitions.h is now included in the tolua section of core, even though the file is in util. But I guess that's ok.

File:
1 edited

Legend:

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

    r8832 r8840  
    118118        CEGUI.toListbox(listbox):resetList()
    119119        local discovery = orxonox.WANDiscovery()
    120         cout(0, "discovering.\n" )
     120        orxout("discovering." )
    121121        discovery:discover()
    122         cout(0, "discovered.\n" )
     122        orxout("discovered." )
    123123        P.serverList = {}
    124124        local index = 0
Note: See TracChangeset for help on using the changeset viewer.