Delta-v/Content.Client/UserInterface
DrSmugleaf 0a82aba88e
Add pulling (#1409)
* Initial framework for pulling.

* Make it possible to pull items via (temporary) keybind Ctrl+Click, make items follow the player correctly.

* Make other objects pullable, implement functionality for moving an object being pulled, make only one object able to be pulled at a time.

* Make sure that MoveTo won't allow collisions with the player

* Update everything to work with the new physics engine

* Update Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs

Co-authored-by: ComicIronic <comicironic@gmail.com>

* Physics update and convert to direct type casts

* Add notnull checks

* Add pull keybinds to the tutorial window

* Move PullController to shared

* Fix pulled items getting left behind

* Fix moving pulled objects into walls

* Remove flooring of coordinates when moving pulled objects

* Add missing null check in PutInHand

* Change pulling keybind to control and throwing to alt

* Change PhysicsComponent references to IPhysicsComponent

* Add trying to pull a pulled entity disabling the pull

* Add pulled status effect

* Fix merge conflicts

* Merge fixes

* Make players pullable

* Fix being able to pull yourself

* Change pull moving to use a velocity

* Update pulled and pulling icons to not be buckle

A tragedy

* Make pulled and pulling icons more consistent

* Remove empty not pulled and not pulling images

* Pulled icon update

* Pulled icon update

* Add clicking pulling status effect to stop the pull

* Fix spacewalking when pulling

* Merge conflict fixes

* Add a pull verb

* Fix nullable error

* Add pulling through the entity drop down menu

Co-authored-by: Jackson Lewis <inquisitivepenguin@protonmail.com>
Co-authored-by: ComicIronic <comicironic@gmail.com>
2020-07-27 00:54:32 +02:00
..
Cargo Cargo Console Limit (#1095) 2020-07-02 14:45:40 +02:00
Controls Re-organize style sheets and add StyleSpace. 2020-04-04 15:10:51 +02:00
Stylesheets Adds side-open button styles. 2020-07-17 12:06:52 +02:00
CharacterSetupGui.cs Re-organizing the Resources folder. Part 1. (#1234) 2020-07-07 19:19:00 +02:00
CooldownGraphic.cs use CannyFastMath in various places even where it might not be any different 2020-06-14 09:36:53 -04:00
CreditsWindow.cs Replace CanBeNull annotations with nullable reference types (#1270) 2020-07-08 01:41:20 +02:00
EscapeMenu.cs Fix warnings (#723) 2020-02-23 00:28:50 +01:00
GameHud.cs Re-organizing the Resources folder. Part 1. (#1234) 2020-07-07 19:19:00 +02:00
GhostGui.cs Ghost sprites and a bunch of fixes 2020-04-05 02:29:04 +02:00
HandButton.cs Add changing the amount of hands on the GUI depending on your body parts (#1406) 2020-07-25 15:11:16 +02:00
HandsGui.cs Add changing the amount of hands on the GUI depending on your body parts (#1406) 2020-07-25 15:11:16 +02:00
HumanoidProfileEditor.Random.cs Implemented random character creation (#548) 2020-01-24 00:56:26 +01:00
HumanoidProfileEditor.cs Re-organizing the Resources folder. Part 1. (#1234) 2020-07-07 19:19:00 +02:00
IItemSlotManager.cs Show if items can be placed in a slot when hovering (#1480) 2020-07-26 14:25:38 +02:00
ItemSlotButton.cs Improve item slot hover. 2020-07-26 17:57:48 +02:00
ItemSlotManager.cs Improve item slot hover. 2020-07-26 17:57:48 +02:00
ItemStatusPanel.cs Add changing the amount of hands on the GUI depending on your body parts (#1406) 2020-07-25 15:11:16 +02:00
LateJoinGui.cs Latejoin Job Selection (#1284) 2020-07-10 15:27:55 +02:00
LobbyCharacterPreviewPanel.cs Use async DB queries. 2020-06-26 03:46:28 +02:00
LobbyGui.cs Re-organizing the Resources folder. Part 1. (#1234) 2020-07-07 19:19:00 +02:00
NanoHeading.cs Re-organize style sheets and add StyleSpace. 2020-04-04 15:10:51 +02:00
Placeholder.cs Adds a UI element to act as placeholder. 2019-05-14 01:19:25 +02:00
RoundEndSummaryWindow.cs Changed duration to use TimeSpan. 2020-04-14 23:26:37 -05:00
ServerInfo.cs Credits 2020-06-14 15:15:15 +02:00
StatusEffectsUI.cs Clean up MouseFilterMode.Ignore from Controls 2020-02-27 04:14:59 -08:00
StripeBack.cs UI Layout v2. (#489) 2019-12-05 16:00:03 +01:00
TargetingDoll.cs Re-organizing the Resources folder. Part 1. (#1234) 2020-07-07 19:19:00 +02:00
TutorialWindow.cs Add pulling (#1409) 2020-07-27 00:54:32 +02:00