Jump to content

silviu2009

Members
  • Posts

    7
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by silviu2009

  1. I was browsing through mangos sources today and I found that one printf() is incorrect. The printf() itself is not in mangos sources, but in contrib/AD (map & dbc extractor sources), in system.cpp. Line 403, there's:

    printf("File: filename\\nCan't find area flag for areaid %u [%d, %d].\\n", filename, areaid, cell->ix, cell->iy);

    which should be:

    printf("File: %s\\nCan't find area flag for areaid %u [%d, %d].\\n", filename, areaid, cell->ix, cell->iy);

    Small fix, but pretty important since on some OS'es a runtime error may be thrown.

    No threads related to this bug where found.

    Bug existent on MaNGOS rev. 10459

  2. OFF: I'm wondering how big Vladimir's brain is. I know that he had developed MaNGOS, but he GOD DAMMIT knows everything about this GOD DAMMIT source, which is huge ... how can you remember everything, variable names, function names? Genious ...:o

    EDIT: I'm wondering how can a 'low'-end user understand MaNGOS source code when there's more than 50.000 LOC. I need paper and crayon probably.

  3. I've compiled MaNGOS on WinXP and VS 2008 Pro edition. Everything went fine, tbb.dll and tbbmalloc.dll were both in my bin folder after compiling. I just want to know, why realmd and mangosd works without these dlls (i moved them in another folder, to check if the server starts without them. Looks like i don't get any "tbb.dll" or "tbbmalloc.dll" not found)..? Is it OK? Do i have to do something in order to compile with TBB support? If i move ace.dll for example, or any other dll from my mangos server, i get an error (dll missing). Can someone help me with this "stupid" question afterall:)?

    PS: I did NOT add,comment, or uncomment any STANDARD_MALLOC thingies...i've just compiled as always.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use