openmw-tes3coop/apps/openmw-mp
David Cernat 2944be18ae [Server] Actually, turn SetAttributeModifier into ClearAttributeModifier
There's no way SetAttributeModifier() was going to make sense if, say, a player had drunk 3 different potions fortifying the same attribute and was wearing equipment fortifying it as well. How would one change the sum modifier of those while accounting for each specific effect's duration and magnitude?

The only workable solution is to allow the server to clear the modifier.
2017-12-02 09:19:33 +02:00
..
amx DIE TABS, DIE!!!!!!!1 2016-09-04 17:39:08 +08:00
processors [General] Add and implement PlayerQuickKeys packet 2017-10-25 07:21:00 +03:00
Script [Server] Actually, turn SetAttributeModifier into ClearAttributeModifier 2017-12-02 09:19:33 +02:00
Cell.cpp [Server] Avoid duplicates of the same player in a cell's loaders 2017-10-10 05:48:56 +03: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] Initialize interiors correctly if exterior 0, 0 has been loaded 2017-08-31 14:48:23 +03:00
CellController.hpp [Server] Split off Cell and CellController into two different files 2017-04-29 23:05:12 +03:00
CMakeLists.txt [General] Add and implement PlayerQuickKeys packet 2017-10-25 07:21:00 +03:00
main.cpp [Server] Log startup errors by not deleting logger too early 2017-08-29 19:30:37 +03:00
MasterClient.cpp [Server] Fix "wrong packet with id: 14" 2017-09-02 14:01:11 +08:00
MasterClient.hpp [Server] Add and implement PushPlugin method to MasterClient 2017-05-07 02:51:57 +08:00
Networking.cpp [Server] Fix "wrong packet with id: 14" 2017-09-02 14:01:11 +08:00
Networking.hpp [General] Add server script functions for banning & unbanning IPs 2017-07-27 19:29:17 +03:00
Player.cpp [Server] Make sure players are initialized as non-werewolves 2017-07-26 06:01:48 +03:00
Player.hpp [Server] Rework script functons by removing unnecessary vector buffers 2017-07-07 09:25:48 +03:00
Utils.cpp [Server] Add and use Utils::getCellFromDescription() 2017-04-28 16:33:58 +03:00
Utils.hpp [Server] Add and use Utils::getCellFromDescription() 2017-04-28 16:33:58 +03:00