Commit Graph
931 Commits
Author SHA1 Message Date
Obique PSWG a67464e23e Fixed CORE-127 'Players will now show up in buildings' (for real this time) 2015-08-08 12:23:24 -05:00
Obique PSWG c081c824c0 Fixed null pointer exception in Player's hashCode function 2015-08-08 12:07:34 -05:00
Obique PSWG 68833935a5 Fixed miscelaneous getLocation() issues and optimized some calls to avoid unnecessary copies 2015-08-08 12:04:54 -05:00
Obique PSWG 69c71e7e47 Fixed waypoint's location to include the terrain 2015-08-08 11:58:21 -05:00
Obique PSWG 0f5a687823 Fixed LD/Disappear bug in ConnectionService 2015-08-08 11:27:42 -05:00
Obique PSWG 9ba69daad4 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-08-08 11:00:48 -05:00
Obique PSWG e38c966bd5 Fixed connecting to galaxy bug where players are stuck there 2015-08-08 11:00:24 -05:00
Obique PSWG b31156d958 Optimized ByteUtilities' getHexString function to be faster 2015-08-08 10:59:35 -05:00
Obique PSWG 8f919321c8 Fixed two packet structs that weren't decoding properly 2015-08-08 10:59:12 -05:00
Obique PSWG 6334b73b51 Optimized ConnectionService's data structures to never contain two copies of a player 2015-08-08 10:58:50 -05:00
Waverunner c52b8c78bf Fixed map locations not showing up correctly 2015-08-06 10:01:34 -04:00
Waverunner 0f0a6d6987 Merge branch 'quality_assurance' of https://bitbucket.org/projectswg/holocore into quality_assurance 2015-08-05 15:17:31 -04:00
Waverunner e257611842 Command java callbacks (ICmdCallback implementations) are instantiated once the command is called
Added new common methods to IntentFactory as well as suitable JavaDoc for all methods
Renamed "objManager" function variable in command scripts execute function to galManager (GalacticManager instance)
2015-08-05 15:17:22 -04:00
Obique PSWG 01324ebfcf Removed two warnings from ChatRoom that weren't caught in the previous commit 2015-08-03 08:09:57 -05:00
Obique PSWG 53dc2bb160 Merged in M4SS/holocore/intent-factory (pull request #55)
Implemented CORE-237
2015-08-02 23:09:07 -05:00
Ziggy e3097069bc The IntentFactory can now be referenced in scripts without the need to import the class 2015-08-03 06:05:35 +02:00
Ziggy ccc5c1bc20 Created an IntentFactory which currently supports common operations such as system messages and in-game mails 2015-08-03 06:04:48 +02:00
Obique PSWG b17c00059a Fixed null pointer exception on chat room loading 2015-08-02 23:04:15 -05:00
Obique PSWG ec76f63948 Merged in M4SS/holocore/CORE-238-cash-and-bank-balances-are-no-l (pull request #54)
Fixed CORE-238
2015-08-02 22:18:45 -05:00
Undercova PSWG e506209e85 Merged in M4SS/holocore/costumes (pull request #53)
Implemented setPlayerAppearance and revertPlayerAppearance
2015-08-03 05:14:59 +02:00
Obique PSWG b239c7bea0 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-08-02 22:10:08 -05:00
Ziggy 9346f93f03 Fixed misplaced CREO01 baseline variables and updated their respective deltas accordingly 2015-08-03 05:09:40 +02:00
Obique PSWG c01a177c98 Fixed issue where players will still appear as spawned inside a building despite logging out 2015-08-02 22:09:22 -05:00
Waverunner 61e8d65783 Refactored default system channel creation to not require a public method 2015-08-02 18:53:41 -04:00
Obique PSWG 493b414fd1 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-08-02 17:34:56 -05:00
Waverunner 997c09cc8a Merge branch 'quality_assurance' of https://bitbucket.org/projectswg/holocore into quality_assurance 2015-08-02 18:32:44 -04:00
Waverunner 7fbffa8b63 Added chat room persistence 2015-08-02 18:30:49 -04:00
Ziggy 61d55c9da3 Implemented setPlayerAppearance and revertPlayerAppearance 2015-08-02 23:56:00 +02:00
Mads Boddum 6ef5131fba Merged projectswg/holocore/quality_assurance into quality_assurance 2015-08-02 23:54:58 +02:00
Waverunner 93aa93d7f9 Merged in M4SS/holocore/CORE-236-swgmap-now-works-with-other-val (pull request #52)
Fixed CORE-236 'SWGMap now works with other value type parameters than String'
2015-08-02 17:33:44 -04:00
Ziggy 91a36ad42d Added an instanceof check to Encoder.encode() to prevent unintended behaviour with various classes 2015-08-02 22:29:25 +02:00
Ziggy 8e8148c863 Revert "SWGMap is now compatible with non-String value types"
This reverts commit 045c1ddc10.
2015-08-02 22:26:37 +02:00
Obique PSWG 97906a004c Now cleans up some lists and queues in the outbound network handler upon reset 2015-08-02 14:29:20 -05:00
Obique PSWG 26faf27771 Fixed warning in imports 2015-08-02 11:23:58 -05:00
Obique PSWG 04c486bb8b Fixed Encryption to always clean up the compression objects 2015-08-02 11:00:13 -05:00
Obique PSWG 74f1ac66f4 Moved player creature creation from ZoneManager to ObjectManager upon every zone 2015-08-02 02:45:17 -05:00
Obique PSWG 27dc019cc1 Removed UpdatePvpStatus message from zone in, should be sent with CREO baselines 2015-08-02 02:40:32 -05:00
Obique PSWG 7daa5aa80a Fixed memory leak by cleaning up the compressed data after compressing 2015-08-02 01:40:39 -05:00
Obique PSWG 3cf6d1a848 Optimized OutboundNetworkHandler to not re-encrypt old OOO data 2015-08-02 01:14:48 -05:00
Obique PSWG cf81b4a2bd Put the packet processing in a separate thread to make the UDPServer respond to new packets faster 2015-08-01 16:41:24 -05:00
Obique PSWG 9f1e8ef197 Added a catch to make sure encryption will not throw anything to cause a crash 2015-08-01 16:40:25 -05:00
Obique PSWG 0cc6d9d226 Removed ack/ooo logging from previous commit 2015-08-01 16:40:02 -05:00
Obique PSWG bc0b07e412 Added some ack/ooo logging to outbound network handler 2015-08-01 12:47:23 -05:00
Obique PSWG 4e9d83702d Removed memory logging from ProjectSWG 2015-08-01 12:40:07 -05:00
Obique PSWG f925c4e067 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-08-01 11:46:51 -05:00
Obique PSWG 08d938d434 Fixed issue where sometimes the server won't let you zone in 2015-08-01 11:46:33 -05:00
Waverunner e06ba70bf6 Merge branch 'quality_assurance' of https://bitbucket.org/projectswg/holocore into quality_assurance 2015-08-01 09:13:07 -04:00
Waverunner e62b3632a6 Added moderators for custom chat channels that have enabled moderation 2015-08-01 09:12:20 -04:00
Obique PSWG 265bf072b2 Chagned OutboundNetworkHandler's use of iterator() to listIterator() 2015-07-31 21:51:34 -05:00
Obique PSWG 331192b6a9 Possibly fixed memory leak issue 2015-07-31 21:31:35 -05:00