Delta-v/Content.Shared
DrSmugleaf 4b4e83d2bf
Add changing the amount of hands on the GUI depending on your body parts (#1406)
* Multiple hands in gui first pass

* Remove IHandsComponent interface

* Create hand class and more hand textures

* Refactor ServerHandsComponent to use a single list of hands

* Seal SharedHand

* Fix picked up items not showing on top of the hand buttons

* Remove HandsGui buttons and panels dictionaries

* Fix items in hands rendering

* Fix wrong hand container comparison

* Fix not updating the location of duplicate hands

* Change ClientHandsComponent to use a SortedList instead of a dictionary

* More merge conflict fixes

* Change SortedList to List

* Fix hand button order

* Add item tooltip for more than 2 hands and updating when removing hands

* Add add hand and remove hand command

* Merge conflict fixes

* Remove nullable reference type from ContainerSlot

* Fix texture errors

* Fix error when reaching 0 hands

* Fix error when swapping hands with no hands

* Merged remove hand methods

* Fix item panel texture errors

* Merge conflict fixes

* Fix addhand and removehand command descriptions

* Add properly displaying tooltips for 2 hands

* Make hand indexes and locations consistent across the client and server

* Add dropping held entity if a hand is removed

* Change hand location to be calculated by index

* Made different hand gui updates more consistent

* Remove human body yml testing changes

* Sanitize addhand and removehand commands

* Merge conflict fixes

* Remove testing changes

* Revert body system changes

* Add missing imports

* Remove obsolete hands parameter in yml files

* Fix broken import

* Fix startup error and adding and removing hands on the same tick

* Make hand container id use an uint

In case someone gets more than 2 billion hands

* Rename hand component files

* Make hands state use an array
2020-07-25 15:11:16 +02:00
..
AI AI Reachable system (#1342) 2020-07-11 15:09:37 +02:00
Access Acc 2020-01-19 18:33:30 +01:00
Audio Merge branch 'master' into 2020-04-28-tool-component 2020-05-22 11:31:18 +02:00
Chat Admin chat (#1287) 2020-07-08 12:18:16 +02:00
Chemistry Add two-way serialization in ExposeData for some of the components that are missing it (#1451) 2020-07-23 01:46:09 +02:00
Construction Construction prototype camelCase 2020-07-18 20:51:39 -06:00
GameObjects Add changing the amount of hands on the GUI depending on your body parts (#1406) 2020-07-25 15:11:16 +02:00
Health BodySystem stuff 2: overused boogaloo (#1174) 2020-07-02 20:51:14 +02:00
Input Add pointing (#1435) 2020-07-24 14:51:18 +02:00
Interfaces Moved interaction interfaces from Server to Shared. 2020-07-18 22:51:56 -07:00
Kitchen fix microwave deleting entities at will (#1073) 2020-06-05 18:46:34 +02:00
Maps BaseTurfs (#699) 2020-02-23 00:30:36 +01:00
Materials virtualize all net ids to reduce net traffic 2020-06-08 06:37:59 -04:00
Maths Replaced static Rounders with an impleneted interface 2020-03-14 14:04:08 +01:00
Physics Refactor to use the new multiple controller system (#1462) 2020-07-23 18:33:37 +02:00
Preferences Antag preferences and antag prototype (#1264) 2020-07-06 23:24:29 +02:00
Prototypes pda improvements (#1072) 2020-06-05 18:44:25 +02:00
Research Technology prototype camelCase 2020-07-18 20:47:10 -06:00
Roles Antag preferences and antag prototype (#1264) 2020-07-06 23:24:29 +02:00
Sandbox Add a "give full access" button to the sandbox menu for convienence. (#1387) 2020-07-17 10:38:58 +02:00
Text Added option to generate random character name (#519) 2020-01-18 23:09:14 +01:00
Utility Add a LOT more dakka (#1033) 2020-06-21 21:47:15 +02:00
VendingMachines Rider static analysis (#433) 2019-11-13 23:37:46 +01:00
Content.Shared.csproj use lidgren's new spans (#1164) 2020-06-24 17:57:59 +02:00
Content.Shared.csproj.DotSettings Moved interaction interfaces from Server to Shared. 2020-07-18 22:51:56 -07:00
EntryPoint.cs Begin to use text macros (#914) 2020-05-28 00:58:57 +02:00
SharedGameTicker.cs Fix a late joining client not knowing if the lobby has been paused (#1199) 2020-06-23 21:30:37 +02:00
SharedModuleTestingCallbacks.cs Improve integration testing 2019-06-29 01:58:16 +02:00
SharedNotifyManager.cs Fix popupmessage appearing behind the player when moving (#1401) 2020-07-24 14:26:39 +02:00
app.config Updates submodule (#56) 2018-04-12 23:56:43 +02:00