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 |
|