1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-25 12:39:40 +00:00
openmw-tes3mp/apps/openmw-mp
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
..
processors [Server] Add custom window API 2017-11-25 23:47:02 +08:00
Script [Server] Rename server "plugins"/"mods" into "modules" for clarity 2017-12-02 15:39:08 +02:00
stackwalker [Server] Add StackWalker for Windows 2017-10-27 05:27:07 +08:00
Actors.cpp [General] Use consistent code style 2017-11-29 13:00:22 +02:00
Actors.hpp [Server] Use correct cells in "send" functions 2017-08-29 03:34:36 +08:00
Books.cpp [General] Cleanup Player packets 2017-11-28 21:38:45 +08:00
Books.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
Cell.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
Cell.hpp [Server] Only read Actor packets from players who are still authorities 2017-05-05 06:13:34 +03:00
CellController.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
CellController.hpp [Server] Split off Cell and CellController into two different files 2017-04-29 23:05:12 +03:00
Cells.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
Cells.hpp [Server] Make a few function names more consistent and fix typos 2017-11-17 04:12:25 +02:00
CellState.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
CellState.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
CharClass.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
CharClass.hpp [Server] Rename CharClass' isDefault() into isCustom() 2017-11-19 12:35:11 +02:00
CMakeLists.txt [Server] Add custom window API 2017-11-25 23:47:02 +08:00
Dialogue.cpp [General] Cleanup Player packets 2017-11-28 21:38:45 +08:00
Dialogue.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
Factions.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
Factions.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
GUI.cpp [General] Use consistent code style 2017-11-29 13:00:22 +02:00
GUI.hpp [Server] Add custom window API 2017-11-25 23:47:02 +08:00
Inventory.cpp [General] Rework PlayerEquipment packets so they are of minimal size 2017-11-30 12:31:54 +02:00
Inventory.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
main.cpp [Server] Rename server "plugins"/"mods" into "modules" for clarity 2017-12-02 15:39:08 +02:00
MasterClient.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
MasterClient.hpp [Server] Fix build on Windows 2017-09-13 11:06:53 +08:00
NetActor.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
NetActor.hpp [Server] Send level packets in Player's update() at the appropriate time 2017-11-18 03:55:17 +02:00
Networking.cpp [General] Use consistent code style 2017-11-29 13:00:22 +02:00
Networking.hpp [Server] Minor fixes 2017-10-11 06:26:09 +08:00
Object.cpp [General] Use consistent code style 2017-11-29 13:00:22 +02:00
Object.hpp [Server] Use correct cells in "send" functions 2017-08-29 03:34:36 +08:00
Player.cpp [General] Simplify storing of attribute and skill index changes 2017-11-29 16:55:51 +02:00
Player.hpp [Server] Limit handshake attempts 2017-11-26 00:18:19 +08:00
Players.cpp [Server] Fix getCaseInsensitiveFilename, simplify Players.size() 2017-10-28 03:58:53 +03:00
Players.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
Quests.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
Quests.hpp [Server] Replace getKillRefId/getKillNumber with getKill 2017-08-30 13:56:22 +08:00
Settings.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
Settings.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
Spells.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
Spells.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
stacktrace.cpp [Server] Add StackWalker for Windows 2017-10-27 05:27:07 +08:00
stacktrace.hpp [Server] Add stacktrace 2017-10-25 14:45:36 +08:00
Timer.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
Timer.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
Utils.cpp [Server] Add manual Server Plugins sort 2017-10-19 10:24:17 +08:00
Utils.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
Window.cpp [General] Use consistent code style 2017-11-29 13:00:22 +02:00
Window.hpp [Server] Add custom window API 2017-11-25 23:47:02 +08:00