Jump to content

silviu2009

Members
  • Posts

    7
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

silviu2009's Achievements

Newbie

Newbie (1/3)

0

Reputation

  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. silviu2009

    MaNGOS Command

    I think he wants to add a new custom command, and he doesn't know where to implement it ..
  3. 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 ... 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.
  4. Sorry, an error has occurred. Reason: That is an invalid ID, or the post has expired. Can you re-upload the patch please? Thanks! EDIT: My bad, didn't see all posts!
  5. I did not have anything related to TBB in Program Files, but somehow i had tbb.dll, tbb_debug.dll, tbbmalloc_proxy.dll and like 4 other dlls regarding TBB in my Windows/System32 folder. I deleted them, and now everything works as expected. Thanks a lot!
  6. 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.
  7. What bug does the patch fix? What features does the patch add? - It fixes a typo in boolean expression normilizeString -> normalizeString. For which repository revision was the patch created? - 8330 Who has been writing this patch? Please include either forum user names or email addresses. - silviu2009 Patch on paste2 : http://paste2.org/p/368220 Patch on filebeam: http://filebeam.com/f42396fb08e1a6e59a89f1fc993f67c5
×
×
  • 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