Commit Graph
1118 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 df0dac262b Merged in M4SS/holocore/ProsePackage-debug-print-removal (pull request #98)
Fixed an issue where sending a ProsePackage containing an integer would print "Integer" to the console
2015-11-08 13:54:43 -06:00
Obique PSWG ce4509bb6d Removed password_salt from query in OnlineInterfaceService 2015-11-03 15:14:23 -06:00
Obique PSWG b44aafba23 Fixed password_salt in OnlineInterfaceService 2015-11-03 15:04:47 -06:00
Obique PSWG b8f7460b01 Fixed exception with the password_salt column still being used 2015-11-03 13:06:05 -06:00
Obique PSWG d37e6580b9 Added dependency BCrypt 2015-11-03 00:56:37 -06:00
Obique PSWG afc0697bc1 Changed password algorithm for new forum system 2015-11-03 00:55:20 -06:00
Obique PSWG 643bdfcb90 Removed GroupService due to bugs and incompletion 2015-11-01 13:18:25 -06:00
Obique PSWG 387a43afc6 Now resets groupId upon relog 2015-11-01 13:16:19 -06:00
Obique PSWG ca3173d4a2 Added FactoryObject 2015-11-01 09:59:55 -06:00
Obique PSWG ccad047e4f Moved registerForIntent() into constructors of all services 2015-11-01 09:41:07 -06:00
Obique PSWG 1a261a6556 Moved player transform logic into ObjectAwareness 2015-11-01 09:15:24 -06:00
Obique PSWG e23512f83b Added string to byte array function to ByteUtilities 2015-11-01 08:59:02 -06:00
Obique PSWG e29682a57e Rearranged classes in ObjectCreator to be alphabetical 2015-11-01 08:58:30 -06:00
Obique PSWG c477b83252 Fixed decode function and data struct in GroupInviterData 2015-11-01 08:57:27 -06:00
Obique PSWG c6c571a1f4 Added toString for Galaxy 2015-11-01 08:55:55 -06:00
Obique PSWG 6579ba9893 Added reverse string lookup for CRCs in CRC 2015-11-01 08:55:09 -06:00
Obique PSWG 9c0b5d2b62 Added baseline decoding to Equipment 2015-11-01 08:52:56 -06:00
Obique PSWG bc5ab16201 Made SoundObject extend StaticObject 2015-11-01 08:52:14 -06:00
Obique PSWG 4e704120a0 Fixed CPU issue where binary search has infinite loop 2015-11-01 08:48:53 -06:00
Obique PSWG 1776e26bd0 Added functions to output log info easier within services 2015-11-01 08:28:54 -06:00
Obique PSWG 712187145d Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-11-01 01:14:22 -06:00
Mads Boddum d5407b32a2 Fixed an issue where sending a ProsePackage containing an integer would print "Integer" to the console 2015-10-29 15:48:36 +01:00
Mads Boddum 1e68cb928e Fixed an issue where shuttles would have visible levels and health 2015-10-29 15:15:34 +01:00
Obique PSWG 3113209e75 Merged in M4SS/holocore/CORE-137-travel (pull request #79)
CORE-137 'Travel'
2015-10-29 08:50:32 -05: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
cdmpse 53a451c468 Prevent concurrent modification error when cfg files need to be generated 2015-10-28 20:05:33 -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 6ce9d56911 Fixed an issue with some terrains containing non-functional shuttles 2015-10-25 09:23:16 +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
Mads Boddum 7107e436c6 Potential fix for non-player posture updates 2015-10-25 08:11:28 +01:00
Obique PSWG c8948265d2 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-10-22 15:51:17 -05:00
Obique PSWG 5152ca3b6e Added addArray function to Packet 2015-10-22 15:50:58 -05:00
Obique PSWG bf8ec4c48d Merged in tacef/holocore (pull request #92)
Moved Player Count to a seperate Method
2015-10-22 13:47:24 -05:00
Tacef Ine 069438d5e0 Updated returning String of getOnlinePlayerCount() 2015-10-22 17:56:39 +02:00
Tacef Ine 2fa6ae8be7 Removed unneeded <br /> 2015-10-22 17:48:48 +02:00
Tacef Ine 9cc59f01f5 Updated the getOnlinePlayerCount() method to be more readable. 2015-10-22 17:42:28 +02:00
Tacef Ine 6795ba6a52 Fixed some typos in previous PR 2015-10-22 16:53:49 +02:00
Tacef Ine 51687ac40b Moved Player Count to a seperate Method
Changed getOnlinePlayerData to be Tables only.
2015-10-22 15:47:31 +02: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 045b25f354 Added output for when web server is online 2015-10-22 08:44:50 -05:00
Obique PSWG 9698703790 Fixed some weird code syntax in CellObject to fit standard 2015-10-21 08:27:40 -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 b7db34765c Added ProjectSWG's galactic time function 2015-10-17 11:04:11 -05:00
Obique PSWG f1e8183a93 Fixed CmdStartScene usage in ZoneManager 2015-10-17 10:55:47 -05:00
Obique PSWG ef24afe59f Fixed packet structs for CmdStartScene and AttributeListMessage 2015-10-17 10:52:48 -05:00