index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-26T14:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Entities
/
Object
Age
Commit message (
Expand
)
Author
2025-02-09
Core/PacketIO: Converted BattlegroundPackets to classes
Shauren
2024-11-19
Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...
Shauren
2024-10-28
Core/Objects: Eliminate unneccessary temporary objects and double map lookups...
Shauren
2024-10-09
Core/Objects: Fixed uninitialized variables in FindCreatureOptions
Shauren
2024-10-09
Core/Objects: Switch to using designated initializers instead of chaining fun...
Shauren
2024-10-05
Core/Objects: Added GameObject type parameter to FindGameObjectOptions (#29356)
Jeremy
2024-10-05
Core/GameObjects: Added stringid to gameobjects
Shauren
2024-10-05
Core/Creatures: Implement StringId for Creatures, a custom identifier to make...
Seyden
2024-10-05
Core/Objects: Implement FindNearestCreatureWithOptions helper function (#28488)
Seyden
2024-10-05
Core/Object: Implement FindNearestCreatureWithAura (#28410)
Teleqraph
2024-10-05
Core/Objects: Pass privateObjectOwner guid directly to SummonCreature functions
Shauren
2024-10-05
Core/Objects: Refactor private object checks into separate function
Shauren
2024-10-05
Core/Objects: Move personal summon handling from TemporarySummon/GameObject t...
Matan Shukry
2024-09-30
Core/Objects: Corrected TYPEMASK_SEER value incorrectly changed in 0dcff2624e...
Shauren
2024-09-09
Core/Misc: Reduce differences between branches
Shauren
2024-07-14
Core/Entities: Make ObjectGuid formattable with fmt without using ToString()
Shauren
2024-03-14
Core/Objects: Cook the copied pasta
Shauren
2024-03-14
Core/Objects: Added ToWorldObject and ToItem
Shauren
2024-03-14
Core/Objects: Rename Object::m_isWorldObject and related functions to avoid c...
Shauren
2024-03-14
Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...
Shauren
2023-12-03
Core/Misc: PackedGuid refactoring to remove ByteBuffer.h include from ObjectGuid
Shauren
2023-12-02
Core/Calendar: Implement different timezone support for ingame calendar
Shauren
2023-10-13
Core/Object: Remove casts in WorldObject::setActive
robinsch
2023-08-24
Core/Misc: Modernize comparison operators
Shauren
2023-08-15
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-08-12
Core/Misc: Include cleanup, 2023 edition
Shauren
2023-08-12
Core/Misc: Fixed deprecation warnings for c++20
Shauren
2023-06-04
Core/Misc: Remove unwanted position converstions from a single float
Shauren
2023-05-07
Core/Objects: Removed default argument value from WorldObject::IsNeverVisible
Shauren
2023-03-23
Warning fix
Meji
2023-03-23
Core/Spells: Allow implicit targeting of serverside WorldObjects (#28827)
Meji
2022-10-11
Core/PacketIO: Use ByteBuffer from UpdateData instead of copying to it after ...
Gosha
2022-04-06
Core/Spells: Increase search radius for avoid problems with some spells that ...
Gildor
2022-03-29
Core/Units: Reduce differences between branches part 1 - object class
Shauren
2022-03-29
Core/Units: Reduce differences between branches part 1 - unit updatefield acc...
Shauren
2022-03-22
Core/Object: Fix WorldObject::SetZoneScript unsafe cast to InstanceMap (#27877)
HelloKitty
2021-09-16
Core/Misc: Rename UNIT_FLAG_TAXI_FLIGHT to UNIT_FLAG_ON_TAXI
offl
2021-09-15
Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)
offl
2021-08-31
Core/Spells: Spell effect info access refactoring part 3 - removed direct Spe...
Shauren
2021-08-29
Core/Spells: Spell effect info access refactoring part 2 - passing SpellEffec...
Shauren
2021-08-10
Core/Game: include addtional parameter in Object::GetPlayerListInGrid
ccrs
2021-08-08
Core/Objects: Units possessing another ones must use the detection of the lat...
Meji
2021-07-24
Core/Spells: defined and implemented SPELL_ATTR7_CANT_DODGE, SPELL_ATTR7_CANT...
Gildor
2021-04-25
Core/PacketIO: Reduce size of SMSG_UPDATE_OBJECT by trimming trailing zeros i...
Shauren
2021-04-11
Core/Entities: Move GridObject to its own header (#26358)
Jan Van Buggenhout
2021-02-21
Core/Maps: Use a fixed offset instead of full collision height when retrievin...
Giacomo Pozzoni
2021-01-03
Core: whitespace cleanup, reduce double blank line to single (#25795)
Kargatum
2020-12-26
Core/Spells: Implemented personal summons (#19231) (#25765)
Giacomo Pozzoni
2020-09-04
Scripts/Obsidian Sanctum: Fix portals not being visible
jackpoz
2020-08-29
Core/Misc: Fix issues reported by static analysis (#25351)
Giacomo Pozzoni
[next]