Jump to content

xeross155

Members
  • Posts

    702
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by xeross155

  1. Some people indeed do this (Like me for example), I have my own local git repository I can clone on windows or linux. You can also install something like Code::Blocks on linux and use GDB to analyze crashes, it's just a matter of taste.
  2. I've updated and cleaned out the broadcaster branch, anyone that has pulled before has to find a way to undo the previous changes, they were so borked I had to rebuild the repository so might give some trouble.
  3. Ye it should also work with VMaps, also try to disable optimization and turn debugging data all the way up, that way we get better backtraces.
  4. Might be faster in amount of queries, but count() is faster in general. Should be a way to have multiple count() statements in 1 query.
  5. You should team up with SUPERGADGET
  6. I'm currently rebuilding my own master branch so I'll also update the AutoBroadcaster branch
  7. Updated for Revision 9199 (Rewritten)
  8. Just upload it on MediaFire
  9. Wish I had details on the source modifications needed, unfortunately I don't.
  10. I think for this you'd need to remove the instance info from the DB and modify the source so it sees it as a normal map, maybe the UDB wiki has some clues.
  11. Your explanation makes enough sense to not have to read more info on it.
  12. So by giving the opcodes there own threads you would cause deadlocks, just use mutexes ?
  13. What does deadlock mean ?
  14. The race count stuff can all be done in 1 query afaik
  15. This wasn't done by the MaNGOS team but by the developers of the MaNGOS predecessor.
  16. Something like that, However my master and Broadcaster branch don't have the same revision at the moment.
  17. Well an example is that character creation stopped working with mangchat after a few pulls from the mangos master. But I guess I probably messed up my merge conflict resolve now I think of it.
  18. Ye I ment that if you're still actively rebasing when you edit a commit for example, guess it's a bit unrelated though.
  19. Instead of that you could do the following which is better IMO if(m_removed || m_loading) return;
  20. I also suggest using the mangos timer implementation instead of using a seperate variable for the externalmail timer
  21. I'll be applying this patch to my server but will modify it to fit to the default mangos code style more.
  22. What do you mean ? Did I do some faulty merge somewhere ? hmm.
  23. Or use a switch, would be even better.
  24. I actually like the new theme, only the buttons on top look weird when selected (Forum/What's New?)
×
×
  • 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