Commit Graph
6324 Commits
Author SHA1 Message Date
Obique PSWG ae70752b4f Changed PlayerFlags to be an enum 2015-05-25 16:12:32 -05:00
Obique PSWG ffb4e6b314 Added logging to CommandService error cases 2015-05-25 16:11:10 -05:00
Obique PSWG 49b69514e6 Added to CommandQueueEnqueue constructor 2015-05-25 16:10:18 -05:00
Obique PSWG 49af7b6afe Optimized CommandService init from datatables 2015-05-25 13:33:15 -05:00
Obique PSWG 12c322c673 Added additional player flags 2015-05-24 01:45:04 -05:00
Obique PSWG 0119e0b2d5 Implemented CORE-108 'Redo Config to use a custom config implementation' 2015-05-23 15:35:39 -05:00
Obique PSWG 79f79f6e3c Moved Config class to package server_info 2015-05-23 13:43:21 -05:00
Obique PSWG d64975b959 Added CORE-67 'Character creation limit per day' 2015-05-23 13:13:52 -05:00
Obique PSWG a1fa76e1d5 Changed galaxyId back to 1! 2015-05-23 11:07:39 -05:00
Obique PSWG abadc70e16 Changed CRC variable name and implemented decode() 2015-05-23 00:08:29 -05:00
Obique PSWG 25f4f0b928 Added AGPL license to ShowBackpack and ShowHelmet 2015-05-23 00:05:12 -05:00
Obique PSWG 4967c855dc Fixed 3 network messages to implement encode() 2015-05-23 00:02:38 -05:00
Obique PSWG 91911e793d Cleaned up ZoneService's zone in functions and possibly fixed an LD bug 2015-05-22 23:01:37 -05:00
Obique PSWG 9d839d6a08 Added additional info to the ConnectionService disconnect log 2015-05-22 22:51:36 -05:00
Obique PSWG df22f082bf Merge branch 'development' into quality_assurance 2015-05-22 22:22:34 -05:00
Obique PSWG 2cca8c843b Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-05-22 22:22:29 -05:00
Obique PSWG 5a448a2535 Merge branch 'development' of bitbucket.org:projectswg/holocore into development 2015-05-22 22:22: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 PSWG 2835bc887f Fixed delta number for CreatureObject.setHeight() 2015-05-22 20:18:52 -05:00
Waverunner c23f1c241d Merged development into quality_assurance 2015-05-22 09:39:46 -04:00
Waverunner 5740b983fc Fixed null hologram error 2015-05-22 09:38:22 -04: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 eac0e0b736 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-05-21 23:38:26 -05:00
Obique d2f158a777 Added log to gitignore 2015-05-21 23:38:07 -05:00
Obique d63bf34e0b Added data logger with a bit of implementation in ObjectManager 2015-05-21 23:37:15 -05:00
Obique d9e55ae365 Added missing Terrain file 2015-05-21 23:35:29 -05:00
Undercova 4ab43cf7f2 Merged in M4SS/holocorenew/CORE-103-inventory-features (pull request #32)
Fixed CORE-106 and implemented CORE-103
2015-05-22 06:20:50 +02:00
Obique 6e9abc8f4a Merge branch 'development' of bitbucket.org:projectswg/holocore into development 2015-05-21 23:12:48 -05:00
Mads Boddum be2d3ac91b Merged development into CORE-103-inventory-features 2015-05-22 06:03:45 +02:00
Ziggeh fe479bd5da conflict fix, take 2 2015-05-22 06:02:58 +02:00
Ziggeh 708a015227 Attempt at merge conflict fix 2015-05-22 05:59:03 +02:00
Mads Boddum e183fed54f Merged projectswg/holocore into development 2015-05-22 05:54:55 +02:00
Ziggeh 0f5834851c Added handling for dragging clothing in/out of containers 2015-05-22 05:53:31 +02:00
Ziggeh d5a9709104 Added functionality to open containers (backpacks etc) 2015-05-22 05:48:27 +02:00
Waverunner d541624dc7 Added the capability to destroy objects 2015-05-21 23:10:02 -04:00
Obique a7b3519f8a Merge branch 'quality_assurance' of [email protected]:projectswg/holocore.git into quality_assurance 2015-05-21 18:03:14 -05:00
Waverunner dc9ff5c6b0 Merge branch 'development' of https://bitbucket.org/projectswg/holocore into development 2015-05-21 17:32:57 -04:00
Waverunner 1f8c419327 Updated readme to include information on running holocore 2015-05-21 17:32:21 -04:00
Ziggeh 08497fc395 Implemented the opening of containers (backpacks etc) 2015-05-21 22:06:39 +02:00
Ziggeh 8f49b42e7f Fixed an issue with a OpenedContainerMessage constructor 2015-05-21 21:59:56 +02:00
Ziggeh 77c900c83d Added support for equipping misc items (clothing) 2015-05-21 20:36:09 +02:00
Ziggeh c1d99d36f8 Added functionality for equipping items 2015-05-21 20:35:51 +02:00
Ziggeh 66dcc7159e Fixed lots of issues caused by child objects not sending packets to those aware of their parent object 2015-05-21 20:21:18 +02:00
Obique 6e724aad5d Added config entry for enabling/disabling buildouts 2015-05-21 00:25:04 -05:00
Undercova 3effa98b07 Merged in M4SS/holocorenew/CORE-98-basic-appearance-features (pull request #31)
Implemented CORE-98 'Basic appearance features'
2015-05-20 10:15:05 +02:00
Ziggeh 3f86bd87c8 Implemented appearance item functionality 2015-05-20 10:01:20 +02:00
Ziggeh e6cef22170 Added the appearance inventory 2015-05-20 09:57:01 +02:00
Ziggeh b0d3a31e63 Implemented hologram colours 2015-05-20 09:54:51 +02:00
Ziggeh aaf2a1c1c8 Implemented /showHelmet and /showBackpack 2015-05-20 09:49:17 +02:00
Ziggeh 6f24a93a0c Fixed incorrect PLAY03 baseline variables and deltas that caused issues with /showhelmet and /showbackpack 2015-05-20 09:43:15 +02:00