index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-24T22:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Grids
Age
Commit message (
Expand
)
Author
2025-07-11
Core/Misc: Improve LinkedList iteration - simplify code generated for begin, ...
Shauren
2025-07-11
Core/Misc: Rename LinkedListHead insertion functions to push_back/push_front ...
Shauren
2025-07-11
Core/Misc: Rename LinkedListHead::getSize to size to fit standard container n...
Shauren
2025-07-11
Core/Misc: Simplify LinkedListHead::isEmpty and rename to empty to fit standa...
Shauren
2025-07-04
Core/Objects: Add missing grid workers
Shauren
2025-06-29
Core/Objects: Added grid searchers for SceneObject and Conversation
Shauren
2025-06-29
Core/Objects: Unify Visit for all object searchers and add PhaseShift constru...
Shauren
2025-06-10
Core/Misc: Kill copy/move constructors for singleton classes
Shauren
2025-06-08
Core/Misc: Kill AnyPlayerInObjectRangeCheck (duplicate of AnyUnitInObjectRang...
Shauren
2025-06-06
Core/Grids: Remove unused template parameter from Grid class
Shauren
2025-06-06
Core/Grids: Fix TypeListContainer::Size
Shauren
2025-05-11
Core/Misc: Added new CanSeeOrDetectExtraArgs to CanSeeOrDetect (#30882)
Meji
2025-04-04
Core/Maps: Fixed dangling reference to a temporary variable
Shauren
2025-02-06
Core/GridNotifiers: Added areatrigger searchers and NearestAreaTriggerEntryIn...
ModoX
2025-01-05
Codestyle fix
Shauren
2025-01-05
Core/Grids: Modernize TypeContainer with variadic template
Shauren
2025-01-05
Core/Grids: Add missing changes to commit e245e8ad124cee19d35e4f67f7aed4dcc87...
Shauren
2025-01-05
Core/Grids: Minor Grid/NGrid refactor - make TypeMapContainer be its direct t...
Shauren
2024-12-29
Core/Creature: Implement aggro grace period (#30362)
ModoX
2024-12-22
Core/Objects: Allow more specific checks to include or exclude feign death un...
ModoX
2024-07-29
Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ...
Shauren
2024-07-19
Core/AreaTriggers: Added ActionSet flags for serverside areatriggers (#30072)
Meji
2024-05-27
Core/AreaTriggers: Fix triggering of client areatriggers for some shapes
Meji
2024-03-14
Core/Objects: Rename Object::m_isWorldObject and related functions to avoid c...
Shauren
2024-03-08
Core/Players: Extend Player::SendInitialVisiblePackets to work with all World...
Shauren
2023-10-17
Core/Misc: Fixed thread-unsafe access to list of objects that should be spawn...
Shauren
2023-10-08
Core/Objects: Added GameObject type parameter to FindGameObjectOptions (#29356)
Jeremy
2023-09-07
Core/AreaTriggers: Added SpawnDifficulties for spawned areatriggers (#29284)
Traesh
2023-08-24
Core/Misc: Modernize comparison operators
Shauren
2023-07-30
Core/GameObjects: Added stringid to gameobjects
Shauren
2023-05-28
Core/Objects: Unify GameObjectSearcher, UnitSearcher, CreatureSearcher and Pl...
Shauren
2023-05-28
Core/Objects: Unify WorldObjectSearcher classes into one common implementation
Shauren
2023-01-12
Core/Player: Vertical "Say" distance (#28544)
Badgersson
2023-01-09
Core/Creatures: Fix logic when searching for nearby creatures by StringId (#2...
Odyssey
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-01-07
Core/Misc: Include cleanup, 2023 edition
Shauren
2023-01-07
Core/Misc: Replace enable_if overload selection with if constexpr
Shauren
2022-12-30
Core/Objects: Replace IsWithinDistInMap with IsWithinDist in grid searchers t...
Shauren
2022-12-27
Core/Creatures: Implement StringId for Creatures, a custom identifier to make...
Seyden
2022-12-26
Core/Objects: Implement FindNearestCreatureWithOptions helper function (#28488)
Seyden
2022-12-25
Core/Phasing: Reduce differences between branches in GridNotifiers
Shauren
2022-10-30
Core/Object: Implement FindNearestCreatureWithAura (#28410)
Teleqraph
2022-07-23
Core/Maps: Move terrain data handling out of Map class
Shauren
2022-05-25
Core/GameObjects: Transport (type 11) improvements
Shauren
2022-05-25
Core/Objects: Remove restriction on what object types can be set as active
Shauren
2022-05-02
Core/Spells: Implemented SPELL_ATTR5_NOT_ON_PLAYER and SPELL_ATTR5_NOT_ON_PLA...
Shauren
2022-04-30
Core/Spells: Rename SpellAttr3 to use official attribute names
Shauren
2022-04-16
Core/Battlegrounds: Replaced overriding m_team with more fine grained approach
Shauren
2022-03-15
Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)
offl
2022-03-05
Core/Maps: Partially revert 0c69316714d0558e32462f5401197fe1e803ae75
jackpoz
[next]