Commit Graph
141 Commits
Author SHA1 Message Date
Obique PSWG 244997eb69 Changed buildouts to instead use an sdb file 2015-09-26 00:19:45 -05:00
Obique PSWG 418584e20a Fixed some FindBugs warnings in ObjectManager 2015-08-28 10:30:47 -05:00
Obique PSWG b8bdd7e1c8 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-08-27 12:45:45 -05:00
Mads Boddum 5d29903864 The loading of spawners now happens within initialization() of SpawnerService instead of in ObjectManager 2015-08-27 01:21:12 +02:00
Mads Boddum e158f30f3c Renamed the spawnEggService field in ObjectManager to spawnerService 2015-08-26 19:56:52 +02:00
Mads Boddum 5cb25bc4ce Added SpawnerService to the ObjectManager 2015-08-26 19:53:30 +02:00
Obique PSWG d6e6240ea2 Fixed null pointer exception in handling player disappear in ObjectManager 2015-08-24 17:16:15 -05:00
Obique PSWG 1e200021b1 Created qa tool to recover players that are in a pickle. Can teleport to all common planets 2015-08-21 00:44:10 -05:00
Obique PSWG ff717592fa Created a force delete QA tool, allowing an admin to remove any object/player in-game 2015-08-20 23:49:45 -05:00
Obique PSWG af003116df Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-08-20 19:38:34 -05:00
Obique PSWG a69046f47c Fixed LD bug when characters log out, as well as player tags in general 2015-08-20 19:08:50 -05:00
Waverunner e7c0913cc9 Fixed getEnteredText method in SuiInputBox not returning the proper user entered text 2015-08-19 16:47:36 -04:00
Waverunner f779c3f302 Added ability for services to reserve X amount of object id's in the ObjectManager through ObjectIdResponseIntent which will respond with a ObjectIdResponseIntent with a list of the id's that have been reserved
Added ObjectCreateIntent which will add an object to the object map in ObjectManager and the awareness system if required
2015-08-19 11:21:24 -04:00
Obique PSWG 641d658fd0 Added zone error reporting for the client to give the user additional information 2015-08-18 20:00:17 -05:00
Obique PSWG 90af1ee789 Added a lot of logging to null ghost problem 2015-08-17 23:12:56 -05:00
Obique PSWG f4a7a302b0 Created CityService that will auto-update a player's current city 2015-08-15 03:33:28 -05:00
Obique PSWG 0f1722b8f9 Merge branch 'quality_assurance' into radials 2015-08-08 17:02:36 -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 e38c966bd5 Fixed connecting to galaxy bug where players are stuck there 2015-08-08 11:00:24 -05:00
Obique PSWG 3c0462a1bc Merge branch 'master' into radials 2015-08-04 23:48:39 -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 c01a177c98 Fixed issue where players will still appear as spawned inside a building despite logging out 2015-08-02 22:09:22 -05:00
Obique PSWG 74f1ac66f4 Moved player creature creation from ZoneManager to ObjectManager upon every zone 2015-08-02 02:45:17 -05:00
Obique PSWG be5fd47373 Got a basic start to banking and radials - currently sidetracked by memory bug 2015-08-01 10:24:00 -05:00
Obique PSWG 177486d09e Fixed null pointer exception when loading all buildouts 2015-07-26 11:06:22 -05:00
Obique PSWG a51dfc45d6 Merged loading buildouts and snapshots to one config entry 2015-07-26 10:36:13 -05:00
Obique PSWG c360ab65a9 Created new Quaternion and Point3D classes for the Location. Will require an ODB wipe! 2015-07-23 00:07:26 -05:00
Obique PSWG f02543a60d Fixed printf error with long argument 2015-07-19 16:58:03 -05:00
Obique PSWG 7ebb1eeb69 Added static service to spawn bank and ticket terminals 2015-07-19 14:49:01 -05:00
Obique PSWG 54cebc0d53 Fixed object ID collisions with buildouts/snapshots 2015-06-20 21:27:25 -05:00
Obique PSWG c870fc34a5 Fixed some object IDs being overwritten by snapshots/buildouts 2015-06-20 17:28:11 -05:00
Obique PSWG 86dcc5e492 Added null check for parent in update transform with parent 2015-06-20 17:16:13 -05:00
Obique PSWG 9778176f7d Improved buildout/snapshot loading to allow getting entire object table 2015-06-20 16:58:47 -05:00
Obique PSWG b3f9b51485 Fixed CORE-127 'Players will now show up in buildings' 2015-06-20 15:21:43 -05:00
Obique PSWG 7dc676093f Fixed rounding issue in UpdateTransformWithParentMessage 2015-06-20 15:21:10 -05:00
Obique PSWG f4ac2aacec Now loads snapshots 2015-06-17 22:39:42 -05:00
Waverunner 6c9bc382d7 Added packet handling for DataTransformWithParent to enable seeing players in buildings. 2015-06-13 21:02:18 -04:00
Waverunner e6152db259 Removed postures from being sent after every DataTransform and stopped sending UpdateTransformMessage to the acting client 2015-06-12 08:07:16 -04:00
Waverunner c696db36f5 Added new FIRST_ZONE enum to PlayerEvent for distinguishing between switching initial logins and planet/area switching 2015-06-11 14:12:04 -04:00
Obique PSWG 1f24dac320 Renamed ZoneInIntent to RequestZoneInIntent to avoid confusion 2015-06-11 07:42:16 -05:00
Obique PSWG 28da27d645 Merge branch 'development' into quality_assurance
Conflicts:
	src/resources/collections/SWGList.java
2015-06-10 21:02:12 -05:00
Obique PSWG eba3e24db6 Added logging to ObjectManager in case the player is ever null 2015-06-10 20:38:47 -05:00
Waverunner fe2de9661c Fixed modification exception being thrown when destroying items within a container 2015-06-10 15:25:19 -04:00
Obique PSWG 180ff44bd4 Added an additional function to ObjectManager to allow creating objects without adding them to awareness 2015-06-07 11:50:44 -05:00
Waverunner 856e87fb26 Revert "Commented out clear aware in delete object causing awareness issues on relogging"
This reverts commit 9d2adce3fc.
2015-06-05 15:22:14 -04:00
Waverunner 9d2adce3fc Commented out clear aware in delete object causing awareness issues on relogging 2015-06-05 15:09:16 -04:00
wallaceg09 425ac416b7 Fixes awareness bug 2015-06-05 12:15:21 -05:00
Obique PSWG 2e353b4da9 Removed character from object awareness when disappearing and adding when zoning in 2015-06-04 19:34:46 -05:00
Waverunner 622291d6dc Added MapService along with temporary locations for tatooine cities 2015-06-02 16:21:21 -04:00
Obique PSWG 6fe9eb9d84 As far as I can tell, implements CORE-124 'Now loads all buildouts' 2015-06-01 00:23:53 -05:00