VladimirMangos / mangos-06
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (15)
- Wiki (1)
- Graphs
-
Branch:
master
Ntsc (author)
Fri Oct 16 06:04:21 -0700 2009
VladimirMangos (committer)
Fri Oct 16 10:00:33 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Sep 11 16:45:24 -0700 2009 | |
| |
AUTHORS | Thu Sep 01 10:03:22 -0700 2005 | |
| |
COPYING | Thu Sep 01 10:03:22 -0700 2005 | |
| |
ChangeLog | Mon Jan 29 04:49:44 -0800 2007 | |
| |
Makefile.am | Wed Feb 28 08:00:04 -0800 2007 | |
| |
NEWS | Tue Feb 20 05:24:26 -0800 2007 | |
| |
README | Thu Feb 01 00:25:25 -0800 2007 | |
| |
THANKS | Fri Mar 24 02:30:33 -0800 2006 | |
| |
bcpp.cfg | Sun Apr 16 15:13:59 -0700 2006 | |
| |
configure.ac | Thu Mar 15 03:57:55 -0700 2007 | |
| |
contrib/ | Wed Sep 23 00:12:37 -0700 2009 | |
| |
dep/ | Tue Sep 22 03:04:03 -0700 2009 | |
| |
doc/ | Fri Sep 11 16:45:24 -0700 2009 | |
| |
sql/ | Fri Oct 02 08:27:31 -0700 2009 | |
| |
src/ | Fri Oct 16 10:00:33 -0700 2009 | |
| |
win/ | Fri Oct 16 10:00:33 -0700 2009 |
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.
