openmw-tes3coop/apps/openmw-mp/Script/Functions
David Cernat 420dab10e1 [General] Track objects directly placed by players in ObjectPlace
This allows the OnPCDrop variable to get set correctly even when object placements have to go through the server first in order to gain a unique multiplayer index (mpNum).

Among other things, this makes it possible to roll marijuana joints in the popular mod "Tribunal Code Patch".
2018-01-28 17:46:51 +02:00
..
Actors.cpp [General] Use doubles instead of ints for enchantmentCharge 2018-01-17 08:10:49 +02:00
Actors.hpp [General] Use doubles instead of ints for enchantmentCharge 2018-01-17 08:10:49 +02:00
Books.cpp [Server] Add GetCaseInsensitiveFilename() script function 2017-08-18 07:13:08 +03:00
Books.hpp [Server] Make spell script functions consistent with others 2017-07-20 17:58:00 +03:00
Cells.cpp [Server] Add GetCaseInsensitiveFilename() script function 2017-08-18 07:13:08 +03:00
Cells.hpp [Server] Document script functions, part 3 2017-07-25 18:07:09 +03:00
CharClass.cpp [Server] Add GetCaseInsensitiveFilename() script function 2017-08-18 07:13:08 +03:00
CharClass.hpp [Server] Document script functions, part 3 2017-07-25 18:07:09 +03:00
Chat.cpp [Server] Add broadcast argument to functions for sending WorldPackets 2017-12-30 21:52:30 +02:00
Dialogue.cpp [Server] Send player speech and animation packets only to nearby players 2017-12-29 06:17:45 +02:00
Dialogue.hpp [General] Implement PlayerSpeech packet 2017-10-31 15:19:14 +02:00
Factions.cpp [Server] Add GetCaseInsensitiveFilename() script function 2017-08-18 07:13:08 +03:00
Factions.hpp [Server] Document script functions, part 2 2017-07-23 21:59:33 +03:00
GUI.cpp [General] Add and implement PlayerQuickKeys packet 2017-10-25 07:21:00 +03:00
GUI.hpp [General] Add and implement PlayerQuickKeys packet 2017-10-25 07:21:00 +03:00
Items.cpp [General] Use doubles instead of ints for enchantmentCharge 2018-01-17 08:10:49 +02:00
Items.hpp [General] Use doubles instead of ints for enchantmentCharge 2018-01-17 08:10:49 +02:00
Mechanics.cpp [Server] Add GetCaseInsensitiveFilename() script function 2017-08-18 07:13:08 +03:00
Mechanics.hpp [Server] Document script functions, part 3 2017-07-25 18:07:09 +03:00
Miscellaneous.cpp [Server] Add script functions to set & get plugin enforcement state 2018-01-02 16:33:18 +02:00
Miscellaneous.hpp [Server] Add script functions to set & get plugin enforcement state 2018-01-02 16:33:18 +02:00
Positions.cpp [General] Record and get player positions before their last cell change 2017-08-04 21:45:52 +03:00
Positions.hpp [General] Implement PlayerAnimPlay packet 2017-10-27 09:10:29 +03:00
Quests.cpp [Server] Add GetCaseInsensitiveFilename() script function 2017-08-18 07:13:08 +03:00
Quests.hpp [Server] Document script functions, part 1 2017-07-19 20:40:51 +03:00
Settings.cpp [General] Allow GameSettings to set bed & wilderness resting separately 2017-11-30 12:18:15 +02:00
Settings.hpp [General] Allow GameSettings to set bed & wilderness resting separately 2017-11-30 12:18:15 +02:00
Spells.cpp Merge pull request #266 from TES3MP/0.6.0 2017-08-18 07:45:36 +03:00
Spells.hpp [General] Add and implement PlayerQuickKeys packet 2017-10-25 07:21:00 +03:00
Stats.cpp [General] Rework getting/clearing of skill modifiers as with attributes 2017-12-04 15:06:27 +02:00
Stats.hpp [General] Rework getting/clearing of skill modifiers as with attributes 2017-12-04 15:06:27 +02:00
Timer.cpp [Server] Simplify native CallPublic & CreateTimerEx 2017-06-30 17:59:50 +08:00
World.cpp [General] Track objects directly placed by players in ObjectPlace 2018-01-28 17:46:51 +02:00
World.hpp [General] Use doubles instead of ints for enchantmentCharge 2018-01-17 08:10:49 +02:00