David Anderson
|
7814acb9f8
|
Remove plugin_settings.cfg and supporting code (bug 5605, r=psychonic).
--HG--
extra : rebase_source : 66d0ba0ddb5c649e7f72d96bdf3629e563522ae9
|
2013-02-16 15:15:22 -08:00 |
|
Asher Baker
|
e77ad244ad
|
Fixed OnLibraryAdded/Removed not being called in all plugins (bug 5431, r=psychonic).
|
2012-12-14 15:15:12 -05:00 |
|
David Anderson
|
5aacf886e1
|
Call OnPluginEnd before finalizer hooks have run (bug 4519, r=fyren).
|
2012-12-14 15:05:18 -05:00 |
|
Asher Baker
|
de27cb8a2f
|
Added system to block malware or illegal plugins (bug 5289, r=dvander).
|
2012-08-09 01:54:43 +01:00 |
|
Asher Baker
|
6121c098c8
|
Fixed possible crash when reloading a plugin with an invalid binary (bug 5288, r=psychonic).
|
2012-05-27 01:51:03 +01:00 |
|
Asher Baker
|
f46c58deaa
|
Fixed error when reloading dependant plugins using aliased natives (bug 5302, r=psychonic).
|
2012-05-27 01:50:57 +01:00 |
|
Nicholas Hastings
|
776889cfbb
|
Removed error when optional ext dep is missing (bug 5112, r=fyren).
|
2011-10-11 22:51:24 -04:00 |
|
Nicholas Hastings
|
67163e14e6
|
Added checks to avoid crashing in some natives before map start (bug 5119, r=fyren).
|
2011-10-11 22:50:21 -04:00 |
|
Fyren
|
430c001d58
|
Static gamedata checker (NPOTB)
|
2010-10-01 12:15:43 -07:00 |
|
David Anderson
|
9137e92c09
|
Move translator from logic to core (bug 4406 part 6, r=ds).
--HG--
rename : core/PhraseCollection.cpp => core/logic/PhraseCollection.cpp
rename : core/PhraseCollection.h => core/logic/PhraseCollection.h
rename : core/Translator.cpp => core/logic/Translator.cpp
rename : core/Translator.h => core/logic/Translator.h
rename : core/sm_memtable.h => core/logic/sm_memtable.h
rename : core/smn_lang.cpp => core/logic/smn_lang.cpp
|
2010-05-14 19:43:53 -07:00 |
|
David Anderson
|
5f53284cbd
|
Fixed build, wrong enum comparison.
|
2009-12-19 18:25:56 -08:00 |
|
David Anderson
|
7a84b71eb2
|
Fixed crashes from rare plugin loading errors (bug 4153, r=ds).
|
2009-12-19 18:19:28 -08:00 |
|
Fyren
|
b7ac7452f7
|
Fix wonky handling of path separators for "sm plugins" commands (bug 3857, r=dvander)
|
2009-11-23 01:47:32 -08:00 |
|
David Anderson
|
dc0d6a9b4a
|
Fixed crash when reloading blocked plugins fails (bug 4038, r+a=fyren).
|
2009-10-02 03:33:59 -07:00 |
|
David Anderson
|
caadb7fa27
|
Fixed invalid array access in PluginSys (bug 3933, r=pred).
|
2009-09-07 21:29:18 -07:00 |
|
David Anderson
|
421b58f68e
|
Import of core modularization plan (bug 3599).
|
2009-05-13 21:55:50 -04:00 |
|
Fyren
|
d7917a6a9a
|
Add AskPluginLoad2() to allow silent failure, deprecate AskPluginLoad() (bug 3716, r=dvander)
|
2009-03-18 19:20:40 -07:00 |
|
David Anderson
|
96a3671bb6
|
Improved user message interception API (bug 3631, r=pred).
|
2009-03-01 16:39:25 -05:00 |
|
David Anderson
|
643c39690f
|
Added client "sm", "sm credits", and "sm plugins" commands (bug 3570, r=ds,pred).
|
2009-02-01 02:33:31 -05:00 |
|
David Anderson
|
2ff9b0aada
|
Removed pointless "systems" folder from core.
--HG--
rename : core/systems/ExtensionSys.cpp => core/ExtensionSys.cpp
rename : core/systems/ExtensionSys.h => core/ExtensionSys.h
rename : core/systems/ForwardSys.cpp => core/ForwardSys.cpp
rename : core/systems/ForwardSys.h => core/ForwardSys.h
rename : core/systems/HandleSys.cpp => core/HandleSys.cpp
rename : core/systems/HandleSys.h => core/HandleSys.h
rename : core/systems/LibrarySys.cpp => core/LibrarySys.cpp
rename : core/systems/LibrarySys.h => core/LibrarySys.h
rename : core/systems/PluginInfoDatabase.cpp => core/PluginInfoDatabase.cpp
rename : core/systems/PluginInfoDatabase.h => core/PluginInfoDatabase.h
rename : core/systems/PluginSys.cpp => core/PluginSys.cpp
rename : core/systems/PluginSys.h => core/PluginSys.h
rename : core/systems/ShareSys.cpp => core/ShareSys.cpp
rename : core/systems/ShareSys.h => core/ShareSys.h
|
2008-11-16 16:06:18 -08:00 |
|