Obique PSWG
108f1c35cf
Added system messages for bank transactions
2015-08-09 13:50:14 -05:00
Obique PSWG
0ea79a32ab
Implemented CORE-125 'Banking'
2015-08-09 13:12:47 -05:00
Obique PSWG
54cfc197a4
Added selection code for radials for use both in Java and in Javascript
2015-08-09 11:51:33 -05:00
Obique PSWG
fb6f53338c
Added additional radial logic for easier iff->script lookup and added basic implementation for radial options
2015-08-09 02:12:17 -05:00
Waverunner
e257611842
Command java callbacks (ICmdCallback implementations) are instantiated once the command is called
...
Added new common methods to IntentFactory as well as suitable JavaDoc for all methods
Renamed "objManager" function variable in command scripts execute function to galManager (GalacticManager instance)
2015-08-05 15:17:22 -04:00
Ziggeh
019e73ead6
Changed the scripting language of Holocore to JavaScript. All scripts have been rewritten.
2015-07-28 04:46:53 +02:00
Waverunner
a2e6adc43c
Added missing encode and decode methods to some SWGPackets and refactored SWGPacket's CRC field to be set through a string
2015-07-06 16:25:51 -04:00
Waverunner
e29ee734ce
Default system chat rooms are now created
...
Added basic joining and room info retrieval functionality for chat rooms and the ability to send messages to the room
2015-06-21 13:35:16 -04:00
Waverunner
1ea6818c5c
Fixed friends displaying in friends list from old characters
...
Fixed removeFriend command not properly lowercasing
Fixed variety of issues with the community window not refreshing friends list properly
Fixed empty "does not exist" messages for friends list
Fixed bug allowing you to add yourself to your friends list
2015-06-19 12:37:12 -04:00
Waverunner
bd6a18bd9d
Fixed friends list causing issues when adding other players and relogging
2015-06-18 14:48:32 -04:00
Waverunner
aacc694d50
Refactored OutOfBand and ProsePackage's encoding methods
2015-06-17 23:18:03 -04:00
Waverunner
4d58a1c9f7
Added ability to remove friends from friends list
...
Fixed offline players not able to be added to friends list
2015-06-15 13:49:53 -04:00
Waverunner
c682a64c0d
Added ability to add players to friends list
...
Fixed broadcasting per planet using galaxy wide broadcasting
Added ability to notify players galaxy-wide based on conditionals
Fixed tells being sent to players that are not zoned in, the sender will now receive the appropriate offline message
2015-06-14 14:52:30 -04:00
Waverunner
957d0df7d9
Waypoints no longer disappear at 200m, Fixed import error for afk toggle script
2015-06-07 13:07:29 -04:00
Waverunner
81e9b8f0b0
UpdateContainmentMessage is sent even if parent is null
...
This should hopefully fix the blue ghost problems with equipping/unequipping items
2015-06-06 14:08:26 -04:00
Waverunner
827c379952
Disabled transferItemMisc script until blue ghost bug is fixed, Items that were in multiple slots are no longer sent individually for each slot
2015-06-06 11:45:10 -04:00
Waverunner
2160380287
Fixed a crash by un-equipping and then re-equipping an item
...
ODB wipe will be needed since the equipmentList will be out of sync with your character's slots if you attempted to remove an equipment item! "Removing" an item never removed it from the equipment list, only the slots.
2015-06-06 09:24:36 -04:00
Waverunner
ab4f9243fc
Fixed container and slot volume size logic checks and moved AFK to a script
2015-06-05 16:42:58 -04:00
Obique PSWG
ee58752ea4
Added debug parameter to server command, for basic testing
2015-06-02 00:37:21 -05:00
Waverunner
d84a056c62
Added null target check for setting a waypoint's active status
2015-05-29 19:48:23 -04:00
Waverunner
4392a9f28e
Merge branch 'development' of https://bitbucket.org/projectswg/holocore into development
2015-05-26 14:52:07 -04:00
Waverunner
e706c3b1f9
Updated awareness for objects in slots and containers, added removeObject, updated transferItemMisc command for slots refactor
2015-05-26 14:51:48 -04:00
Obique PSWG
0fbdfbcd2b
Added command for toggling the Player Flag for FACTIONRANK
2015-05-26 00:10:28 -05:00
Obique PSWG
4bf90a164e
Added command for toggling the Player Flag for LFG
2015-05-26 00:00:47 -05:00
Obique PSWG
b384f99a37
Added command for toggling the Player Flag for ROLEPLAYER
2015-05-25 23:57:18 -05:00
Obique PSWG
bee34b6144
Added command for toggling the Player Flag for HELPER
2015-05-25 23:53:42 -05:00
Obique PSWG
ca06c8bad0
Added /lfw command to toggle the Looking for Work player flag
2015-05-25 16:16:08 -05:00
Obique PSWG
bfba84aff2
Added /ooc command to toggle the Out Of Character player flag
2015-05-25 16:12:46 -05:00
Mads Boddum
be2d3ac91b
Merged development into CORE-103-inventory-features
2015-05-22 06:03:45 +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
Ziggeh
08497fc395
Implemented the opening of containers (backpacks etc)
2015-05-21 22:06:39 +02:00
Ziggeh
77c900c83d
Added support for equipping misc items (clothing)
2015-05-21 20:36:09 +02:00
tacef
65c84797e5
Added SetSpeed command
...
Only sideeffect: if you travel to fast and hit a wall or something
solid, your char will disappear and reappear when the server is finished
processing the transistion from a to b. Thats how it works in core3.
2015-02-23 18:20:45 +01:00
tacef
9f3d342f0c
Fixed Broadcast commands not being fired
2015-02-22 17:05:04 +01:00
Waverunner
2134cdb781
Mood ID is now set properly
2015-02-10 14:35:55 -05:00
Waverunner
7aff8a459b
Added waypoint methods to PlayerObject, Waypoint names and active status can now be set
2015-02-09 12:31:50 -05: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
a1125af5f4
Zoning in a player now sets their status to PlayerStatus.ZONED_IN, Added minor implementation of delta system to a few CreatureObject variables (cash, bank, posture, height)
2015-01-22 21:39:18 -05:00
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
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
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
241d26a885
Added moods for spatial chat messages
2015-01-18 00:30:38 -05:00
Waverunner
898dda3832
CommandService now loads commands from other datatables, Made WaypointObject encodable for SWGMap, Added requestWaypointAtPosition
2015-01-06 17:23:13 -05:00
Waverunner
7bec7c0489
Appropriate chat bubbles will now show depending on spatial type
2015-01-06 13:07:34 -05:00
Waverunner
15c57b60c5
Added basic spatial chat and fixed minor issue with checking for existing scripts
2014-12-17 14:46:05 -05:00
Waverunner
c8a1d8a4e8
Added basis for command service
2014-12-17 13:11:20 -05:00