1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-02 09:19:40 +00:00
openmw-tes3mp/apps/openmw-mp/processors
David Cernat b2a3dd9d60 Revert "[Server] Add previous state to ON_RECORD_DYNAMIC"
This reverts commit 2ac01dc02a.

Commit 2ac01dc02a had confused the ON_RECORD_DYNAMIC event meant for custom items with a hypothetical ON_PLAYER_STATS_DYNAMIC event meant for dynamic player stats and had added functionality appropriate for the latter.

ON_PLAYER_STATS_DYNAMIC was never implemented because it would have caused too much event spam, with it constantly being triggered by any running player losing fatigue. If it ends up being added, the reverted lines from 2ac01dc02a should be added to it instead.
2018-03-09 21:14:56 +02:00
..
actor [Server] Use regular Ptrs where possible to avoid seizure Ptrs by lua 2018-02-16 05:12:01 +08:00
player Revert "[Server] Add previous state to ON_RECORD_DYNAMIC" 2018-03-09 21:14:56 +02:00
world [Server] Use regular Ptrs where possible to avoid seizure Ptrs by lua 2018-02-16 05:12:01 +08:00
ActorProcessor.cpp [Server] Pass shared_ptr<Player> by reference 2017-12-08 07:32:49 +08:00
ActorProcessor.hpp [Server] Pass shared_ptr<Player> by reference 2017-12-08 07:32:49 +08:00
PlayerProcessor.cpp [Server] Add PreReading virtual method 2018-03-05 15:15:39 +08:00
PlayerProcessor.hpp [Server] Add PreReading virtual method 2018-03-05 15:15:39 +08:00
ProcessorInitializer.cpp Merge pull request from TES3MP/0.6.3 while resolving conflicts 2018-02-12 06:50:52 +02:00
ProcessorInitializer.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
WorldProcessor.cpp [Server] Pass shared_ptr<Player> by reference 2017-12-08 07:32:49 +08:00
WorldProcessor.hpp [Server] Pass shared_ptr<Player> by reference 2017-12-08 07:32:49 +08:00