Commit Graph
105 Commits
Author SHA1 Message Date
Obique PSWG f3aae4fa1c Added easier way of doing damage in scripts and fixed CombatAction implementation 2016-05-09 09:15:32 -05:00
Obique PSWG ad557b14e4 Created CombatService, the supporting items for combat, as well as basic combat 2016-05-07 23:23:20 -05:00
Obique PSWG 173bf1d9cd Added a /qatool details command to examine objects 2016-05-04 18:00:31 -05:00
Mads Boddum 64f18f7f06 Fixed issues where any in-game object could be picked up and being able to exceed container volume limits 2016-04-22 21:57:35 +02:00
Mads Boddum 66b992a294 Moved backwards compatibility with Basic dance to load_creature script 2016-04-05 19:46:38 +02:00
Mads Boddum 3b2728b17e Added a script that's executed when a CreatureObject is loaded from the database 2016-04-05 19:45:27 +02:00
Mads Boddum 14aed8ce8f Implemented dancing fully 2016-04-03 02:05:58 +02:00
dennise1975 c9afd33e7c Profession Starter Clothing: Added UniformBoxService and ItemDatabase, updated radials and CharacterCreationService 2016-03-03 20:59:59 -06:00
Mads Boddum 74a158a882 Armour can now be equipped 2016-02-22 20:15:58 +01:00
Obique PSWG e98c35a63c Fixed equip/unequip bug 2016-01-18 01:24:46 -06:00
Undercova PSWG 906ecac9bf Fixed /pvp command so it doesnt enable/disable god mode anymore 2016-01-07 21:27:26 +00:00
Mads Boddum d8afee0c35 Merge branch 'quality_assurance' of https://bitbucket.org/projectswg/holocore into CORE-137-travel
Conflicts:
	src/resources/objects/SWGObject.java
	src/resources/objects/creature/CreatureObject.java
	src/utilities/IntentFactory.java
