Commit Graph
235 Commits
Author SHA1 Message Date
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
ObiqueandObique 6a2ef51f12 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-21 20:50:29 -06:00
ObiqueandObique 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
ObiqueandObique 10dce585fc Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-20 23:34:00 -06:00
ObiqueandObique 1db3c0e9af Updated the commit message for ConnectionService a bit (added a space :P) 2015-01-20 23:33:44 -06:00
ObiqueandObique 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
Waverunner 5dab50b799 Added /broadcastGalaxy, /broadcastPlanet, and /broadcastArea, as well as changed /broadcast to broadcast based off of the planet instead of area 2015-01-20 20:41:59 -05:00
Waverunner 4c75e28b55 Added NotifyPlayersPacketIntent for sending packets to a large number of players 2015-01-20 20:28:50 -05:00
Waverunner e8d710f32a Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-20 20:02:50 -05:00
Waverunner b1a114d2f4 shutdownRequested being set to true in the CoreManager will now shutdown the server 2015-01-20 19:52:28 -05:00
ObiqueandObique 6170f08004 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3
Conflicts:
	src/services/player/ZoneService.java
2015-01-20 00:30:43 -06:00
ObiqueandObique ef0f527614 Added additional logging for creating/deleting players and logging in 2015-01-20 00:22:08 -06:00
Waverunner 5743423603 Updated some output strings to include the account name alongside the character name 2015-01-19 19:11:14 -05:00
Waverunner 7e86e7284d Added /broadcast and /broadcastArea, both will send the specified message to observers of the acting player 2015-01-19 19:07:52 -05:00
Waverunner db2251f850 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-19 17:54:37 -05:00
Waverunner cc96ba9269 Disabled writing to packets.txt file 2015-01-19 17:53:43 -05:00
ObiqueandObique ccc2780c29 Fixed player tag bug where tags are no longer shown 2015-01-19 16:46:04 -06:00
ObiqueandObique a3a37b8c89 Increased packet sending interval to 100ms; Added check to make sure CoreManager doesn't request to shut down 2015-01-19 16:31:47 -06:00
ObiqueandObique d275b5919b Added shutdown requested mechanism 2015-01-19 16:31:29 -06:00
Waverunner b58cb9df28 Merge branch 'feature/radials' 2015-01-19 10:33:09 -05:00
Waverunner b1d95de98a Fixed controller for radials causing crashes 2015-01-19 08:32:41 -05:00
Waverunner 4ed862e67e Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-19 07:44:43 -05:00
Waverunner af381b4001 Added constraints to database tables 2015-01-19 07:44:21 -05:00
ObiqueandObique 2b053c65f7 Added check to make sure password isn't empty 2015-01-19 03:37:47 -06:00
ObiqueandObique df5f887630 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-19 03:10:24 -06:00
ObiqueandObique e70bcc0713 Added ability for LoginService to use the password_salt as well as an unhashed/hashed password 2015-01-19 03:09:41 -06:00
Waverunner 1aa3453cb3 Added handling of radial menu requests and responses 2015-01-18 23:40:07 -05:00
Waverunner 1d7f6e5c66 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-18 15:18:28 -05:00
Waverunner 9c14a1629d Added ServerManagementIntent, Updated /server command to broadcast management intents, Added "Unban Player" to Server Management window 2015-01-18 15:18:19 -05:00
ObiqueandObique 36feeceb94 Added check to ConnectionService to remove past players upon relog 2015-01-18 13:59:47 -06:00
ObiqueandObique 29ea08fc22 Moved the last received packet update into the InboundPacketIntent 2015-01-18 13:19:02 -06:00
ObiqueandObique 27e1781689 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-18 11:28:15 -06:00
ObiqueandObique 4be545437b Increased logged out threashold to 30sec 2015-01-18 11:27:44 -06:00
Waverunner 192b98ee30 Added access level check for commands with a godLevel that is higher than 0 2015-01-18 10:56:16 -05:00
Waverunner 2fc1e3e8c0 Added handling for listbox selection on /server command 2015-01-18 10:53:49 -05:00
Waverunner 3702b274ce Changed back to original name 2015-01-18 09:38:02 -05:00
Waverunner ee50a042ae Renamed spatialChatInternal to fix file tracking error 2015-01-18 09:37:02 -05:00
Waverunner 512c32a361 Fixed argument error for spatialChatInternal command 2015-01-18 09:29:17 -05:00
Waverunner 9325ba8580 Revert "Testing commit for bamboo"
This reverts commit 48eddd4299babeed3f2f82575dc8eb707a9b4668.
2015-01-18 09:16:07 -05:00
Waverunner 960a27dff2 Testing commit for bamboo 2015-01-18 08:22:55 -05:00
ObiqueandObique d640e98ca7 Updated ChatService/ObjectManager to use the new ODB system 2015-01-18 04:00:44 -06:00
ObiqueandObique 5ef51aa869 Merge branch 'master' of bitbucket.org:projectswg/core3 2015-01-18 02:24:20 -06:00
ObiqueandObique a52185a26c Massive optimizations to the ObjectDatabase 2015-01-18 02:24:03 -06:00
Waverunner 241d26a885 Added moods for spatial chat messages 2015-01-18 00:30:38 -05:00
Waverunner f8d5ff1196 Added SuiTableWindow class 2015-01-18 00:09:03 -05:00