David Cernat
|
7177d56cfb
|
[Client] Only require refNumIndex & mpNum for CellStore::searchExact()
|
2017-05-27 16:59:23 +03:00 |
|
David Cernat
|
ec921eefc8
|
[Client] Prevent players from getting stuck in drag and drop when their opened containers are deleted
|
2017-05-26 02:13:31 +03:00 |
|
David Cernat
|
32879adc5b
|
[General] Allow ObjectTrap to trigger traps, not just disarm them
|
2017-05-26 01:28:43 +03:00 |
|
David Cernat
|
7ac115b359
|
[Client] Implement sending and reading of ObjectTrap packets
|
2017-05-26 00:21:24 +03:00 |
|
David Cernat
|
870fd9a78b
|
[General] Remove ObjectUnlock packet, use ObjectLock with 0 lock instead
|
2017-05-24 13:28:34 +03:00 |
|
David Cernat
|
46501909ff
|
[Client] Comment out spammy debug about Container packets
|
2017-05-14 11:08:53 +03:00 |
|
David Cernat
|
aaaed8ab8b
|
[Client] Fix potential object duplication in WorldEvent::placeObjects()
Also clean up the debug messages in WorldEvent so they don't take up multiple lines.
|
2017-05-07 03:17:19 +03:00 |
|
David Cernat
|
de49f5f175
|
[General] Add and use isActor bool for WorldObject
|
2017-05-07 03:07:09 +03:00 |
|
David Cernat
|
9d2c5c3502
|
[General] Simplify structure of BaseEvent
|
2017-05-06 21:57:29 +03:00 |
|
David Cernat
|
dcc61a095a
|
[Client] Allow multiple WorldObjects to be added to a WorldEvent
|
2017-05-06 20:44:39 +03:00 |
|
David Cernat
|
730df061b3
|
[General] Add hasPositionData and hasStatsDynamicData bools to BaseActor
|
2017-05-01 19:44:23 +03:00 |
|
David Cernat
|
48b773bfcb
|
[Client] Use float scale for WorldEvent::sendObjectScale()
|
2017-05-01 19:09:44 +03:00 |
|
David Cernat
|
b6c3830ea0
|
[General] Rename WorldObject's pos into position for consistency
|
2017-04-10 09:25:20 +03:00 |
|
David Cernat
|
c52084a028
|
[General] Use BaseActorLists in ActorPackets
|
2017-04-09 16:32:44 +03:00 |
|
David Cernat
|
070c6a3bd4
|
[General] Add ActorPacketController & make controller var names clearer
|
2017-04-09 08:51:28 +03:00 |
|
David Cernat
|
c2d6265ffd
|
[Client] Reorder methods in WorldEvent, placing packet senders at bottom
|
2017-04-05 09:12:02 +03:00 |
|
David Cernat
|
9759764699
|
[Client] Clean up getting and resetting of WorldEvent
|
2017-04-05 09:04:41 +03:00 |
|
David Cernat
|
d7a760490e
|
[Client] Simplify sending of world packets, part 2
|
2017-04-05 08:43:35 +03:00 |
|
David Cernat
|
b55a3d5eb2
|
[Client] Add placeholder editActors() method for random creature sync
|
2017-04-05 08:07:53 +03:00 |
|
David Cernat
|
4abe295a80
|
[Client] Simplify sending of world packets by adding WorldEvent methods
|
2017-04-05 07:54:23 +03:00 |
|
David Cernat
|
1d23a48a42
|
[Client] Print mpNums when objects are found in a cell
|
2017-04-05 07:10:22 +03:00 |
|
David Cernat
|
6c60c9c78e
|
[Client] Clean up debug messages for when objects are found in a cell
|
2017-04-05 06:30:12 +03:00 |
|
David Cernat
|
bb9ea6ccd4
|
[Client] Also include list of creatures in reply to ActorList
|
2017-04-05 06:22:01 +03:00 |
|
David Cernat
|
ca92be14a5
|
[Client] Reply to ActorList request with list of NPCs
|
2017-04-05 05:54:25 +03:00 |
|
David Cernat
|
2bd81c3de0
|
[Client] Use mpNum for every WorldObject
|
2017-04-04 11:07:16 +03:00 |
|
David Cernat
|
4644235cf6
|
[Client] Use mpNum in exact searches for objects
|
2017-04-04 10:07:15 +03:00 |
|
David Cernat
|
8cc61b6048
|
[General] Generate mpNums on the server when forwarding ID_OBJECT_PLACE
|
2017-04-04 09:23:34 +03:00 |
|
David Cernat
|
e5cf632e1d
|
[Client] Stop creating new reference numbers for placed/spawned objects
|
2017-04-04 06:01:48 +03:00 |
|
Koncord
|
690211ad99
|
[General] Extract BaseEvent & BasePlayer from packets to functions
Move Send and Read functions to BasePacket
|
2017-03-06 18:40:07 +08:00 |
|
Koncord
|
cea1425db1
|
[Client] Remove redundant newlines & keep ~120 columns
|
2017-03-04 14:55:35 +08:00 |
|
David Cernat
|
ed2176c984
|
[Client] Reuse 1 BaseEvent over and over instead of creating new ones
|
2017-02-23 09:19:09 +02:00 |
|
David Cernat
|
f5470e0b49
|
[Client] Print cell descriptions for WorldEvents only once
|
2017-02-21 00:20:19 +02:00 |
|
David Cernat
|
92439e6e62
|
[Client] Reduce WorldPacket debug because it can cause freezes
|
2017-02-20 23:48:08 +02:00 |
|
David Cernat
|
a4526605a6
|
[General] Remove goldValue from ContainerItem because it is never useful
|
2017-02-20 12:31:11 +02:00 |
|
David Cernat
|
4f2b88df8a
|
[General] Remove owner var from ContainerItem because it is always empty
|
2017-02-18 23:59:02 +02:00 |
|
David Cernat
|
5b3fabdb9d
|
[Client] Send ID_CONTAINER with all containers in cell when requested
|
2017-02-16 13:34:32 +02:00 |
|
David Cernat
|
3b604a432e
|
[General] Restructure ID_CONTAINER to allow multiple containers at once
|
2017-02-15 20:14:25 +02:00 |
|
David Cernat
|
88f891b5bd
|
[Client] Make it possible to easily iterate through container items
|
2017-02-14 23:10:45 +02:00 |
|
David Cernat
|
c8cbfbef62
|
[General] Sketch out server requests to players for container data
|
2017-02-14 19:31:56 +02:00 |
|
David Cernat
|
5038353792
|
[General] Rename BaseEvent's state into doorState & adjust related funcs
|
2017-02-06 23:09:50 +02:00 |
|
David Cernat
|
d8a9a5f6c9
|
[General] Send item owner in ID_CONTAINER
|
2017-02-06 22:45:23 +02:00 |
|
David Cernat
|
3614b21e10
|
[General] Send charge and goldValue in ID_CONTAINER
|
2017-02-06 21:28:03 +02:00 |
|
David Cernat
|
e703dd42aa
|
[Client] Rename LocalEvent into WorldEvent
|
2017-02-06 17:40:32 +02:00 |
|