2015-10-25 08:14:34 +01:00
Waverunner 1d4516b68c Merge branch 'groups_wip' into quality_assurance 2015-10-13 09:36:55 -04:00
Waverunner 4c1b895298 Added core grouping system for CORE-111 - Groups are now implemented 2015-10-13 09:35:18 -04:00
Mads Boddum f5d8eeaa70 Fixed an issue which prevented galaxy-wide system messages from being broadcasted 2015-10-09 18:57:47 +02:00
Mads Boddum 478d374548 Refactored the broadcast command scripts to use the IntentFactory 2015-10-08 22:27:38 +02:00
Mads Boddum 62c518e45c Renamed galManager in transferItemMisc to galacticManager for overall consistency 2015-10-08 13:55:16 +02:00
Mads Boddum 764a3814ab Fixed an incorrect function name in transferItemMisc 2015-10-08 13:54:00 +02:00
Mads Boddum 26da373c54 Fixed incorrect function declaration in purchaseTicket.js 2015-10-08 13:42:44 +02:00
Mads Boddum 1d8dcb94e6 Merged quality_assurance into CORE-137-travel 2015-10-08 08:55:29 +02:00
Mads Boddum 74c98a14ca Removed unnecessary semi-colons from travel-related scripts 2015-10-07 21:52:19 +02:00
Mads Boddum 9fa2f61235 Renamed the function in purchaseTicket to executeCommand 2015-10-07 21:51:45 +02:00
Waverunner b49b544af2 Added in basic ability to join groups 2015-10-05 17:39:02 -04:00
Waverunner 00fc0d8737 Renamed command scripts function "execute" to "executeCommand" and changed declaration to no longer be assigned as a variable for simplicity 2015-10-04 17:40:40 -04:00
Mads Boddum 72d73ef4e7 Merged quality_assurance into CORE-137-travel 2015-09-29 11:37:34 +02:00
Z61 3c1ec6aa65 Merged projectswg/holocore into quality_assurance 2015-09-27 16:07:23 -04:00
Mads Boddum bc51d1def7 Merged quality_assurance into CORE-137-travel 2015-09-27 17:27:28 +02:00
Obique PSWG 4bb1b0965a Merged in M4SS/holocore/CORE-245-safety-deposit (pull request #72)
CORE-245 safety deposit
2015-09-27 07:13:22 -05:00
Mads Boddum 30202efd14 Fixed an issue where certain moods and chat types would alter the chat message 2015-09-27 13:21:11 +02:00
Mads Boddum 6dd8af0627 Misc items can now be moved into containers 2015-09-27 11:56:44 +02:00
Mads Boddum a88b58905c Clicking a Ticket Terminal now opens the appropriate window for purchasing tickets 2015-09-26 07:10:39 +02:00
Mads Boddum 9ab203d0f8 The travel ticket object template is now associated with a proper radial menu, sending a TicketUseIntent upon use 2015-09-26 07:09:31 +02:00
Mads Boddum b4bca91cd4 The Ticket Collector now broadcasts a TicketUseIntent 2015-09-26 07:08:31 +02:00
Zach 0553b519ab fixed bracket for conventions. 2015-09-25 21:11:03 -04:00
Mads Boddum 28bc58a055 Created a TicketPurchaseIntent which is broadcasted upon purchasing a ticket 2015-09-26 02:00:30 +02:00
Zach 1b35b06dc3 Fixed a bug with a call. 2015-09-21 13:18:32 -04:00
Zach aeff2be744 pors /pvp command to JavaScript. 2015-09-21 00:24:31 -04:00
Obique PSWG e2bf51fdde Added "all_cells" command to dumpZoneInformation 2015-08-20 23:07:11 -05:00
Waverunner a73380f123 Merge remote-tracking branch 'origin/quality_assurance' into quality_assurance 2015-08-18 23:14:03 -04:00
Waverunner 2cefe67d9a Added ignore list including the "ignore" functionality for mails, chat messages, instant messages, and spatial chat 2015-08-18 23:13:57 -04:00
Obique PSWG 6a4b032db1 Fixed radial scripts using old RadialOption constructor 2015-08-18 18:41:38 -05:00
Obique PSWG 73714d8752 Merged in wallaceg09/holocore/feature/CORE-30/AdminCommandSystem (pull request #61)
Feature/core 30/admincommandsystem
2015-08-17 15:27:35 -05:00
Waverunner 1a396af911 Removed Player variable from SuiWindows and the display method for an SuiWindow now requires a Player argument
Changed function methods in scripts/radial/terminal folder to no longer be set as a variable
2015-08-17 15:50:32 -04:00
Waverunner d17008c35e Merge branch 'quality_assurance' of https://bitbucket.org/projectswg/holocore into quality_assurance 2015-08-16 11:42:18 -04:00
Waverunner c7d1919c98 Refactored entirety of SuiWindows so they're easier to add callbacks and set properties, including the addition of parameters map in replacement of returnParams for window callbacks 2015-08-16 11:39:26 -04:00
wallaceg09 086e6535b0 Basic admin system. This should automatically prevent most admin commands from being called by players that shouldn't be calling them, and even supports multiple levels of admins.
There are some outlier commands that don't follow the assumed convention of "admin" ability + godLevel, for example /setGodMode does not require the "admin" ability, but neither does it have a godLevel. So without manually checking in that instance, any player could  grant themselves god mode and have access to low level admin commands.

In order for admins to gain access to most of their commands, they must call the /setGodMode command. This command gives them the "admin" ability, and this ability works in tandem with their godLevel (which is determined by their access level).

Adds a minor implementation for abilities to enable the admin system to work. This implementation should come in handy in GU3 when we start on combat, since it will automatically prevent players from calling combat commands that they do not have the ability to call.
2015-08-15 18:23:13 -05:00
Obique PSWG 0cd6a6b85b Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2015-08-15 03:38:56 -05:00
Obique PSWG 755f3f6d13 Added galactic reserve check for the current city being eisley, theed, or coronet 2015-08-15 03:38:36 -05:00
Obique PSWG 58f5e5adb3 Merged in Undercova/added-command-to-show-current-position-i-1439567847541 (pull request #58)
Added command to show current position in world, buildings and cells
2015-08-14 10:58:41 -05:00
Undercova PSWG e0b0eaab9a Added command to show current position in world, buildings and cells 2015-08-14 15:57:29 +00:00