Commit graph

350 commits

Author SHA1 Message Date
Fate-JH f1dfc20cb3 Merge pull request #128 from Fate-JH/object-create-updates
Object Create Message Update #2
2017-04-30 00:19:36 -04:00
Fate-JH db5b4d3e9f Merge pull request #134 from Fate-JH/deployed-info
Packet: DeployableObjectsInfoMessage
2017-04-26 08:13:16 -04:00
FateJH 5d72496329 initial work on DeployableObjectsInfoMessage packet and working tests 2017-04-25 00:36:34 -04:00
Fate-JH 223bf6312c Merge pull request #132 from Fate-JH/object-deployed
Packet: ObjectDeployedMessage
2017-04-24 07:54:25 -04:00
Fate-JH 7f31f1fb00 Merge pull request #131 from Fate-JH/mail
Packet: MailMessage
2017-04-24 07:53:43 -04:00
Fate-JH 34490db890 Merge pull request #130 from Fate-JH/begin-zoning
Packet: BeginZoningMessage
2017-04-24 07:52:10 -04:00
Fate-JH aa190e6696 Merge pull request #129 from Fate-JH/child-state
Packet: ChildObjectStateMessage
2017-04-24 07:51:30 -04:00
FateJH 25864c87c1 clarifying the unknwon fields and adding an enumeration for one of them 2017-04-23 02:09:24 -04:00
FateJH 261cea9269 noted defaultable values in comments 2017-04-22 20:15:51 -04:00
FateJH 71334868f2 clarified field names, comments, and added tests 2017-04-22 20:07:29 -04:00
FateJH 26f674b869 initial work on DeployObjectMessage 2017-04-22 16:15:41 -04:00
FateJH 053e95d892 initial MailMessage packet work and testing 2017-04-21 19:56:01 -04:00
FateJH 1b296e30b1 comments in BeginZoning packet 2017-04-21 07:35:30 -04:00
Fate-JH ba01116013 Update ChildObjectStateMessage.scala
scrubbed accidental information specific to the handling of the test platfiorm (Orion) from general comments about COSM
2017-04-21 07:16:25 -04:00
FateJH 9f783572cd initial work on BeginZoningMessage; working tests (not like there's anything to test in the tests) 2017-04-21 00:24:44 -04:00
FateJH 941b1f01bb comments in the main packet file and working tests 2017-04-20 19:02:54 -04:00
Fate-JH 68473dda45 Merge pull request #125 from SouNourS/LashMessage
Packet: LashMessage
2017-04-20 18:26:14 -04:00
Fate-JH 1584c20d25 Merge pull request #126 from SouNourS/ReleaseAvatarRequestMessage
Packet: ReleaseAvatarRequestMessage
2017-04-20 18:25:23 -04:00
Fate-JH 7fbf564490 Merge branch 'master' into ReleaseAvatarRequestMessage 2017-04-20 18:21:13 -04:00
Fate-JH 6ae2cd6bcf Merge pull request #124 from SouNourS/AvatarDeadStateMessage
Packet: AvatarDeadStateMessage
2017-04-20 18:20:06 -04:00
FateJH 749d2d2c50 fleshed out field details of COSM 2017-04-20 08:37:51 -04:00
FateJH 2394280643 true ObjectCreateMessage packet and ObjectCreateDetailedMessage packet have been made separate; some case objects for the former, mostly CE, have been added; all tests accounted 2017-04-19 20:24:40 -04:00
SouNourS ae68231fda ReleaseAvatarRequestMessage 2017-04-11 11:36:13 +02:00
SouNourS cbca928c8d LashMessage 2017-04-11 11:24:47 +02:00
SouNourS 7c5afc4424 AvatarDeadStateMessage 2017-04-11 11:14:02 +02:00
Chord 63b89e4c98 Old script lying around for formating scala opcodes 2017-03-19 18:44:44 -04: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
SouNourS 1f713a52f6 Packet: PlanetsideAttributeMessage extra fields (#123)
* initial PlanetsideAttributeMessage packet work

* Update with comments from a little search.

* 4 more attributes

* Forgot Certifications Values
2017-03-19 18:39:53 -04:00
Fate-JH 162d700769 Cleanup PlayerStateMessage and name unknown fields (#121) 2017-03-19 18:32:26 -04:00
Adam Curtis 1a6b1a7efa Add Docker file (#89)
* First attempt at Docker file

* Updated Dockerfile to download zip as opposed to cloning the repo

* Fixed issue with invalid WORKDIR
2017-03-19 17:58:53 -04:00
pschord b0a10a1618 Create THANKS.md 2017-03-10 22:28:34 -05: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
FateJH 49880ce476 initial ChildObjectStateMessage packet and tests 2017-03-09 22:57:15 -05:00
Fate-JH e84e9d47e6 Merge pull request #113 from Fate-JH/zipline-update
Update: ZipLineMessage
2017-03-09 07:32:55 -05:00
Fate-JH 237d74e1dd Merge pull request #115 from Fate-JH/last-copyrights
Copyrights (other)
2017-03-09 07:22:44 -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
Fate-JH ff66a6aab3 Merge pull request #110 from Fate-JH/transaction-result
Packet: ItemTransactionResultMessage (caution)
2017-03-05 18:45:59 -05:00
FateJH eb27290617 correction to WorldSessionActor case 2017-03-05 16:54:18 -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