This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
win/VC100/shared.vcxproj.filters | 38 ++++++++++++++++++++++++++++++-------- | |
1 files changed, 30 insertions(+), 8 deletions(-) | |
diff --git a/win/VC100/shared.vcxproj.filters b/win/VC100/shared.vcxproj.filters | |
index 590c3ca..02f5fde 100644 | |
--- a/win/VC100/shared.vcxproj.filters | |
+++ b/win/VC100/shared.vcxproj.filters | |
@@ -108,10 +108,6 @@ | |
<ClCompile Include="..\..\src\shared\Common.cpp" /> | |
<ClCompile Include="..\..\src\shared\ServiceWin32.cpp" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.../WCell.RealmServer/Handlers/CombatLogHandler.cs | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/Services/WCell.RealmServer/Handlers/CombatLogHandler.cs b/Services/WCell.RealmServer/Handlers/CombatLogHandler.cs | |
index 49c9467..429465c 100644 | |
--- a/Services/WCell.RealmServer/Handlers/CombatLogHandler.cs | |
+++ b/Services/WCell.RealmServer/Handlers/CombatLogHandler.cs | |
@@ -266,9 +266,9 @@ namespace WCell.RealmServer.Handlers | |
packet.Write(spellId); | |
packet.Write(value); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ########## Project setup ########## | |
PROJECT(MMAP) | |
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5) | |
# ######### General setup ########## | |
INCLUDE_DIRECTORIES(${MMAP_SOURCE_DIR}) | |
INCLUDE_DIRECTORIES(${MMAP_SOURCE_DIR}/Debug) | |
INCLUDE_DIRECTORIES(${MMAP_SOURCE_DIR}/../../../dep/include/g3dlite) | |
INCLUDE_DIRECTORIES(${MMAP_SOURCE_DIR}/../../../dep/include/zlib) |
NewerOlder