index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T12:01:02Z
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
2025-06-11
Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflict
Shauren
2025-05-07
Core/Misc: Minor compile time improving changes
Shauren
2024-04-22
Core/Misc: Support boost 1.85
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-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
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-03-09
Core/Game: Fix cache path with git flow branches (#26494)
ihm-tswow
2022-02-13
Core/Misc: Minor game include cleanup
Shauren
2022-01-23
Dep: Switch to boost process instead of old standalone version
Shauren
2021-12-21
Use boost::optional and boost::none instead of smelly pointer (#24134)
Ujp8LfXBJ6wCPR
2021-10-25
Core/Misc: Fixed clang 13 warnings, gcc 11 build errors and nopch build
Shauren
2021-10-14
Misc: Pass std::chrono types by value everywhere.
Treeston
2020-08-03
Core/Authserver: Authserver cleanup (PR#25093)
Treeston
2020-06-23
Core/Misc: Replace Trinity::make_unique with std (#24869)
Peter Keresztes Schmidt
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-23
Core/Hotswap: Fix Reload on Linux
DoctorKraft
2017-05-18
Core/Game: Include cleanup
Shauren
2017-05-11
Core/Common: Include cleanup
Shauren
2017-04-15
Core/Hotswap: Replace #ifdef conditions with comparisons of values defined in...
Shauren
2017-04-05
Core/ScriptReloadMgr: Fixed scripts hot swapping on OS X (#19365)
7.1.5/23420
S.V
2017-01-01
Update copyright note for 2017
vincent-michael
2016-12-10
Core/Misc: Added regex compatibility layer to fall back to boost::regex for r...
Shauren
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-18
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...
6.2.4/21355
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