Obique PSWG
108f1c35cf
Added system messages for bank transactions
2015-08-09 13:50:14 -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
52b684dc1a
Merge branch 'quality_assurance' into radials
2015-08-08 22:03:56 -05:00
Obique PSWG
4b334fb61b
Fixed thread names across Holocore
2015-08-08 22:03:36 -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
Obique PSWG
c341318ba3
Fixed crash in a very specific circumstance for loading into a building
2015-08-08 14:47:17 -05:00
Obique PSWG
bd7e19a089
Fixed crash from previous commit where a player zones inside a building
2015-08-08 14:19:04 -05:00
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
Obique PSWG
0f8ea7820f
Merged quality_assurance into radials
2015-08-07 13:22:03 -05:00
Waverunner
c52b8c78bf
Fixed map locations not showing up correctly
2015-08-06 10:01:34 -04:00
Obique PSWG
4e3165711c
Fixed debug printout in RadialService
2015-08-06 00:17:22 -05:00
Obique PSWG
40f6e0679a
Refactored banking service to use new radial system
2015-08-05 23:39:22 -05:00
Obique PSWG
9bd08ec505
Completely refactored current radial system to be far easier to program
2015-08-05 23:36:14 -05: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
e1b1d4fe1e
Bank terminals now show two of the four sub-options in the "Use Bank" radial
2015-08-05 00:51:50 -05:00
Obique PSWG
df239e149c
Added intent registration in RadialService
2015-08-05 00:18:38 -05:00
Obique PSWG
2facd1ad52
Merge branch 'quality_assurance' into radials
2015-08-04 23:48:45 -05:00
Obique PSWG
3c0462a1bc
Merge branch 'master' into radials
2015-08-04 23:48:39 -05:00
Obique PSWG
d865c166ab
Created registration intents and added logic to RadialService
2015-08-04 23:18:50 -05:00
Obique PSWG
f97ea32e5d
Basic functionality of RadialService implemented. All radial logic moved out of SuiService.
2015-08-04 01:39:43 -05: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