Commit Graph

27 Commits (03d377ec541de18d2b892e48f062cec70dfc0d70)

Author SHA1 Message Date
David Cernat 8ff2d1b829 [General] Rename CellReplace packet into CellReset 5 years ago
David Cernat 8df08c7d10 [General] Implement PlayerItemUse packet
Players can no longer unilaterally use items on themselves in their inventory. When they try to use an item, they send a PlayerItemUse packet to the server with the item's details. A serverside script can then check the item and either send the packet back to make the item use go through or drop it.
6 years ago
David Cernat 9823a77bf2 [General] Turn PlayerRegionAuthority into WorldRegionAuthority
WorldRegionAuthority is a Worldstate packet.
6 years ago
David Cernat 0b5cb15f71 [General] Turn GameWeather into WorldWeather, now a WorldstatePacket 6 years ago
David Cernat 3649cf553f [General] Rename PlayerKillCount into WorldKillCount
This should clarify the real meaning of the packet and its associated event.

The event itself has been renamed from OnPlayerKillCount to OnWorldKillCount.
6 years ago
David Cernat 81b160cae8 [General] Add placeholder for ObjectActivate packet 6 years ago
David Cernat 61da0d2475 [General] Turn PlayerInteraction into PlayerInput 6 years ago
David Cernat 32b6134fad [General] Add placeholder for CellReplace packet 6 years ago
David Cernat a471f5e452 [General] Turn CellCreate into a Worldstate packet 6 years ago
David Cernat 72862dc255 [General] Turn PlayerMap into WorldMap, now a Worldstate packet 6 years ago
David Cernat 416ee77639 [General] Add placeholder for WorldCollisionOverride packet 6 years ago
David Cernat 0be6de6607 [General] Turn RecordDynamic into a Worldstate packet 6 years ago
David Cernat da66face25 [General] Rename GameTime packet into WorldTime 6 years ago
David Cernat 5af1150ab2 [General] Turn GameTime into a Worldstate packet 6 years ago
David Cernat 43a944ddaf [General] Add and implement new Worldstate packet type 6 years ago
David Cernat 51698bed48 [Client] Rename WorldProcessor into ObjectProcessor 6 years ago
David Cernat 3d80e2db62 [General] Add placeholders for new packet types, part 2 6 years ago
David Cernat 02af7f6ba1 [General] Add placeholders for new packet types 6 years ago
David Cernat 6668b9ab42 [General] Implement ConsoleCommand packet 7 years ago
David Cernat 50d5fffb7f [General] Add and implement PlayerQuickKeys packet 7 years ago
David Cernat 43a3daf0aa [General] Add & implement PlayerShapeshift packet for werewolf states 7 years ago
David Cernat be93ec8ef6 [General] Implement ObjectState packet 7 years ago
David Cernat 5774023f8b [Client] Add missing processor initialization for ProcessorPlayerJail 7 years ago
David Cernat 3529f9b090 [General] Add placeholders for PlayerJail, ObjectState & ConsoleCommand 7 years ago
David Cernat ebf7740969 [General] Repurpose GameConsole packet as GameSettings & add difficulty to it 7 years ago
David Cernat 70d9374a6a [General] Implement PlayerKillCount packets 7 years ago
Koncord 587b53bfed [Client] Reorder files 7 years ago