aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-12-30Core/Vmaps: Fix inconsistency of hitInstance and hitModel to cause wrong ↵ModoX
area ids (#28632) Closes #28326 Co-authored-by: Gosha <284210+Lordron@users.noreply.github.com>
2022-12-29Core/Spells: Added missing changes for ade34a7f484dfcc7e41eddfd1014e7728c8dc2c1Shauren
2022-12-29Core/Spells: Implemented SPELL_EFFECT_GIVE_EXPERIENCE and ↵Shauren
SPELL_EFFECT_GIVE_RESTED_EXPERIENCE_BONUS
2022-12-28Core/Gossip: Move setting ActionMenuID and ActionPoiID directly into ↵Shauren
GossipMenu::AddMenuItem and remove GossipMenu::AddGossipMenuItemData
2022-12-27Core/Creatures: Implement StringId for Creatures, a custom identifier to ↵Seyden
make finding specific creatures in script easier (#28500) Allows targeting specific spawns without hardcoding guids or find a bunch of different creatures with a single search Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-12-26Core/Objects: Implement FindNearestCreatureWithOptions helper function (#28488)Seyden
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-12-26Core/DataStores: More constexpr in DB2 metadataShauren
2022-12-25Core/Phasing: Reduce differences between branches in GridNotifiersShauren
2022-12-23Core/SAI: Fixed unused param validation for SMART_ACTION_MOVE_OFFSETShauren
2022-12-22Core/SAI: Added param PointId to SMART_ACTION_MOVE_OFFSET (#28555)Meji
2022-12-22Core/Creatures: Implemented AttackableBySummoner summon properties flag (#28489)Seyden
2022-12-22Core/GameObjects: Update spawn group conditions immediately after ↵Jeremy
battleground capture point changes state (#28611)
2022-12-22Core/Instances: Fixed assertion failure with instance id based lockoutsShauren
Closes #28613
2022-12-21Core/Conversations: Allow delaying starting conversations (#28545)Seyden
2022-12-20Core/GameObjects: Unlink loot from gameobject before deleting itShauren
Closes #28541 Closes #28610
2022-12-20Core/vmaps: Stop worldserver startup when gameobject models cannot be loadedShauren
2022-12-20Core/Battlegrounds: Made Battleground inherit ZoneScriptShauren
Closes #28480
2022-12-20Core/Threading: Modernize ProducerConsumerQueue a bit to fix GCC buildShauren
Closes #28607
2022-12-19Core/Misc: GCC build fixShauren
Closes #28604
2022-12-18Core/PacketIO: Fixed incorrect optional check in SMSG_GOSSIP_MESSAGEShauren
2022-12-18Core/PacketIO: Fixed structure of SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREENShauren
Closes #28602
2022-12-18Core/Units: Implemented UNIT_VIS_FLAGS_INVISIBLE (#28448)Meji
2022-12-17Core/Creatures: Never enable gravity for creatures that can only fly (#28411)Meji
2022-12-17Fix line endingsShauren
2022-12-17Core/Players: Implemented setting tradeskill recipes as favoriteShauren
2022-12-17Core/Items: Dropped deprecated ItemFlag2 ITEM_FLAG2_DONT_IGNORE_BUY_PRICE ↵ModoX
(#28382)
2022-12-17Core/Misc: Updated default expansion to 9Shauren
2022-12-17Tools/mapextractor: Updated gt file listShauren
2022-12-17GCC build fixShauren
2022-12-17Core/Spells: Added missed aura handler for SPELL_AURA_535ModoX
2022-12-17Core/Spells: Added SPELL_AURA_535 to aura enumModoX
2022-12-16Core/Players: Implemented new talent systemShauren
2022-12-15Core/Players: Don't remove unlearned spells from action barsShauren
2022-12-14Core/Spells: Added custom spell cast argShauren
2022-12-14Core/DataStores: Devirtualize DB2StorageShauren
2022-12-14Core/DataStores: Fixed loading empty db2 filesShauren
2022-12-14Core/DataStores: Made DB2LoadInfo constexprShauren
2022-12-14Core/Spells: Fixed spell effect value truncation when value is a large integerShauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-12-04Core/Spells: Extended mechanic mask to uint64Shauren
2022-12-04Core/Realms: Fixed switching realmsShauren
2022-12-03Tools/vmap_extractor: Implemented new MPY2 wmo chunkShauren
2022-11-27Core/DataStores: Add const to DBStorageIterator dereference operatorsShauren
2022-11-27Core/Conditions: Improve comment docs for CONDITION_QUEST_OBJECTIVE_PROGRESSShauren
2022-11-20Core/Misc: Switch GetLocaleByName to use string_viewShauren
2022-11-05Core/AreaTriggers: Implemented new areatrigger type: bounded planeShauren
2022-11-12Core/Movement: Rename splineElevation in MovementInfo to ↵Shauren
stepUpStartElevation (official name)
2022-11-08Core/PacketIO: Name part of the unknown 9.x spline packet blockShauren
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2022-11-05Build: Cleanup boost CMakeLists from pre-c++11 flag checksShauren