index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T19:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Scripting
/
ScriptReloadMgr.cpp
Age
Commit message (
Expand
)
Author
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
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-06-23
Core/Misc: Replace Trinity::make_unique with std (#24869)
Peter Keresztes Schmidt
2020-02-08
Use boost::optional and boost::none instead of smelly pointer (#24134)
Ujp8LfXBJ6wCPR
2020-01-02
New year
Aokromes
2019-01-01
Happy New Year, folks. It's 2019!
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-01-01
Update copyright note for 2018
tkrokli
2017-06-19
Core: ported headers cleanup from master branch
ariel-
2017-05-23
Core/Hotswap: Fix Reload on Linux
DoctorKraft
2017-05-23
Core/Hotswap: Replace #ifdef conditions with comparisons of values defined in...
Shauren
2017-03-31
Core/ScriptReloadMgr: Fixed scripts hot swapping on OS X (#19365)
S.V
2017-02-06
Core/Scripts: fix dynamic build
ariel-
2017-02-06
Core/Misc: Added regex compatibility layer to fall back to boost::regex for r...
Shauren
2017-01-02
Update Copyright notice for 2017
tkrokli
2016-07-13
Core/Scripting: Fix acquiring of references between script swaps
Naios
2016-04-18
Core/Scripting: Use the path of the worldserver executable to search for the ...
Naios
2016-04-18
Core/Scripting: Use the systems temporary path for caching shared libs
Naios
2016-04-17
Core/Scripting: Add the info how much time the system took to reload
Naios
2016-04-16
Core/Scripting: Improve the error message when the script reloader fails to c...
Naios
2016-04-16
Core: Removed Whitespaces
Vincent-Michael
2016-04-14
Core/Scripting: Fix a typo in b970a684
Naios
2016-04-14
Core/Scripting: Wait until the debugger is detached before rebuilding scripts.
Naios
2016-04-14
Core/Scripting: Disallow the build directory to contain spaces
Naios
2016-04-13
Core/Scripting: Fix detection of source changes when using inotify.
Naios
2016-04-12
Core/Scripting: Fix an assertion which was triggered at lazy unloading
Naios
2016-04-11
Core/Scripting: Fix a warning when building statically
Naios
2016-04-11
Core/Game: Add a dynamic script reloader which reloads scripts modules on cha...
Naios