Commit graph

25 commits

Author SHA1 Message Date
SouNourS
eaf61d3c3a Some little mod 2017-04-11 14:03:56 +02:00
Fate-JH
104fa16328 Packet: ObjectDetectedMessage (#120)
* importing ObjectDetectedMessage packet from aus repo and writing a test for it

* comments
2017-03-19 18:40:40 -04:00
Fate-JH
07a23d7d26 Packet: ZoneForcedCavernConnectionsMessage (#122)
* initial ZoneForcedCavernConnectionsMessage packet and tests

* adjusted tests so that 2u field has a value; minor comment change to packet file
2017-03-19 18:40:17 -04:00
Fate-JH
162d700769 Cleanup PlayerStateMessage and name unknown fields (#121) 2017-03-19 18:32:26 -04:00
SouNourS
6798ec546c Packet: Planetsideattributemessage (#119)
* initial PlanetsideAttributeMessage packet work

* Update with comments from a little search.
2017-03-10 21:50:38 -05:00
Fate-JH
039f0e55a0 Packet: RepairMessage and tests (#118) 2017-03-10 21:41:19 -05:00
Fate-JH
06004b0af0 Packet: PickupItemMessage and create tests (#117) 2017-03-10 21:39:39 -05:00
Fate-JH
f4fa24f344 Packet: ObjectDetachMessage (#116)
* initial ObjectDetachMessage packet and tests

* discovered how to orient the dropped item
2017-03-10 21:37:02 -05:00
Fate-JH
aa82ae9676 Packet: DismountVehicleMsg (#114)
* initial DismountVehicleMsg packet and test

* copyright corrections
2017-03-10 21:33:51 -05:00
Fate-JH
9275150c4b Packet: WeatherMessage (#112)
* imported WeatherMessage packet and tests

* trusting the debug information, converting from Long to Float (Vector3)

* field identification for storms

* copyright corrections
2017-03-10 21:33:14 -05:00
Fate-JH
e84e9d47e6 Merge pull request #113 from Fate-JH/zipline-update
Update: ZipLineMessage
2017-03-09 07:32:55 -05:00
FateJH
3e6cb10eee these eight copyrights were not updated 2017-03-08 21:09:49 -05:00
FateJH
c9ad65bb9e wrapping the three trailing Floats into a Vector3 object 2017-03-06 23:07:32 -05:00
Fate-JH
5707580631 Packet: WeaponLazeTargetPositionMessage (#111)
* importing WeaponLazeTargetPositionMessage packet and tests; adding laze pointer to available items that can be created

* minor comment and format changes
2017-03-06 19:31:57 -05:00
pschord
3c0b55a99e Update copyrights for 2017 (#109) 2017-03-06 19:30:45 -05:00
FateJH
c8c23314d6 importing ItemTransactionResultMessage and tests from alt repo 2017-03-05 16:53:07 -05:00
Fate-JH
aece1e1aab Packet: GenericCollisionMsg (#105)
* added new GenericCollisionMsg packet

* added standard comments and a message display case

* rebased GenericCollisionMsg

* minor corrections

* creating a Vector3 codec for leveraging float values
2017-03-05 16:27:37 -05:00
Fate-JH
6ada7c9a92 Packet: DismountBuildingMsg (#77)
* added DismountBuildingMsg packet and tests; comments are skimpy

* rebased DismountBuildingMsg
2017-03-05 16:02:07 -05:00
Fate-JH
0f50c8b15f Merge pull request #103 from psforever/develop/chord
Improve LoginRespMessage, write test, and begin DB
2017-03-05 14:51:25 -05:00
Fate-JH
2307d6a431 Packet: HitHint (#107)
* initial HitHint packet and tests

* rebased and updated HitHint packet and tests

* field are known
2017-03-05 14:41:18 -05:00
Fate-JH
30f679238b Packet: AvatarImplantMessage (#108)
* added initial AvatarImplantMessage packet

* rebased AvatarImplantMessage and working test

* converting implant types

* changing format of Enum from axx_bxx to AxxBxx
2017-03-05 14:39:04 -05:00
Fate-JH
a6a51009fa Packet: BindPlayerMessage and tests (#104) 2017-03-05 12:24:57 -05:00
Fate-JH
b6c1fcc29d Packet: SplashHitMessage and tests (#106) 2017-03-05 12:17:46 -05:00
Chord
04ae44c3a9 Improve LoginRespMessage, write test, and begin DB 2017-03-04 14:55:43 -05:00
Fate-JH
6001446cd5 Split Up GamePacketTest (#102)
* split up GamePacketTest into separate testing files

* PR wants this file?
2017-03-04 10:06:10 -05:00