Commit Graph
6324 Commits
Author SHA1 Message Date
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
Obique 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
Obique 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
Obique ccc2780c29 Fixed player tag bug where tags are no longer shown 2015-01-19 16:46:04 -06:00
Obique 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
Obique 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
Obique 2b053c65f7 Added check to make sure password isn't empty 2015-01-19 03:37:47 -06:00
Obique df5f887630 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-19 03:10:24 -06:00
Obique 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
Obique 36feeceb94 Added check to ConnectionService to remove past players upon relog 2015-01-18 13:59:47 -06:00
Obique 29ea08fc22 Moved the last received packet update into the InboundPacketIntent 2015-01-18 13:19:02 -06:00
Obique 27e1781689 Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-01-18 11:28:15 -06:00
Obique 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
Obique d640e98ca7 Updated ChatService/ObjectManager to use the new ODB system 2015-01-18 04:00:44 -06:00
Obique 5ef51aa869 Merge branch 'master' of bitbucket.org:projectswg/core3 2015-01-18 02:24:20 -06:00
Obique 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
Waverunner 0da1fd8843 Added SuiBaseWindow class for common window tasks (height, titles, prompts) 2015-01-17 23:24:38 -05:00
Waverunner 2804c84484 Improved code readability for SuiWindow, Added clearDataSourceContainer type to SuiWindow 2015-01-17 12:18:32 -05:00
Waverunner 59040ceb50 Refactored SuiWindow's addCallback method to allow PyObject's for scripts that need to create SuiWindow's, ScriptCallbacks and JavaCallbacks map is only initialized now if a callback is added 2015-01-17 11:59:02 -05:00
Obique fb8d041c83 Added SWGObject.clearAware back in to zone in process 2015-01-17 01:40:12 -06:00
Obique 17c2311fd5 Changed connection logged out time to 15 seconds and disappear time to 3 minutes 2015-01-17 00:26:43 -06:00
Obique 712be540e2 Merge branch 'master' of bitbucket.org:projectswg/core3 2015-01-16 12:56:39 -06:00
Obique 5684242fab Increased the readability of the ObjectManager; Added a ObjectCreator class 2015-01-16 12:14:22 -06:00
Waverunner c0eff73951 Added SuiInputBox 2015-01-16 10:05:08 -05:00
Waverunner d13c7ffdd2 Removed unneeded variable in SuiService (maxWindowId) 2015-01-16 09:45:39 -05:00
Waverunner 5b000d179c Merge branch 'master' of https://bitbucket.org/projectswg/core3 2015-01-16 09:43:09 -05:00
Waverunner 79e148356e Added SUI events, Added helper methods for common tasks with SuiListBox, Registered callback for /server command 2015-01-16 09:42:57 -05:00