Commit Graph
105 Commits
Author SHA1 Message Date
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
Waverunner 10a3ddfddd Fixed object destruction not updating the client 2015-05-28 15:36:12 -04:00
Waverunner a620a19333 Added ContainerResult enum to return for moveToContainer method, Updated object destroy methods for slots refactor in ObjectManager 2015-05-27 00:16:49 -04:00
Waverunner 329288dee3 Merge branch 'development' of https://bitbucket.org/projectswg/holocore into development 2015-05-25 17:59:20 -04:00
Waverunner 4af510f636 Refactored slots to not require a slot name and added in foundation for containers 2015-05-25 17:59:07 -04:00
Obique PSWG 79f79f6e3c Moved Config class to package server_info 2015-05-23 13:43:21 -05:00
Obique PSWG 360507118c Fixed CORE-94 and CORE-105 'Characters will not become ghosts anymore' and 'Standing up from sit position lets your character move again' 2015-05-22 22:21:31 -05:00
Obique da183696c7 Moved logging into separate class and fixed ZoneService bug where if the name was rejected, the character would be created anyways 2015-05-22 01:52:44 -05:00
Obique d63bf34e0b Added data logger with a bit of implementation in ObjectManager 2015-05-21 23:37:15 -05:00
Obique 6e9abc8f4a Merge branch 'development' of bitbucket.org:projectswg/holocore into development 2015-05-21 23:12:48 -05:00
Waverunner d541624dc7 Added the capability to destroy objects 2015-05-21 23:10:02 -04:00
Obique 6e724aad5d Added config entry for enabling/disabling buildouts 2015-05-21 00:25:04 -05:00
ObiqueandObique a6596c1d3f Removed secondary observers list in SWGObject, and possibly fixed chat related bugs 2015-05-17 23:40:18 -05:00
ObiqueandObique 630f623117 Moved awareness code into a new class 'ObjectAwareness' 2015-05-17 23:01:22 -05:00
ObiqueandObique d0f8163e8d Reorganized intent structure 2015-05-17 16:09:01 -05:00
ObiqueandObique 2841be045c Verified that all ODBs were saved upon termination 2015-05-16 03:16:54 -05:00
Undercova 9bb1a23f49 Merged in M4SS/holocore/CORE-76-time-played-function (pull request #18)
Added CORE-76 '"Time played" function'
2015-05-09 02:54:41 +02:00
Ziggy c4a344ba1c Merge conflict fix, take 2 2015-05-09 02:31:06 +02:00
Ziggy a34b8f5398 Revert "Merge conflict fix?"
This reverts commit 0b4052c7824b6a60364892246187c13f4297ec29.
2015-05-09 02:16:45 +02:00
Ziggy d95b06ddea Merge conflict fix? 2015-05-09 02:16:18 +02:00
Ziggy cf88aad5f8 Fixed an issue where total time played would reset every log-in 2015-05-09 01:42:46 +02:00
Ziggy 5c71df31f3 Added a method call that will clear the LD flag upon zone-in 2015-05-07 17:47:04 +02:00
Z61 37c928d262 Added CreatureMood (list of all moods available to players.) And added usage to zone-in mood reset. 2015-05-06 16:43:16 -04:00
Z61 902dc33a74 Fixed CORE-83 'Mood doesnt reset with logout'. 2015-05-06 15:57:57 -04:00
ObiqueandObique 9ffbde1765 Added license to all files within the project 2015-05-04 10:19:06 -05:00
tacef ee4ca6d3af Updated Objectmanager 2015-03-01 17:42:09 +01:00
tacef 3b19e652f4 Fixed processTeleportIntent
Toons no longer getting stuck at Generating Terrain
2015-03-01 14:27:51 +01:00
tacef 247ce4e231 Added Several Postures
Added Kneel
Added Prone
Altered CommandService
Altered Stand
Altered ObjManager
2015-03-01 13:42:35 +01:00
tacef a22796388c Merge branch 'master' of http://37.59.100.124:7990/scm/nge/core3 2015-02-28 20:57:35 +01:00
tacef 6ef742594f Added Teleport Intent 2015-02-28 20:57:26 +01:00
ObiqueandObique 9ea9dcda22 Added buildouts - still not completely functional but close 2015-02-28 12:22:25 -06:00
ObiqueandObique e754f286a8 Moved many things into the engine and removed the casting from getCreatureObject 2015-02-22 11:41:54 -06:00
ObiqueandObique ae37a24380 Fixed sitting except for chairs 2015-02-21 15:06:08 -06:00
ObiqueandObique 3b5495e49a Big ObjectController refactor to make controllers easier to use 2015-02-18 13:40:20 -06:00
ObiqueandObique 61604f715c Went into an insane bugfixing mode in the core 2015-02-17 01:13:52 -06:00
Waverunner 46d188718d Owner is now set for PlayerObject, Moved requestWaypointAtPosition to java, Updated SWGMap constructors, 2015-02-06 08:45:15 -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