VladimirMangos / mangos-06

Fork MaNGOS 0.6 release sources (1.12.1 client support) with applied fixes and other feature backports from MaNGOS recent releases. [PROJECT FREEZED. Look at http://github.com/mangoszero/mangoszero as more advanced alternative]

This URL has Read+Write access

Ntsc (author)
Fri Oct 16 06:04:21 -0700 2009
VladimirMangos (committer)
Fri Oct 16 10:00:33 -0700 2009
name age message
file .gitignore Fri Sep 11 16:45:24 -0700 2009 Backport .gitignore files [VladimirMangos]
file AUTHORS Thu Sep 01 10:03:22 -0700 2005 [1] Import Revision Zero [theluda]
file COPYING Thu Sep 01 10:03:22 -0700 2005 [1] Import Revision Zero [theluda]
file ChangeLog Mon Jan 29 04:49:44 -0800 2007 [3123] Start milestone 0.7, nicknamed Eye of th... [theluda]
file Makefile.am Wed Feb 28 08:00:04 -0800 2007 [3273] * configure.ac: Added new Makefiles to ... [theluda]
file NEWS Tue Feb 20 05:24:26 -0800 2007 [3230] Removed reconf. Please use autoreconf --... [theluda]
file README Thu Feb 01 00:25:25 -0800 2007 [3137] - Applied MaNGOS coding style (see trunk... [theluda]
file THANKS Fri Mar 24 02:30:33 -0800 2006 [961] Fix: proper notes in THANKS file [theluda]
file bcpp.cfg Sun Apr 16 15:13:59 -0700 2006 [1098] fixed: multiplayer bug,movement, buildte... [sani]
file configure.ac Thu Mar 15 03:57:55 -0700 2007 [3332] * configure.ac: Add checks for r... [theluda]
directory contrib/ Wed Sep 23 00:12:37 -0700 2009 Fixed: in ad.exe allocate temporary buffer not ... [vladimir_mangos]
directory dep/ Tue Sep 22 03:04:03 -0700 2009 Fixed: compile warnings. (backported from comm... [alex_dereka]
directory doc/ Fri Sep 11 16:45:24 -0700 2009 Backport .gitignore files [VladimirMangos]
directory sql/ Fri Oct 02 08:27:31 -0700 2009 Fixed sql update name into Makefile Signed-off... [nordway]
directory src/ Fri Oct 16 10:00:33 -0700 2009 Scripted Functions SpellHit and ItemUse and oth... [Ntsc]
directory win/ Fri Oct 16 10:00:33 -0700 2009 Scripted Functions SpellHit and ItemUse and oth... [Ntsc]
README
= MaNGOS -- README =

Copyright (c) 2005-2007 MaNGOS <http://www.mangosproject.org/>

  MaNGOS 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

Comments are welcome.

  - theluda <theluda@googlemail.com>

== Welcome to MaNGOS ==

MaNGOS (the Massive Network Game Object Server) is an Open Source reference
implementation for a MMORPG server system. Please see the file COPYING for
license details.

For further information on the MaNGOS project, please visit our project web
site at <http://www.mangosproject.org/>

Documenation on various development related topics can be found in the doc/
subdirectory, including Doxygen-generated API documentation.

The required SQL files for creating the database backend are included in the
sql/ subdirectory.

In order to build and install MaNGOS under Linux, follow the instructions
described in the INSTALL file. To build MaNGOS on Windows, please see the
win/ subdirectory. Project workspaces for Visual Studio .NET 2003 and Visual
Studio .NET 2005 are available.

In case you have checked out MaNGOS from the SubVersion repository, please run
./reconf prior to building, as you may otherwise not be able to run a build.