aboutsummaryrefslogtreecommitdiff
path: root/src/game/WorldSession.cpp
AgeCommit message (Expand)Author
2010-05-31Dungeon Finder:Spp
2010-05-21Fixed disenchanting rolls being allowed for all items, now works as intendedShauren
2010-05-16Fix Autokick timer. Will work again properly for people on the char selection...Machiavelli
2010-05-15Add logout-notice in charlog on player logoutclick
2010-05-08Cleanup on some database-related files: merge some DB-related files, add some...click
2010-05-05Make sure that socket reference is removed on closing WorldSession server sid...Machiavelli
2010-04-29Warning FixesSpp
2010-04-28Fix SMSG_AUTH_RESPONSE when queue is full.Spp
2010-04-23Properly deregister WorldSocket connections in case of reaching socket timeou...Machiavelli
2010-04-19Remove LOTS of compile warningsSpp
2010-04-12* Prevent possible memory leak in WorldSession (correction of order)click
2010-04-11Some fixes to guild/arenateam events. Big thx to TOM_RUS.n0n4m3
2010-04-07Code Style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code Style: tab to spacesSpp
2010-03-09Rename 'Hostil' to 'Hostile'Spp
2010-03-07Added new type-safe cast functions.raczman
2010-02-05Yet more cleanup, mostly in the script system. This should conclude the scrip...Xanadu
2010-01-23Implement QueryResult_AutoPtr type which is ACE's reference counted auto_ptr(...Anubisss
2010-01-20* Add basic AddonMgr.XTZGZoReX
2010-01-19*Integrate Script system to CoreRat
2010-01-16Updated copyright for new year.n0n4m3
2010-01-16* Fix a crash in logging part of [7048].XTZGZoReX
2010-01-16* unsigned char -> uint8.XTZGZoReX
2010-01-15* Update structure for SMSG_ADDON_INFO and add some sort of basic handling fo...XTZGZoReX
2010-01-13Fix CRLF.teacher
2010-01-13Implement vehicles created by player mounts.thenecromancer
2009-12-24Temporary revert 6743 commit. I fix this patch across 1-2 days.n0n4m3
2009-12-23Replaced time(NULL) on sGameTime.GetGameTime() this is used for better perfor...n0n4m3
2009-12-17Update some code for 322an0n4m3
2009-12-17Removed some redundant player->SaveToDB calls, original autor balrokn0n4m3
2009-10-18*Cleanupmaximius
2009-10-17*Massive cleanup redux.maximius
2009-10-17*Backed out changeset 3be01fb200a5maximius
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ...maximius
2009-10-11Log contents of unprocessed tail data if logging is set to debug.Machiavelli
2009-09-18*[8475] fixed some gcc-warnings Author: balrokmaximius
2009-09-14Backed out changeset d3fe2d6d504a (please test your patches thoroughly before...maximius
2009-09-14*Merged MaNGOS [8458], [8475], [8476] by ogeraisi, thanks to all authors :)maximius
2009-09-13*Event Hooks (OnLogin, OnLogout, OnPVPKill) by Hawthornemaximius
2009-09-11*Missed some changesmaximius
2009-09-01 [8436] Return CMSG_SET_ACTIVE_VOICE_CHANNEL to STATUS_AUTHED. Author: Vla...megamage
2009-09-01 [8433] Implement proper store and use character specific account data.megamage
2009-08-24 [8408] Optimized guild_member loading during startup. Changed rank ids in...megamage
2009-08-19 [8389] Implement check really read received packet size and warning it no...megamage
2009-08-19 [8378] Use exceptions instead of explicit size checking for each packet A...megamage
2009-08-12*Disable spams of "received not allowed opcode xxx". If any dev finds this er...megamage