Show
Ignore:
Timestamp:
11/19/08 13:48:34 (17 years ago)
Author:
yumileroy
Message:

[svn] *** Source: MaNGOS ***
* Fixed build extractor at Windows Vista. Author: Vladimir
* Fixed comment text and code indentifiers spelling. Author: Vladimir & Paradox.
* Access cached member lists in guild handlers instead of querying the DB. Author: Hunuza
* Small fixes in send/received packet and simple code cleanup also. Author: Vladimir
* Not output error at loading empty character_ticket table. Author: Vladimir
* Not reset display model at shapeshift aura remove if it not set at apply. Author: Arthorius
* Applied props to few files.

Original author: visagalis
Date: 2008-11-14 16:28:45-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/WorldSocket.cpp

    r181 r229  
    264264                (errno == EAGAIN)) 
    265265            { 
    266                 return Update (); // interesting line ,isnt it ? 
     266                return Update (); // interesting line ,isn't it ? 
    267267            } 
    268268 
     
    470470            if (m_Header.space () > 0) 
    471471            { 
    472                 //couldnt recieve the whole header this time 
     472                //couldn't recieve the whole header this time 
    473473                ACE_ASSERT (message_block.length () == 0); 
    474474                errno = EWOULDBLOCK; 
     
    504504            if (m_RecvPct.space () > 0) 
    505505            { 
    506                 //couldnt recieve the whole data this time 
     506                //couldn't recieve the whole data this time 
    507507                ACE_ASSERT (message_block.length () == 0); 
    508508                errno = EWOULDBLOCK;