aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Scripting/ScriptReloadMgr.cpp
AgeCommit message (Expand)Author
2025-06-11Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflictShauren
2025-05-07Core/Misc: Minor compile time improving changesShauren
2024-04-22Core/Misc: Support boost 1.85Shauren
2023-06-14Core/Misc: Replace std::abort with our ABORT macroShauren
2023-05-13Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2022-10-05Core/Scripts: Fixed worldserver startup with hostwap enabled when ran in term...Shauren
2022-03-09Core/Game: Fix cache path with git flow branches (#26494)ihm-tswow
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-01-23Dep: Switch to boost process instead of old standalone versionShauren
2021-12-21Use boost::optional and boost::none instead of smelly pointer (#24134)Ujp8LfXBJ6wCPR
2021-10-25Core/Misc: Fixed clang 13 warnings, gcc 11 build errors and nopch buildShauren
2021-10-14Misc: Pass std::chrono types by value everywhere.Treeston
2020-08-03Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-06-23Core/Misc: Replace Trinity::make_unique with std (#24869)Peter Keresztes Schmidt
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
2018-01-01Update copyright note for 2018vincent-michael
2017-05-23Core/Hotswap: Fix Reload on LinuxDoctorKraft
2017-05-18Core/Game: Include cleanupShauren
2017-05-11Core/Common: Include cleanupShauren
2017-04-15Core/Hotswap: Replace #ifdef conditions with comparisons of values defined in...Shauren
2017-04-05Core/ScriptReloadMgr: Fixed scripts hot swapping on OS X (#19365)7.1.5/23420S.V
2017-01-01Update copyright note for 2017vincent-michael
2016-12-10Core/Misc: Added regex compatibility layer to fall back to boost::regex for r...Shauren
2016-07-13Core/Scripting: Fix acquiring of references between script swapsNaios
2016-04-18Core/Scripting: Use the path of the worldserver executable to search for the ...Naios
2016-04-18Core/Scripting: Use the systems temporary path for caching shared libsNaios
2016-04-18Core/Scripting: Add the info how much time the system took to reloadNaios
2016-04-16Core/Scripting: Improve the error message when the script reloader fails to c...6.2.4/21355Naios
2016-04-16Core: Removed WhitespacesVincent-Michael
2016-04-14Core/Scripting: Fix a typo in b970a684Naios
2016-04-14Core/Scripting: Wait until the debugger is detached before rebuilding scripts.Naios
2016-04-14Core/Scripting: Disallow the build directory to contain spacesNaios
2016-04-13Core/Scripting: Fix detection of source changes when using inotify.Naios
2016-04-12Core/Scripting: Fix an assertion which was triggered at lazy unloadingNaios
2016-04-11Core/Scripting: Fix a warning when building staticallyNaios
2016-04-11Core/Game: Add a dynamic script reloader which reloads scripts modules on cha...Naios