David Cernat
|
4e23fc0a5b
|
Send action parameter to OnPlayerChangeSpellbook
|
2016-11-22 02:32:02 +02:00 |
|
David Cernat
|
9e290ad799
|
Fix spacing irregularities
|
2016-11-21 23:40:50 +02:00 |
|
David Cernat
|
95efb77e53
|
Implement sending of ID_GAME_SPELLBOOK from client
|
2016-11-21 06:07:29 +02:00 |
|
David Cernat
|
6ea5f08e9c
|
Create placeholder for ID_GAME_SPELLBOOK
|
2016-11-21 02:28:05 +02:00 |
|
David Cernat
|
ae39daf76a
|
Add and implement ID_MUSIC_PLAY
|
2016-11-20 22:54:49 +02:00 |
|
Koncord
|
902e968fd9
|
Use RakNetGUID instead uint64_t in TPlayers
|
2016-11-17 13:12:06 +08:00 |
|
Koncord
|
e2359b01ea
|
Use constant instead magic value
|
2016-11-17 13:02:24 +08:00 |
|
Koncord
|
e2522fa366
|
Simplify LOG macros
|
2016-11-17 12:39:35 +08:00 |
|
David Cernat
|
ad43cb5473
|
Revert "Use lowerCamelCase in tes3mp server script function names, part 2"
This reverts commit 80d16fe1fd .
|
2016-11-16 19:27:46 +02:00 |
|
David Cernat
|
6cd959fac8
|
Rename BasePlayer's GetCell() into getCell()
|
2016-11-16 17:43:58 +02:00 |
|
David Cernat
|
80d16fe1fd
|
Use lowerCamelCase in tes3mp server script function names, part 2
|
2016-11-16 17:39:44 +02:00 |
|
David Cernat
|
25dc2b19e7
|
Use lowerCamelCase in tes3mp server networking function names
|
2016-11-16 02:05:14 +02:00 |
|
David Cernat
|
7be86388db
|
Fix build for server
|
2016-11-16 01:16:02 +02:00 |
|
Koncord
|
82f202c891
|
Implement GetAvgPing(pid) function
|
2016-11-04 20:15:14 +08:00 |
|
David Cernat
|
107dacac6d
|
Add OnPlayerChangeInventory server script callback
|
2016-11-03 16:39:31 +02:00 |
|
David Cernat
|
31d02e8bf1
|
Move Networking code for ID_GAME_INVENTORY next to ID_GAME_EQUIPMENT
|
2016-10-31 17:16:41 +02:00 |
|
David Cernat
|
373011f883
|
Only send information to POSTLOADED player about other POSTLOADED ones
|
2016-10-31 01:14:17 +02:00 |
|
David Cernat
|
05cfc918f5
|
Temporarily use a whitelist for scripts instead of a blacklist
|
2016-10-30 21:00:54 +02:00 |
|
David Cernat
|
621faf368e
|
Fix server crash caused by invalid player GUIDs, 2nd attempt
|
2016-10-30 18:07:23 +02:00 |
|
David Cernat
|
ffb7683a5f
|
Use suicide as death reason when an attacker leaves the server
|
2016-10-30 17:39:45 +02:00 |
|
David Cernat
|
eebe1f156a
|
Change logic for death reasons so it makes sense
|
2016-10-30 13:19:48 +02:00 |
|
David Cernat
|
3c88f6f0cd
|
Fix server crash caused by invalid player GUIDs
|
2016-10-29 16:41:29 +03:00 |
|
David Cernat
|
46397a7dac
|
Add and implement ID_OBJECT_ANIM_PLAY
|
2016-10-27 16:09:02 +03:00 |
|
David Cernat
|
c205e793cb
|
Add and implement ID_SCRIPT_MEMBER_SHORT
|
2016-10-27 00:41:14 +03:00 |
|
David Cernat
|
c91e240664
|
Simplify the type of map that player objects are stored in
|
2016-10-26 21:36:58 +03:00 |
|
David Cernat
|
2032bf9cad
|
Fix typo in debug
|
2016-10-26 17:22:53 +03:00 |
|
David Cernat
|
97468980af
|
Add and implement 3 new WorldPackets for ingame script variable values
|
2016-10-26 12:25:50 +03:00 |
|
David Cernat
|
385b5f39e3
|
Add and implement ID_OBJECT_ROTATE
|
2016-10-25 14:28:39 +03:00 |
|
David Cernat
|
0fb9b6eefb
|
On second thought, rename ID_OBJECT_MOVE_WORLD into ID_OBJECT_MOVE
|
2016-10-25 12:53:18 +03:00 |
|
David Cernat
|
947a677801
|
Replace ID_ACTIVATOR_ACTIVATE with ID_OBJECT_MOVE_WORLD
|
2016-10-25 12:42:29 +03:00 |
|
David Cernat
|
c25ebc34b3
|
Shorten WorldPacket IDs by removing WORLD from them
|
2016-10-25 12:15:27 +03:00 |
|
David Cernat
|
52d156e136
|
Make server able to receive the 5 new WorldPackets
|
2016-10-25 00:50:32 +03:00 |
|
David Cernat
|
24bfe40bf7
|
Add debug about current server crash
|
2016-10-24 21:17:53 +03:00 |
|
David Cernat
|
b6111d16cc
|
Add and implement ID_WORLD_VIDEO_PLAY
|
2016-10-24 17:52:19 +03:00 |
|
David Cernat
|
3fd93896f2
|
Add and implement ID_WORLD_OBJECT_LOCK
|
2016-10-24 13:20:04 +03:00 |
|
David Cernat
|
08ea5163c4
|
Add and implement ID_WORLD_OBJECT_UNLOCK
|
2016-10-24 11:26:31 +03:00 |
|
David Cernat
|
c639337842
|
Merge with tes3mp-packetexpansion by fixing conflicts
# Conflicts:
# apps/openmw-mp/Networking.cpp
# apps/openmw/mwmp/Networking.cpp
# components/CMakeLists.txt
# components/openmw-mp/NetworkMessages.hpp
# components/openmw-mp/PacketsController.cpp
|
2016-10-23 17:57:38 +03:00 |
|
David Cernat
|
0a44bea91d
|
Send cell coordinates in tes3mp using mData instead of mCellId.mIndex
|
2016-10-23 16:55:30 +03:00 |
|
David Cernat
|
cbc132612a
|
Use mRefNum.mIndex instead of just mRefNum and add extra debug
|
2016-10-23 16:33:53 +03:00 |
|
Koncord
|
c27351c19e
|
Implement inventory functions
AddItem, RemoveItem, GetItemName, GetItemCount, GetItemHealth, GetInventorySize SendInventory
Example:
```lua
tes3mp.AddItem(pid, "glass dagger", 1, 50)
tes3mp.AddItem(pid, "glass dagger", 1, -1)
tes3mp.SendInventory(pid)
tes3mp.RemoveItem(pid, "glass dagger", 1)
tes3mp.SendInventory(pid)
local invSize = tes3mp.GetInventorySize(pid) - 1
for i = 0, invSize do
print(("%s %d %d"):format(tes3mp.GetItemName(pid, i), tes3mp.GetItemCount(pid, i), tes3mp.GetItemHealth(pid, i)))
end
```
|
2016-10-23 02:57:49 +08:00 |
|
David Cernat
|
3c49157ed7
|
Rename WorldPackets to ID_WORLD_OBJECT_DELETE and ID_WORLD_OBJECT_PLACE
|
2016-10-22 18:05:32 +03:00 |
|
David Cernat
|
92463c4a03
|
Fix Windows server crash caused by printing event->CellRef()->mRefID
|
2016-10-22 14:13:16 +03:00 |
|
David Cernat
|
8080cceac6
|
Add some placeholder code so Stanislav can test it
|
2016-10-22 12:45:19 +03:00 |
|
David Cernat
|
565e7e4b9f
|
Create and implement placeholder for ID_WORLD_OBJECT_CREATION
|
2016-10-21 21:57:05 +03:00 |
|
David Cernat
|
ac666edebd
|
Add a CellRef to WorldEvent
|
2016-10-20 22:15:47 +03:00 |
|
David Cernat
|
d0328f2553
|
Add placeholder ProcessWorldPacket method to server's Networking
|
2016-10-19 21:44:17 +03:00 |
|
David Cernat
|
2602c1f71a
|
Add ProcessPlayerPacket method to server's Networking
|
2016-10-19 21:26:42 +03:00 |
|
David Cernat
|
f1ec01cc6b
|
Add WorldPacketController to server's Networking
|
2016-10-19 20:51:51 +03:00 |
|
David Cernat
|
bda1f867fd
|
Rename server's GetController() method into GetPlayerController()
|
2016-10-19 16:54:39 +03:00 |
|
David Cernat
|
d2212ef80b
|
Rename PacketsController into PlayerPacketController
|
2016-10-19 16:31:07 +03:00 |
|