diff options
| author | Seline <none@none> | 2008-10-14 11:57:03 -0500 |
|---|---|---|
| committer | Seline <none@none> | 2008-10-14 11:57:03 -0500 |
| commit | 2265aef916e3b2d63d87faa68a2b51e7d747c54c (patch) | |
| tree | b05420685b7d202aade6f70a6f511adbfb79e37f /win/VC71 | |
| parent | 222cbfd4644412fb8e5aeed7c37c88797d09964a (diff) | |
[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.
--HG--
branch : trunk
Diffstat (limited to 'win/VC71')
| -rw-r--r-- | win/VC71/game.vcproj | 128 |
1 files changed, 72 insertions, 56 deletions
diff --git a/win/VC71/game.vcproj b/win/VC71/game.vcproj index a71559cdb20..b5aac2ba570 100644 --- a/win/VC71/game.vcproj +++ b/win/VC71/game.vcproj @@ -352,6 +352,70 @@ RelativePath="..\..\src\game\ObjectGridLoader.h"> </File> <File + RelativePath="..\..\src\game\OutdoorPvP.cpp" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvP.h" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPEP.cpp" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPEP.h" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPHP.cpp" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPHP.h" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPMgr.h" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPNA.cpp" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPNA.h" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPSI.cpp" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPSI.h" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPTF.cpp" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPTF.h" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPZM.cpp" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPZM.h" + > + </File> + <File RelativePath="..\..\src\game\Path.h"> </File> <File @@ -637,6 +701,14 @@ RelativePath="..\..\src\game\ObjectMgr.h"> </File> <File + RelativePath="..\..\src\game\OutdoorPvPObjectiveAI.cpp" + > + </File> + <File + RelativePath="..\..\src\game\OutdoorPvPObjectiveAI.h" + > + </File> + <File RelativePath="..\..\src\game\Pet.cpp"> </File> <File @@ -848,62 +920,6 @@ RelativePath="..\..\src\game\ThreatManager.h"> </File> </Filter> - <Filter - Name="IRC" - > - <File - RelativePath="..\..\src\game\IRCClient.cpp" - > - </File> - <File - RelativePath="..\..\src\game\IRCClient.h" - > - </File> - <File - RelativePath="..\..\src\game\IRCCmd.cpp" - > - </File> - <File - RelativePath="..\..\src\game\IRCCmd.h" - > - </File> - <File - RelativePath="..\..\src\game\IRCCmde.cpp" - > - </File> - <File - RelativePath="..\..\src\game\IRCConf.cpp" - > - </File> - <File - RelativePath="..\..\src\game\IRCFunc.h" - > - </File> - <File - RelativePath="..\..\src\game\IRCIO.cpp" - > - </File> - <File - RelativePath="..\..\src\game\IRCLog.cpp" - > - </File> - <File - RelativePath="..\..\src\game\IRCLog.h" - > - </File> - <File - RelativePath="..\..\src\game\IRCSock.cpp" - > - </File> - <File - RelativePath="..\..\src\game\MCS_OnlinePlayers.cpp" - > - </File> - <File - RelativePath="..\..\src\game\MCS_OnlinePlayers.h" - > - </File> - </Filter> </Files> <Globals> </Globals> |
