aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
AgeCommit message (Expand)Author
2010-04-11Fix Auth on server also some fixes and cleanups. Big thx to TOM_RUS.n0n4m3
2010-04-11Not use PLAYER_FIELD_ARENA_TEAM_INFO_1_1 directly. Big thx to TOM_RUS.n0n4m3
2010-04-11Some fixes to guild/arenateam events. Big thx to TOM_RUS.n0n4m3
2010-04-11Drop characters data blob. Bit thx to hunuza.n0n4m3
2010-04-11Tab to spacesSpp
2010-04-09Implement Global Cooldown (originaly written for TC2 v2.4.3).Trazom62
2010-04-08Code 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 (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code Style: Remove trailing spacesSpp
2010-04-07Code Style: tab to spacesSpp
2010-04-04correct movement packet broadcastingsilverice
2010-03-27Fix crash in Player::DuelComplete.Trazom62
2010-03-27Implement usage of RewardArenaPoints field in quest_templateMachiavelli
2010-03-23Added support for maximum allowed player level for quests. By Gyullo.Xanadu
2010-03-22Implemented new achievement criteria data:Trazom62
2010-03-21Missing part of previous commit. Thanks HG for being so coöperative.Machiavelli
2010-03-21Add some more function calls to remove refund referenced from player's m_refu...Machiavelli
2010-03-20Memory optimization by making m_refundableItems a std::set<uint64>. Also fix ...Machiavelli
2010-03-20Item system updateMachiavelli
2010-03-19Fix hunter pet talent reset feature.Machiavelli
2010-03-19Fix heirloom armor proficiency downgrading for warriors.Machiavelli
2010-03-19Fix crash in Player::_saveInventory().Machiavelli
2010-03-18Store alternate currency spent on an item by Item ExtendedCost entry instead ...Machiavelli
2010-03-18Added (blizzlike) packet broadcast to near teleport. Thanks to Zor and naliml...Xanadu
2010-03-18Implement vendor item refund system.Machiavelli
2010-03-18* Cleanups and comments in Player::SendInitWorldStates.XTZGZoReX
2010-03-16- Overload Item::SetState with player argument where possible to ensure updat...Machiavelli
2010-03-15Fix lootable check in Player::isAllowedToLoot.Trazom62
2010-03-14Fix creature tapped and lootable dynamic flags => fix creature not lootable.Trazom62
2010-03-11Implement group loot for chest having GroupLootRules (go type=3, data15=1).Trazom62
2010-03-11Convert some C style casts to new functionsthenecromancer
2010-03-09Fix removal of action buttons by removing some redundant code.Machiavelli
2010-03-09Rename 'Hostil' to 'Hostile'Spp
2010-03-07Some Creature* casts moved to new ToCreature.raczman
2010-03-07avoid send movement packet at death twice, cleanupsilver1ce
2010-03-07Added new type-safe cast functions.raczman
2010-03-06Send movement packet on creature/player death (expected for animation display...thenecromancer
2010-03-02* Move some values out of the data blob in the characters tableBrian
2010-03-01*fix weapon enchants procing in feral forms, closes issue #23Rat
2010-02-28* Fix SMSG_TRANSFER_ABORTED. Don't modify packet structures unless you actual...XTZGZoReX
2010-02-27Update visibility systemsilver1ce
2010-02-25Add new flagged column to access_requirement to set instances opened/closed.Tartalo
2010-02-20*CRLF:(QAston
2010-02-20*Move summon water elemental handler to correct place.QAston
2010-02-18Treat rune cooldowns as timers and not as remaining tick countsthenecromancer