aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2022-03-30Core/GameObjects: Reduce differences between branches part 3 - gameobject upd...Shauren
2022-02-14Dep: Raise required boost versions to 1.73 on windows and 1.71 on linux and r...Shauren
2022-01-03Core/Time: Remove artificially high minimal update intervalsShauren
2021-09-16Core/Misc: Rename few type flagsoffl
2021-09-16Core/Misc: Name unknown CreatureEliteTypeoffl
2021-09-12Core/Spells: Implement SPELL_ATTR7_BYPASS_NO_RESURRECT_AURA (#26901)stoneharry
2021-08-28Core/Spells: Begin unifying spell effect access api with master branchShauren
2021-07-24Core/Spells: defined and implemented SPELL_ATTR7_CANT_DODGE, SPELL_ATTR7_CANT...Gildor
2021-04-12Core/Shared: Remove unneeded DetourNavMesh.h include from SharedDefines.h (#2...Jan Van Buggenhout
2021-04-08Core/Misc: Define / rename attributes and flags (#26315)offl
2021-03-26Core/Maps: increase value of fixed offset when retrieving floor Z (#26321)Gildor
2021-02-21Core/Maps: Use a fixed offset instead of full collision height when retrievin...Giacomo Pozzoni
2021-01-17Core/Spells: Defined new spell attributesjackpoz
2021-01-14Core/Spells: Correct swapped TARGET_UNIT_NEARBY_ALLY and TARGET_UNIT_NEARBY_P...xvwyh
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-12-26Core/Spells: Implemented personal summons (#19231) (#25765)Giacomo Pozzoni
2020-09-28Core/PacketIO: Add missing ByteBuffer operator overloadShauren
2020-09-27Dep/Boost: Partial support for boost 1.74 - asioShauren
2020-09-10Scripts/Commands: Convert remaining debug commands (PR #25429)Peter Keresztes Schmidt
2020-09-07Scripts/Commands: .character command conversionTreeston
2020-09-02UnitTests: |Hspell and |Htalent unit testingTreeston
2020-09-01Core/Misc: More DBC std::array refactors, stricter |Hitem checks, and more hy...Treeston
2020-09-01Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2020-08-28Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2020-08-23Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...Treeston
2020-08-22Scripts/Commands: Convert argument parsing of some misc commands to new syste...Peter Keresztes Schmidt
2020-08-20Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2020-08-16Scripts/Commands: Use enum type arg for HandleDebugAnimCommand (PR #25256)Peter Keresztes Schmidt
2020-08-15Core/Unit: Make HandleEmoteCommand typesafe (#25249)Peter Keresztes Schmidt
2020-07-31Core/DataStores: Rename TalentTabEntry::CategoryEnumID back to PetTalentMaskShauren
2020-07-28Core/Networking: Fixed authserver socket read handlers being called on incorr...Shauren
2020-07-26Core/Authserver: Auth cleanup phase 1b, the "I didn't hit Stage All" commit. ...Treeston
2020-07-26Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-07-18Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt
2020-07-14Core/Spells: Implement SPELL_EFFECT_ACTIVATE_OBJECT. (#23) (#24997)Giacomo Pozzoni
2020-07-12Core/DataStores: Update DBC field names to generated ones (#24999)Peter Keresztes Schmidt
2020-07-11Core/Player: Introduce separate level caps for each expansion (#24989)Max Drosdo.www
2020-06-27Core/Maps: Implemented getting area id from gameobject spawnsShauren
2020-06-26Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
2020-06-24Core/Misc: Move WorldState enum to SharedDefinesCarbenium
2020-06-24Core/Misc: Create new enum for AreaIdsCarbenium
2020-06-24fixed indentation for cmake filesipriver
2020-06-23Core/Misc: Replace Trinity::make_unique with std (#24869)Peter Keresztes Schmidt
2020-05-31Cherry-pick some cmake commits (#24720)Giacomo Pozzoni
2020-05-15Further improve ChrRace DBC handling (#24508)HelloKitty
2020-05-11Core/ByteBuffer: Fixed output truncation in ByteBuffer::hexlike (#24595)NoName
2020-05-10Improve Creature DBC Handling (#24509)HelloKitty
2020-04-29Core/Spells: implement SMSG_MOUNT_RESULT and use it for transformed mounting ...NoName
2020-04-27Core/DataStores: Use ResSicknessSpellID from ChrRaces instead of hardcoding i...HelloKitty
2020-04-11Core/PacketIO: updated SMSG_FEATURE_SYSTEM_STATUS (#24403)ForesterDev