forked from vmangos/core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' of https://github.com/vmangos/core into de…
…velopment # Conflicts: # src/game/Handlers/ChatHandler.cpp # src/game/World.h # src/game/WorldSession.cpp # src/game/WorldSession.h
- Loading branch information
Showing
229 changed files
with
86,950 additions
and
2,843 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ CMakeSettings.json | |
|
||
# CLion files | ||
cmake-build-debug | ||
cmake-build-release | ||
|
||
# | ||
# Top-level generic files | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,17 +40,20 @@ else( OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES ) | |
|
||
find_path(OPENSSL_INCLUDE_DIR | ||
NAMES | ||
ssl.h | ||
openssl/ssl.h | ||
PATHS | ||
/usr/include | ||
/usr/include/openssl | ||
/usr/local/include | ||
/usr/local/include/openssl | ||
/usr/local/openssl/include | ||
/usr/local/opt/[email protected]/include | ||
/usr/local/opt/openssl | ||
/opt/homebrew/opt/[email protected]/include | ||
/opt/homebrew/opt/openssl/include | ||
${TMP_OPENSSL_INCLUDE_DIR} | ||
DOC | ||
"Specify the directory containing openssl.h." | ||
"Specify the directory containing ssl.h." | ||
) | ||
|
||
find_library(OPENSSL_LIBRARIES | ||
|
@@ -63,7 +66,10 @@ else( OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES ) | |
/usr/local/lib | ||
/usr/local/lib/ssl | ||
/usr/local/ssl/lib | ||
/usr/local/opt/[email protected]/lib | ||
/usr/local/opt/openssl/lib | ||
/opt/homebrew/opt/[email protected]/lib | ||
/opt/homebrew/opt/openssl/lib | ||
${TMP_OPENSSL_LIBRARIES} | ||
DOC "Specify the OpenSSL library here." | ||
) | ||
|
@@ -89,6 +95,10 @@ else( OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES ) | |
/usr/local/lib | ||
/usr/local/lib/ssl | ||
/usr/local/ssl/lib | ||
/usr/local/opt/[email protected]/lib | ||
/usr/local/opt/openssl/lib | ||
/opt/homebrew/opt/[email protected]/lib | ||
/opt/homebrew/opt/openssl/lib | ||
${TMP_OPENSSL_LIBRARIES} | ||
DOC "if more libraries are necessary to link in a OpenSSL client, specify them here." | ||
) | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.