Aokromes
4bd0525edd
Update copyright note for 2018
2018-01-01 01:06:19 +01:00
DoctorKraft
225b6ede81
Core/Hotswap: Fix Reload on Linux
...
* Closes #19465
2017-05-26 14:25:08 +02:00
Shauren
aa864d57f7
Core/Hotswap: Replace #ifdef conditions with comparisons of values defined in CompilerDefs.h
...
(cherry picked from commit 43510a258c )
2017-05-26 14:24:42 +02:00
Aokromes
df1730a734
Core/ScriptReloadMgr: Fixed scripts hot swapping on OS X
2017-04-01 07:20:43 +02:00
Aokromes
bc19916d79
Sync with 3.3.5a
2017-02-10 06:45:33 +01:00
ariel-
9aa3dd4881
Core/Scripts: fix dynamic build
2017-02-10 05:25:24 +01:00
Aokromes
719a317a67
Update copyright note for 2017
2017-01-02 07:26:38 +01:00
Aokromes
c9d63c3cb0
Core: Removed Whitespaces
2016-08-10 09:29:13 +02:00
Naios
efa3d00ebf
Core/Scripting: Fix acquiring of references between script swaps
...
* Delay unloading of shared libraries to the next update tick
to prevent crashes in the destructor of the last referenced
script instance.
* Closes #17557
2016-08-10 09:05:43 +02:00
Naios
2ec212fdd1
Core/Scripting: Use the systems temporary path for caching shared libs
...
* Disables the shared library caching on platforms completely which
never block files on usage (like linux).
2016-08-10 08:57:12 +02:00
Naios
8289ed64d6
Core/Scripting: Add the info how much time the system took to reload
2016-08-10 08:56:11 +02:00
Naios
b7ca3ad47d
Core/Scripting: Improve the error message when the script reloader fails to create a cache entry
...
(cherry picked from commit 8fa52860ab )
2016-08-10 08:55:12 +02:00
Naios
d1e5084c27
Core/Scripting: Fix a typo in b970a684
2016-08-10 08:54:52 +02:00
Naios
65feb528e5
Core/Scripting: Wait until the debugger is detached before rebuilding scripts.
...
* Thanks Shauren for the IsDebuggerPresent() hint.
2016-08-10 08:54:26 +02:00
Naios
9eab8427cc
Core/Scripting: Fix detection of source changes when using inotify.
...
* This fixes the source change detection in linux.
* Also simplifies the detection of observed modules
* Fixes the script rebuilding on linux
* Escape windows paths to (maybe) fix paths with spaces (#16947 )
2016-08-10 08:53:38 +02:00
Naios
273ee4f87f
Core/Scripting: Fix an assertion which was triggered at lazy unloading
...
* Also fixes 2 warnings
2016-08-10 08:53:09 +02:00
Naios
3957fbf176
Core/Scripting: Fix a warning when building statically
2016-08-10 08:25:28 +02:00
Aokromes
e8e164e28f
Core/Game: Add a dynamic script reloader which reloads scripts modules on changes.
...
* is responsible for registering plain modules.
* requires compilation with the `WITH_DYNAMIC_LINKING` flag.
* requires further support of the ScriptMgr.
2016-08-10 03:29:20 +02:00