aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
AgeCommit message (Expand)Author
2023-01-19Core/Scripts: Move EvadeReason outside of CreatureAI classShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-07Core/Misc: Replace enable_if overload selection with if constexprShauren
2022-12-31Core/Maps: Fixed retrieving terrain info when on child mapsShauren
2022-12-27Core/Creatures: Implement StringId for Creatures, a custom identifier to make...Seyden
2022-10-17Core/Loot: Implemented personal loot and tag sharing for non-boss lootShauren
2022-10-16Core/Loot: Initial support for personal loot in gameobjects (non-instanced co...Shauren
2022-10-04Core/Commands: Restore instance management commandsShauren
2022-10-04Core/Scripts: Save instance data in JSON formatShauren
2022-10-04Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...Shauren
2022-10-04Core/Instances: Instance lock rewrite (WIP)Shauren
2022-09-30Core/Commands: Allow gameobject/gameobject_template chat links as input to .g...Shauren
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ...Shauren
2022-09-17Core/Loot: Simplify loot containersShauren
2022-09-16Core/Loot: Move loot rolls from Group to LootShauren
2022-09-02Core/Commands: Convert quest commands to new systemShauren
2022-09-02Core/Commands: Added .quest objective complete command to complete single que...ModoX
2022-09-02Core/Misc: Reduce differences between branches (refactors from 44ac5cbbea4f8e...Shauren
2022-09-01Core/Loot: Allocate Loot separately from objectsShauren
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...Shauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-07-20Core/Maps: Replace some Instanceable() checks with IsDungeon()Shauren
2022-07-19Core/Battlefields: Refactor Battlefield creation to be linked to host map cre...Shauren
2022-07-19Core/Commands: Add missing constructor to RBACCommandDataShauren
2022-07-17Core/Players: Fixed ExploredZones size and PLAYER_EXPLORED_ZONES_SIZE desyncShauren
2022-07-14Core/WorldStates: Move custom worldstates to separate table and move saving w...Shauren
2022-07-12Core/Commands: Fixed bnetaccount create not printing gameaccount nameShauren
2022-06-27Core/WorldStates: Migrate Tol Barad worldstates to new systemShauren
2022-06-11Core/Pools: Implemented pooling for instancesShauren
2022-06-09Core/Commands: Fixed bonusListID and context arguments for .additem set commandShauren
2022-05-25Core/GameObjects: Transport (type 11) improvementsShauren
2022-05-14Core/Players: Allow teleporting to a specific instance idShauren
2022-05-06Core/Misc: Remove implicit conversions from RaceMask class, fixes racemask ch...Shauren
2022-04-01Core/Misc: Apply various cosmetic changes that were made to 3.3.5 branch when...Shauren
2022-03-26Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlagsShauren
2022-03-24Update cs_misc.cpp (#27418)kvolk2git
2022-03-20add item xxxxx show to who was added item (#27020)kvolk2git
2022-03-20Scripts/Commands: fix `.learn all recipes` (#27153)ihm-tswow
2022-03-19Scripts/Commands: account onlinelist (#27004)Giacomo Pozzoni
2022-03-19Script/Commands: Allow to specify the target player in .additem command (#26997)Giacomo Pozzoni
2022-03-19Scripts/Misc: Remove 2 logs, they are handled by gm logsAokromes
2022-03-13Scripts/Commands: Fix ".wp show info" showing wrong event chance valuesjackpoz
2022-03-13Scripts/Commands: Avoid copies of RBACCommandDataShauren
2022-03-13Scripts/Commands: Convert argument parsing of instance commands to new systemCarbenium
2022-03-12Scripts/Commands: Convert title commands to new systemCarbenium
2022-03-12Scripts/Commands: Convert rbac commands to new systemCarbenium
2022-03-12Core/Misc: Fix mac buildShauren
2022-03-11Core/DBLayer: Add QueueSize() method (#26733)Giacomo Pozzoni
2022-03-11Scripts/Commands: Fix ".server debug" crashing in some special conditionsjackpoz
2022-03-11Scripts/Commands: Convert misc command table to new systemCarbenium