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/utf8cpp/utf8/core.h

    r2 r44  
    3131#include <iterator> 
    3232 
    33 // use MaNGOS core types 
     33// use Trinity core types 
    3434#include "Platform/Define.h" 
    3535 
     
    4040    // These typedefs have the same names as ones from cstdint, or boost/cstdint 
    4141 
    42     /* use MaNGOS alternatives 
     42    /* use Trinity alternatives 
    4343    typedef unsigned char   uint8_t; 
    4444    typedef unsigned short  uint16_t;