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

[svn] * Merge Temp dev SVN with Assembla.
* Changes include:

  • Implementation of w12x's Outdoor PvP and Game Event Systems.
  • Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed).
  • All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql).
  • Improved Config cleanup.
  • And many more changes.

Original author: Seline
Date: 2008-10-14 11:57:03-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dep/include/mersennetwister/MersenneTwister.h

    r2 r44  
    119119        void save( uint32* saveArray ) const;  // to array of size SAVE 
    120120        void load( uint32 *const loadArray );  // from such array 
    121     /* Mangos not use streams for random values output 
     121    /* Trinity not use streams for random values output 
    122122        friend std::ostream& operator<<( std::ostream& os, const MTRand& mtrand ); 
    123123        friend std::istream& operator>>( std::istream& is, MTRand& mtrand ); 
     
    351351} 
    352352 
    353 /* Mangos not use streams for random values output 
     353/* Trinity not use streams for random values output 
    354354inline std::ostream& operator<<( std::ostream& os, const MTRand& mtrand ) 
    355355{