Commit Graph
6324 Commits
Author SHA1 Message Date
Waverunner db98beb9e8 ChatBroadcastIntent can now accept ProsePackages, Refactored handling of ChatBroadcastIntent's, Delta messages are now sent when adding items to the appearance list and equipment list for CreatureObject's 2015-02-16 10:51:57 -05:00
Obique b1c6451934 Minor bugfixing change to a ResultSet to close it after use 2015-02-15 02:01:18 -06:00
Waverunner 8ad34d3c44 Added baseline variables to PlayerObject 2015-02-11 22:27:52 -05:00
Waverunner 767a79f995 Added player emotes, Updated CreatureObject baseline for string deltas 2015-02-11 19:37:09 -05:00
Obique 7c4219a46a Added more output when receiving or sending an ObjectController 2015-02-11 16:34:09 -06:00
Obique 83210efaf1 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-02-11 13:32:56 -06:00
Obique 5a485e26d7 Added banned players to the database and handles them properly with LoginService 2015-02-11 13:31:27 -06:00
Waverunner 2eb05dfa9b Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-02-11 11:11:32 -05:00
Waverunner 8bc1341093 Refactored SUI Service packet processing 2015-02-11 11:11:22 -05:00
Obique 7eda37c15e Added advanced error messages to the LoginService 2015-02-11 10:09:58 -06:00
Obique ac53b446ca Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3
Conflicts:
	src/services/chat/ChatService.java
2015-02-11 08:31:21 -06:00
Obique 37a46bdc74 Created a ChatCommandIntent to allow program-wide processing of commands 2015-02-11 08:29:29 -06:00
Obique c841430c32 Fixed ConnectionService bugs and improved the disconnect system 2015-02-11 08:28:56 -06:00
Obique 714a3aeb98 Made a huge refactor to ChatService to improve readability and reduce bugs 2015-02-11 08:27:37 -06:00
Waverunner 2134cdb781 Mood ID is now set properly 2015-02-10 14:35:55 -05:00
Waverunner 7080c5d972 Added missing variables in CreatureObject and made all CreatureObject baseline variables send a delta 2015-02-10 12:51:54 -05:00
Waverunner 959187b3ea Added getAttributesBatch 2015-02-09 13:48:25 -05:00
Waverunner dafe301af4 Waypoint Colors can now be set 2015-02-09 13:05:58 -05:00
Waverunner 7aff8a459b Added waypoint methods to PlayerObject, Waypoint names and active status can now be set 2015-02-09 12:31:50 -05:00
Waverunner d342e70822 Fixed outgoing player names from tells being lowercased when received by a player 2015-02-08 13:23:43 -05:00
Waverunner 6d6cdab7d3 Small refactor for WaypointObject 2015-02-08 13:06:30 -05:00
Waverunner b09dca9189 Added WaypointColor enum, Updated Waypoint bytes structure, Added ignore to flags list for PlayerObject 2015-02-06 11:14:49 -05:00
Waverunner 4346928b0a Updated WaypointObject's encode method for little endian 2015-02-06 09:26:38 -05:00
Waverunner bc83533aa8 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-02-06 08:45:38 -05:00
Waverunner 46d188718d Owner is now set for PlayerObject, Moved requestWaypointAtPosition to java, Updated SWGMap constructors, 2015-02-06 08:45:15 -05:00
tacef ad19f61a92 Changed Printout on login error to contain the Ipaddress and port 2015-02-01 17:32:15 +01:00
Waverunner abc0bdde8d Fixed updateType's for SWGList and SWGMap's in CreatureObject, Commented the updateType next to the variable in the createBaseline methods for CreatureObject 2015-02-01 10:13:25 -05:00
Waverunner 88ac6eb3b2 Updated attribute list deltas for CREO 2015-01-31 20:49:44 -05:00
Waverunner 63726d9ec1 PlayerState set to ZONING_IN on zoneIn, CmdSceneReady is now sent back to the client and the player state is set to ZONED_IN 2015-01-31 15:03:39 -05:00
Waverunner 454a90d189 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-31 14:28:30 -05:00
Waverunner 5620506518 Updated SWGList's and Map's for CreatureObject and PlayerObject to include the proper updateType's for deltas 2015-01-31 14:28:07 -05:00
Obique d9a9dfb08e Added packets.txt to .gitignore 2015-01-30 12:32:21 -06:00
Obique 7a682af45a Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-23 13:57:29 -06:00
Obique d4f52329ff Added reserved words to ZoneService 2015-01-23 13:55:14 -06:00
Obique d4c4e72826 Added fictionally inappropriate names to ZoneService such as 'Peter PIper' 2015-01-23 12:35:31 -06:00
Waverunner 273562a704 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3
Conflicts:
	src/services/objects/ObjectManager.java
2015-01-22 21:42:10 -05:00
Waverunner a1125af5f4 Zoning in a player now sets their status to PlayerStatus.ZONED_IN, Added minor implementation of delta system to a few CreatureObject variables (cash, bank, posture, height) 2015-01-22 21:39:18 -05:00
Obique f40a690a80 Modified outputs of services to conform to general output standard 2015-01-22 19:41:16 -06:00
Obique 9fafb74abd Fixed NameGen file location 2015-01-22 07:40:30 -06:00
Waverunner a917dfd650 Temporary fix for server not starting up due to the name filter not loading 2015-01-22 00:22:26 -05:00
Waverunner 44eae3070c Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-21 23:46:15 -05:00
Waverunner 6735e72973 Added custom server shutdown time to the server command window 2015-01-21 23:46:06 -05:00
Obique 6a2ef51f12 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-21 20:50:29 -06:00
Obique 4b15fcc308 Added NameFilter to ZoneService and added corresponding text files 2015-01-21 20:49:51 -06:00
Waverunner 0f6da1eaad Fixed times for server shutdowns, add time value to ServerManagementIntent 2015-01-21 09:53:57 -05:00
Waverunner 474384540d Refactored how shutdown system messages are sent, Added an option to shutdown server in x minutes 2015-01-21 01:20:42 -05:00
Obique 10dce585fc Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-20 23:34:00 -06:00
Obique 1db3c0e9af Updated the commit message for ConnectionService a bit (added a space :P) 2015-01-20 23:33:44 -06:00
Obique efda44179c Improved readability and functionality of ProjectSWG.java to handle termination more gracefully 2015-01-20 23:33:25 -06:00
Waverunner e35777eae8 Added 15 minute shutdown timer which also notifies players who are active 2015-01-20 22:44:18 -05:00