aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/GameObject
AgeCommit message (Expand)Author
2014-01-10Core/Battlefield: some codestyle changesjoschiwald
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-25Core/Scripting: Replace casted with cast as casted is not a word.Malcrom
2013-12-23Core/Chat: Refactored building chat packetsShauren
2013-12-14Core/Misc: Fix some static analysis issuesjackpoz
2013-12-01Core/Misc: Fix some static analysis issuesjackpoz
2013-11-13Core. fix build and some codestyle changesjoschiwald
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
2013-10-20Core/Transports: Fixed crashes happening when passenger is removed from trans...Shauren
2013-10-16Build fixShauren
2013-10-16Core/TransportsShauren
2013-10-03Core/Players: Fixed issues with incorrect targets being selected for spellsShauren
2013-08-30Core/Quests: Remove CastedCreatureOrGO methodNay
2013-08-19Scripts: Random script fixes and code optimizationsjoschiwald
2013-08-07Core/Battleground: Get rid of dinamic casts BattlegroundXX outside Battlegrou...Spp
2013-08-06Core/Misc: Implement reinterpret casts for all battleground classes and use t...Discover-
2013-07-19Core/Misc: Change creatures and gameobject phasemask from 16 to 32 bitsVlad
2013-06-18Core: Fix warningsVincent-Michael
2013-06-15Core/ObjectsShauren
2013-06-11Core: Some function renaming.Malcrom
2013-05-30Core/Misc: Another batch of fixes for issues found by static analysisSpp
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-05-11Core/GameObjects: SMSG_DESTRUCTIBLE_BUILDING_DAMAGE needs to be sent for dest...Shauren
2013-04-04Core/Gossips: Fix usage of PrepareGossipMenu with GOsGacko
2013-03-25Core/Misc: Minor optimizations (+ code changes to reduce differences with 4.3...Spp
2013-03-09Core/GameObjects: Implement support for HandleGameObjectUse from vehicle or m...Trista
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-03-02Core/GameObjectsShauren
2013-02-14Core/Loot: Minor change to previous commit, thanks Vincent_Michael for remind...Shauren
2013-02-13Core/Loot: Only 3 items of the same entry can drop on 25 man raid difficultie...Shauren
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-03Core/Scripts: Drop `gameobject_scripts` table - empty, deprecated and no long...Nay
2013-01-02Core/Misc: Replaced some macro definitions with inline functionsSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-31Core: Fixed some level 4 warnings (msvc)Shauren
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-27Core: Change phrasing on the logmessage given when a gameobject loses its ref...click
2012-11-26Core/Spells: Corrected radius calculationShauren
2012-11-03fishing: set respawntime to now when cant loot, for correct despawn of bobberille
2012-10-24Core/Misc: reduced amount of string memory allocations (Step II)Spp
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-10-21Core: Implement Gameobject::Use() for trapsGacko
2012-10-17Core/BG:kaelima
2012-10-12Revert "Core/Entities: Do not create the model twice for a GameObject."Subv
2012-10-07Core/Entities: Do not create the model twice for a GameObject.trickerer
2012-10-06Core/Traps: Remove hardcoded cooldown value of 1 and use startDelay instead, ...Nay
2012-10-06Merge pull request #7981 from Retriman/SpellTiNay
2012-10-05Core/Spell: Traps Hunter.Retriman
2012-10-05Merge pull request #7839 from Warpten/soulwellkandera