openmw-tes3coop/apps/openmw-mp/Script
David Cernat 993cc3dfd6 [Server] Rename server "plugins"/"mods" into "modules" for clarity
The terms "plugins" and "mods" were used interchangeably to refer to collections of server scripts, which was bound to cause confusion later on, especially with client data files frequently being referred to as "plugins" and "mods" as well.

Moreover, the server configuration file now starts its manual ordering with "Module1" for consistency with the pluginlist.json (soon to be dataFileList.json) of the CoreScripts.
2017-12-02 15:39:08 +02:00
..
CommandController.cpp [Server] Make chat commands case insensitive 2017-11-19 10:12:35 +02:00
CommandController.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
EventController.cpp [Server] Rename server "plugins"/"mods" into "modules" for clarity 2017-12-02 15:39:08 +02:00
EventController.hpp [Server] Rename server "plugins"/"mods" into "modules" for clarity 2017-12-02 15:39:08 +02:00
LuaState.cpp [Server] Rename server "plugins"/"mods" into "modules" for clarity 2017-12-02 15:39:08 +02:00
LuaState.hpp [Server] Rename server "plugins"/"mods" into "modules" for clarity 2017-12-02 15:39:08 +02:00
luaUtils.cpp [Server] Add sandboxed import() function 2017-11-03 06:36:35 +08:00
luaUtils.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00