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/src/game/Makefile.am

    r39 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# 
     
    142142$(srcdir)/InstanceSaveMgr.cpp \ 
    143143$(srcdir)/InstanceSaveMgr.h \ 
    144 $(srcdir)/IRCClient.cpp \ 
    145 $(srcdir)/IRCClient.h \ 
    146 $(srcdir)/IRCCmd.cpp \ 
    147 $(srcdir)/IRCCmd.h \ 
    148 $(srcdir)/IRCCmde.cpp \ 
    149 $(srcdir)/IRCConf.cpp \ 
    150 $(srcdir)/IRCConf.h \ 
    151 $(srcdir)/IRCConf.h \ 
    152 $(srcdir)/IRCFunc.h \ 
    153 $(srcdir)/IRCIO.cpp \ 
    154 $(srcdir)/IRCLog.cpp \ 
    155 $(srcdir)/IRCLog.h \ 
    156 $(srcdir)/IRCSock.cpp \ 
    157 $(srcdir)/MCS_OnlinePlayers.cpp \ 
    158 $(srcdir)/MCS_OnlinePlayers.h \ 
    159144$(srcdir)/Item.cpp \ 
    160145$(srcdir)/Item.h \ 
     
    202187$(srcdir)/Opcodes.cpp \ 
    203188$(srcdir)/Opcodes.h \ 
     189$(srcdir)/OutdoorPvP.cpp \ 
     190$(srcdir)/OutdoorPvP.h \ 
     191$(srcdir)/OutdoorPvPEP.cpp \ 
     192$(srcdir)/OutdoorPvPEP.h \ 
     193$(srcdir)/OutdoorPvPHP.cpp \ 
     194$(srcdir)/OutdoorPvPHP.h \ 
     195$(srcdir)/OutdoorPvPMgr.cpp \ 
     196$(srcdir)/OutdoorPvPMgr.h \ 
     197$(srcdir)/OutdoorPvPNA.cpp \ 
     198$(srcdir)/OutdoorPvPNA.h \ 
     199$(srcdir)/OutdoorPvPObjectiveAI.cpp \ 
     200$(srcdir)/OutdoorPvPObjectiveAI.h \ 
     201$(srcdir)/OutdoorPvPSI.cpp \ 
     202$(srcdir)/OutdoorPvPSI.h \ 
     203$(srcdir)/OutdoorPvPTF.cpp \ 
     204$(srcdir)/OutdoorPvPTF.h \ 
     205$(srcdir)/OutdoorPvPZM.cpp \ 
     206$(srcdir)/OutdoorPvPZM.h \ 
    204207$(srcdir)/Path.h \ 
    205208$(srcdir)/PetAI.cpp \