Commit Graph
6324 Commits
Author SHA1 Message Date
Obique d1a52635cd Added intent for knowing when the server status changes 2015-01-16 02:04:39 -06:00
Obique 3a6adac681 Added GalaxyStatus enum 2015-01-16 02:04:25 -06:00
Obique 36d183e802 Merge branch 'master' of bitbucket.org:projectswg/core3 2015-01-16 01:45:03 -06:00
Obique ff3951852e Lowered timeout for logging out and disappearing 2015-01-16 01:44:24 -06:00
Waverunner fbe1c3e8ce Added /server command which shows a SUI listbox, Added getSelectedRowReturnList() to SuiListBox for callback return lists 2015-01-15 23:27:49 -05:00
Obique acce9c817e Added null check to a player cleanup function 2015-01-15 17:12:56 -06:00
Obique dc1c064328 Added additional logging for logout / disappear mechanism 2015-01-15 17:12:35 -06:00
Waverunner b7b31f5168 Added SuiListBox along with other window components 2015-01-15 12:48:35 -05:00
Waverunner 17f3110134 Merge branch 'sui' 2015-01-15 11:38:36 -05:00
Waverunner 3f15a54686 Added SuiService to GameManager 2015-01-15 11:38:01 -05:00
Obique d077154831 Refactor to have new Player function to get character name 2015-01-15 10:31:38 -06:00
Waverunner caa198a837 Merge branch 'master' of https://bitbucket.org/projectswg/core3 into sui 2015-01-15 11:27:56 -05:00
Waverunner ffd459235f Added SuiWindowIntent and handling, added SuiMessageBox, updated SuiWindow class for extensibility along with a display method which sends an SuiWindowIntent to display the window 2015-01-15 11:26:12 -05:00
Obique 69621aa627 Fixed IMs/Mail after relog by deleting old player sessions upon relog 2015-01-15 02:34:42 -06:00
Obique f5f73473cb Fixed bug with creating a character 2015-01-15 02:20:02 -06:00
Obique 5fe7cf6248 Fixed annoying debug packet output message where it didn't have a println 2015-01-15 01:30:22 -06:00
Obique 6252a09e8d Fixed bug where multiple characters with same name could be created 2015-01-15 01:23:30 -06:00
Waverunner b4ac72ddae Merge branch 'master' of https://bitbucket.org/projectswg/core3 into sui 2015-01-14 18:49:37 -05:00
Obique 24891f6500 Removed some random comments 2015-01-14 15:45:43 -06:00
Obique aff8d2e25c Increased code readability for ObjectManager 2015-01-14 15:27:24 -06:00
Obique 4cb9359eb1 Fixed null pointer exception where the player could be null 2015-01-14 15:26:33 -06:00
Waverunner f979845f22 Added SuiWindow class and service 2015-01-13 13:18:53 -05:00
Obique 8cdff02e6a Added additional debugging 2015-01-13 02:14:04 -06:00
Obique b08ffda0b6 Added character deletion 2015-01-13 02:00:33 -06:00
Obique 1a0e2a604b Added a mechanism for logging players out and making them disappear 2015-01-13 00:36:34 -06:00
Waverunner 2ffa24da94 Merged mail into master 2015-01-11 12:27:34 -05:00
Waverunner e4c1fa8277 Zoning in a character now sends PlayerEvent.PE_ZONE_IN PlayerEventIntent to registered services, ChatService now receives zoning in intents, Persistent Message headers are now sent on login, Added default access level if it's not specified in the database (AccessLevel.PLAYER is default) 2015-01-11 12:24:15 -05:00
Waverunner 06575f5653 Mails can now be sent to off-line players 2015-01-11 09:54:02 -05:00
Waverunner 458a284c61 Added PersistentMessageIntent to send mails from other services 2015-01-10 23:33:28 -05:00
Obique 33361539cb Reverted portions of last patch, should zone in successfully 2015-01-09 12:56:44 -06:00
Obique b3f8d5f33e Fixed an awareness issue sending same baselines twice 2015-01-09 11:45:07 -06:00
Waverunner 1f0bfe08d9 Fixed mail timestamp causing crashes and added in responses for full mail message request 2015-01-08 11:25:23 -05:00
Waverunner ba5c703d66 Added sending of persistent messages 2015-01-07 10:51:52 -05:00
Waverunner 82f9e0703b Fixed tells including surnames when sent and replied to and changed the names to lowercase 2015-01-07 09:13:25 -05:00
Waverunner 898dda3832 CommandService now loads commands from other datatables, Made WaypointObject encodable for SWGMap, Added requestWaypointAtPosition 2015-01-06 17:23:13 -05:00
Waverunner 1b8f2c2e30 Merged chat-features into master 2015-01-06 16:01:19 -05:00
Waverunner 7f246d22e0 Added sending of tells between different players and removed case-sensitivity for player name methods in PlayerManager. 2015-01-06 15:58:37 -05:00
Waverunner e61cfb0519 Merge branch 'master' into chat-features 2015-01-06 15:22:53 -05:00
Waverunner d7d3039372 Added handle method for tells 2015-01-06 15:21:03 -05:00
Obique 19afd40e12 Added function to get a Player by the creature's name 2015-01-06 14:11:55 -06:00
Obique 6c9fe432ed Removed some debugging prints 2015-01-06 14:02:06 -06:00
Obique 981c167dde Merge branch 'master' of https://bitbucket.org/projectswg/core3 2015-01-06 13:58:46 -06:00
Obique ca4f2ccb42 Completely fixed awareness by adding UpdateTransform 2015-01-06 13:58:27 -06:00
Waverunner 338f44790f UpdatePvpStatusMessage is now sent for CreatureObject's (Players now shown correctly as well) 2015-01-06 14:32:43 -05:00
Waverunner c5a8393640 Fixed same exact variable information being re-created for spatial chat messages 2015-01-06 14:02:19 -05:00
Waverunner 7bec7c0489 Appropriate chat bubbles will now show depending on spatial type 2015-01-06 13:07:34 -05:00
Waverunner 672763540a Observers are now notified of spatial chat messages from a player 2015-01-06 12:43:21 -05:00
Waverunner 8ccc2cb40a Added Java Callbacks for commands 2015-01-06 12:08:57 -05:00
Obique b8594631db Merge branch 'master' of https://bitbucket.org/projectswg/core3 into awareness
Conflicts:
	src/services/objects/ObjectManager.java
	src/services/player/ZoneService.java
2015-01-06 09:34:04 -06:00
Obique 05ab45b792 Fixed awareness - I think. Still a crash bug lingering! 2015-01-05 14:01:29 -06:00