Commit graph

324 commits

Author SHA1 Message Date
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
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
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 c41f0b41bd Requested changes 2017-03-05 11:59:30 -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
SouNourS b00748727e Some little corrections (#91)
* Some little corrections

* Update WorldSessionActor.scala

Fate & Chord requests
2017-03-04 10:04:17 -05:00
Fate-JH 5f02d73f99 Packet: WargateRequest packet and tests (#75) 2017-03-02 22:47:21 -05:00
Fate-JH f8ee593a9a Merge pull request #101 from Fate-JH/squad-def-test-fix
Fixed the nesting level of SquadDefinitionAction tests
2017-03-02 08:56:04 -05:00
FateJH 7d99a177b0 fixed the nesting level of SquadDefinitionAction tests 2017-03-02 08:45:31 -05:00
Fate-JH aa67cd63c0 Merge pull request #97 from Fate-JH/generic-action-new
Packet: GenericActionMessage (new)
2017-03-02 07:57:10 -05:00
Fate-JH d7f7b6a53d Merge pull request #95 from Fate-JH/destroy-display-updates
DestroyDisplayMessage, updates
2017-03-02 07:52:14 -05:00
Fate-JH 85be04a8d8 Merge branch 'master' into destroy-display-updates 2017-03-02 07:51:35 -05:00
Fate-JH 52977fd38a Merge pull request #93 from Fate-JH/zipline-message-new
Packet: ZipLineMessage (new)
2017-03-02 07:42:01 -05:00
Fate-JH f7f42f6211 Long -> Float
Comment based on old naming.
2017-03-02 07:34:25 -05:00
Fate-JH d1a0ee2bd1 Merge pull request #86 from Fate-JH/proximity-terminal
Added: ProximityTerminalUseMessage Packet
2017-03-02 07:32:01 -05:00
Fate-JH d0636b2f93 Merge pull request #98 from Fate-JH/character-data-update
Proliferation of PlanetSideEmpire
2017-03-02 07:30:29 -05:00
Fate-JH 342186b1f7 Merge pull request #100 from psforever/bugfix/crypto-hang
Bugfix: prevent CryptoPP from entering an infinite loop
2017-03-02 07:23:57 -05:00
Chord e705576b37 Bugfix: prevent CryptoPP from entering an infinite loop
See code comment for more details.
2017-03-02 00:17:35 -05:00
Fate-JH 0ff5958651 Merge pull request #94 from Fate-JH/avatar-fte-updates
AvatarFirstTimeEventsMessage: comment updates
2017-03-01 23:24:15 -05:00
Fate-JH 177e60bd22 Merge pull request #99 from Fate-JH/replication-stream-new
Packet: ReplicationStreamMessage (new)
2017-03-01 23:23:31 -05:00
Fate-JH 15298eff3a Update ReplicationStreamMessage.scala
Fixed comments.  I also wanted to test the online editor to see how it works.
2017-03-01 22:49:57 -05:00
FateJH 0e926e87e6 added GenericActionMessage packet and tests; action 29 and action 30 were discovered by SouNourS 2017-03-01 22:24:54 -05:00
FateJH 668756e4c9 added ProximityTerminalUseMessage packet and tests 2017-03-01 21:33:58 -05:00