Jump to content

VladimirMangos

Members
  • Posts

    2813
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by VladimirMangos

  1. Look like. As i remember some libs used in mangos expect support sse instractions or some other...
  2. In C++ is normal case when compiler output nonsense message about at strange line at error
  3. Can you and any who have locale related crashes before test this patch: http://gist.github.com/619398 If i understand problem right (mixed code use in packed/unpacked libstdc++ structures) then this resolve old and new porbelms Patch do: avoid have std. lib templates under packed pragmas
  4. Mostly packed structures used for cases when it read form somewhere as one raw memory block. this is mostly DBC loading case and some SQL tables case. Packed set need for cases when we need have exacrlt same memory structure by field position independent from x32/x64 specific.
  5. in fact it must be near to exactly same as in mangos master/mangos-0.12. Ofc modulo added/removed client features.
  6. Look like if in header used pack pragma then after switch off set wrong pack mode in some cases... Added into [10599] with some other cases possible affected same problems...
  7. player (including GM) can teleport only into non-binded or own binded instance copy. if you have different instance copy binded for self character then you need reset it before teleporting. Look at commands: .instance unbind .instance listbinds
  8. I think you already get answer: This is existed limitation of current height calculation and will not fixed soon.
  9. why ask? test and report to us
  10. hmm, i think you don't must have problem if your console support utf8. At least when i work with russian names with utf8-compatible console then i not have problems.
  11. Test, not crash for me with Visual Studio 2010
  12. related code look as impossible for crash at related line for any table content. I only see single case: GCC bug that generate wrong code with optimization. Suggest use diff optimization options for GCC.
  13. Bug fixed in [10319] not exist in 0.12. It related to aura holders not backported yet to 0.12.
  14. With forum update lost important old feature: show recent unread threads _without_ automark read at next update recent posts. So impossible see what thread visited and what not visited. Make totally impossible work with bug report section in normal way...
  15. In [10565]
  16. Patches added in [10564] and early commits.
  17. I think this not what discussed in section or forum.
  18. not all spell req. table data... most expect default way calculation.
  19. you can't convert int to string in this way. and ofc, will crash
  20. By result all ok, BUT you repeat functionality 2 effects in main spell In [10548] added more correct version from my point.
  21. in fact it's wrong Instead must be properly look source of cast and speed ignored for self targeting cast. For not self targeting cast 5 limit still expected applied. And this done in [10547]
  22. FAR file manager let add custom menu commands applied some operation to current fiel in FAR file list. I just write sql update command for self for fast apply. 90 is amount sql updates in mangoszero sql update dir for revisions > 385
  23. Hmm, your way cleary better that i add STATUS_LOGGINED in [10544] Used in [10545]. Thank you
×
×
  • 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