David Cernat
|
46b41b605a
|
Revert "Use lowerCamelCase in tes3mp server script function names, part 1"
This reverts commit 0e2b589cdb .
|
2016-11-16 19:28:22 +02:00 |
|
David Cernat
|
6cd959fac8
|
Rename BasePlayer's GetCell() into getCell()
|
2016-11-16 17:43:58 +02:00 |
|
David Cernat
|
0e2b589cdb
|
Use lowerCamelCase in tes3mp server script function names, part 1
|
2016-11-16 16:52:16 +02:00 |
|
David Cernat
|
25dc2b19e7
|
Use lowerCamelCase in tes3mp server networking function names
|
2016-11-16 02:05:14 +02:00 |
|
David Cernat
|
841e93d5e0
|
Use new SendCell() method in server scripts to send cell packets
|
2016-11-12 21:27:09 +02:00 |
|
David Cernat
|
5b39916894
|
Use new SendPos() method in server scripts to send position packets
|
2016-11-12 21:16:05 +02:00 |
|
David Cernat
|
e0c88150c3
|
Reorder functions for server script translocations
|
2016-11-12 21:01:38 +02: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
|
bda1f867fd
|
Rename server's GetController() method into GetPlayerController()
|
2016-10-19 16:54:39 +03:00 |
|
David Cernat
|
57f07813b0
|
Rename ID_GAME_UPDATE_POS into ID_GAME_POS
|
2016-09-28 11:45:14 +03:00 |
|
David Cernat
|
4d7130b12f
|
Improve logic for script-induced cell changes
|
2016-09-27 11:28:44 +03:00 |
|
David Cernat
|
01af4f3bbc
|
Update position before sending cell packet
|
2016-09-26 17:00:09 +03:00 |
|
Koncord
|
1186d09ec0
|
ScriptFunctions.hpp size reduction
|
2016-08-30 12:20:39 +08:00 |
|
David Cernat
|
5385563972
|
Let players inform others about Lua script-induced cell & pos changes
|
2016-08-24 02:53:39 +03:00 |
|
David Cernat
|
8eda381016
|
Make formatting consistent, part 2
|
2016-08-17 18:20:36 +03:00 |
|
David Cernat
|
1363c4c5b6
|
Make formatting consistent
|
2016-08-17 18:04:35 +03:00 |
|
David Cernat
|
b0bd10f219
|
Allow script-based teleportation from interior to exterior cell 0,0
|
2016-08-03 22:07:49 +03:00 |
|
Koncord
|
31e2ab54d6
|
Revert "Update position after changing cell"
This reverts commit 5e072b9d3c .
|
2016-07-30 04:57:43 +08:00 |
|
Koncord
|
5e072b9d3c
|
Update position after changing cell
|
2016-07-30 04:12:47 +08:00 |
|
Koncord
|
7107136808
|
New API
SetExterior(pid, x, y)
GetExteriorX(pid)
GetExteriorY(pid)
also "SetCell" will now move to the named external cells (e.g. SetCell(pid, "Balmora"))
|
2016-07-30 01:33:28 +08:00 |
|
Koncord
|
6f07d590d4
|
Fix SetPos and SetAngle functions
Fix types for SetPos and SetAngle
|
2016-07-17 17:59:46 +08:00 |
|
Stanislav Zhukov
|
645a21af21
|
Added new script functions for lua compatibility
GetPosX, GetPosY, GetPosZ
GetAngleX, GetAngleY, GetAngleZ
|
2016-07-16 16:19:35 +08:00 |
|
Koncord
|
1b259e2d33
|
Syncing inventory, animations, position, 8 key attributes
Created Package system
|
2016-07-07 23:50:48 +08:00 |
|