Changeset 44 for trunk/dep

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

Location:
trunk/dep
Files:
8 modified

Legend:

Unmodified
Added
Removed
  • trunk/dep/Makefile.am

    r23 r44  
    55# This program is free software; you can redistribute it and/or modify 
    66# it under the terms of the GNU General Public License as published by 
    7 # the Free Software Foundation; either version 3 of the License, or 
     7# the Free Software Foundation; either version 2 of the License, or 
    88# (at your option) any later version. 
    99# 
  • trunk/dep/include/Makefile.am

    r23 r44  
    55# This program is free software; you can redistribute it and/or modify 
    66# it under the terms of the GNU General Public License as published by 
    7 # the Free Software Foundation; either version 3 of the License, or 
     7# the Free Software Foundation; either version 2 of the License, or 
    88# (at your option) any later version. 
    99# 
  • trunk/dep/include/g3dlite/G3D/platform.h

    r2 r44  
    193193    // 
    194194 
    195 #if 0 //ignore that for mangos 
     195#if 0 //ignore that for Trinity 
    196196    // DLL runtime 
    197197    #ifndef _DLL 
  • 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{ 
  • 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; 
  • trunk/dep/lib/Makefile.am

    r23 r44  
    55# This program is free software; you can redistribute it and/or modify 
    66# it under the terms of the GNU General Public License as published by 
    7 # the Free Software Foundation; either version 3 of the License, or 
     7# the Free Software Foundation; either version 2 of the License, or 
    88# (at your option) any later version. 
    99# 
     
    5252        x64_release/libmysql.lib 
    5353 
     54 
  • trunk/dep/src/Makefile.am

    r23 r44  
    55# This program is free software; you can redistribute it and/or modify 
    66# it under the terms of the GNU General Public License as published by 
    7 # the Free Software Foundation; either version 3 of the License, or 
     7# the Free Software Foundation; either version 2 of the License, or 
    88# (at your option) any later version. 
    99# 
  • trunk/dep/src/sockets/Makefile.am

    r23 r44  
    55# This program is free software; you can redistribute it and/or modify 
    66# it under the terms of the GNU General Public License as published by 
    7 # the Free Software Foundation; either version 3 of the License, or 
     7# the Free Software Foundation; either version 2 of the License, or 
    88# (at your option) any later version. 
    99#