Jump to content

Jordz

Members
  • Posts

    15
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Jordz

  1. Confirmed on every single MaNGOS server with/or without custom patches.
  2. Jordz

    Lib crash

    Hello, I've had similar issues with linux where it just randomly exists with or without players. try rebuilding with latest rev.
  3. Fixed Some Typos http://pastebin.com/baPjeR5D
  4. Try adding something into, the res player void am not sure wat but its just a idea, for instance when a player goes to the instance door and resses them self, you can add a check.
  5. Committable. Suggest this be committed.
  6. Found Typo, if(m_target->GetMap()->getLiquidStatus(m_target->GetPositionX(), m_target->GetPositionY(), m_target->GetPositionZ(), MAP_ALL_LIQUIDS, &liquid_status)) Change that to if (m_target->GetMap()->getLiquidStatus(m_target->GetPositionX(), m_target->GetPositionY(), m_target->GetPositionZ(), MAP_ALL_LIQUIDS, &liquid_status))
  7. Very Nice Job, But wouldn't this be more of a scripting issue.
  8. there is not any other word, Multi threaded pools = Multi threaded core.
  9. I have made a base myself, Like Thread Starter and threads, and guards etc,
  10. Hello, I was wondering wats the best framework to use to implement multi threaded pools into the mangos code. I saw ace has multi threaded support. Wat would be the best way to intergrate it into the code.
  11. Thanks, Fixed that one.
  12. I saw one of the commits of code standards, so i decided i would start a cleanup. Wat does this fix. Just simple cleanups. Branch? Master Light house. Just the housemaide coming round on a cleanup AchievementMgr Patch: http://pastebin.com/qeg2De6D AccountMgr Patch: http://pastebin.com/WRkiczHT AggressorAI Patch: http://pastebin.com/DM1vVUXi ArenaTeam Patch: http://pastebin.com/bjFiwDHk ArenaTeamHandler Patch: http://pastebin.com/jvP2XVqP ArenaTeamHandler Patch: http://pastebin.com/3ZJ5L02S New Class! AuctionHouseHandler Patch:http://pastebin.com/vLk00JTN AuctionHouseMgr Patch: http://pastebin.com/k8zvWhKQ Bag Patch: http://pastebin.com/GKaVgi3E BattleGround: http://pastebin.com/j91RMBvt MakeFile Patch: http://pastebin.com/GwjE7TJh game.vcproj Patch: http://pastebin.com/iy7Xcn6m I cannot add these to a multi git patch, since am using git gui on windows, and am not sure how you create it a aio. More to Come. Please post any issues you have, or any suggestions on wat i could do it improve it.
×
×
  • 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