aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Object
AgeCommit message (Expand)Author
2012-08-10Core/Movement: Ensured object orientation is always within 0-2pi range, this ...Shauren
2012-08-07Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Subv
2012-08-07Core/Entities:Shauren
2012-08-06Core/Movement: Some cleanup in spline flagsShauren
2012-08-04Core/PacketIO: Fix and enable SMSG_MESSAGECHATNay
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-08-01[PacketIO] mistake in transport guid.cyberbrest
2012-07-30Warning fixes + compile fix after the mergeSpp
2012-07-29Core/Objects: Added missed changes, thanks cyberbrest for noticingShauren
2012-07-28Core/PacketIO: Limited number of update fields sent to other playersShauren
2012-07-24Core/Objects: Minor fixes to creature/gameobject dataShauren
2012-07-23Core/Object: Minor cleanupShauren
2012-07-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2012-07-22Build fix without pchShauren
2012-07-22Core/Object: Use updatefield flags extracted from client to determine whether...Shauren
2012-07-18Core/PacketIO: Implemented packet compression for any opcode.Shauren
2012-07-14Core/Objects: Use standard 64bit integer literals that work on all compilersShauren
2012-07-14Core/MovementShauren
2012-07-13Core/PacketIO: Typo fix, thanks Zakamurite for noticingShauren
2012-07-12Core/PacketIO: Updated SMSG_UPDATE_OBJECT structureShauren
2012-07-11Core/MiscShauren
2012-07-10Core/Objects: Updated UpdateFieldsShauren
2012-07-09Core/PacketIO: Updated character list packet structure to 4.3.4Shauren
2012-07-04Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.xShauren
2012-06-21Core/Misc: Code-style + some const methods.Chaplain
2012-06-03Core/Visibility: Change the default visibility distance for instances and bat...kaelima
2012-05-30Merge git://github.com/TrinityCore/TrinityCore into 4.xkaelima
2012-05-26Add function for SetObjectScaleVincent-Michael
2012-04-28Fix build and correct minor codestyle issue.QAston
2012-04-28Merge pull request #6239 from The-Game/masterQAston
2012-04-24Check if unit has UNIT_DYNFLAG_TRACK_UNIT before checking auras to prevent pr...The Game
2012-04-18Core/Spells: Removed unneeded phase check from spell casts, its already done ...Shauren
2012-04-18Fix code style, thanks Discover.The Game
2012-04-17Fix unit tracking to not being limited to the caster of SPELL_AURA_MOD_STALKE...The Game
2012-04-10Merge pull request #5648 from Elron103/pull-requestsShocker
2012-04-08Core/Cleanup:kaelima
2012-04-08Core/Shared: Move container functions to shared project under Trinity::Contai...Machiavelli
2012-03-30Merge pull request #5649 from Elron103/pull-requests2click
2012-03-29Core/Misc: Code style and remove unused define.Gyx
2012-03-29Core/Game: Code style.Gyx
2012-03-28Core/Game: Code style again.Gyx
2012-03-17Core/Movement:Machiavelli
2012-03-16Core/Movement: Do not process server side relocation if reading movementinfo ...Machiavelli
2012-03-12Core/GameObjects: Chests will now remain locked for players who left the grou...Shauren
2012-03-12Core/Units:Machiavelli
2012-03-11Core/Movement: Fix random position finding near edges, avoid big z-coordinate...Elron103
2012-03-11Core/Misc: Add a validity check for coordinates, prevents crashesElron103
2012-03-01Core/Object: Correct the updateflag order in SMSG_UPDATE_OBJECT.kaelima
2012-02-29Core/Object:kaelima
2012-02-27Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here an...Spp