SunwellCore released to the public! menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    LoomaR's Avatar Active Member C.E.O of UWC - Network CoreCoins Purchaser Authenticator enabled
    Reputation
    36
    Join Date
    Jun 2012
    Posts
    35
    Thanks G/R
    9/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gmania View Post
    Error on compiling:
    Error 1 error C2039: 'tileLayer' : is not a member of 'dtNavMeshCreateParams' C:\SunwellCore\core\src\tools\mmaps_generator\MapBuilder.cpp 742 1 mmaps_generator
    Error 2 error C2039: 'buildBvTree' : is not a member of 'dtNavMeshCreateParams' C:\SunwellCore\core\src\tools\mmaps_generator\MapBuilder.cpp 743 1 mmaps_generator
    Warning 3 warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library C:\SunwellCore\build\src\server\game\LFG.obj game

    How to fix or this is normal?
    Fix for you made by me

    DetourNavMeshBuilder.h

    PHP Code:
    struct dtNavMeshCreateParams
    {
    ...

    +    
    int tileLayer;                          // The tile's layer within the layered destination mesh. [Limit: >= 0] (Along the y-axis.)
    +    bool buildBvTree
    DetourNavMeshBuilder.cpp
    PHP Code:
    -    header->bvNodeCount params->polyCount*2;
    +   
    header->bvNodeCount params->buildBvTree params->polyCount 0
    Code:
    .____                               __________ 
    |    |    ____   ____   _____ _____ \______   \
    |    |   /  _ \ /  _ \ /     \\__  \ |       _/
    |    |__(  <_> |  <_> )  Y Y  \/ __ \|    |   \
    |_______ \____/ \____/|__|_|  (____  /____|_  /
            \/                  \/     \/       \/

    SunwellCore released to the public!
  2. #17
    gtiii's Avatar Member
    Reputation
    11
    Join Date
    May 2015
    Posts
    46
    Thanks G/R
    8/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Radeghost View Post
    Atlantiss received character database so sunwell people can transfer their characters. Atlantiss is now implementing things from SunwellCore. See their changelog
    This is actually how i found out about it, hadn't been on sunwell for about 6 month and heard my atlantiss guild talk about the shutdown.

  3. #18
    LoomaR's Avatar Active Member C.E.O of UWC - Network CoreCoins Purchaser Authenticator enabled
    Reputation
    36
    Join Date
    Jun 2012
    Posts
    35
    Thanks G/R
    9/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Core on my Repo https://github.com/Shoxxo/Sunwell

    I wil fix things step by step !
    Code:
    .____                               __________ 
    |    |    ____   ____   _____ _____ \______   \
    |    |   /  _ \ /  _ \ /     \\__  \ |       _/
    |    |__(  <_> |  <_> )  Y Y  \/ __ \|    |   \
    |_______ \____/ \____/|__|_|  (____  /____|_  /
            \/                  \/     \/       \/

  4. #19
    spleee101's Avatar Active Member
    Reputation
    63
    Join Date
    Oct 2007
    Posts
    160
    Thanks G/R
    1/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is pretty amazing, im surprised more thanks has not been given....thank you +rep

  5. #20
    LoomaR's Avatar Active Member C.E.O of UWC - Network CoreCoins Purchaser Authenticator enabled
    Reputation
    36
    Join Date
    Jun 2012
    Posts
    35
    Thanks G/R
    9/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working on it, looking for contributers, we or i will not pay for free job, we make it as hobby and this is a nice hobby, if all work on 1 rep we will make it great i named it Project Sunwell
    Code:
    .____                               __________ 
    |    |    ____   ____   _____ _____ \______   \
    |    |   /  _ \ /  _ \ /     \\__  \ |       _/
    |    |__(  <_> |  <_> )  Y Y  \/ __ \|    |   \
    |_______ \____/ \____/|__|_|  (____  /____|_  /
            \/                  \/     \/       \/

  6. #21
    BiohazardSteven's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the core, I'm just having one issue when trying to compile

    The C compiler identification is MSVC 19.0.23026.0
    The CXX compiler identification is MSVC 19.0.23026.0
    Check for working C compiler using: Visual Studio 14 2015
    Check for working C compiler using: Visual Studio 14 2015 -- works
    Detecting C compiler ABI info
    Detecting C compiler ABI info - done
    Check for working CXX compiler using: Visual Studio 14 2015
    Check for working CXX compiler using: Visual Studio 14 2015 -- works
    Detecting CXX compiler ABI info
    Detecting CXX compiler ABI info - done
    Detecting CXX compile features
    Detecting CXX compile features - done
    Detected 32-bit platform
    Using supplied MySQL sources
    MSVC: Enabled large address awareness
    MSVC: Enabled SSE2 support
    MSVC: Overloaded standard names
    MSVC: Disabled NON-SECURE warnings
    MSVC: Disabled POSIX warnings
    MSVC: Disabled generic compiletime warnings
    Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib
    Found OpenSSL headers: C:/OpenSSL-Win32/include
    CMake Error at cmake/macros/FindOpenSSL.cmake:200 (list):
    list GET given empty list
    Call Stack (most recent call first):
    CMakeLists.txt:56 (find_package)


    CMake Error at cmake/macros/FindOpenSSL.cmake:201 (list):
    list GET given empty list
    Call Stack (most recent call first):
    CMakeLists.txt:56 (find_package)


    CMake Error at cmake/macros/FindOpenSSL.cmake:202 (list):
    list GET given empty list
    Call Stack (most recent call first):
    CMakeLists.txt:56 (find_package)


    CMake Error at cmake/macros/FindOpenSSL.cmake:203 (list):
    list GET given empty list
    Call Stack (most recent call first):
    CMakeLists.txt:56 (find_package)


    CMake Error at cmake/macros/FindOpenSSL.cmake:210 (math):
    math cannot parse the expression: " + 96": syntax error, unexpected
    exp_PLUS, expecting exp_OPENPARENT or exp_NUMBER (2)
    Call Stack (most recent call first):
    CMakeLists.txt:56 (find_package)


    CMake Error at cmake/macros/FindOpenSSL.cmake:214 (string):
    string Character with code does not exist.
    Call Stack (most recent call first):
    CMakeLists.txt:56 (find_package)


    CMake Error at cmake/macros/EnsureVersion.cmake:76 (MATH):
    math cannot parse the expression: "..*10000 + ..*100 + 0": syntax error,
    unexpected exp_TIMES, expecting exp_OPENPARENT or exp_NUMBER (3)
    Call Stack (most recent call first):
    cmake/macros/EnsureVersion.cmake:95 (NORMALIZE_VERSION)
    cmake/macros/FindOpenSSL.cmake:221 (ENSURE_VERSION)
    CMakeLists.txt:56 (find_package)


    CMake Error at cmake/macros/FindOpenSSL.cmake:223 (message):
    SunwellCore needs OpenSSL version 1.0.0 but found version ..
    Call Stack (most recent call first):
    CMakeLists.txt:56 (find_package)


    Configuring incomplete, errors occurred!
    See also "C:/Users/Chat/Desktop/Sunwell/SunwellCore/build/CMakeFiles/CMakeOutput.log".
    Last edited by BiohazardSteven; 03-14-2016 at 01:38 AM.

  7. #22
    amaru's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    18
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lbniese View Post
    Why don't you host and share a github repo or something like that?
    because it seems that he has stolen the code

  8. #23
    Radeghost's Avatar Sergeant CoreCoins Purchaser
    Reputation
    30
    Join Date
    Jun 2011
    Posts
    58
    Thanks G/R
    1/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by amaru View Post
    because it seems that he has stolen the code
    Yeah, stolen? SunwellCore
    Official Sunwell site. SunwellCore is currently the most advanced WoW core. 2500 online + 15-20 server side diff. Nearly everything written from a scratch (you won't find Ulduar / Black Temple or TBC 5-mans of such quality nowhere, only on retail).

    I wil fix things step by step !
    There are nearly no things to fix, except some shit with compiling :P

  9. #24
    amaru's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    18
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what have you done with diff? you've reduced amount of database calls ?

  10. #25
    Lbniese's Avatar Active Member
    CoreCoins Purchaser
    Reputation
    51
    Join Date
    Sep 2009
    Posts
    346
    Thanks G/R
    1/22
    Trade Feedback
    13 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Radeghost View Post
    Yeah, stolen? SunwellCore
    Official Sunwell site. SunwellCore is currently the most advanced WoW core. 2500 online + 15-20 server side diff. Nearly everything written from a scratch (you won't find Ulduar / Black Temple or TBC 5-mans of such quality nowhere, only on retail).


    There are nearly no things to fix, except some shit with compiling :P
    But why not create a public repo for the last few bug reports and commits that you mentioned earlier?

  11. #26
    Radeghost's Avatar Sergeant CoreCoins Purchaser
    Reputation
    30
    Join Date
    Jun 2011
    Posts
    58
    Thanks G/R
    1/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dont ask me. Im a mere messenger

    Sent from my Samsung Galaxy S6 using Tapatalk

  12. #27
    irome's Avatar Member
    Reputation
    7
    Join Date
    Oct 2016
    Posts
    14
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dear lovers of WotLK and SunwellCore, I am writing this message to inform you that the public release of this Core was not in vain.

    A couple of months ago: Azeroth Shard - wow italiano gratis (if you want to play on this server go to this link) that has always contributed to TC, since 2006, has always used the same core of TC for its servers, has decided to radically change, realizing the superiority of Sunwellcore, he has implemented this core in its server.

    As AzerothShard has always contributed to TC and has had a server not for profit, working on an open source project, has decided to make public all their work (OpenSource), both as TC does and how did Sunwell.

    SunwellCore>AzerothCore: GitHub - azerothcore/azerothcore-wotlk: AzerothCore - Continuing Sunwell Core Project! Based on Mangos -> TrinityCore -> SunwellCore

    I wrote this message because anyone can contribute to improve this core. For those who would like to have information on this project or would like to contribute to improve this core, I put the links here:

    Site: AzerothCore
    Forum: AzerothCore - Index page

    You can enter this Chat to communicate directly with the admin of this core: Discord


    "AzerothCore is a new project focussed on user-experience. It is based on SunwellCore, aimed to continue its development introducing new features.

    For those who don't know SunwellCore, it was a TrinityCore-based game server application with many new features listed here.

    AzerothCore can be easily installed using this tutorial (you will also find all databases and dbc/maps/vmaps/mmaps downloads included):
    HOW TO INSTALL AZEROTHCORE: https://github.com/AzerothCore/azero...i/Installation

    Official site web: www.azerothcore.org

    Official source code github repository: GitHub - azerothcore/azerothcore-wotlk: AzerothCore - Continuing Sunwell Core Project! Based on Mangos -> TrinityCore -> SunwellCore: GitHub - azerothcore/azerothcore-wotlk: AzerothCore - Continuing Sunwell Core Project! Based on Mangos -> TrinityCore -> SunwellCore

    Official gitter chat channel: azerothcore/azerothcore - Gitter: https://gitter.im/azerothcore/azerothcore "

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Releasing Work to the public problem :(
    By ~Albatross in forum WoW ME Questions and Requests
    Replies: 5
    Last Post: 09-01-2010, 03:43 PM
  2. Close the Scamming Section to the public
    By Persian in forum Suggestions
    Replies: 3
    Last Post: 03-29-2008, 06:14 AM
  3. [RELEASE/EVENT] The MMOWNED Faire.
    By Tobii in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 02-26-2008, 11:57 AM
  4. [Release/in the works] Ascent WoW Lich King Website !
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 12-16-2007, 05:24 AM
  5. [Release] Finally the Full list of 2.3 Items
    By Matis02 in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 12-09-2007, 12:09 AM
All times are GMT -5. The time now is 05:22 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search