Machiavelli / TC2_32

fork of trinitycore

Experimental / Development fork for research on 3.2.

Clone this repository (size: 67.6 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/Machiavelli/tc2_32/
commit 1470: 3d0d20ee3c82
parent 1469: 19e7c97ada94
parent 1081: 1acb416b99b4
child 1471: b3b5724c2e6b
*Merge. trunk3.0.8 Crash like Hell
megamage
13 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
TC2_32 /
filename size last modified message
cmake  
contrib  
dep  
doc  
sql  
src  
win  
.hgtags 60 B 14 months ago Added tag 3.0.3 Lots of Bugs for changeset 17d730e2e034
AUTHORS 723 B 18 months ago [svn] * Changing text in various files to make it more…
CMakeLists.txt 4.3 KB 14 months ago Cmake - more handy lib install dir.
COPYING 17.6 KB 18 months ago [svn] * Proper SVN structure
ChangeLog 194 B 16 months ago * Changelog location added.
INSTALL.linux 2.6 KB 13 months ago =Fix the Linux help file in root.
Makefile.am 1.8 KB 14 months ago * Updated copyright notice for new year (2009) part 3…
NEWS 4.1 KB 14 months ago *Switch to 3.0.8.
README 2.0 KB 13 months ago =Fix the Readme file
README.AHBOT 8.9 KB 14 months ago AuctionHouseBot patch added. thanx to everyone who worked…
THANKS 1.7 KB 15 months ago HG 626.
bcpp.cfg 5.5 KB 18 months ago [svn] * Proper SVN structure
config.h.cmake 7.6 KB 14 months ago Cmake build system for trinity
configure.ac 11.3 KB 14 months ago * Updated copyright notice for new year (2009) part 3…

README

= TrinityCore -- General information =

Copyright (C) TrinityCore (http://www.trinitycore.org)

  Trinity Core is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

  In addition, as a special exception, the Trinity Core project
  gives permission to link the code of its release of Trinity Core with
  the OpenSSL project's "OpenSSL" library (or with modified versions of
  it that use the same license as the "OpenSSL" library), and distribute
  the linked executables.  You must obey the GNU General Public License
  in all respects for all of the code used other than "OpenSSL".  If you
  modify this file, you may extend this exception to your version of the
  file, but you are not obligated to do so.  If you do not wish to do
  so, delete this exception statement from your version.

TrinityCore is a World of Warcraft game server emulator. It is derived
from MaNGOS, the Massive Network Game Object Server, and is based on the
code of that project.

For further information on the TrinityCore project, please visit our
project website at http://www.trinitycore.org.

API documentation can be obtained by running the "make doc" command inside
the doc directory.

SQL files to create the database can be found in the sql directory. Files
to update your database from an older revision/version can be found in the
sql/updates directory.

See the INSTALL.linux file for installation instructions on Linux.