Commit Graph
133 Commits
Author SHA1 Message Date
Mads Boddum 786eb28de6 Replaced usage of SortedLinkedList with PriorityQueue and removed SortedLinkedList 2015-11-25 17:39:15 +01:00
Obique PSWG 712187145d Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-11-01 01:14:22 -06:00
Obique PSWG 0bffdf63a8 Fixed two decode methods in SceneCreateObjectByCrc and CmdStartScene 2015-10-28 23:27:54 -05:00
Obique PSWG 8848284c34 Fixed and implemented the OfflineServersMessage 2015-10-28 22:38:15 -05:00
Mads Boddum 862b8a33f9 Removed debug print in PlanetTravelPointListResponse 2015-10-25 10:00:29 +01:00
Mads Boddum 4dd101f902 Added a standard additional ticket cost. Algorithm is currently missing. 2015-10-25 09:43:22 +01:00
Mads Boddum b11704ac73 Implemented a configurable factor which impacts travel ticket prices 2015-10-25 09:22:11 +01:00
Mads Boddum d8afee0c35 Merge branch 'quality_assurance' of https://bitbucket.org/projectswg/holocore into CORE-137-travel
Conflicts:
	src/resources/objects/SWGObject.java
	src/resources/objects/creature/CreatureObject.java
	src/utilities/IntentFactory.java
2015-10-25 08:14:34 +01:00
Obique PSWG 5152ca3b6e Added addArray function to Packet 2015-10-22 15:50:58 -05:00
Obique PSWG 6429c98208 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-10-22 08:45:53 -05:00
Obique PSWG 839ba66ac6 Grabs slightly more information from baseline packet - primarily for debugging 2015-10-20 23:58:32 -05:00
Obique PSWG 832e9442e2 Merged in cdmpse/holocore (pull request #87)
Added Animation object controller and allow SDB with trailing blanks
2015-10-18 14:23:47 -05:00
Obique PSWG ef24afe59f Fixed packet structs for CmdStartScene and AttributeListMessage 2015-10-17 10:52:48 -05:00
cdmpse f6a0e9845f Added Animation object controller and allow SDB with trailing blanks 2015-10-17 10:17:40 -05:00
Obique PSWG 5315185e7d Fixed several dozen bugs as detected by FindBugs 2015-10-10 23:36:16 -05:00
Mads Boddum 888d601a3f Removed an unnecessary variable declaration in PlanetTravelPointListResponse 2015-10-07 22:16:11 +02:00
Mads Boddum 4919369eb0 Implemented decode() for PlanetTravelPointListResponse 2015-10-05 15:50:23 +02:00
Mads Boddum 887a879eb6 Created a method in Packet for getting boolean arrays from a ByteBuffer 2015-10-04 17:50:42 +02:00
Mads Boddum 90c55c4120 Merged projectswg/holocore/quality_assurance into CORE-137-travel 2015-10-04 17:38:36 +02:00
Obique PSWG 2a9b19dabf Fixed endianness issue with IntBuffer 2015-10-04 10:37:53 -05:00
Obique PSWG 72a30fe606 Created getIntArray method in Packet 2015-10-04 10:34:23 -05:00
Mads Boddum 0ca7df911d Merged projectswg/holocore/quality_assurance into CORE-137-travel 2015-10-04 13:46:31 +02:00
Obique PSWG 21dacb20b9 Fixed iterator.next error in UpdatePvpStatusMessage 2015-10-01 05:27:23 -05:00
Obique PSWG e003692ae0 Implemented CORE-259 'Message now informs you when you reached your character creation limit' 2015-10-01 05:26:39 -05:00
Mads Boddum 72d73ef4e7 Merged quality_assurance into CORE-137-travel 2015-09-29 11:37:34 +02:00
Zach 46e43a5c65 S'more conventions. 2015-09-27 22:43:02 -04:00
Zach 78ec1be0cd Added a check if the flag is null to UpdatePvpStatusMessage 2015-09-27 20:04:58 -04:00
Zach e57b5742cd Refactored UpdatePvpStatusMessage. 2015-09-27 16:09:12 -04:00
Mads Boddum a7f97acf08 Fixed TravelPoint, PlanetTravelPointListResponse and added ticket purchasing functionality to TravelService 2015-09-26 02:02:35 +02:00
Mads Boddum 98143d8092 Added packets relating to the travel ticket terminal 2015-09-23 15:00:59 +02:00
Mads Boddum 2d17d9e3d4 Removed debug print from encode() in EnterTicketPurchaseModeMessage 2015-09-22 16:22:28 +02:00
Mads Boddum 807787f13e Added the EnterTicketPurchaseModeMessage packet 2015-09-22 16:20:58 +02:00
Zach e9203a6085 Removed redundant declarations (Were moved) 2015-09-21 00:20:07 -04:00
Obique PSWG 45a2fdb85b Fixed SIGSEGV in decompression code 2015-08-18 09:01:43 -05:00
Waverunner b5d695fafd Fixed friends list system messages not displaying properly 2015-08-18 09:05:38 -04:00
Obique PSWG a706f9165b Fixed some packet exceptions 2015-08-17 22:05:37 -05:00
Obique PSWG 54a14cc683 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-08-17 22:01:13 -05:00
Obique PSWG 0f62308e46 Fixed warnings and added better logging 2015-08-17 22:00:11 -05:00
Waverunner 47c504b55f Added method to force an Sui Window to be closed on the client 2015-08-17 09:04:03 -04:00
Waverunner 96f55028ef Renamed SuiWindow to SuiBaseWindow and SuiBaseWindow to SuiWindow 2015-08-16 12:16:48 -04:00
Waverunner d17008c35e Merge branch 'quality_assurance' of https://bitbucket.org/projectswg/holocore into quality_assurance 2015-08-16 11:42:18 -04:00
Waverunner c7d1919c98 Refactored entirety of SuiWindows so they're easier to add callbacks and set properties, including the addition of parameters map in replacement of returnParams for window callbacks 2015-08-16 11:39:26 -04:00
Obique PSWG 4ec22cdbf0 Fixed some decode functions in the networking code 2015-08-15 03:32:39 -05:00
Waverunner 39a3dee2a8 Refactored SuiWindow's to implement Encodable
Added new list methods to Packet class for Strings
Removed duplicate addArray method in Packet class (the same as addData)
2015-08-12 12:47:45 -04:00
Obique PSWG 017cf5f268 Refactored Radial code again to be easier to use and added Galactic Reserve 2015-08-10 09:02:48 -05:00
Obique PSWG 0ea79a32ab Implemented CORE-125 'Banking' 2015-08-09 13:12:47 -05:00
Obique PSWG 54cfc197a4 Added selection code for radials for use both in Java and in Javascript 2015-08-09 11:51:33 -05:00
Obique PSWG fb6f53338c Added additional radial logic for easier iff->script lookup and added basic implementation for radial options 2015-08-09 02:12:17 -05:00
Obique PSWG 0f1722b8f9 Merge branch 'quality_assurance' into radials 2015-08-08 17:02:36 -05:00
Obique PSWG d26b78c92a Fixed connecting to galaxy where some packets aren't received at all 2015-08-08 16:56:56 -05:00