index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T14:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Scripting
Age
Commit message (
Expand
)
Author
2025-06-22
Core/Players: PlayerChoice improvements
Shauren
2025-06-13
Core/Scripts: Mark script base class constructors noexcept
Shauren
2025-06-11
Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflict
Shauren
2025-06-10
Core/Misc: Kill copy/move constructors for singleton classes
Shauren
2025-05-19
Core/Scripts: Fixed WorldMapScript being unintentionally restricted to one sc...
Shauren
2025-05-07
Core/Misc: Minor compile time improving changes
Shauren
2025-04-08
Core/Network: Socket refactors
Shauren
2024-12-28
Core/AI: Implemented conversation ai (#30538)
ModoX
2024-04-22
Core/Misc: Support boost 1.85
Shauren
2024-04-05
Core/Scripts: Added basic types for async script actions
Shauren
2024-03-28
Core/Battlegrounds: Move to scripts (#29799)
Jeremy
2023-07-24
Scripts/Spells: Modernize spell script internals a bit - this makes Prepare m...
Shauren
2023-07-19
Scripts/Spells: Allow using templated spell script with multiple template arg...
Shauren
2023-07-09
Core/SAI: Implemented new source type SMART_SCRIPT_TYPE_EVENT (3) (#28816)
Meji
2023-06-28
Core/Conversation: Implemented OnConversationStart and OnConversationUpdate h...
ModoX
2023-06-24
Core/AreaTriggers: Add Spell* argument to AreaTriggerAI::OnCreate script
Shauren
2023-06-14
Core/Misc: Replace std::abort with our ABORT macro
Shauren
2023-05-13
Core/Misc: Replace string to int conversion functions from Common.h with c++1...
Shauren
2023-04-10
Core/AI: Drop script_waypoints and move data to waypoint_data (#28879)
ModoX
2023-04-06
Core/Misc: Modernize code a bit by replacing std::tie with either structured ...
Shauren
2023-02-05
Core/Objects: Move EventProcessor update to WorldObject::Update
Shauren
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-01
Core/Misc: Fixed deprecation warnings for c++20
Shauren
2022-11-06
Core/Misc: Added noexcept to move constructors and move assignment operators
Shauren
2022-10-05
Core/Scripts: Fixed worldserver startup with hostwap enabled when ran in term...
Shauren
2022-07-25
Core/Maps: Split Ebon Hold and Exile's reach by faction and removed forced sa...
Shauren
2022-07-23
Core/Maps: Move terrain data handling out of Map class
Shauren
2022-07-19
Core/Battlefields: Refactor Battlefield creation to be linked to host map cre...
Shauren
2022-07-18
Core/OutdoorPvP: Refactor OutdoorPvP creation to be linked to host map creati...
Shauren
2022-06-25
Core/World: implement database support for default map and realm wide world s...
Shauren
2022-06-10
Core/Movement: Allow waypoints to use 0 as valid facing value (#26655)
Ovah
2022-06-07
Core/Transports: Path generation rewrite v2
Shauren
2022-03-20
Core/Scripting: Get rid of ModifyVehiclePassengerExitPos (#27126)
offl
2022-03-09
Core/Game: Fix cache path with git flow branches (#26494)
ihm-tswow
2022-03-05
Core: whitespace cleanup, reduce double blank line to single (#25795)
Kargatum
2022-02-27
Core/ChatCommands: Add `trinity_string` support for chat command help
Treeston
2022-02-27
[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...
Treeston
2022-02-15
Core/Scripts: Fix Hotswap not reinitializing AIs after destroying them and th...
Seyden
2022-02-13
Core/Misc: Minor game include cleanup
Shauren
2022-02-12
Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoid...
Shauren
2022-02-11
Core/Misc: Optimize ChatCommand includes (include only where neccessary)
Shauren
2022-02-08
Core/Scripts: Added script hook to execute actions after completing an achiev...
Meji
2022-02-05
Scripts/AreaTrigger: Rename OnlyOnceAreaTriggerScript::_OnTrigger to TryHandl...
Treeston
2022-02-05
Scripts/IcecrownCitadel: correct Rimefang's script name
Treeston
2022-02-04
Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and remov...
Shauren
2022-02-03
Core/Scripts: Unify RegisterSpellScript and RegisterAuraScript macros to do t...
Shauren
2022-01-26
Core/Unit: Make HandleEmoteCommand typesafe (#25249)
Peter Keresztes Schmidt
2022-01-24
Core/EventProcessor: std::chrono-ify CalculateTime
Carbenium
2022-01-23
Dep: Switch to boost process instead of old standalone version
Shauren
[next]