index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T23: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
2024-02-13
Core/Players: Improvements for talent reset logic. (#29580)
Mykhailo Redko
2023-08-15
Core/Misc: Replace std::abort with our ABORT macro
Shauren
2023-08-15
Core/Misc: Replace string to int conversion functions from Common.h with c++1...
Shauren
2023-08-15
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-08-12
Core/Misc: Include cleanup, 2023 edition
Shauren
2023-08-12
Core/Misc: Fixed deprecation warnings for c++20
Shauren
2022-04-16
Core/Movement: Allow waypoints to use 0 as valid facing value (#26655)
Ovah
2021-10-20
Core/Scripting: Get rid of ModifyVehiclePassengerExitPos (#27126)
offl
2021-08-31
Core/Spells: Spell effect info access refactoring part 3 - removed direct Spe...
Shauren
2021-08-02
Core/Misc: Fix dynamic scripts build when using libstdc++-11 (#26771)
Felipe Trzaskowski
2021-05-05
Core/Game: Fix cache path with git flow branches (#26494)
ihm-tswow
2021-01-03
Core: whitespace cleanup, reduce double blank line to single (#25795)
Kargatum
2020-09-21
Core/ChatCommands: Add `trinity_string` support for chat command help
Treeston
2020-09-20
[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...
Treeston
2020-09-07
remove trailing whitespace
Treeston
2020-09-07
Scripts/AreaTrigger: Rename OnlyOnceAreaTriggerScript::_OnTrigger to TryHandl...
Treeston
2020-09-06
Scripts/IcecrownCitadel: correct Rimefang's script name
Treeston
2020-08-20
Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and remov...
Shauren
2020-08-20
Core/Scripts: Unify RegisterSpellScript and RegisterAuraScript macros to do t...
Shauren
2020-08-15
Core/Unit: Make HandleEmoteCommand typesafe (#25249)
Peter Keresztes Schmidt
2020-07-27
Core/EventProcessor: std::chrono-ify CalculateTime
Carbenium
2020-07-26
Core/Authserver: Authserver cleanup (PR#25093)
Treeston
2020-07-15
Dep: Switch to boost process instead of old standalone version
Shauren
2020-07-12
Core/DataStores: Update DBC field names to generated ones (#24999)
Peter Keresztes Schmidt
2020-06-24
Battlefields: Move BF scripts out of game
Carbenium
2020-06-23
Core/Misc: Replace Trinity::make_unique with std (#24869)
Peter Keresztes Schmidt
2020-03-09
Core/Scripts: Show a message when aborting because two scripts have the same ...
jackpoz
2020-02-08
Core/PacketIO: update cinematic packets to new system. Implement CMSG_OPENING...
ForesterDev
2020-02-08
Use boost::optional and boost::none instead of smelly pointer (#24134)
Ujp8LfXBJ6wCPR
2020-01-28
Core/Scripting: fixed build. Re-enable ModifyVehiclePassengerExitPos for Crea...
Ovah
2020-01-28
Core/AI: call ModifyVehiclePassengerExitPos for CreatureScripts since the hoo...
Ovah
2020-01-02
New year
Aokromes
2019-10-26
Scripts/ScarletMonastery: instance script cleanup (#23889)
ccrs
2019-07-18
Core/Movement: add a velocity argument for the spline chain meta table (PR #2...
Ovah
2019-06-26
Coding standards (#23514)
Aokromes
2019-05-30
Core/Script: add script hook to allow overriding of a vehicle passenger's exi...
Wyrserth
2019-05-17
Core/Scripts: implement a PlayerScript hook called when a quest's objective r...
Wyrserth
2019-05-15
Core/AI: silence a freaking annoying VS IntelliSense warning
ccrs
2019-02-15
Core/Scripts: Change PlayerScript and CreatureScript inheritance (#23048)
Giacomo Pozzoni
2019-01-01
Happy New Year, folks. It's 2019!
Treeston
2018-08-23
Core/AI: Clean up charm AI handling, we now have two unique_ptr instead of a ...
Treeston
2018-07-19
Core/Handlers: Spell handler no longer downranks otherwise-negative spells be...
Treeston
2018-07-18
Misc: Pass std::chrono types by value everywhere.
Treeston
2018-02-22
Core/Spawning: Actually check spawn group state before processing a respawn. ...
Treeston
2018-02-05
Core/Scripts: Fixed ENSURE_AI assertion failures when used in Reset()/Initial...
Shauren
2018-01-01
Update copyright note for 2018
tkrokli
2017-12-13
Core/Misc: minor typo and codestyle fixes
ariel-
2017-09-14
Core/Scripts: Implemented OnlyOnceAreaTriggerScript (#20288)
Treeston
2017-09-11
Core/Scripting: remove long time dead code
Aokromes
2017-08-22
Core/Scripts: FOR_SCRIPTS macro shouldn't return early (#20187)
Yehonal
[next]